| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/ivfenc: remove unused var | Gyan Doshi | 2024-04-17 | 1 | -3/+1 |
* | avformat/mux: Add flag for "not more than one stream of each type" | Andreas Rheinhardt | 2024-03-22 | 1 | -8/+4 |
* | avformat/ivfenc: Set the "number of frames" in IVF header | Dai, Jianhui J | 2023-07-09 | 1 | -8/+5 |
* | avformat/avformat: Move AVOutputFormat internals out of public header | Andreas Rheinhardt | 2023-02-09 | 1 | -7/+7 |
* | avformat/utils: Move ff_stream_add_bitstream_filter to mux.c | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | ivfenc: write duration for frame_cnt=1. | Ronald S. Bultje | 2021-03-03 | 1 | -3/+7 |
* | avformat/ivfenc: move bsf insertion to the init function | James Almer | 2020-05-11 | 1 | -14/+10 |
* | avformat/ivfenc: add an AVOutputFormat.init() function | James Almer | 2020-05-11 | 1 | -2/+11 |
* | avformat/ivfenc: Don't use size_t for size of file | Andreas Rheinhardt | 2020-02-28 | 1 | -1/+1 |
* | avformat/ivfenc: Change the length fields to 32 bits | Raphaël Zumer | 2019-10-08 | 1 | -1/+2 |
* | avformat/ivfenc: Comment the length field encoding process | Raphaël Zumer | 2019-10-08 | 1 | -1/+2 |
* | avformat/ivfenc: use the av1_metadata bsf to insert Temporal Delimiter OBUs i... | James Almer | 2018-11-01 | 1 | -0/+2 |
* | avformat/ivfenc: fix writing codec tag | James Almer | 2018-09-24 | 1 | -1/+1 |
* | Merge commit '44a1731011e87fbf4180d026aefb8bfe85d8c7dc' | James Almer | 2018-03-28 | 1 | -2/+3 |
|\ |
|
| * | ivf: Support VP9 and AV1 as well | Luca Barbato | 2018-03-12 | 1 | -3/+7 |
* | | ivfenc: add AV1 support | Tristan Matthews | 2017-12-13 | 1 | -3/+7 |
* | | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -1/+1 |
|\| |
|
* | | ivfenc: Add VPX codec tags. | Alex Converse | 2016-09-10 | 1 | -0/+7 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -8/+8 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -6/+6 |
| * | lavf: Don't explicitly flush after each written packet in muxers | Clément Bœsch | 2013-09-16 | 1 | -1/+0 |
* | | vp9: add superframe merging bitstream filter. | Ronald S. Bultje | 2016-03-11 | 1 | -0/+13 |
* | | avformat/ivfenc: fix division by zero | Michael Niedermayer | 2016-01-08 | 1 | -2/+3 |
* | | ivfenc: write duration at end-of-stream. | Ronald S. Bultje | 2015-07-12 | 1 | -1/+29 |
* | | ivfenc: incorrect fourcc for VP9 video | Victor Anjin | 2015-04-16 | 1 | -1/+1 |
* | | ivfenc: support VP9 | James Zern | 2014-07-03 | 1 | -2/+3 |
* | | lavf: remove some flushing in write_packet muxers callbacks. | Clément Bœsch | 2013-04-14 | 1 | -1/+0 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -3/+3 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-06 | 1 | -5/+5 |
|\| |
|
| * | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -5/+5 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -1/+1 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -12/+12 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -2/+2 |
* | Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE* | Anton Khirnov | 2011-02-03 | 1 | -1/+1 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Add muxer for IVF format. | Reimar Döffinger | 2011-01-17 | 1 | -0/+69 |