summaryrefslogtreecommitdiffstats
path: root/libhb/sync.c
Commit message (Expand)AuthorAgeFilesLines
* cli: fix initialization of encode rangesjstebbins2015-05-131-0/+2
* libhb: Use a buffer flat to indicate EOFjstebbins2015-05-011-8/+8
* sync: fix frame p-to-p extra audio after end framejstebbins2015-04-221-326/+249
* libhb: Eliminate global variable hb_gui_use_hwd_flagjstebbins2015-03-291-2/+2
* json: automatically scan title when processing json jobsjstebbins2015-03-071-2/+3
* New audio output options.Rodeo2015-02-151-8/+88
* Update year to 2015.bradleys2015-02-011-1/+1
* MacGui: separate the video settings logic from the view controller. There are...ritsuka2014-12-181-0/+1
* json: add json APIsjstebbins2014-12-161-3/+4
* sync: fix another issue with overlapping ssa subtitle translation to tx3gjstebbins2014-12-151-7/+15
* sync: fix dropping of subtitles caused by my previous commitjstebbins2014-12-051-0/+4
* sync: fix a problem with overlapping ssa in mp4jstebbins2014-12-041-0/+11
* sync: fix subtitle buffer leakjstebbins2014-10-301-0/+5
* libhb: fix merging of ssa subtitlesjstebbins2014-08-271-6/+34
* pgssubs: fix pgs passthrujstebbins2014-04-061-2/+18
* libhb: enable burn-in of all supported text subtitle formatsjstebbins2014-03-301-5/+14
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* Replace invaled timestamp flag "-1" with AV_NOPTSjstebbins2014-01-261-9/+9
* sync: fix previous commit.Rodeo2013-12-051-1/+1
* sync: find the AAC encoder by name.Rodeo2013-12-051-1/+1
* sync: use "drop video to sync" fallback also when audio encoding fails or we ...Rodeo2013-12-051-1/+9
* libhb: fix double hb_buffer_closejstebbins2013-10-281-1/+0
* libhb: Plug some leaks and clean up the buffer pool code a little.jstebbins2013-10-231-0/+14
* QSV: minor refactoring.Rodeo2013-09-151-6/+10
* Big merge, QSV to trunk: part 1 (tracked files).Rodeo2013-08-221-0/+44
* libhb: handle zero length EOF subtitle properlyjstebbins2013-07-061-3/+6
* libhb: fix a couple of problems with subtitle mergingjstebbins2013-07-061-11/+29
* libhb: improve handling of overlapping text subtitlesjstebbins2013-07-011-53/+177
* libhb: add experimental avformat muxer for mkv and mp4jstebbins2013-06-301-10/+42
* libhb: fix hang that can occur under certain error conditionsjstebbins2013-06-161-4/+4
* sync: fall back to drop_video_to_sync when hb_avcodec_open() fails, instesd o...Rodeo2013-05-171-39/+41
* libhb: fix crash when EOF is found before first video framejstebbins2013-04-301-0/+1
* sync: fix a hang when the avcodec encoder for silence insertion fails to open.Rodeo2013-04-281-2/+3
* Updated all the copyright headers to 2013.sr552013-03-091-1/+1
* libhb: Fix issue with silence insertion when using FLAC encoderjstebbins2013-01-211-5/+20
* Bump libav to v9_beta3.Rodeo2012-12-311-15/+8
* libhb: Fix a timing problem when rendering vobsubsjstebbins2012-12-081-8/+30
* libhb: fix generation of silence buffer for filling audio gapsjstebbins2012-11-211-1/+1
* Improve management of titles and jobsjstebbins2012-11-121-4/+3
* hb_ff_set_sample_fmt() improvements.Rodeo2012-10-171-4/+4
* libhb: fix calculation of sync->gain_factor.Rodeo2012-09-291-1/+1
* libhb: simplify calculation of sync->gain_factor.Rodeo2012-09-231-3/+1
* libhb: fix a collection of small memory leaksjstebbins2012-09-131-3/+8
* Don't send empty audio packets downstream, as empty buffers are assumed to ma...Rodeo2012-08-151-0/+7
* More fine grained progress statistics during subtitle scanjstebbins2012-07-181-0/+16
* bump libav to libav-v0.8-2197-g1a068bfjstebbins2012-07-111-10/+26
* libhb: drop HB_INPUT_CH_LAYOUT_*Rodeo2012-06-181-38/+5
* Updated file copyright / GPL headerssr552012-06-151-3/+6
* 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