summaryrefslogtreecommitdiff
path: root/libavcodec/lzw.h
Commit message (Expand)AuthorAge
* avcodec/put_bits: Fix LZW warningSteinar H. Gunderson2020-07-20
* avcodec/lzw: ff_lzw_decode_tail() now returns the consumed bytes in lzw decom...Ni Hui2015-11-10
* gifdec: port to bytestream2 APIPaul B Mahol2012-12-08
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-15
|\
| * doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-15
| * doxygen: misc consistency cosmeticsDiego Biurrun2011-07-14
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add lots of missing includesMåns Rullgård2010-03-08
* lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* thoughBaptiste Coudurier2009-12-03
* use lzw compression in gif encoderBaptiste Coudurier2009-12-03
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* constsMichael Niedermayer2008-02-01
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* LZW encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu plMichael Niedermayer2007-04-07
* LZW decoder as separate module plus TIFF LZW supportKostya Shishkov2006-10-26