summaryrefslogtreecommitdiff
path: root/libavcodec/proresdec.c
Commit message (Expand)AuthorAge
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* prores: store and retrieve extended colourspace informationKostya Shishkov2012-02-29
* prores: handle 444 chroma in right orderKostya Shishkov2012-02-29
* prores: use natural integer type for the codebook indexChristophe GISQUET2012-02-22
* prores: move data shared between decoder and encoder to common fileKostya Shishkov2012-02-15
* prores: fix multithreaded decoding case when slice quantisers are not the sameKostya Shishkov2012-02-15
* prores: specify array size outside DECLARE_ALIGNED brackets.Ronald S. Bultje2012-02-09
* get_bits: remove A32 variantMans Rullgard2011-12-16
* proresdec: fix decode_slice() prototypeMans Rullgard2011-12-12
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* prores: get correct size for coded V plane if alpha is presentMans Rullgard2011-10-15
* prores: do not set pixel format on codec initMans Rullgard2011-10-15
* prores: add missing feature warning for alphaJanne Grunau2011-10-14
* prores: implement multithreading.Ronald S. Bultje2011-10-11
* prores: idct sse2/sse4 optimizations.Ronald S. Bultje2011-10-11
* prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje2011-10-11
* prores: Handle 0 or fewer bits leftAlex Converse2011-09-29
* prores: return more meaningful error valuesDiego Biurrun2011-09-23
* prores: improve error message wordingDiego Biurrun2011-09-23
* prores: cosmetics: prettyprinting, drop useless parenthesesDiego Biurrun2011-09-23
* prores: lowercase AVCodec name entryDiego Biurrun2011-09-23
* Apple ProRes decoderMaxim Poliakovski2011-09-22