summaryrefslogtreecommitdiffstats
path: root/libhb/stream.c
Commit message (Expand)AuthorAgeFilesLines
* Rework filter pipelinejstebbins2012-03-271-52/+52
* libhb: Fix detection of streams in tivo capturesjstebbins2012-03-181-1/+4
* Use libdca to decode DTS-ES audio. While the Libav DTS decoder gives us an ex...Rodeo2012-02-011-11/+7
* Update hb_ff_dts_request_5point1 to work with DTS-ES 6.0 Distcrete sources (d...Rodeo2012-01-311-3/+3
* Fix crash in add_ffmpeg_attachment: the value for "filename" metadata may be ...Rodeo2012-01-241-1/+1
* Improve mpeg-ps detectionjstebbins2012-01-141-0/+20
* revert an ffmpeg reader changejstebbins2011-11-091-31/+23
* Fix probing mpeg video in program streamsjstebbins2011-11-061-2/+37
* Disable DTS-HD LBR secondary audio tracksjstebbins2011-11-021-2/+7
* Find font attachments by file name extensionjstebbins2011-10-251-1/+17
* better detection of Libav audio bitratejstebbins2011-10-181-1/+7
* bump Libav from v0.7.1 to v0.7-1241-g5f3fb59jstebbins2011-10-151-1/+1
* fix crash during 2 pass encoding TS or PS sourcejstebbins2011-10-151-208/+160
* Add flac + quality + compression level supportjstebbins2011-10-121-2/+4
* fix log spam during batch scan of TS filesjstebbins2011-10-111-0/+6
* handle PCR discontinuities betterjstebbins2011-09-301-39/+33
* handle TS streams that have no PCRs betterjstebbins2011-09-261-4/+29
* Fix corrupt first frame in BD point-to-pointjstebbins2011-09-191-81/+47
* don't pass unhandled TS/PS stream types to demuxjstebbins2011-09-161-0/+3
* fix silly error in scanning BDjstebbins2011-09-151-1/+1
* Improve mpeg PS supportjstebbins2011-09-141-1085/+2664
* libhb: work around the lack of 6.1 support for DTS sourcesRodeo2011-09-091-0/+6
* 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