summaryrefslogtreecommitdiffstats
path: root/libavcodec/qtrle.c
Commit message (Expand)AuthorAgeFilesLines
* 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