OSDN Git Service

LZW decoder as separate module plus TIFF LZW support
authorKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 26 Oct 2006 04:15:48 +0000 (04:15 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 26 Oct 2006 04:15:48 +0000 (04:15 +0000)
commitffc5430bc30a787ae684549df3afcb7b9dcc86d9
tree1bd740823f9b05a010951f1c57dd4c2885b41a8c
parentb0c32a70b4ef12a5317841f83128a0597320577f
LZW decoder as separate module plus TIFF LZW support

Originally committed as revision 6795 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
libavcodec/avcodec.h
libavcodec/gifdec.c
libavcodec/lzw.c [new file with mode: 0644]
libavcodec/lzw.h [new file with mode: 0644]
libavcodec/tiff.c