| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/subtitles: Deduplicate subtitles' read_(packet|seek|close) | Andreas Rheinhardt | 2021-07-18 | 1 | -24/+3 |
* | avformat/pjsdec: Simplify cleanup after read_header failure | Andreas Rheinhardt | 2021-07-08 | 1 | -3/+2 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/pjsdec: Avoid variable that is always zero | Andreas Rheinhardt | 2020-06-22 | 1 | -2/+1 |
* | avformat/pjsdec: Fix memleak upon read header failure | Andreas Rheinhardt | 2020-06-15 | 1 | -1/+3 |
* | avformat/pjsdec: Check duration for overflow | Michael Niedermayer | 2019-10-20 | 1 | -0/+2 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -2/+2 |
* | avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ... | Clément Bœsch | 2015-09-10 | 1 | -1/+1 |
* | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -1/+1 |
* | avformat/pjsdec: dont increase pointer when its already at the end in read_ts() | Clément Bœsch | 2014-01-11 | 1 | -1/+2 |
* | Replace all occurrences of PRI in sscanf() calls with SCN | James Almer | 2013-04-10 | 1 | -2/+2 |
* | Add PJS subtitles demuxer and decoder. | Clément Bœsch | 2012-12-30 | 1 | -0/+137 |