7 Commits (6206f8c92093044fb298ff19d7192d774d50909e)

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