aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/anm.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
| | | | | | 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-301-1/+1
| | | | | | 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-121-2/+2
| | | | | | code (issue 1739). Originally committed as revision 21769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deluxe Paint Animation demuxerPeter Ross2010-01-101-0/+235
Originally committed as revision 21118 to svn://svn.ffmpeg.org/ffmpeg/trunk