summaryrefslogtreecommitdiffstats
path: root/libhb/sync.c
Commit message (Expand)AuthorAgeFilesLines
* Make HB_AMIXDOWN_* defines a simple enumeration. The existing system wasn't n...Rodeo2012-06-061-13/+11
* libhb: fix problem with incorrect addition of audio silencejstebbins2012-05-011-1/+9
* PGS (bluray) subtitle support \o/jstebbins2012-04-261-4/+0
* libhb: fix estimated number of frames expectedjstebbins2012-04-111-2/+0
* Rework filter pipelinejstebbins2012-03-271-252/+73
* Fix corruption of buffer pools by render subsjstebbins2011-12-211-0/+4
* bump Libav from v0.7.1 to v0.7-1241-g5f3fb59jstebbins2011-10-151-1/+1
* add more audio passthru optionsjstebbins2011-08-011-66/+108
* Add DTS-HD passthru \o/jstebbins2011-06-141-3/+3
* libhb: fix problem with processing audio gaps in dts streamsjstebbins2011-06-121-1/+1
* libhb: clean up AVCodecContext initializationsjstebbins2011-06-101-1/+43
* libhb: Enable multi-threaded decode in ffmpegjstebbins2011-06-081-1/+1
* Fix a problem with overlapping vobsubsjstebbins2011-04-271-4/+26
* Fix a deadlock that can happen with p-to-p encodingjstebbins2011-04-101-1/+24
* Change internal audio representation rangejstebbins2011-04-081-2/+2
* Add audio gain adjustment to libhb and CLIjstebbins2011-04-051-41/+75
* Make logging of audio and subtitle id's more consistantjstebbins2011-04-021-5/+5
* Simplify a lot of subtitle handling code.jstebbins2011-03-271-433/+85
* fix 2 pass cfr x264 crashjstebbins2011-03-131-1/+1
* Add temporally overlapping subtitle support.davidfstr2011-02-251-18/+276
* Fix a hang in syncjstebbins2011-02-071-0/+4
* bump ffmpeg from svn 25689 to git 185a155jstebbins2011-02-041-1/+2
* fix sync of ssa subtitles when using point-to-point encodingjstebbins2010-11-221-6/+6
* fix a problem with search progress indicator and p-to-pjstebbins2010-11-141-2/+3
* fix problem with delayed audio when using point-to-pointjstebbins2010-11-131-0/+1
* fix a couple A/V/Sub sync issuesjstebbins2010-11-101-126/+121
* fix audio sync when resampling 48khz to 44.1khzjstebbins2010-11-061-6/+6
* fix a segfault and a deadlock if reader exits befor first buffer sentjstebbins2010-10-291-1/+1
* Add ac3 encodingjstebbins2010-10-041-8/+8
* SSA subtitle burn injstebbins2010-09-281-15/+41
* remove the 8 audio limit. isn't needed anymore.jstebbins2010-09-151-1/+1
* Add SSA subtitle supportjstebbins2010-06-011-1/+2
* fix a problem with point-to-point hanging when searching for start pointjstebbins2010-05-261-1/+8
* Universal Text Subtitle Support Initial Implementationdynaflash2010-05-041-1/+3
* make count of video frames encoded logging accurate.jstebbins2010-04-241-0/+3
* fix a problem with point-to-point (and live preview) when there are subtitlesjstebbins2010-04-211-2/+38
* fix some mingw warnings and a mingw build issuejstebbins2010-04-101-1/+1
* fix silence insertion problem in audio sync and pipeline stall problemjstebbins2010-04-031-8/+5
* fix cancel during p-to-p searchjstebbins2010-01-201-0/+5
* prevent hang during foreign audio searchjstebbins2010-01-101-4/+5
* add point-to-point encodingjstebbins2009-12-231-25/+299
* fix a double free of an hb_buffer in syncjstebbins2009-12-061-1/+1
* Reduce the amount of buffering used and eliminate hb_snooze in the encoding p...jstebbins2009-12-051-644/+711
* Maintain an accurate job ETA across pause/resumejstebbins2009-11-071-1/+3
* possible fix for WDTV vobsub duration problemjstebbins2009-11-051-10/+0
* - cleanup gcc format warnings showing up on linux 64-bitkonablend2009-06-251-7/+7
* CLI: SubRip Subtitle importeddyg2009-06-231-1/+2
* - nasty bug: at eof, dropping a delay queue frame for CFR could link the ren...van2009-06-071-15/+2
* Adds an interjob structure to preserve some encode data across jobs within an...jbrjake2009-06-041-15/+34
* softsubtitles:jstebbins2009-06-021-4/+4