summaryrefslogtreecommitdiff
path: root/libavformat/vqf.c
Commit message (Collapse)AuthorAge
* Use a suitable timebase in VQF demuxerVitor Sessak2010-04-13
| | | | Originally committed as revision 22868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-13
| | | | | | | arrays of fixed length. Code from ffmbc with changes to adapt to our metadata API. Originally committed as revision 20836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VQF demuxerVitor Sessak2009-03-07
Originally committed as revision 17866 to svn://svn.ffmpeg.org/ffmpeg/trunk