summaryrefslogtreecommitdiff
path: root/libavcodec/gifdec.c
Commit message (Collapse)AuthorAgeFilesLines
* remove useless line variableBaptiste Coudurier2006-11-051-4/+1
| | | | Originally committed as revision 6901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding positionBaptiste Coudurier2006-11-051-1/+1
| | | | Originally committed as revision 6900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LZW decoder as separate module plus TIFF LZW supportKostya Shishkov2006-10-261-167/+9
| | | | Originally committed as revision 6795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionBaptiste Coudurier2006-10-221-14/+14
| | | | Originally committed as revision 6768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed useless variablesBaptiste Coudurier2006-10-221-7/+0
| | | | Originally committed as revision 6766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use avctx->get_bufferBaptiste Coudurier2006-10-221-16/+28
| | | | Originally committed as revision 6765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused variablesBaptiste Coudurier2006-10-221-3/+3
| | | | Originally committed as revision 6764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* printf -> dprintfBaptiste Coudurier2006-10-221-6/+6
| | | | Originally committed as revision 6763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionBaptiste Coudurier2006-10-221-1/+1
| | | | Originally committed as revision 6762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change gif demuxer to gif decoderBaptiste Coudurier2006-10-221-0/+495
Originally committed as revision 6760 to svn://svn.ffmpeg.org/ffmpeg/trunk