summaryrefslogtreecommitdiff
path: root/libavcodec/lzwenc.c
Commit message (Collapse)AuthorAge
* use lzw compression in gif encoderBaptiste Coudurier2009-12-03
| | | | Originally committed as revision 20723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
| | | | | | put_bits.h. Originally committed as revision 18461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix an assert().Daniel Verkamp2009-03-16
| | | | | | Patch by Daniel Verkamp daniel drv nu Originally committed as revision 18006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* superflouos ()Michael Niedermayer2007-04-09
| | | | Originally committed as revision 8701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove code_prefix variable, no speed changeMichael Niedermayer2007-04-09
| | | | Originally committed as revision 8700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-04-09
| | | | Originally committed as revision 8699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LZW encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu plMichael Niedermayer2007-04-07
Originally committed as revision 8644 to svn://svn.ffmpeg.org/ffmpeg/trunk