summaryrefslogtreecommitdiff
path: root/libavformat/jacosubdec.c
Commit message (Expand)AuthorAge
* avformat/jacosubdec: Check for min in t overflow in get_shift()Michael Niedermayer2021-09-13
* avformat/subtitles: Deduplicate subtitles' read_(packet|seek|close)Andreas Rheinhardt2021-07-18
* avformat/jacosubdec: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-07
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/jacosubdec: Use 64bit intermediate for start/end timestamp shiftMichael Niedermayer2021-03-28
* avformat/jacosubdec: Fix leak on errorAndreas Rheinhardt2021-03-26
* avformat/subtitles: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/jacosubdec: Fix unintended fallthroughAndreas Rheinhardt2020-10-30
* avformat/jacosubdec: Use 64bit inside get_shift()Michael Niedermayer2020-10-24
* avformat/jacosubdec: Fix memleak upon read header failureAndreas Rheinhardt2020-06-15
* avformat/jacosubdec: Fix timeres to 1/100 units convertion overflowMichael Niedermayer2019-06-21
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* lavf/jacosubdec: compute subtitle duration correctlyAdam Sampson2019-02-20
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
* Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes2015-09-29
* avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ...Clément Bœsch2015-09-10
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
* avformat/jacosubdec: Cleanup when avpriv_bprint_to_extradata() failsMichael Niedermayer2014-11-25
* replace calls to url_feof() with avio_feof()James Almer2014-08-08
* avformat/jacosubdec: make probing less tolerant.Clément Bœsch2013-11-19
* avformat/subtitles: add a next line jumper and use it.Clément Bœsch2013-09-08
* avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / YMichael Niedermayer2013-05-05
* lavf: remove generic index flag from text subtitles.Clément Bœsch2013-01-02
* 10l: export ff_bprint_to_extradata between libs using avpriv_ prefix.Clément Bœsch2012-12-30
* lavc: add ff_bprint_to_extradata() helper and use it.Clément Bœsch2012-12-30
* lavf: use ff_subtitles_queue_seek() for text subtitles demuxers.Clément Bœsch2012-12-02
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* lavf/jacosubdec: fix FPE in case timeres is badly set.Clément Bœsch2012-06-29
* lavf/jacosubdec: use subtitles queue API.Clément Bœsch2012-06-29
* jacosub_probe: slightly increase the score to limit misdetection.Clément Bœsch2012-05-31
* jacosub_probe: speedup by making only one call to sscanfClément Bœsch2012-05-31
* JACOsub demuxer, decoder and muxer.Clément Bœsch2012-05-03