45 Commits (edeaf6f3a4d7983f3b86465920c7d425dd290362)

Author SHA1 Message Date
Michael Niedermayer 1b4f2fb165 avcodec/snowdec: also print qbias and mvscale in debug output 11 years ago
Michael Niedermayer 2fb388fc9d avcodec/snowdec: forward error codes 11 years ago
Michael Niedermayer 296aa4ac01 avcodec/snowdec: return more specific error codes 11 years ago
Michael Niedermayer 45ad7bc423 avcodec/snowdec: provide information about the wavelet with -debug 1 11 years ago
Michael Niedermayer 42874666a6 avcodec/snowdec: check av_frame_ref() return value 11 years ago
Clément Bœsch b46f19100b cosmetics: group remaining .name and .long_name. 11 years ago
Michael Niedermayer c4224fff1b avcodec/snow: gray support 11 years ago
Michael Niedermayer cf06dee58d libavcodec/snow: change AVFrame to pointers to AVFrame for ABI stability 11 years ago
Michael Niedermayer 7b79c84b40 avcodec/snowdec: remove assert.h include, its unused 12 years ago
Michael Niedermayer 2e7bc9c2a1 snowdec: fix off by 1 error in dimensions check 12 years ago
Michael Niedermayer 30981a966f lavc: split snow and dirac DWTs 12 years ago
Diego Biurrun a0c5917f86 Drop Snow codec 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Michael Niedermayer 5d55830388 snowdec: remove unused variable 12 years ago
Michael Niedermayer 48d20b918c snowdec: increase stack size 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Michael Niedermayer 5eb4af6c59 snow: move init code that depends on picture paramaters to after these parameters are known. 13 years ago
Martin Storsjö 4d8516fdb1 snow: Check mallocs at init 13 years ago
Michael Niedermayer 1e7943c315 snow: yuv410 support 13 years ago
Michael Niedermayer 68c845cdba snow: yuv444 support 13 years ago
Ronald S. Bultje d9669eab0b dwt: remove variable-length arrays 13 years ago
Piotr Bandurski 48fdaa1cff snowdec: add new line to some error messages 13 years ago
Diego Biurrun cc7fac9970 dwt: return errors from ff_slice_buffer_init() 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Michael Niedermayer 1f8ff2b13c snow: check reference frame indices. 13 years ago
Michael Niedermayer c9837954e7 snow: reject unsupported chroma shifts. 13 years ago
Michael Niedermayer 1af9fdc3ba snow: reject unsupported chroma shifts. 13 years ago
Michael Niedermayer 0af48e29f5 snow: check reference frame indices. 13 years ago
Martin Storsjö 35e02a3d0e snow: Add ff_ prefix to nonstatic symbols 13 years ago
Luca Barbato 7f1b427018 snow: split snow in snowdec and snowenc 13 years ago