summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colorspace.c
Commit message (Expand)AuthorAge
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* vf_colorspace: Added linear trc.Andrew Klaassen2020-09-27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/vf_colorspace: fix memmory leaksPaul B Mahol2019-10-18
* lavfi/colorspace: typedef ThreadData as all other filtersJun Zhao2019-10-10
* avfilter: add av_cold where it is missingPaul B Mahol2019-10-03
* avfilter: Support EBU Tech. 3213-E primaries valuesRaphaƫl Zumer2019-09-01
* libavfilter/vf_colorspace.c: fix demarcation point of gamma linearize functionYonglin Luo2019-07-03
* lavfi/colorspace: move some functions to common fileRuiling Song2019-03-22
* avfilter/vf_colorspace: fix typo in commentPaul B Mahol2018-09-17
* lavfi/colorspace: Add namespace prefix to global functionsMark Thompson2018-06-28
* lavfi: make vf_colorspace use functions from colorspace.cRuiling Song2018-06-21
* vf_colorspace: Add a pixdesc API alias name for bt2020nc color spaceVittorio Giovara2017-06-09
* vf_colorspace: Add support for jedec p22 primariesVittorio Giovara2017-06-07
* vf_colorspace: Add support for smpte248 color primariesVittorio Giovara2017-06-07
* vf_colorspace: Add support for gbr color spaceVittorio Giovara2017-06-06
* vf_colorspace: Forbid odd dimensionsVittorio Giovara2016-11-28
* vf_colorspace: Add support for film primariesVittorio Giovara2016-11-01
* vf_colorspace: Add support for smpte 431/432 (dci/display p3) primariesVittorio Giovara2016-11-01
* vf_colorspace: Add support for ycgco color spaceVittorio Giovara2016-11-01
* vf_colorspace: Add support for iec61966-2.4 (xvYCC) transferVittorio Giovara2016-10-31
* vf_colorspace: Add support for iec61966-2.1 (sRGB) transferVittorio Giovara2016-10-24
* vf_colorspace: don't spam console with warnings if range is unspecified.Ronald S. Bultje2016-10-24
* avfilter/vf_colorspace: fix range for output colorspace optionJames Almer2016-09-28
* vf_colorspace: Interpret unspecified color range as limited rangeVittorio Giovara2016-09-19
* vf_colorspace: Add modern names for color range optionVittorio Giovara2016-09-14
* vf_colorspace: Add BT-names for gamma22/28 transfer optionVittorio Giovara2016-09-13
* vf_colorspace: Allow overriding input color propertiesVittorio Giovara2016-09-04
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-29
* vf_colorspace: Add support for full range yuvVittorio Giovara2016-08-27
* vf_colorspace: Check av_frame_copy_props() return valueVittorio Giovara2016-08-27
* vf_colorspace: don't enable passthrough if bitdepth doesn't match.Ronald S. Bultje2016-05-10
* vf_colorspace: fix range order.Ronald S. Bultje2016-05-10
* vf_colorspace: make whitepoint adaptation mode configurable.Ronald S. Bultje2016-05-10
* vf_colorspace: add floyd-steinberg dithering option to full conversion.Ronald S. Bultje2016-05-10
* lavfi: new colorspace conversion filter.Ronald S. Bultje2016-04-12