15 Commits (4ea28253b6d67bec160a9a53eb924cdc4ecaaea1)

Author SHA1 Message Date
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Reimar Döffinger a0ed075b29 clear the whole vert_pred buffer for 24 bit decoding. 19 years ago
Mike Melanson 4b7e4bedd6 improvements by Reimar Döffinger; 24-bit decoding is not perfect, only 19 years ago
Michael Niedermayer c26ae41db2 adding a few const 20 years ago
Michael Niedermayer 934982c4ac avoid buf_size == 0 checks in every decoder 20 years ago
Alex Beregszaszi be441a9eee Decoding to bgr15/16 from 16bit input. Decoding of 24bit input added, not yet finished, but at least the picture can be recognized 20 years ago
Mike Melanson 364ec9dcb6 fix initialization bug in which execution overwrites essential data 21 years ago
Michael Niedermayer 53db1cae1c data_size = 0 cleanup 21 years ago
Alex Beregszaszi fd1467581c conversion to av_log 21 years ago
Mike Melanson 3a278992bd remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> 21 years ago
Michael Niedermayer d705e4a6bb (f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get 21 years ago
Mike Melanson 6952f12338 this should make the decoder safe for big-endian platforms 21 years ago
Mike Melanson 9a4117d5a1 initial support for Duck TrueMotion v1 (think of it as On2 VP1); only 21 years ago