summaryrefslogtreecommitdiffstats
path: root/libhb/sync.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix sync problem with dts passthru and video re-syncjstebbins2009-05-281-3/+12
* Change minimum vobsub time from 3sec to 2sec, been meaning to do this for a w...eddyg2009-05-191-2/+2
* mkv soft subtitle supportjstebbins2009-05-191-124/+122
* Remove some noise from the log: Only announce chapters when we're reading, no...van2009-05-161-4/+0
* Fix timestamps on CC's they are now 100% ready and working. Thanks to j45 and...eddyg2009-05-081-2/+9
* Change CC608 decoder to be its own threadeddyg2009-05-071-2/+28
* Removed double EOF for CC's (one from dvd and one from cc), fixed compiler wa...eddyg2009-05-061-6/+14
* Fix Closed Caption start/stop times, switched to SRT encoding including marku...eddyg2009-05-061-0/+3
* VOBSUB encoder skeleton for use with mkv VOBSUB pass-througheddyg2009-05-061-2/+4
* Push an EOF onto the subtitle fifos from the reader for DVD VOBSUBs and also ...eddyg2009-05-061-19/+50
* Rewrite pass-through timestamps in sync, put on subtitle->fifo_out for muxing...eddyg2009-05-051-13/+59
* Stage 1 Soft Subtitle Support - Allow multiple subtitle tracks to be selected...eddyg2009-05-041-104/+124
* - Move frame rate code from sync to the end of render so it can account for ...van2009-05-021-78/+20
* Enable DTS passthru for matroska containerjstebbins2009-04-181-13/+29
* Adds a job->frame_to_stop variable similar to the existing pts_to_stop parame...jbrjake2009-03-311-0/+22
* Consolidate all the ffmpeg-related includes into libhb/hbffmpeg.h then protot...van2008-12-131-2/+1
* fix a threading issue with avcodec_open/closejstebbins2008-12-121-2/+2
* Add metadata support to libhb, add importing of MP4 metadata, add export of M...eddyg2008-12-021-0/+4
* libhb support for live previewjstebbins2008-11-111-5/+12
* - get rid of another deadlock: if there were more than 64 audio frames befor...van2008-09-051-7/+16
* fix subtitle indepth scan abort & hang.van2008-08-191-3/+6
* Fix two problems that would cause HB to hang in the muxer whenever the input ...van2008-07-301-23/+23
* - in encx264, if an video frame is larger than init_delay split it into piec...van2008-07-261-46/+7
* Change HandBrake from using the libsamplerate linear interpolator for resampl...eddyg2008-07-061-1/+1
* - fix an error in the SCR calculation that would cause an extra frame to be ...van2008-06-301-6/+6
* Adds a job->cfr boolean to indicate "encode this with a constant frame rate" ...jbrjake2008-06-051-1/+1
* - support blu-ray, avchd & dvb x264van2008-05-311-12/+18
* Re-allow constant frame rates. The MacGui should probably be updated to alway...jbrjake2008-05-171-1/+1
* - Don't allow chapter durations to go negative (since durations are unsigned...van2008-04-251-14/+10
* Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co...jbrjake2008-04-151-1/+1
* Fix the automatic subtitle scan that I broke with r1412.van2008-04-141-0/+8