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
2016-05-10vf_colorspace: use enums for bpp/subsampling array indices.Ronald S. Bultje
Also add some documentation for each function to colorspacedsp.h.
2016-05-10vf_colorspace: add const to yuv_stride[] argument in DSP functions.Ronald S. Bultje
2016-05-10vf_colorspace: add floyd-steinberg dithering option to full conversion.Ronald S. Bultje
2016-04-12vf_colorspace: x86-64 SIMD (SSE2) optimizations.Ronald S. Bultje
2016-04-12lavfi: new colorspace conversion filter.Ronald S. Bultje
The intent here is similar to colormatrix, but it's LGPLv2.1-or-later (instead of GPLv2.0) and supports gamma/chromaticity correction.