aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/md5enc.c
Commit message (Expand)AuthorAgeFilesLines
* Use more designated initializers.Paul B Mahol2011-12-301-2/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-241-0/+2
|\
| * md5enc: add flagsAnton Khirnov2011-11-231-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-20/+16
|\|
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-20/+16
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-1/+1
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-1/+1
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-2/+2
* Add -f framemd5 muxer similar to framecrc.Reimar Döffinger2010-05-241-12/+49
* Add a md5 muxer that allows checking the md5 sums of generated streams withoutReimar Döffinger2010-05-231-0/+73