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-01-15aarch64: port neon clobber test from armJanne Grunau
2014-01-15aarch64: h264 (bi)weight NEON optimizationsJanne Grunau
Ported from ARMv7 NEON.
2014-01-15aarch64: h264 loop filter NEON optimizationsJanne Grunau
Ported from ARMv7 NEON.
2014-01-15aarch64: hpeldsp NEON optimizationsJanne Grunau
Ported from ARMv7 NEON.
2014-01-15aarch64: h264 qpel NEON optimizationsJanne Grunau
Ported from ARMv7 NEON.
2014-01-15aarch64: h264 idct NEON assembler optimizationsJanne Grunau
Ported from ARMv7 NEON.
2014-01-15aarch64: h264 chroma motion compensation NEON optimizationsJanne Grunau
Since RV40 and VC-1 use almost the same algorithm so optimizations for those two decoders are easy to do and included.