summaryrefslogtreecommitdiff
path: root/libavcodec/lzwenc.c
Commit message (Collapse)AuthorAge
* put_bits: Remove unused includesVittorio Giovara2014-03-04
| | | | | This requires adding includes to other files that relied on these being included implicitly.
* doxygen: consistently place brief descriptionDiego Biurrun2011-07-14
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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