summaryrefslogtreecommitdiff
path: root/libavformat/jacosubdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/jacosubdec: Fix overflow in get_shift()Michael Niedermayer2022-09-241-1/+1
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-081-1/+0
* avformat/jacosubdec: Check for min in t overflow in get_shift()Michael Niedermayer2021-09-131-0/+3
* avformat/subtitles: Deduplicate subtitles' read_(packet|seek|close)Andreas Rheinhardt2021-07-181-25/+4
* avformat/jacosubdec: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-071-6/+3
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/jacosubdec: Use 64bit intermediate for start/end timestamp shiftMichael Niedermayer2021-03-281-2/+2
* avformat/jacosubdec: Fix leak on errorAndreas Rheinhardt2021-03-261-0/+1
* avformat/subtitles: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-1/+1
* avformat/jacosubdec: Fix unintended fallthroughAndreas Rheinhardt2020-10-301-3/+9
* avformat/jacosubdec: Use 64bit inside get_shift()Michael Niedermayer2020-10-241-4/+8
* avformat/jacosubdec: Fix memleak upon read header failureAndreas Rheinhardt2020-06-151-2/+4
* avformat/jacosubdec: Fix timeres to 1/100 units convertion overflowMichael Niedermayer2019-06-211-4/+5
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* lavf/jacosubdec: compute subtitle duration correctlyAdam Sampson2019-02-201-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-3/+3
* Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes2015-09-291-1/+1
* avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ...Clément Bœsch2015-09-101-1/+1
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
* avformat/jacosubdec: Cleanup when avpriv_bprint_to_extradata() failsMichael Niedermayer2014-11-251-1/+4
* replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* avformat/jacosubdec: make probing less tolerant.Clément Bœsch2013-11-191-1/+2
* avformat/subtitles: add a next line jumper and use it.Clément Bœsch2013-09-081-1/+1
* avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / YMichael Niedermayer2013-05-051-1/+1
* lavf: remove generic index flag from text subtitles.Clément Bœsch2013-01-021-1/+0
* 10l: export ff_bprint_to_extradata between libs using avpriv_ prefix.Clément Bœsch2012-12-301-1/+1
* lavc: add ff_bprint_to_extradata() helper and use it.Clément Bœsch2012-12-301-3/+5
* lavf: use ff_subtitles_queue_seek() for text subtitles demuxers.Clément Bœsch2012-12-021-0/+9
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
* lavf/jacosubdec: fix FPE in case timeres is badly set.Clément Bœsch2012-06-291-1/+4
* lavf/jacosubdec: use subtitles queue API.Clément Bœsch2012-06-291-74/+24
* jacosub_probe: slightly increase the score to limit misdetection.Clément Bœsch2012-05-311-1/+1
* jacosub_probe: speedup by making only one call to sscanfClément Bœsch2012-05-311-2/+5
* JACOsub demuxer, decoder and muxer.Clément Bœsch2012-05-031-0/+304