summaryrefslogtreecommitdiffstats
path: root/libhb/sync.c
Commit message (Expand)AuthorAgeFilesLines
* ssa: improve SSA to TX3G conversionJohn Stebbins2019-01-141-1/+14
* Update copyright dates to 2019.Bradley Sepos2019-01-011-1/+1
* sync: fix duration of silence buffersJohn Stebbins2018-08-051-4/+10
* sync: don't drop short frames in OutputBuffer()John Stebbins2018-06-041-5/+1
* encx264: fix encoding of very short duration framesJohn Stebbins2018-05-301-5/+1
* Misc. typosluz.paz2018-02-201-1/+1
* sync: fix hang in searching for PtoP start frameJohn Stebbins2018-01-251-11/+21
* Update copyright dates to 2018.Bradley Sepos2018-01-011-1/+1
* sync: fix size of silence bufferJohn Stebbins2017-07-121-4/+5
* sync: fix potential stall when in_queue overflowsJohn Stebbins2017-07-121-42/+6
* 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