summaryrefslogtreecommitdiffstats
path: root/libhb/decavcodec.c
Commit message (Expand)AuthorAgeFilesLines
* add more audio passthru optionsjstebbins2011-08-011-0/+6
* libhb: fix or simplify several hacks involved with Libav supportjstebbins2011-07-271-593/+286
* libhb: plug a few memory leaksjstebbins2011-07-191-5/+31
* libhb: flush frame re-ordering delay queue properly when there are < 8 framesjstebbins2011-06-211-1/+3
* Add DTS-HD passthru \o/jstebbins2011-06-141-38/+45
* libhb: generalize channel remapping between decoders and encodersjstebbins2011-06-121-55/+7
* libhb: clean up AVCodecContext initializationsjstebbins2011-06-101-6/+5
* libhb: disable threaded ffmpeg decoding for scanjstebbins2011-06-101-2/+4
* libhb: Enable multi-threaded decode in ffmpegjstebbins2011-06-081-5/+7
* fix up usage of deprecated libav symbols and clean up patch fuzzjstebbins2011-06-071-1/+1
* Bump FFmpeg from git-0b32da9 to git-v0.7b2-406-g7b20d35 (from Libav)jstebbins2011-06-071-1/+6
* libhb: don't use deprecated elements of the FFmpeg/Libav APIjstebbins2011-04-281-1/+1
* fix stall due due to propagation of incorrect audio timestampjstebbins2011-04-241-0/+2
* Add support for TrueHD and DTS-HD from BD sourcesjstebbins2011-04-221-14/+9
* Eliminate incompatible pointer type warnings for sws_scalejstebbins2011-04-081-1/+1
* Change internal audio representation rangejstebbins2011-04-081-29/+23
* Add parameter parsing and b-frame support to ffmpeg mpeg-4 encoderjstebbins2011-03-111-2/+1
* fix crash with bd lpcm audio decodingjstebbins2011-02-251-1/+2
* plug some memory leaks.jstebbins2011-02-121-1/+4
* fix sync issue introduced in 3786jstebbins2011-02-111-0/+5
* Improve timestamp handling in decavcodecjstebbins2011-02-081-53/+44
* fix ffmpeg multiple audio decode issuejstebbins2011-01-171-36/+226
* fix a problem with the first timestamp returned from av_parser_parse2jstebbins2010-11-141-1/+1
* bump ffmpeg from r25374 to r25689jstebbins2010-11-101-1/+1
* fix windows crash and probably other random nastiness.jstebbins2010-11-061-2/+2
* fix framerate detection again (really, i mean it this time)jstebbins2010-11-051-10/+6
* fix framerate detection of ffmpeg sourcesjstebbins2010-11-031-0/+4
* fix a segfault and a deadlock if reader exits befor first buffer sentjstebbins2010-10-291-1/+4
* ffmpeg video decoder enhancementsjstebbins2010-10-231-2/+105
* bump ffmpeg from 25082 to 25374jstebbins2010-10-121-3/+2
* Add ac3 encodingjstebbins2010-10-041-13/+38
* fix a crash when a TS has no aspect ratio set in the video streamjstebbins2010-09-141-3/+4
* Add Bluray supportjstebbins2010-09-081-2/+18
* Support for reading VOB subtitle tracks from file inputs initital implementat...dynaflash2010-05-201-9/+29
* allow mono mixdown with lame encoderjstebbins2010-05-131-4/+0
* bump ffmpeg to rev 22950jstebbins2010-04-251-2/+8
* fix qdm2 audio decodingjstebbins2010-04-251-1/+10
* fix decoding of qtrle codec and possibly othersjstebbins2010-04-241-0/+10
* fix audio clipping when downmixing and output codec is lamejstebbins2010-04-071-0/+4
* generalize audio channel map reorderingjstebbins2010-04-051-5/+5
* fix audio detection problem during scan of ffmpeg audio sourcesjstebbins2010-04-021-30/+39
* downmix support for ffmpeg audio sourcesjstebbins2010-04-021-30/+79
* handle bluray LPCM streamsjstebbins2010-03-271-5/+24
* Avert a rare race condition.jstebbins2009-12-091-5/+6
* Fix audio sync problem for AAC (or any other mpeg PS or TS audio decoded by d...van2009-11-261-66/+31
* libhb: fix PAR issue with DVjstebbins2009-08-311-7/+16
* - cleanup gcc format warnings showing up on linux 64-bitkonablend2009-06-251-2/+2
* Fixed FFMPEG deprecated API warnings since last bump:konablend2009-06-241-17/+33
* - secondary component of r2548: bugfix: libhb passes unaligned stack/heap buf...konablend2009-06-171-5/+5
* - bugfix: libhb passes unaligned stack/heap buffers to ffmpeg.konablend2009-06-171-24/+8