summaryrefslogtreecommitdiffstats
path: root/libhb/stream.c
Commit message (Expand)AuthorAgeFilesLines
* 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