summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_colorspace.c
Commit message (Expand)AuthorAgeFilesLines
* vf_colorspace: Forbid odd dimensionsVittorio Giovara2016-11-281-1/+8
* vf_colorspace: Add support for film primariesVittorio Giovara2016-11-011-0/+2
* vf_colorspace: Add support for smpte 431/432 (dci/display p3) primariesVittorio Giovara2016-11-011-0/+6
* vf_colorspace: Add support for ycgco color spaceVittorio Giovara2016-11-011-0/+15
* vf_colorspace: Add support for iec61966-2.4 (xvYCC) transferVittorio Giovara2016-10-311-0/+3
* vf_colorspace: Add support for iec61966-2.1 (sRGB) transferVittorio Giovara2016-10-241-0/+3
* vf_colorspace: don't spam console with warnings if range is unspecified.Ronald S. Bultje2016-10-241-2/+10
* avfilter/vf_colorspace: fix range for output colorspace optionJames Almer2016-09-281-1/+1
* vf_colorspace: Interpret unspecified color range as limited rangeVittorio Giovara2016-09-191-3/+7
* vf_colorspace: Add modern names for color range optionVittorio Giovara2016-09-141-0/+2
* vf_colorspace: Add BT-names for gamma22/28 transfer optionVittorio Giovara2016-09-131-0/+2
* vf_colorspace: Allow overriding input color propertiesVittorio Giovara2016-09-041-5/+35
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-291-1/+1
* vf_colorspace: Add support for full range yuvVittorio Giovara2016-08-271-0/+1
* vf_colorspace: Check av_frame_copy_props() return valueVittorio Giovara2016-08-271-1/+5
* vf_colorspace: don't enable passthrough if bitdepth doesn't match.Ronald S. Bultje2016-05-101-2/+5
* vf_colorspace: fix range order.Ronald S. Bultje2016-05-101-2/+2
* vf_colorspace: make whitepoint adaptation mode configurable.Ronald S. Bultje2016-05-101-7/+32
* vf_colorspace: add floyd-steinberg dithering option to full conversion.Ronald S. Bultje2016-05-101-3/+61
* lavfi: new colorspace conversion filter.Ronald S. Bultje2016-04-121-0/+1024
OpenPOWER on IntegriCloud