summaryrefslogtreecommitdiff
path: root/libavformat/ivfenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-7/+7
* avformat/utils: Move ff_stream_add_bitstream_filter to mux.cAndreas Rheinhardt2022-05-101-0/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* ivfenc: write duration for frame_cnt=1.Ronald S. Bultje2021-03-031-3/+7
* avformat/ivfenc: move bsf insertion to the init functionJames Almer2020-05-111-14/+10
* avformat/ivfenc: add an AVOutputFormat.init() functionJames Almer2020-05-111-2/+11
* avformat/ivfenc: Don't use size_t for size of fileAndreas Rheinhardt2020-02-281-1/+1
* avformat/ivfenc: Change the length fields to 32 bitsRaphaël Zumer2019-10-081-1/+2
* avformat/ivfenc: Comment the length field encoding processRaphaël Zumer2019-10-081-1/+2
* avformat/ivfenc: use the av1_metadata bsf to insert Temporal Delimiter OBUs i...James Almer2018-11-011-0/+2
* avformat/ivfenc: fix writing codec tagJames Almer2018-09-241-1/+1
* Merge commit '44a1731011e87fbf4180d026aefb8bfe85d8c7dc'James Almer2018-03-281-2/+3
|\
| * ivf: Support VP9 and AV1 as wellLuca Barbato2018-03-121-3/+7
* | ivfenc: add AV1 supportTristan Matthews2017-12-131-3/+7
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-1/+1
|\ \ | |/
* | ivfenc: Add VPX codec tags.Alex Converse2016-09-101-0/+7
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-8/+8
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-6/+6
| * lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-161-1/+0
* | vp9: add superframe merging bitstream filter.Ronald S. Bultje2016-03-111-0/+13
* | avformat/ivfenc: fix division by zeroMichael Niedermayer2016-01-081-2/+3
* | ivfenc: write duration at end-of-stream.Ronald S. Bultje2015-07-121-1/+29
* | ivfenc: incorrect fourcc for VP9 videoVictor Anjin2015-04-161-1/+1
* | ivfenc: support VP9James Zern2014-07-031-2/+3
* | lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch2013-04-141-1/+0
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-3/+3
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-061-5/+5
|\ \ | |/
| * cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-5/+5
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-1/+1
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-12/+12
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
* Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov2011-02-031-1/+1
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Add muxer for IVF format.Reimar Döffinger2011-01-171-0/+69