summaryrefslogtreecommitdiffstats
path: root/libhb/stream.c
Commit message (Expand)AuthorAgeFilesLines
* libhb: Use h.264 recovery points as key frames when decodingjstebbins2011-08-161-27/+160
* libhb: tighten up dvd program stream detectionjstebbins2011-08-041-2/+4
* libhb: fix mis-detection of mov files as mpeg PSjstebbins2011-08-011-8/+10
* add more audio passthru optionsjstebbins2011-08-011-3/+15
* bump Libav from git-v0.7b2-406-g7b20d35 to release 0.7.1jstebbins2011-08-011-11/+11
* libhb: fix some log spam when scanning h.264 BDsjstebbins2011-08-011-4/+2
* libhb: fix or simplify several hacks involved with Libav supportjstebbins2011-07-271-243/+102
* libhb: fix access outside allocated memory regionjstebbins2011-07-191-19/+25
* libhb: fix incorrect error message when adding substreams to ts listjstebbins2011-06-211-8/+8
* Add DTS-HD passthru \o/jstebbins2011-06-141-25/+39
* libhb: generalize channel remapping between decoders and encodersjstebbins2011-06-121-0/+1
* libhb: disable threaded ffmpeg decoding for scanjstebbins2011-06-101-1/+0
* libhb: Enable multi-threaded decode in ffmpegjstebbins2011-06-081-1/+1
* libhb: don't use deprecated elements of the FFmpeg/Libav APIjstebbins2011-04-281-20/+14
* Make order of audio tracks found in PS streams more predictablejstebbins2011-04-251-1/+10
* Fix a problem when encoding the same source audio track twice from BD sourcesjstebbins2011-04-251-5/+23
* Add support for TrueHD and DTS-HD from BD sourcesjstebbins2011-04-221-483/+761
* Change internal audio representation rangejstebbins2011-04-081-0/+1
* Flush ffmpeg codec buffers after every seek.jstebbins2011-04-021-1/+21
* Fix garbled previews from BD h.264 sourcesjstebbins2011-04-021-1/+4
* Fix chapter passthru problems with some files.jstebbins2011-03-291-0/+1
* Add support for DTS-HD High Resolution Audio for BD streamsjstebbins2011-03-191-5/+29
* Use ffmpeg's lock manager for locking needed by ffmpegjstebbins2011-03-101-1/+1
* Remove a workaround for an ffmpeg bug that has been fixed.jstebbins2011-03-081-11/+0
* silence compiler warning about const char *jstebbins2011-03-011-1/+1
* bump ffmpeg from git-185a155 to git-0b32da9jstebbins2011-02-271-1/+1
* Remove unnecessary translation of string "LIBFAAD" to "AAC".jstebbins2011-02-111-4/+0
* Fix issue with decoding DTS-HD streamsjstebbins2011-02-081-17/+17
* fix ffmpeg multiple audio decode issuejstebbins2011-01-171-1/+1
* fix a problem reading flv files that have null packetsjstebbins2011-01-021-0/+6
* bump ffmpeg from r25374 to r25689jstebbins2010-11-101-7/+12
* Fix use of uninitialized variable in mpeg PS detection.jstebbins2010-11-071-1/+1
* Add code to recognize eac3 streams in TSjstebbins2010-10-051-4/+26
* fix ffmpeg locking issuejstebbins2010-10-021-1/+1
* SSA subtitle burn injstebbins2010-09-281-0/+50
* fix a crash when a TS has no aspect ratio set in the video streamjstebbins2010-09-141-0/+6
* Bump ffmpeg from 22950 to 25082jstebbins2010-09-141-1/+6
* Add Bluray supportjstebbins2010-09-081-492/+633
* Improve program stream detectionjstebbins2010-06-281-17/+49
* Add SSA subtitle supportjstebbins2010-06-011-3/+4
* add check for reasonable vobsub width/height values when parsing out of mp4jstebbins2010-05-301-2/+10
* preserve vobsub palette, width, and height from mkv and mp4 vobsub tracksjstebbins2010-05-301-20/+67
* Support for reading VOB subtitle tracks from file inputs initital implementat...dynaflash2010-05-201-5/+76
* Universal Text Subtitle Support Initial Implementationdynaflash2010-05-041-0/+74
* bump ffmpeg to rev 22950jstebbins2010-04-251-3/+18
* add test to ensure that ffmpeg's reported audio layout agrees with channel countjstebbins2010-04-241-2/+8
* downmix support for ffmpeg audio sourcesjstebbins2010-04-021-13/+14
* handle bluray LPCM streamsjstebbins2010-03-271-20/+63
* extend search range for TS re-syncjstebbins2010-03-131-14/+24
* fix incorrect comment in PS detection functionjstebbins2010-02-121-3/+2