]> git.sesse.net Git - ffmpeg/history - libavcodec/lzw.h
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / lzw.h
2011-07-15 Diego Biurrundoxygen: use Doxygen markup for authors and web links...
2011-07-14 Diego Biurrundoxygen: misc consistency cosmetics
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-08 Måns RullgårdAdd lots of missing includes
2009-12-03 Baptiste Coudurierlzw.h does not need get_bits.h, tiff.c needs intreadwri...
2009-12-03 Baptiste Coudurieruse lzw compression in gif encoder
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-02-01 Michael Niedermayerconsts
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-04-07 Michael NiedermayerLZW encoder by Bartlomiej Wolowiec b.wolowiec students...
2006-10-26 Kostya ShishkovLZW decoder as separate module plus TIFF LZW support