summaryrefslogtreecommitdiff
path: root/libavcodec/proresdec2.c
Commit message (Expand)AuthorAge
...
* Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer2014-06-19
* avcodec/proresdec2: Use av_malloc_array()Michael Niedermayer2014-05-22
* avcodec/proresdec2: propagate error codesMichael Niedermayer2013-10-10
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-04
* Make decoding alpha optional for some codecs.Reimar Döffinger2013-09-22
* avcodec/proresdec2: remove duplicated tablesPaul B Mahol2013-09-13
* avcodec/proresdec2: return meaningful error codesPaul B Mahol2013-09-08
* proresdec: Fix end conditionMichael Niedermayer2013-05-22
* proresdec2: Only try to decode alpha plane if four output planes were allocated.Carl Eugen Hoyos2013-05-19
* proresdec2: Support decoding transparency information.Kostya Shishkov2013-05-18
* lavc/prores: restore pict_type and key_frame setting.Clément Bœsch2013-03-22
* Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
* Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
* lavc: fix decode_frame() third parameter semantics for rest of video decodersPaul B Mahol2012-12-05
* Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
* proresdec: check input size before reading qmats, prevent overreading.Michael Niedermayer2012-11-11
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* proresdec2: avoid VLA and use SliceContext instead.Michael Niedermayer2012-09-07
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* proresdec2: use ff_dsputil_init() avoid deprecated ff_ less variant.Michael Niedermayer2012-02-16
* proresdec2: Fix 16 vs. 8bit compiler warnings.Michael Niedermayer2012-02-16
* proresdec: Fix read via negative index in a global array.Michael Niedermayer2012-02-02
* lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Paul B Mahol2012-01-03
* proresdec: Check yuv slice data sizes.Michael Niedermayer2011-12-22
* proresdec: add UPDATE_CACHE, should fix decoding with -OsMichael Niedermayer2011-12-19
* get_bits: drop the a32 reader.Michael Niedermayer2011-12-18
* cleanup: remove two extraneous semicolons.Clément Bœsch2011-12-12
* proresdec: rename to avoid confusionMichael Niedermayer2011-10-14