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
2017-09-26Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer
2017-09-08avcodec/vp9: Add tile threading supportIlia Valiakhmetov
2017-05-21avcodec/vp9block: fix runtime error: signed integer overflow: 196675 * 20670 ...Michael Niedermayer
2017-03-29vp9: split out reconstruction functions in their own source file.Ronald S. Bultje
2017-03-29vp9: re-split the decoder/format/dsp interface header files.Ronald S. Bultje
2017-03-27lavc/vp9: consistent use of typedef instead of structClément Bœsch
2017-03-27lavc/vp9: misc cosmeticsClément Bœsch
2017-03-27lavc/vp9: rename ctx to avctxClément Bœsch
2017-03-27lavc/vp9: split into vp9{block,data,mvs}Clément Bœsch
2017-02-01Mark some arrays that never change as const.Anton Khirnov
2016-11-10aarch64: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö
2016-11-03arm: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö
2016-11-03vp9: Flip the order of arguments in MC functionsMartin Storsjö
2016-10-04vp9: ignore reference segmentation map if error_resilience flag is set.Ronald S. Bultje
2016-08-11vp9: add frame threadingRonald S. Bultje
2016-08-11vp9: allocate 'b', 'block/uvblock' and 'eob/uveob' dynamically.Ronald S. Bultje
2016-08-11vp9: split last/cur_frame from the reference buffers.Ronald S. Bultje
2016-06-07Remove unnecessary get_bits.h #includesDiego Biurrun
2014-11-21vp9: Use the correct upper bound for seg_idLuca Barbato
2014-01-09vp9: drop support for real (non-emulated) edgesAnton Khirnov
2013-11-15lavc: VP9 decoderRonald S. Bultje