summaryrefslogtreecommitdiffstats
path: root/libhb/stream.c
Commit message (Expand)AuthorAgeFilesLines
* Make DTS and HDMV DTS audio work in Transport and m2ts streams.van2008-10-111-8/+14
* - Only do 'lost PCR' checks (r1712) when we're dealing with something that c...van2008-10-031-0/+7
* Update ffmpeg from version r14737 to r15462.eddyg2008-09-291-1/+1
* Bug fix to r1691: had the offsets for PTS & DTS reversed so we were trying to...van2008-09-161-7/+7
* HD Home Run seems to strip the PCR from some streams (which makes HB refuse t...van2008-09-121-6/+29
* Various fixes for ffmpeg input files (mp4, avi, mkv, etc.):van2008-09-111-21/+65
* - To reliably find audio in 720p or 1080i TS streams we need to search throu...van2008-08-181-5/+18
* Splits the display of job settings off from the actual work of beginning of a...jbrjake2008-08-011-0/+3
* Added Paul Kendalls ffmpeg AAC-LATM codec. Allows HB to decode AAC-LATMeddyg2008-07-021-1/+1
* Don't crash during scan when source not recognized (bug found & fixed by John...van2008-06-011-1/+4
* - support blu-ray, avchd & dvb x264van2008-05-311-140/+581
* Changes to support unstructured program streams (such as those produced by a ...van2008-04-251-342/+463
* Move clock recovery code from reader to demuxmpeg so it sees all frames & not...van2008-04-151-2/+2
* Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co...jbrjake2008-04-151-1/+1
* Provide more feedback as to the types of the streams in an MPEG Transport streameddyg2008-04-111-24/+101
* scan and pcm audio fixes.van2008-04-021-116/+27
* New internal audio handling.saintdev2008-04-011-42/+42
* Fix two of my stupid bugs that prevented using the queue with transport streams:van2008-03-201-240/+322
* - Add mpeg2 "Standard Target Decoder" clock recovery to the low level mpeg st...van2008-03-151-820/+507
* DVB teletext streams and ATSC AC3 audio streams use the same code points. If ...van2008-03-021-5/+22
* It's a good idea to have a buffer for every pid you decide to decode.van2008-02-291-4/+2
* Formatting: Remove a lot of trailing whitespace.saintdev2008-02-211-87/+87
* - More robust stream duration estimation: take 16 (position,pts) samples then...van2008-02-091-28/+100
* - Make MPEG audio (and other audio types besides AC3) work.van2008-01-221-103/+126
* - figure out MPEG PS duration from stream rather than faking it.van2008-01-061-91/+136
* Program Streams: Vans patch to set a fake duration for program streams.dynaflash2008-01-011-5/+5
* Program Stream Enhancements - Van: Libhbdynaflash2007-12-311-224/+205
* MPEG-2 stream reading fixes for missing audio, multiple audio tracks, languag...jbrjake2007-12-131-180/+277
* Improved PMT and PAT algorithms to work with streams where the PAT contains e...awk2007-09-211-227/+262
* Added buffer management and changed fifo sizes. Changed job->subtitle_scan to...eddyg2007-09-111-1/+1
* Allows stream.c to try to read .VOB, .TS, and .mpeg files in addition to .vob...jbrjake2007-08-241-3/+6
* This should finally fix the PS stream language without iterating through ever...saintdev2007-07-261-1/+1
* Ok, this should fix compilation. Instead of using the 2-letter language code ...jbrjake2007-07-251-1/+1
* We shouldn't assume that MPEG2-PS audio is English. Set it to 'Unknown' instead.saintdev2007-07-251-1/+1
* Implement transport and program stream support. With these changes it's now p...awk2007-07-041-0/+1985