]> git.sesse.net Git - ffmpeg/history - libavcodec/qtrle.c
int->uint8_t for 2 tables
[ffmpeg] / libavcodec / qtrle.c
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-14 Mike Melansoncorrectly deal with the alpha channel in 32-bit QT...
2005-10-28 Matthieu CastetMake rle_code int everywhere instead of signed char.
2005-08-13 Mike Melansontinfoil patch: make sure pixel_ptr never goes negative
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2004-05-31 Roberto TogniAdd support for qtrle4 (16 colors/gray levels)
2004-03-14 Mike Melansonremove numerous definitions of BE_*/LE_* macros; conver...
2004-02-14 Roberto Tognirle_code can overflow when multiplied by 4
2004-02-14 Roberto TogniUse av_log
2004-02-05 Mike Melansoninitial commit for Quicktime Animation (RLE) video...