summaryrefslogtreecommitdiffstats
path: root/libhb/reader.c
Commit message (Expand)AuthorAgeFilesLines
* Rework filter pipelinejstebbins2012-03-271-28/+28
* Fix p-to-p start time detectionjstebbins2012-03-041-2/+0
* handle TS streams that have no PCRs betterjstebbins2011-09-261-11/+29
* Improve mpeg PS supportjstebbins2011-09-141-13/+2
* libhb: fix or simplify several hacks involved with Libav supportjstebbins2011-07-271-62/+95
* Add support for TrueHD and DTS-HD from BD sourcesjstebbins2011-04-221-17/+13
* Fix a deadlock that can happen with p-to-p encodingjstebbins2011-04-101-1/+15
* Fix garbled previews from BD h.264 sourcesjstebbins2011-04-021-1/+2
* plug some memory leaks.jstebbins2011-02-121-0/+5
* fix sync of ssa subtitles when using point-to-point encodingjstebbins2010-11-221-27/+10
* Add Bluray supportjstebbins2010-09-081-53/+107
* fix problem with spurious timestamp changejstebbins2010-06-201-4/+7
* fix a problem with point-to-point hanging when searching for start pointjstebbins2010-05-261-39/+42
* add point-to-point encodingjstebbins2009-12-231-10/+111
* fix potential runaway buffer usagejstebbins2009-12-151-1/+8
* fix detection of forced subtitles during foreign audio searchjstebbins2009-12-071-1/+1
* Reduce the amount of buffering used and eliminate hb_snooze in the encoding p...jstebbins2009-12-051-21/+16
* batch file scanning and scan canceljstebbins2009-11-251-5/+13
* fix a couple transport stream issuesjstebbins2009-10-231-1/+4
* Fix bug that was causing one sec. of audio to be dropped on many ffmpeg files...van2009-09-211-6/+11
* - cleanup gcc format warnings showing up on linux 64-bitkonablend2009-06-251-1/+1
* libhb: fix forced foreign language scan issuesjstebbins2009-06-131-1/+3
* softsubs: allow 1 source to many output subs by duplicating thejstebbins2009-06-031-6/+11
* softsubtitles:jstebbins2009-06-021-1/+1
* mkv soft subtitle supportjstebbins2009-05-191-1/+1
* Removed double EOF for CC's (one from dvd and one from cc), fixed compiler wa...eddyg2009-05-061-1/+1
* Push an EOF onto the subtitle fifos from the reader for DVD VOBSUBs and also ...eddyg2009-05-061-0/+7
* Stage 1 Soft Subtitle Support - Allow multiple subtitle tracks to be selected...eddyg2009-05-041-26/+13
* dvdnav: improve title scanningjstebbins2009-05-011-1/+1
* add libdvdnav supportjstebbins2009-04-271-0/+4
* This patch adds mingw32 cross-compilation support to HandBrake trunk tokonablend2009-04-141-1/+1
* Don't resync based on subtitles since their average duration is meaningless.van2009-01-151-12/+43
* More code to deal with the flakey streams from NZ TV. They like to change the...van2008-12-051-1/+0
* Add metadata support to libhb, add importing of MP4 metadata, add export of M...eddyg2008-12-021-2/+24
* Adds two new parameters to hb_scan, to control the number of preview frames g...jbrjake2008-11-301-2/+5
* - add John A. Stebbins' changes to handle TrueHD and DTS-HD multiplexed stre...van2008-11-251-8/+1
* libhb support for live previewjstebbins2008-11-111-24/+45
* Try to drive the stream timing off the audio stream(s) since audio has a pts ...van2008-10-051-4/+24
* - Only do 'lost PCR' checks (r1712) when we're dealing with something that c...van2008-10-031-0/+5
* Another bug fix in the per-stream timing code: If the clock reference changes...van2008-09-161-7/+29
* The difference of two timestamps referenced to different clocks is a random n...van2008-09-151-5/+7
* Various fixes for ffmpeg input files (mp4, avi, mkv, etc.):van2008-09-111-14/+15
* fix subtitle indepth scan abort & hang.van2008-08-191-1/+2
* - in encx264, if an video frame is larger than init_delay split it into piec...van2008-07-261-3/+11
* Get rid of excessive video & audio drops on some content by implementing the ...van2008-07-161-30/+114
* - fix an error in the SCR calculation that would cause an extra frame to be ...van2008-06-301-1/+16
* - support blu-ray, avchd & dvb x264van2008-05-311-30/+36
* Move clock recovery code from reader to demuxmpeg so it sees all frames & not...van2008-04-151-52/+9
* Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co...jbrjake2008-04-151-1/+1
* Fixes for different number of frames between pass 1 & 2, missing frames at en...van2008-04-131-0/+3