summaryrefslogtreecommitdiff
path: root/libavformat/anm.c
Commit message (Collapse)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
| | | | | | Patch by Jean-Daniel Dupas, devlists shadowlab org Originally committed as revision 22744 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
* Make DeluxePaint Animation demuxer actually return the find_record() error ↵Peter Ross2010-02-12
| | | | | | code (issue 1739). Originally committed as revision 21769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deluxe Paint Animation demuxerPeter Ross2010-01-10
Originally committed as revision 21118 to svn://svn.ffmpeg.org/ffmpeg/trunk