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
2017-10-01libavcodec/exr : add x86 SIMD for predictorMartin Vignali
Signed-off-by: James Almer <jamrial@gmail.com>
2017-09-18avcodec/exrdsp: improve the ExrDSPContext->reorder_pixels prototypeJames Almer
Make dst be the first parameter and src const. It's more in line with the rest of the codebase. Signed-off-by: James Almer <jamrial@gmail.com>
2017-09-17libavcodec/exr : add X86 SIMD for reorder_pixelsMartin Vignali
Signed-off-by: James Almer <jamrial@gmail.com>