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 (Collapse)Author
2014-03-29avcodec/vp9dsp: fix typo in mc doxy.Clément Bœsch
2013-10-09Fix make checkheaders for vp9 header files.Carl Eugen Hoyos
2013-10-03VP9 MC (ssse3) optimizations.Ronald S. Bultje
Decoding time of ped1080p.webm goes from 20.7sec to 11.3sec.
2013-10-03Native VP9 decoder.Ronald S. Bultje
Authors: Ronald S. Bultje <rsbultje gmail com>, Clement Boesch <u pkh me>