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