| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/avformat: Move AVOutputFormat internals out of public header | Andreas Rheinhardt | 2023-02-09 | 1 | -7/+7 |
* | avformat/smjpegenc: use av_dict_iterate | Marvin Scholz | 2022-12-01 | 1 | -2/+2 |
* | avformat/utils: Move creation-time functions to mux_utils | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | smjpegenc: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -1/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat: remove avio_flush() calls from the end of write_header functions | Marton Balint | 2020-01-07 | 1 | -1/+0 |
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -1/+1 |
|\ |
|
| * | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -1/+1 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -13/+13 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -13/+13 |
| * | lavf: Don't explicitly flush after each written packet in muxers | Clément Bœsch | 2013-09-16 | 1 | -1/+0 |
* | | avformat: use ff_standardize_creation_time for formats writing all format str... | Marton Balint | 2016-03-03 | 1 | -0/+1 |
* | | lavf: remove some flushing in write_packet muxers callbacks. | Clément Bœsch | 2013-04-14 | 1 | -1/+0 |
* | | Merge commit 'bfe5454cd238b16e7977085f880205229103eccb' | Michael Niedermayer | 2012-11-29 | 1 | -1/+0 |
|\| |
|
| * | lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h | Justin Ruggles | 2012-11-28 | 1 | -1/+0 |
* | | smjpegenc: use bits_per_coded_sample instead of calling function | Paul B Mahol | 2012-11-07 | 1 | -1/+1 |
* | | Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b' | Michael Niedermayer | 2012-09-16 | 1 | -1/+0 |
|\| |
|
| * | lavf: flush the output AVIOContext in av_write_trailer(). | Anton Khirnov | 2012-09-15 | 1 | -1/+0 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | | Replace Libav with FFmpeg in license headers for files created by me | Paul B Mahol | 2012-06-29 | 1 | -4/+4 |
|/ |
|
* | avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. | James Zern | 2012-05-20 | 1 | -1/+1 |
* | add SMJPEG muxer | Paul B Mahol | 2012-01-16 | 1 | -0/+149 |