summaryrefslogtreecommitdiffstats
path: root/libhb/sync.c
Commit message (Expand)AuthorAgeFilesLines
...
* sync: fix hang at end of p-to-p encoding with subtitlesJohn Stebbins2016-03-111-1/+8
* sync: fix yet another subtitle issue.John Stebbins2016-03-111-1/+2
* sync: fix handling of end-of-subtitle markersJohn Stebbins2016-03-061-0/+4
* sync: improve video dejitterJohn Stebbins2016-02-151-1/+1
* sync: fix crash when sync init failsJohn Stebbins2016-02-121-1/+2
* sync: fix subtitle timestamps that go backwardsJohn Stebbins2016-02-101-3/+22
* sync: fix hang in subtitle scan passJohn Stebbins2016-01-271-0/+9
* sync: fix delayed subtitles when burned-inJohn Stebbins2016-01-271-0/+14
* sync: fix hang in ssa subtitle syncJohn Stebbins2016-01-211-1/+5
* sync: gut and rewriteJohn Stebbins2016-01-211-1201/+1615
* libhb: fix hang during subtitle scanJohn Stebbins2016-01-191-0/+6
* sync: fix typo that could result in dropping subtitlesJohn Stebbins2016-01-151-1/+1
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* libhb: use LL for int64 constants to make mingw happyJohn Stebbins2015-12-261-1/+1
* libhb: make muxer, sync, and reader behave like other work objectsJohn Stebbins2015-11-091-46/+33
* libhb: add hb_buffer_listJohn Stebbins2015-09-241-79/+46
* libhb: remove unused hb_buffer_t.subJohn Stebbins2015-09-041-1/+0
* 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