aboutsummaryrefslogtreecommitdiff
path: root/libavformat/md5enc.c
AgeCommit message (Expand)Author
2013-04-25lavf: introduce AVFMT_TS_NEGATIVELuca Barbato
2012-10-11md5: Allocate a normal private context for the opaque md5 context pointerMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-05-20avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern
2012-02-03frame{crc/md5}: set the stream timebase from codec timebase.Anton Khirnov
2011-11-23md5enc: add flagsAnton Khirnov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
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-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-05-24Add -f framemd5 muxer similar to framecrc.Reimar Döffinger
2010-05-23Add a md5 muxer that allows checking the md5 sums of generated streams withoutReimar Döffinger