| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/internal: Move FF_FMT_INIT_CLEANUP to demux.h | Andreas Rheinhardt | 2024-03-26 | 1 | -1/+1 |
* | avformat/webvttdec: Skip more parts of header to let parsing continue | Kristoffer Brånemyr | 2024-03-12 | 1 | -0/+2 |
* | avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat | Andreas Rheinhardt | 2024-03-07 | 1 | -5/+6 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -5/+5 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | libavformat: fix incorrect handling of incomplete AVBPrint. | Reimar Döffinger | 2023-07-29 | 1 | -1/+3 |
* | avformat/webvttdec: Simplify cleanup after read_header failure | Andreas Rheinhardt | 2021-07-08 | 1 | -2/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/webvttdec: Accept \r as newline | Andreas Rheinhardt | 2020-06-26 | 1 | -1/+1 |
* | avformat/webvttdec: Fix memleak upon read header failure | Andreas Rheinhardt | 2020-06-15 | 1 | -0/+2 |
* | avformat/webvttdec: Remove write-only variable | Andreas Rheinhardt | 2020-04-23 | 1 | -3/+1 |
* | lavf/webvtt: fix ffmpeg -h demuxer=webvtt can't dump options | Jun Zhao | 2019-06-14 | 1 | -5/+5 |
* | 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/webvttdec: Don't stop parsing on comments | Ricardo Constantino | 2015-10-12 | 1 | -1/+2 |
* | avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ... | Clément Bœsch | 2015-09-10 | 1 | -1/+1 |
* | avformat/webvttdec: Dont skip over a never checked byte after --> | Michael Niedermayer | 2014-01-07 | 1 | -1/+1 |
* | lavf/webvttdec: use private option to specify WebVTT kind | Matthew Heaney | 2013-06-25 | 1 | -0/+24 |
* | lavf/webvttdec: factorize identifier and settings side data code. | Clément Bœsch | 2013-06-01 | 1 | -21/+13 |
* | lavf/webvttdec: save cue id and settings as side data | Matthew Heaney | 2013-06-01 | 1 | -11/+42 |
* | lavf/webvtt: use ff_subtitles_read_chunk(). | Clément Bœsch | 2013-01-03 | 1 | -30/+10 |
* | lavf: remove generic index flag from text subtitles. | Clément Bœsch | 2013-01-02 | 1 | -1/+0 |
* | lavf: use ff_subtitles_queue_seek() for text subtitles demuxers. | Clément Bœsch | 2012-12-02 | 1 | -0/+9 |
* | lavf/webvttdec: fix potential timing overflows. | Clément Bœsch | 2012-10-21 | 1 | -2/+2 |
* | WebVTT demuxer and decoder. | Clément Bœsch | 2012-09-23 | 1 | -0/+188 |