summaryrefslogtreecommitdiff
path: root/libavcodec/proresdec.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* prores: Extend the padding check to 16bitLuca Barbato2015-03-02
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* prores: Reject negative run and level valuesLuca Barbato2013-10-10
* prores: Error out only on surely incomplete ac_coeffsLuca Barbato2013-10-10
* prores: Add a codepath for decoding errorsLuca Barbato2013-10-10
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* proresdec: Properly make sure an index doesn't run past the limitMartin Storsjö2013-09-16
* proresdec: simplify slice component offsets handlingKostya Shishkov2013-05-21
* prores: decode alpha plane when it's presentKostya Shishkov2013-05-18
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-13
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* proresdec: support mixed interlaced/non-interlaced contentMichael Smith2013-01-22
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun2012-10-23
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* 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