summaryrefslogtreecommitdiffstats
path: root/libhb/stream.c
Commit message (Expand)AuthorAgeFilesLines
* BuildSystem: conversion from jam-based to make-based system.konablend2009-03-011-0/+0
* Don't let an invalid PES header length (from a corrupted packet) cause us to ...van2009-01-281-8/+9
* Add importing of ffmpeg input chapters.ritsuka2009-01-141-7/+32
* Get previews from H.264 content even if it's missing IDR frames (e.g., NZ TV ...van2009-01-101-147/+136
* - have to account for a non-zero start time when we're seeking in ffmpeg files.van2008-12-131-13/+60
* fix a threading issue with avcodec_open/closejstebbins2008-12-121-1/+1
* Don't reject MPEG PS files just because they're missing a SYS header (clips w...van2008-12-111-7/+7
* Improve duration calculation for transport streams. Streams that havejstebbins2008-12-101-3/+5
* More code to deal with the flakey streams from NZ TV. They like to change the...van2008-12-051-7/+0
* - Elementary streams that scan couldn't type as audio streams have to be com...van2008-12-041-15/+56
* Found the ffmpeg initialization problem with VC-1 video. jstebbins2008-12-031-8/+16
* I suspect that eddyg's r1987 didn't really want to totally break transport an...van2008-12-021-0/+5
* Add metadata support to libhb, add importing of MP4 metadata, add export of M...eddyg2008-12-021-10/+136
* - add John A. Stebbins' changes to handle TrueHD and DTS-HD multiplexed stre...van2008-11-251-310/+290
* - get rid of an unnecessary seek that was messing up either mkv or vc1 decod...van2008-11-191-2/+16
* Don't abort when the ffmpeg vc1 decoder hands us a bogus packet sizevan2008-11-181-0/+7
* - search for IDR frames in blu-ray (m2ts) inputs so we get useful previewsvan2008-11-161-5/+35
* fix pmt processingjstebbins2008-11-111-14/+24
* Hack to make VC1 work: If we get a ts or m2ts with VC1 video, don't say we ha...van2008-11-091-0/+16
* - Always use HandBrake's DTS decoder rather than ffmpeg's even for inputs we...van2008-11-081-0/+4
* 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