summaryrefslogtreecommitdiff
path: root/libavcodec/lzwenc.c
Commit message (Expand)AuthorAgeFilesLines
* put_bits: Remove unused includesVittorio Giovara2014-03-041-1/+2
* doxygen: consistently place brief descriptionDiego Biurrun2011-07-141-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* use lzw compression in gif encoderBaptiste Coudurier2009-12-031-5/+12
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-1/+1
* Fix an assert().Daniel Verkamp2009-03-161-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* superflouos ()Michael Niedermayer2007-04-091-1/+1
* remove code_prefix variable, no speed changeMichael Niedermayer2007-04-091-7/+5
* simplifyMichael Niedermayer2007-04-091-4/+3
* LZW encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu plMichael Niedermayer2007-04-071-0/+265