24 Commits (71e0ae22aca7dbe13a127ed305b3ef987c9abc58)

Author SHA1 Message Date
Reimar Döffinger 547c2f002a Make decoding alpha optional for some codecs. 11 years ago
Paul B Mahol 3dcd3e08f6 avcodec/proresdec2: remove duplicated tables 11 years ago
Paul B Mahol 43497d8a83 avcodec/proresdec2: return meaningful error codes 11 years ago
Michael Niedermayer 30df9789a9 proresdec: Fix end condition 12 years ago
Carl Eugen Hoyos e32bbd4112 proresdec2: Only try to decode alpha plane if four output planes were allocated. 12 years ago
Kostya Shishkov d13fa0e995 proresdec2: Support decoding transparency information. 12 years ago
Clément Bœsch 859f7da543 lavc/prores: restore pict_type and key_frame setting. 12 years ago
Paul B Mahol 4012cd6c4f lavc: fix decode_frame() third parameter semantics for rest of video decoders 12 years ago
Michael Niedermayer c871244306 proresdec: check input size before reading qmats, prevent overreading. 12 years ago
Michael Niedermayer 8e6511c1e1 proresdec2: avoid VLA and use SliceContext instead. 12 years ago
Michael Niedermayer 5a03a3d998 proresdec2: use ff_dsputil_init() avoid deprecated ff_ less variant. 13 years ago
Michael Niedermayer 67f17e7202 proresdec2: Fix 16 vs. 8bit compiler warnings. 13 years ago
Michael Niedermayer 0065080320 proresdec: Fix read via negative index in a global array. 13 years ago
Paul B Mahol 7099f36578 lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_* 13 years ago
Michael Niedermayer 2b73cddd40 proresdec: Check yuv slice data sizes. 13 years ago
Michael Niedermayer 29179239f5 proresdec: add UPDATE_CACHE, should fix decoding with -Os 13 years ago
Michael Niedermayer 1a2484fc4e get_bits: drop the a32 reader. 13 years ago
Clément Bœsch 66160bdb01 cleanup: remove two extraneous semicolons. 13 years ago
Michael Niedermayer 4b9e9a57ee proresdec: rename to avoid confusion 13 years ago
Janne Grunau 19ec283f49 prores: add missing feature warning for alpha 13 years ago
Michael Niedermayer 337496980e prores: use C idct for fate as the SSE code is not matching the SSE* code down at the bits 13 years ago
Michael Niedermayer 8937afd39f proresdec: set CODEC_CAP_DR1, it appears this was forgotten. 13 years ago
Elvis Presley bebaf4ea1f prores: change license to LGPL, merge some parts. 13 years ago
Michael Niedermayer 397d194e50 prores: check slice mb_y against mb_height 13 years ago
Michael Niedermayer e1b2f6ec11 prores: only call get_buffer once per frame 13 years ago
Michael Niedermayer ebba05b3c5 prores:cosmetics 13 years ago
Michael Niedermayer fd0247f833 prores: fix typo 13 years ago
Clément Bœsch a667e90aae proresdec_gpl: remove wrong @file reference. 13 years ago
Michael Niedermayer 93c220e895 forgot git add prores_*c 13 years ago