summaryrefslogtreecommitdiff
path: root/libavfilter/colorspacedsp_template.c
Commit message (Collapse)AuthorAgeFilesLines
* vf_colorspace: add const to yuv_stride[] argument in DSP functions.Ronald S. Bultje2016-05-101-3/+3
|
* vf_colorspace: add floyd-steinberg dithering option to full conversion.Ronald S. Bultje2016-05-101-0/+128
|
* avfilter/colorspacedsp_template: Add argument protecting () to avg()Michael Niedermayer2016-04-171-2/+2
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavfi: new colorspace conversion filter.Ronald S. Bultje2016-04-121-0/+214
The intent here is similar to colormatrix, but it's LGPLv2.1-or-later (instead of GPLv2.0) and supports gamma/chromaticity correction.