]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
initial commit for Quicktime Animation (RLE) video decoder; bit depths
authormelanson <melanson@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 5 Feb 2004 05:22:44 +0000 (05:22 +0000)
committermelanson <melanson@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 5 Feb 2004 05:22:44 +0000 (05:22 +0000)
commit6d993539a29f08e8fc698af616ae4200a3b9a020
tree09615349bb1a269bf7ed42a24f01a2cdaa9600e3
parent9657c03e916e2bdb1fb023fd7f1466e599f23cbf
initial commit for Quicktime Animation (RLE) video decoder; bit depths
32, 24, and 16 are working; 8bpp is partially working; 4, 2, and 1 bpp
are not supported yet

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2748 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
Changelog
doc/ffmpeg-doc.texi
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/avcodec.h
libavcodec/qtrle.c [new file with mode: 0644]
libavformat/mov.c