summaryrefslogtreecommitdiff
path: root/libavcodec/proresdec.c
Commit message (Expand)AuthorAgeFilesLines
* get_bits: remove A32 variantMans Rullgard2011-12-161-1/+1
* proresdec: fix decode_slice() prototypeMans Rullgard2011-12-121-2/+3
* Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
* prores: get correct size for coded V plane if alpha is presentMans Rullgard2011-10-151-2/+4
* prores: do not set pixel format on codec initMans Rullgard2011-10-151-2/+0
* prores: add missing feature warning for alphaJanne Grunau2011-10-141-0/+5
* prores: implement multithreading.Ronald S. Bultje2011-10-111-27/+44
* prores: idct sse2/sse4 optimizations.Ronald S. Bultje2011-10-111-2/+2
* prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje2011-10-111-66/+18
* prores: Handle 0 or fewer bits leftAlex Converse2011-09-291-2/+2
* prores: return more meaningful error valuesDiego Biurrun2011-09-231-16/+16
* prores: improve error message wordingDiego Biurrun2011-09-231-14/+14
* prores: cosmetics: prettyprinting, drop useless parenthesesDiego Biurrun2011-09-231-9/+7
* prores: lowercase AVCodec name entryDiego Biurrun2011-09-231-1/+1
* Apple ProRes decoderMaxim Poliakovski2011-09-221-0/+733