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