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