summaryrefslogtreecommitdiffstats
path: root/libhb/sync.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added libhb and CLI support for Dolby Pro Logic II 5.0 matrix encoding. *NOT...maurj2007-04-111-6/+6
* Fix about 156,199 bytes of leaked memory.saintdev2007-03-311-0/+3
* Applied and committed saintdev's patch to fix multi-track audio. Only in the...maurj2007-03-211-19/+15
* Merge the 5.1 branch into the trunk.prigaux2007-03-061-0/+679
* Merge the 0.8.0_mpeg4ip branch into the trunkprigaux2007-02-111-675/+0
* Structural changes, in order to eventually be able to compile HBtiter2006-03-161-133/+140
* Softer resampling when audio dates are messed up (fix for LPCM issues).titer2006-02-231-18/+11
* Quick fix for Madagascar: increased tolerance level for PTS discontinuitiestiter2006-02-231-6/+8
* Fix for missing subtitlestiter2006-02-221-3/+12
* HandBrake 0.7.0handbrake2006-01-141-0/+664