10 Commits (6b892a42272eaee418b2a93069ce13c8b0eb62f4)

Author SHA1 Message Date
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