Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-10prores: Reject negative run and level valuesLuca Barbato
2013-10-10prores: Error out only on surely incomplete ac_coeffsLuca Barbato
2013-10-10prores: Add a codepath for decoding errorsLuca Barbato
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-16proresdec: Properly make sure an index doesn't run past the limitMartin Storsjö
2013-05-21proresdec: simplify slice component offsets handlingKostya Shishkov
2013-05-18prores: decode alpha plane when it's presentKostya Shishkov
2013-03-13av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-22proresdec: support mixed interlaced/non-interlaced contentMichael Smith
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-23Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-02-29prores: store and retrieve extended colourspace informationKostya Shishkov
2012-02-29prores: handle 444 chroma in right orderKostya Shishkov
2012-02-22prores: use natural integer type for the codebook indexChristophe GISQUET
2012-02-15prores: move data shared between decoder and encoder to common fileKostya Shishkov
2012-02-15prores: fix multithreaded decoding case when slice quantisers are not the sameKostya Shishkov
2012-02-09prores: specify array size outside DECLARE_ALIGNED brackets.Ronald S. Bultje
2011-12-17get_bits: remove A32 variantMans Rullgard
2011-12-12proresdec: fix decode_slice() prototypeMans Rullgard
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-10-15prores: get correct size for coded V plane if alpha is presentMans Rullgard
2011-10-15prores: do not set pixel format on codec initMans Rullgard
2011-10-14prores: add missing feature warning for alphaJanne Grunau
2011-10-11prores: implement multithreading.Ronald S. Bultje
2011-10-11prores: idct sse2/sse4 optimizations.Ronald S. Bultje
2011-10-11prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje
2011-09-29prores: Handle 0 or fewer bits leftAlex Converse
2011-09-23prores: return more meaningful error valuesDiego Biurrun
2011-09-23prores: improve error message wordingDiego Biurrun
2011-09-23prores: cosmetics: prettyprinting, drop useless parenthesesDiego Biurrun
2011-09-23prores: lowercase AVCodec name entryDiego Biurrun
2011-09-22Apple ProRes decoderMaxim Poliakovski