summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* sync: fix CC burn-inJohn Stebbins2016-05-251-1/+2
* bd: log playlist clips at log level 2John Stebbins2016-05-251-0/+22
* encx265: simplify chapter mark handlingJohn Stebbins2016-05-252-79/+24
* sync: correct timestamp discontinuities in sync instead of reader (#192)John Stebbins2016-05-2412-892/+1022
* muxcommon: fix check_realloc_outputJohn Stebbins2016-05-241-9/+2
* sync: fill queues completelyJohn Stebbins2016-05-211-1/+1
* stream: create default chapter names for empty chapter titlesJohn Stebbins2016-05-201-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
* work: add log to track work object shutdownJohn Stebbins2016-05-181-0/+1
* work: add commentsJohn Stebbins2016-05-181-0/+3
* 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
* work: make video decoder input fifo smallerJohn Stebbins2016-05-181-1/+1
* sync: improve code readabilityJohn Stebbins2016-05-181-18/+19
* work: don't allocate fifos that are not needed for indepth_scanJohn Stebbins2016-05-182-15/+18
* 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-175-124/+252
* sync: move chapter logging to sync.cJohn Stebbins2016-05-172-22/+30
* move cadence (Film->Video) logging to sync.cJohn Stebbins2016-05-172-91/+95
* libhb: remove unused hb_buffer_t sequence numberJohn Stebbins2016-05-177-38/+11
* decavcodec: remove unused frame_duration_setJohn Stebbins2016-05-171-5/+0
* decavcodec: cosmeticsJohn Stebbins2016-05-171-5/+5
* libhb: send initial chapter through pipelineJohn Stebbins2016-05-1712-319/+316
* deccc608sub: fix last_pts data typeJohn Stebbins2016-05-171-1/+1
* deccc608sub: remove function get_last_ptsJohn Stebbins2016-05-171-20/+12
* stream: fix libav initial timestamp calculationJohn Stebbins2016-05-171-1/+1
* muxavformat: fix last subtitle persistence in mp4John Stebbins2016-05-171-0/+22
* buffers: add more buffer allocation debuggingJohn Stebbins2016-05-171-0/+31
* demux: cosmeticsJohn Stebbins2016-05-171-6/+10
* demux: make demux functions staticJohn Stebbins2016-05-171-9/+9
* decpgssub: allow PGS to have negative timestampsJohn Stebbins2016-05-171-4/+12
* libhb: remove unused subtitle fifo_syncJohn Stebbins2016-05-172-3/+0