summaryrefslogtreecommitdiff
path: root/libavcodec/proresdec2.c
Commit message (Collapse)AuthorAge
* proresdec2: use ff_dsputil_init() avoid deprecated ff_ less variant.Michael Niedermayer2012-02-16
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* proresdec2: Fix 16 vs. 8bit compiler warnings.Michael Niedermayer2012-02-16
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* proresdec: Fix read via negative index in a global array.Michael Niedermayer2012-02-02
| | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Paul B Mahol2012-01-03
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* proresdec: Check yuv slice data sizes.Michael Niedermayer2011-12-22
| | | | | | | | Fixes overread Fixes Ticket812 Bug found by: Oana Stratulat Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* proresdec: add UPDATE_CACHE, should fix decoding with -OsMichael Niedermayer2011-12-19
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* get_bits: drop the a32 reader.Michael Niedermayer2011-12-18
| | | | | | | | | | | that way qatar maintains the code for me and i dont need to resolve conflicts. If someone wants the a32 reader back, only thing you need to do is maintain it, i would be happy to have it back, iam just not volunteering to maintain it due to lack of time. Based on: a1e98f198e9db4e5ddfc2f777014179d3d7bc4d2 by Mans Rullgard. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* cleanup: remove two extraneous semicolons.Clément Bœsch2011-12-12
|
* proresdec: rename to avoid confusionMichael Niedermayer2011-10-14
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>