| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/subtitles: Deduplicate subtitles' read_(packet|seek|close) | Andreas Rheinhardt | 2021-07-18 | 1 | -24/+3 |
* | avformat/mpsubdec: Simplify cleanup after read_header failure | Andreas Rheinhardt | 2021-07-08 | 1 | -3/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/subtitles: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -2/+2 |
* | avformat/mpsubdec: Use av_sat_add/sub64() in fracval handling | Michael Niedermayer | 2021-01-26 | 1 | -2/+2 |
* | avformat/mpsubdec: Fix memleak upon read header failure | Andreas Rheinhardt | 2020-06-15 | 1 | -2/+4 |
* | avformat/mpsubdec: Clear queue on error | Michael Niedermayer | 2019-10-08 | 1 | -0/+3 |
* | avformat/mpsubdec: Remove floating point usage | Michael Niedermayer | 2019-08-29 | 1 | -17/+67 |
* | avformat/mpsubdec: Check pts / duration before cast | Michael Niedermayer | 2019-08-23 | 1 | -2/+9 |
* | 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 |
* | avformat/mpsubdec: Use double instead of float for timestamp calculations | Michael Niedermayer | 2015-05-27 | 1 | -3/+3 |
* | avformat/mpsubdec: change multipler to int, it only stores 1 and 100 | Michael Niedermayer | 2015-05-27 | 1 | -2/+2 |
* | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -1/+1 |
* | avformat/subtitles: add a next line jumper and use it. | Clément Bœsch | 2013-09-08 | 1 | -1/+6 |
* | lavf/mpsub: remove sscanf from probing. | Clément Bœsch | 2013-05-06 | 1 | -4/+3 |
* | avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / Y | Michael Niedermayer | 2013-05-05 | 1 | -1/+1 |
* | Add MPlayer subtitles demuxer. | Clément Bœsch | 2012-12-30 | 1 | -0/+140 |