summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-02-07Compiler warning fixes.Darren Salt
2010-02-06Minor cleanup (loop conversion, printf args).Darren Salt
2010-02-06Fix leakage of vo_frame_t on reset/flush/disposeJulian Scheel
2010-02-06Fix segfault on disposeJulian Scheel
2010-02-06Merge from 1.1.Darren Salt
2010-02-06libv4l check shouldn't fail & abort unless --enable-libv4l is given.Darren Salt
2010-02-05Fix freeze/crash on seekingJulian Scheel
2010-02-04Extend Ogg metadata handling.Darren Salt
2010-02-04Work around an ffmpeg SVQ3 bug; check for avcodec_thread_init failure.Darren Salt
2010-02-04Fix a ticket-related memory leak.Darren Salt
2010-02-03Remove pointless output from stats logging; make the const variables static.Darren Salt
2010-02-03Kill a "missing return" warning.Darren Salt
2010-01-30Fix dvdnav map file closure.Darren Salt
2010-01-30Merge with xine-lib-1.2Julian Scheel
2010-01-30fix a memleak with interlaced contentJulian Scheel
2010-01-29Merge from 1.1.Darren Salt
2010-01-29Link the v4l2 plugin with libv4l2 (if required); use pkgconfig to locate it.Darren Salt
2010-01-28Do the dvbsub CLUT reset in spudec_reset.Darren Salt
2010-01-28Make the index LUTs per-region; put the colour reset code in its own function.Darren Salt
2010-01-28Clean up and extend DVB subtitle decoding.Darren Salt
2010-01-26Convert xine_log → xprintf.Darren Salt
2010-01-26Switch off logging, convert some lprintf() to xine_log(), add a startup warning.Darren Salt
2010-01-26Get rid of a few compiler warnings.Darren Salt
2010-01-26More error checking.Darren Salt
2010-01-26Merge from 1.1.Darren Salt
2010-01-26Merge v4l2 support.Darren Salt
2010-01-26Fix AAC in FLV.Darren Salt
2010-01-23Fix up convenience interface library building (with older build tools).Darren Salt
2010-01-22v4l2: set no. of bytes sent, and don't send more than max_size bytes at a time.Darren Salt
2010-01-22v4l2: set stream audio/video flags; check for VIDIOC_S_FMT failure.Darren Salt
2010-01-21Merge.Darren Salt
2010-01-21Revert a038e9625e79 (breaks A/V sync).Darren Salt
2010-01-21Create libxine-interface.la and make libxine.la weakly provide it.Darren Salt
2010-01-21Backport YUV build optimisation.Darren Salt
2010-01-21Tidy up YUV library requirements.Darren Salt
2010-01-21Merge from 1.1.Darren Salt
2010-01-21Merge.Darren Salt
2010-01-21Undo libavutil workaround (fixed upstream).Darren Salt
2010-01-21Fix width and padding bugs in opengl fragprog rendererEddie Goodall
2010-01-21video_out_vdpau: provide configureable background colorReinhard Nißl
2010-01-20vdpau_mpeg12: attach a PTS just once to imgReinhard Nißl
2010-01-20demux_ts: pass each pts just once to buf (and to decoder)Reinhard Nißl
2010-01-20Use pkg-config for vdpau where possible; fix excessive libvdpau linkage.Darren Salt
2010-01-18Merge from 1.1.Darren Salt
2010-01-18FLAC decoder post-merge fixups.Darren Salt
2010-01-17Cope with libavutil no longer defining some endian-specific macros.Darren Salt
2010-01-17Explicitly set audio & video presence to "not present" when demuxing playlists.Darren Salt
2010-01-17Merge from 1.1, omitting .qtl support (already present).Darren Salt
2010-01-17Don't try to handle .qtl in the Quicktime demuxer.Darren Salt
2010-01-17"Fix" playback of 24-bit FLAC.Darren Salt