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