summaryrefslogtreecommitdiffstats
path: root/libavcodec/qtrle.c
Commit message (Expand)AuthorAgeFilesLines
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-3/+3
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-071-1/+0
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-071-2/+2
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-17/+17
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* correctly deal with the alpha channel in 32-bit QT RLE (courtesy of JohnMike Melanson2005-12-141-5/+5
* Make rle_code int everywhere instead of signed char.Matthieu Castet2005-10-281-3/+3
* tinfoil patch: make sure pixel_ptr never goes negativeMike Melanson2005-08-131-2/+7
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-4/+0
* Add support for qtrle4 (16 colors/gray levels)Roberto Togni2004-05-311-0/+92
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-141-4/+2
* rle_code can overflow when multiplied by 4Roberto Togni2004-02-141-1/+1
* Use av_logRoberto Togni2004-02-141-5/+5
* initial commit for Quicktime Animation (RLE) video decoder; bit depthsMike Melanson2004-02-051-0/+537
OpenPOWER on IntegriCloud