| 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/avformat: Add FFInputFormat, hide internals of AVInputFormat | Andreas Rheinhardt | 2024-03-07 | 1 | -4/+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 |
* | avformat/microdvddec: Simplify cleanup after read_header failure | Andreas Rheinhardt | 2021-07-07 | 1 | -8/+4 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/microdvddec: use 64bit for durations | Michael Niedermayer | 2021-02-21 | 1 | -2/+2 |
* | avformat/microdvddec: skip malformed lines without frame number. | Michael Niedermayer | 2020-06-25 | 1 | -1/+5 |
* | avformat/microdvddec: Fix memleak upon read header failure | Andreas Rheinhardt | 2020-06-15 | 1 | -5/+10 |
* | avformat/microdvd: Use \n instead of \0 to end file header | Andreas Rheinhardt | 2019-12-27 | 1 | -4/+5 |
* | avformat/microdvddec: skip empty lines | Paul B Mahol | 2019-04-27 | 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 | -6/+6 |
* | avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ... | Clément Bœsch | 2015-09-10 | 1 | -1/+1 |
* | microdvd: do not export framerate hint as subtitle packet | wm4 | 2015-04-08 | 1 | -0/+1 |
* | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -1/+1 |
* | avformat/microdvd: export the declared frame rate | wm4 | 2014-03-03 | 1 | -1/+30 |
* | avformat/microdvd: skip BOM properly | wm4 | 2014-03-03 | 1 | -3/+10 |
* | avformat/subtitles: add a next line jumper and use it. | Clément Bœsch | 2013-09-08 | 1 | -1/+1 |
* | Update copyrights where my email appears with the new one. | Clément Bœsch | 2013-09-03 | 1 | -1/+1 |
* | lavf: remove generic index flag from text subtitles. | Clément Bœsch | 2013-01-02 | 1 | -1/+0 |
* | microdvd: sanitize AVPackets. | Clément Bœsch | 2012-12-31 | 1 | -5/+18 |
* | microdvd_probe: make buffer pointers const | Michael Niedermayer | 2012-12-25 | 1 | -1/+2 |
* | 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/microdvd: rewrite using subtitles queue API. | Clément Bœsch | 2012-06-29 | 1 | -89/+58 |
* | lavf/{srt,microdvd}: correctly raise error on avformat_new_stream() error. | Clément Bœsch | 2012-06-15 | 1 | -1/+1 |
* | lavf/microdvd: support events lasting to the next one. | Clément Bœsch | 2012-05-29 | 1 | -3/+39 |
* | lavf/microdvd: set packet duration. | Clément Bœsch | 2012-04-27 | 1 | -0/+11 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -1/+1 |
* | lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info(). | Clément Bœsch | 2011-12-03 | 1 | -1/+1 |
* | Replace remaining av_new_stream() with avformat_new_stream(). | Clément Bœsch | 2011-11-05 | 1 | -1/+1 |
* | add MicroDVD muxer and demuxer | Aurelien Jacobs | 2011-04-04 | 1 | -0/+129 |