summaryrefslogtreecommitdiff
path: root/libavcodec/proresdec2.c
Commit message (Collapse)AuthorAgeFilesLines
* lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Paul B Mahol2012-01-031-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* proresdec: Check yuv slice data sizes.Michael Niedermayer2011-12-221-1/+2
| | | | | | | | 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-191-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* get_bits: drop the a32 reader.Michael Niedermayer2011-12-181-2/+2
| | | | | | | | | | | 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-121-1/+1
|
* proresdec: rename to avoid confusionMichael Niedermayer2011-10-141-0/+593
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>