| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/jacosubdec: Check timeres | Michael Niedermayer | 2023-10-08 | 1 | -4/+7 |
* | avformat/jacosubdec: avoid signed integer overflows in get_shift() | Michael Niedermayer | 2023-10-08 | 1 | -2/+6 |
* | avformat/jacosubdec: Factorize code in get_shift() a bit | Michael Niedermayer | 2023-10-08 | 1 | -9/+5 |
* | avformat/jacosubdec: Fix overflow in get_shift() | Michael Niedermayer | 2022-09-24 | 1 | -1/+1 |
* | all: Remove unnecessary libavcodec/internal.h inclusions | Andreas Rheinhardt | 2022-02-08 | 1 | -1/+0 |
* | avformat/jacosubdec: Check for min in t overflow in get_shift() | Michael Niedermayer | 2021-09-13 | 1 | -0/+3 |
* | avformat/subtitles: Deduplicate subtitles' read_(packet|seek|close) | Andreas Rheinhardt | 2021-07-18 | 1 | -25/+4 |
* | avformat/jacosubdec: Simplify cleanup after read_header failure | Andreas Rheinhardt | 2021-07-07 | 1 | -6/+3 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/jacosubdec: Use 64bit intermediate for start/end timestamp shift | Michael Niedermayer | 2021-03-28 | 1 | -2/+2 |
* | avformat/jacosubdec: Fix leak on error | Andreas Rheinhardt | 2021-03-26 | 1 | -0/+1 |
* | avformat/subtitles: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -1/+1 |
* | avformat/jacosubdec: Fix unintended fallthrough | Andreas Rheinhardt | 2020-10-30 | 1 | -3/+9 |
* | avformat/jacosubdec: Use 64bit inside get_shift() | Michael Niedermayer | 2020-10-24 | 1 | -4/+8 |
* | avformat/jacosubdec: Fix memleak upon read header failure | Andreas Rheinhardt | 2020-06-15 | 1 | -2/+4 |
* | avformat/jacosubdec: Fix timeres to 1/100 units convertion overflow | Michael Niedermayer | 2019-06-21 | 1 | -4/+5 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | lavf/jacosubdec: compute subtitle duration correctly | Adam Sampson | 2019-02-20 | 1 | -1/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -3/+3 |
* | Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d' | Hendrik Leppkes | 2015-09-29 | 1 | -1/+1 |
* | avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ... | Clément Bœsch | 2015-09-10 | 1 | -1/+1 |
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | avformat/jacosubdec: Cleanup when avpriv_bprint_to_extradata() fails | Michael Niedermayer | 2014-11-25 | 1 | -1/+4 |
* | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -1/+1 |
* | avformat/jacosubdec: make probing less tolerant. | Clément Bœsch | 2013-11-19 | 1 | -1/+2 |
* | avformat/subtitles: add a next line jumper and use it. | Clément Bœsch | 2013-09-08 | 1 | -1/+1 |
* | avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / Y | Michael Niedermayer | 2013-05-05 | 1 | -1/+1 |
* | lavf: remove generic index flag from text subtitles. | Clément Bœsch | 2013-01-02 | 1 | -1/+0 |
* | 10l: export ff_bprint_to_extradata between libs using avpriv_ prefix. | Clément Bœsch | 2012-12-30 | 1 | -1/+1 |
* | lavc: add ff_bprint_to_extradata() helper and use it. | Clément Bœsch | 2012-12-30 | 1 | -3/+5 |
* | lavf: use ff_subtitles_queue_seek() for text subtitles demuxers. | Clément Bœsch | 2012-12-02 | 1 | -0/+9 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
* | lavf/jacosubdec: fix FPE in case timeres is badly set. | Clément Bœsch | 2012-06-29 | 1 | -1/+4 |
* | lavf/jacosubdec: use subtitles queue API. | Clément Bœsch | 2012-06-29 | 1 | -74/+24 |
* | jacosub_probe: slightly increase the score to limit misdetection. | Clément Bœsch | 2012-05-31 | 1 | -1/+1 |
* | jacosub_probe: speedup by making only one call to sscanf | Clément Bœsch | 2012-05-31 | 1 | -2/+5 |
* | JACOsub demuxer, decoder and muxer. | Clément Bœsch | 2012-05-03 | 1 | -0/+304 |