summaryrefslogtreecommitdiffstats
path: root/libhb/sync.c
Commit message (Expand)AuthorAgeFilesLines
* sync: fix p-to-p hangJohn Stebbins2017-06-161-7/+12
* sync: work-around players with broken edit list supportJohn Stebbins2017-06-131-58/+310
* decsrt: fix p-to-p start time after seekingJohn Stebbins2017-04-151-5/+24
* sync: fix small video dejitter errorJohn Stebbins2017-03-031-0/+5
* sync: fix sync problem with delayed streamsJohn Stebbins2017-02-181-5/+5
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* sync: don't delay subtitles when duration is knownJohn Stebbins2016-12-151-5/+9
* sync: fix compiler warningJohn Stebbins2016-12-151-1/+1
* sync: fix PtoP hangJohn Stebbins2016-11-211-7/+10
* sync: more robust handling of p-to-p end timeJohn Stebbins2016-09-261-2/+2
* sync: fix off-by-one errorJohn Stebbins2016-09-261-1/+1
* sync: fix a hang with p-to-p end timeJohn Stebbins2016-09-261-1/+22
* sync: fix use of closed bufferJohn Stebbins2016-09-201-7/+12
* sync: fix small memory leakJohn Stebbins2016-09-091-0/+3
* sync: fix race condition hangJohn Stebbins2016-08-291-1/+8
* sync: fix audio resamplingJohn Stebbins2016-08-081-0/+1
* sync: speed up p-to-p finalization when there are subtitlesJohn Stebbins2016-06-101-0/+46
* sync: fix potential stall when searching for p-to-p startJohn Stebbins2016-06-101-2/+11
* sync: when p-to-p end reached return HB_WORK_DONE asapJohn Stebbins2016-06-101-0/+12
* sync: fix some p-to-p issuesJohn Stebbins2016-06-091-72/+123
* sync: fix CC burn-inJohn Stebbins2016-05-251-1/+2
* sync: correct timestamp discontinuities in sync instead of reader (#192)John Stebbins2016-05-241-42/+459
* sync: fill queues completelyJohn Stebbins2016-05-211-1/+1
* sync: silence compiler warningJohn Stebbins2016-05-201-1/+1
* 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