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
2012-02-15prores encoderKostya Shishkov
2011-10-11prores: idct sse2/sse4 optimizations.Ronald S. Bultje
~3.0-3.5x as fast as original C version, 1.6x as fast overall.
2011-10-11prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje