summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-01-10Fix LPCM 24bit byte streamAoi Shinkai
2010-02-12DXR3 compatibility fix for newer versions of the em8300 driver.Darren Salt
2010-02-07Fix Flash video with aac not playing audio (HTTP etc.)Martin Jacobs
2010-02-06libv4l check shouldn't fail & abort unless --enable-libv4l is given.Darren Salt
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-29Link the v4l2 plugin with libv4l2 (if required); use pkgconfig to locate it.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 v4l2 support.Darren Salt
2010-01-26Fix AAC in FLV.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-21Backport YUV build optimisation.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-20demux_ts: pass each pts just once to buf (and to decoder)Reinhard Nißl
2010-01-17Cope with libavutil no longer defining some endian-specific macros.Darren Salt
2010-01-17"Fix" playback of 24-bit FLAC.Darren Salt
2010-01-16Clean up properly after QTL parsing.Darren Salt
2010-01-16Added basic support for .qtl (Quicktime media link).Darren Salt
2010-01-14Merge.Darren Salt
2010-01-14Backed out changeset fd48f5a5841d (discontinuity handling for short streams +...Darren Salt
2010-01-12Demux BluRay DTS (stream 0x82)Petri Hintukainen
2010-01-12Do not reset decoder flags from parse_pes_header() when setting BUF_FLAG_FRAM...Petri Hintukainen
2010-01-06Ignore unsupported BluRay SPU streams (interactive (0x91) and text (0x92))Petri Hintukainen
2010-01-06Add v4l2 to the makefileTrever Fischer
2010-01-21Require v4l2:/ prefix.Darren Salt
2010-01-21Tidy up the v4l2 plugin.Darren Salt
2010-01-06Use libv4l only if available, add copyright headerTrever Fischer
2010-01-06Preliminary support for v4l2.Trever Fischer
2010-01-06Demux BluRay PCM audioPetri Hintukainen
2010-01-06Join multiple chunks before passing to audio outPetri Hintukainen
2010-01-06Use local variable for buffer sizePetri Hintukainen
2010-01-06CosmeticsPetri Hintukainen
2010-01-06Decode BluRay PCM headerPetri Hintukainen
2010-01-06Added some debug loggingPetri Hintukainen
2009-12-15TTA demux: Fix the calculation of the stream length.Kelvie Wong
2009-12-13TTA demux: Fix a buffer overflowKelvie Wong
2009-12-11TTA demux: fix buffer->extra_info->total_timeKelvie Wong
2009-12-11TTA demux: don't read past the last frame.Kelvie Wong