aboutsummaryrefslogtreecommitdiff
path: root/libavformat/ivfenc.c
AgeCommit message (Expand)Author
2014-07-03ivfenc: support VP9James Zern
2013-04-14lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06Merge 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-16avio: 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-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-17Add muxer for IVF format.Reimar Döffinger