summaryrefslogtreecommitdiff
path: root/libavcodec/snowdec.c
Commit message (Expand)AuthorAge
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* snow: Check mallocs at initMartin Storsjö2012-07-03
* dwt: remove variable-length arraysRonald S. Bultje2012-06-17
* dwt: return errors from ff_slice_buffer_init()Diego Biurrun2012-05-22
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* snow: check reference frame indices.Michael Niedermayer2012-03-14
* snow: reject unsupported chroma shifts.Michael Niedermayer2012-03-14
* snow: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* snow: split snow in snowdec and snowencLuca Barbato2011-11-24