summaryrefslogtreecommitdiffstats
path: root/libhb/sync.c
Commit message (Expand)AuthorAgeFilesLines
* decavsub: add general purpose avcodec subtitle decoderJohn Stebbins2020-03-291-0/+4
* sync: fix PtoP end detection during flushJohn Stebbins2020-03-241-148/+32
* qsv: fix --start-at frames issue and dx surfaces leaks (#2533)Artem Galin2020-01-041-0/+4
* Update copyright dates to 2020.Bradley Sepos2020-01-011-1/+1
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-3/+3
* Resolve conflict with harfbuzz include file hb.hJohn Stebbins2019-09-101-1/+1
* Remove libsamplerateJohn Stebbins2019-08-111-62/+42
* Fix some typos (#2202)Nomis1012019-07-311-2/+2
* decsrtsub: fix missing initial sub with p-to-pJohn Stebbins2019-07-111-1/+9
* LinGui: add queue statisticsJohn Stebbins2019-06-251-10/+8
* sync: imporve accuracy of logged min/max fpsJohn Stebbins2019-03-121-2/+2
* 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