summaryrefslogtreecommitdiffstats
path: root/libhb/sync.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes for different number of frames between pass 1 & 2, missing frames at en...van2008-04-131-61/+22
* Fix brain fade in comments (it's been a long day).van2008-04-101-3/+3
* Fix avi containers which I unwittingly broke with r1341.van2008-04-101-26/+95
* - Fix sync problems associated with sample rate conversion - the truncation ...van2008-04-061-38/+62
* Minor chapter cleanups.van2008-04-041-0/+13
* - hardware players don't tolerate video or audio frames that overlap in time...van2008-04-031-8/+13
* New internal audio handling.saintdev2008-04-011-37/+36
* Should have removed this as part of the r1341 checkin - we now add silence ba...van2008-03-161-22/+0
* - Add mpeg2 "Standard Target Decoder" clock recovery to the low level mpeg st...van2008-03-151-405/+236
* Set an minimum subtitle display time of three seconds *or* until the next sub...eddyg2008-02-261-0/+20
* Formatting: Remove a lot of trailing whitespace.saintdev2008-02-211-33/+33
* Allow mac gui to select AC-3 + AAC at the same time, still needs CLI work for...eddyg2008-02-161-5/+10
* When vfr is selected use the frame timing from render.c rather than generatin...van2008-01-221-38/+68
* Program Stream Enhancements - Van: Libhbdynaflash2007-12-311-2/+2
* "Great! Where are we going?"jbrjake2007-12-281-2/+2
* Changed logging messages about PTS discontinuities to be less verbose, and ch...eddyg2007-10-231-23/+111
* Somehow this went missing as I prepared these subtitle changes for commit in ...eddyg2007-10-111-0/+2
* Don't drop subtitles when crossing PTS discontinuities by using buffer sequen...eddyg2007-10-081-40/+185
* This patch from eddyg should help alleviate HandBrake's audio drop issues. It...jbrjake2007-07-251-13/+47
* Switch buf->key to buf->frametype which is a bitmask telling us what type of ...saintdev2007-06-171-1/+1
* Fix Previous Bad commit for Cyanders Chapter Markersdynaflash2007-04-251-1/+9
* Much better B-frame muxing frame-reordering. This will preserve the sps/pps i...jbrjake2007-04-161-0/+14