summaryrefslogtreecommitdiff
path: root/libavcodec/lzwenc.c
Commit message (Expand)AuthorAge
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-30
* avcodec/put_bits: Fix LZW warningSteinar H. Gunderson2020-07-20
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-04
|\
| * put_bits: Remove unused includesVittorio Giovara2014-03-04
* | avcodec/lzwenc: change asserts to av_assertsMichael Niedermayer2013-08-14
* | avcodec/lzwenc: Add 1 additional bit of padding for gifMichael Niedermayer2013-08-14
* | lzwenc: change assert to av_assertMichael Niedermayer2012-10-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-15
|\|
| * doxygen: consistently place brief descriptionDiego Biurrun2011-07-14
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* use lzw compression in gif encoderBaptiste Coudurier2009-12-03
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* Fix an assert().Daniel Verkamp2009-03-16
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* superflouos ()Michael Niedermayer2007-04-09
* remove code_prefix variable, no speed changeMichael Niedermayer2007-04-09
* simplifyMichael Niedermayer2007-04-09
* LZW encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu plMichael Niedermayer2007-04-07