summaryrefslogtreecommitdiff
path: root/libavcodec/qtrle.c
Commit message (Collapse)AuthorAge
...
* rle_code can overflow when multiplied by 4Roberto Togni2004-02-14
| | | | | | (fixes Animation-256Greys.mov from mphq) Originally committed as revision 2786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_logRoberto Togni2004-02-14
| | | | Originally committed as revision 2784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial commit for Quicktime Animation (RLE) video decoder; bit depthsMike Melanson2004-02-05
32, 24, and 16 are working; 8bpp is partially working; 4, 2, and 1 bpp are not supported yet Originally committed as revision 2748 to svn://svn.ffmpeg.org/ffmpeg/trunk