Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | correctly deal with the alpha channel in 32-bit QT RLE (courtesy of John | Mike Melanson | 2005-12-14 | 1 | -5/+5 |
* | Make rle_code int everywhere instead of signed char. | Matthieu Castet | 2005-10-28 | 1 | -3/+3 |
* | tinfoil patch: make sure pixel_ptr never goes negative | Mike Melanson | 2005-08-13 | 1 | -2/+7 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -4/+0 |
* | Add support for qtrle4 (16 colors/gray levels) | Roberto Togni | 2004-05-31 | 1 | -0/+92 |
* | remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> | Mike Melanson | 2004-03-14 | 1 | -4/+2 |
* | rle_code can overflow when multiplied by 4 | Roberto Togni | 2004-02-14 | 1 | -1/+1 |
* | Use av_log | Roberto Togni | 2004-02-14 | 1 | -5/+5 |
* | initial commit for Quicktime Animation (RLE) video decoder; bit depths | Mike Melanson | 2004-02-05 | 1 | -0/+537 |