summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_colorspace.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_colorspace: fix memmory leaksPaul B Mahol2019-10-181-2/+11
* lavfi/colorspace: typedef ThreadData as all other filtersJun Zhao2019-10-101-4/+4
* avfilter: add av_cold where it is missingPaul B Mahol2019-10-031-1/+1
* avfilter: Support EBU Tech. 3213-E primaries valuesRaphaƫl Zumer2019-09-011-0/+1
* libavfilter/vf_colorspace.c: fix demarcation point of gamma linearize functionYonglin Luo2019-07-031-2/+2
* lavfi/colorspace: move some functions to common fileRuiling Song2019-03-221-76/+4
* avfilter/vf_colorspace: fix typo in commentPaul B Mahol2018-09-171-1/+1
* lavfi/colorspace: Add namespace prefix to global functionsMark Thompson2018-06-281-11/+11
* lavfi: make vf_colorspace use functions from colorspace.cRuiling Song2018-06-211-96/+22
* vf_colorspace: Add a pixdesc API alias name for bt2020nc color spaceVittorio Giovara2017-06-091-0/+1
* vf_colorspace: Add support for jedec p22 primariesVittorio Giovara2017-06-071-0/+2
* vf_colorspace: Add support for smpte248 color primariesVittorio Giovara2017-06-071-0/+4
* vf_colorspace: Add support for gbr color spaceVittorio Giovara2017-06-061-0/+12
* 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