Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-10avformat/utils: Move ff_stream_add_bitstream_filter to mux.cAndreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-03-03ivfenc: write duration for frame_cnt=1.Ronald S. Bultje
2020-05-12avformat/ivfenc: move bsf insertion to the init functionJames Almer
2020-05-12avformat/ivfenc: add an AVOutputFormat.init() functionJames Almer
2020-02-28avformat/ivfenc: Don't use size_t for size of fileAndreas Rheinhardt
2019-10-09avformat/ivfenc: Change the length fields to 32 bitsRaphaël Zumer
2019-10-09avformat/ivfenc: Comment the length field encoding processRaphaël Zumer
2018-11-02avformat/ivfenc: use the av1_metadata bsf to insert Temporal Delimiter OBUs i...James Almer
2018-09-24avformat/ivfenc: fix writing codec tagJames Almer
2018-03-28Merge commit '44a1731011e87fbf4180d026aefb8bfe85d8c7dc'James Almer
2018-03-12ivf: Support VP9 and AV1 as wellLuca Barbato
2017-12-13ivfenc: add AV1 supportTristan Matthews
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2016-09-11ivfenc: Add VPX codec tags.Alex Converse
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-11vp9: add superframe merging bitstream filter.Ronald S. Bultje
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-01-09avformat/ivfenc: fix division by zeroMichael Niedermayer
2015-07-12ivfenc: write duration at end-of-stream.Ronald S. Bultje
2015-04-16ivfenc: incorrect fourcc for VP9 videoVictor Anjin
2014-07-03ivfenc: support VP9James Zern
2013-09-16lavf: Don't explicitly flush after each written packet in muxersClément Bœsch
2013-04-14lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-03Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-17Add muxer for IVF format.Reimar Döffinger