summaryrefslogtreecommitdiff
path: root/libavcodec/cscd.c
Commit message (Expand)AuthorAge
* Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger2009-02-02
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* Some consts for cscd decoder helper functionsReimar Döffinger2008-02-02
* constMichael Niedermayer2008-02-01
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-07
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
* Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the originalReimar Döffinger2006-12-09
* Typo in error messageReimar Döffinger2006-12-09
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* faster copy functions for lzo decoder that also need paddingReimar Döffinger2006-01-22
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* Our own LZO (1X) implementation, under LGPL and optimized for readability.Reimar Döffinger2006-01-12
* CamStudio decoder, only 32 bit lzo mode is testedReimar Döffinger2006-01-09