summaryrefslogtreecommitdiff
path: root/libavcodec/qtrle.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* add 1bpp decoding function and extend 4bpp function toStefan Gehrer2008-09-07
* reduce code duplication by moving common header parsingStefan Gehrer2008-08-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* These video decoders do not need to include and initialize the DSPMike Melanson2008-03-10
* mark qtrle input data as const.Reimar Döffinger2008-02-02
* license header consistency cosmeticsDiego Biurrun2007-07-05
* 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
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* correctly deal with the alpha channel in 32-bit QT RLE (courtesy of JohnMike Melanson2005-12-14
* Make rle_code int everywhere instead of signed char.Matthieu Castet2005-10-28
* tinfoil patch: make sure pixel_ptr never goes negativeMike Melanson2005-08-13
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
* Add support for qtrle4 (16 colors/gray levels)Roberto Togni2004-05-31
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-14
* rle_code can overflow when multiplied by 4Roberto Togni2004-02-14
* Use av_logRoberto Togni2004-02-14
* initial commit for Quicktime Animation (RLE) video decoder; bit depthsMike Melanson2004-02-05