summaryrefslogtreecommitdiff
path: root/libavformat/vc1testenc.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-16
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-29
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* VC1testenc: convert pts values to correct time-base.Reimar Döffinger2011-01-31
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Remove unused variable.Diego Biurrun2008-08-13
* SMPTE 421M Annex L (aka .rcv) muxerKostya Shishkov2008-07-23