summaryrefslogtreecommitdiffstats
path: root/libhb/sync.c
Commit message (Expand)AuthorAgeFilesLines
* sync: detect and drop 0 duration initial video frameJohn Stebbins2016-05-191-7/+12
* sync: increse min video queue depth for deeper dejitteringJohn Stebbins2016-05-181-1/+1
* sync: fix potential dropped chapter marksJohn Stebbins2016-05-181-10/+31
* sync: improve code readabilityJohn Stebbins2016-05-181-18/+19
* work: don't allocate fifos that are not needed for indepth_scanJohn Stebbins2016-05-181-6/+0
* sync: set start and stop when resampling audioJohn Stebbins2016-05-181-0/+2
* sync: fix progress statistics when title longer than sum of chaptersJohn Stebbins2016-05-181-1/+21
* sync: dejitter larger video jittersJohn Stebbins2016-05-181-1/+1
* sync: handle coarsely interleaved streams betterJohn Stebbins2016-05-181-2/+2
* sync: add timestamp loggingJohn Stebbins2016-05-181-3/+41
* sync: move comment to more appropriate locationJohn Stebbins2016-05-181-10/+12
* sync: do not drop audio before frame p-to-p startJohn Stebbins2016-05-181-11/+33
* sync: estimate video frame drop duration betterJohn Stebbins2016-05-171-1/+8
* sync: cosmeticsJohn Stebbins2016-05-171-39/+39
* sync: drop overlapping subtitlesJohn Stebbins2016-05-171-6/+43
* sync: interleave subtitle output with other streamsJohn Stebbins2016-05-171-20/+3
* sync: send output directly to sync output fifosJohn Stebbins2016-05-171-43/+54
* sync: sanitize subtitles in OutputBufferJohn Stebbins2016-05-171-31/+53
* sync: handle initial pts < 0 betterJohn Stebbins2016-05-171-99/+102
* sync: fix race condition that caused double freeJohn Stebbins2016-05-171-0/+4
* sync: handle very short streams betterJohn Stebbins2016-05-171-0/+4
* sync: fix conversions of AV_NOPTS_VALUE to doubleJohn Stebbins2016-05-171-5/+5
* sync: remove unused variableJohn Stebbins2016-05-171-1/+0
* sync: fix merging of multiple SSA to tx3gJohn Stebbins2016-05-171-108/+233
* sync: move chapter logging to sync.cJohn Stebbins2016-05-171-0/+30
* move cadence (Film->Video) logging to sync.cJohn Stebbins2016-05-171-0/+95
* 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