summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colorchannelmixer.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_colorchannelmixer: add float formats supportPaul B Mahol2022-03-031-0/+33
* avfilter/vf_colorchannelmixer: refactor / add templatePaul B Mahol2022-03-031-360/+51
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-16/+16
* avfilter/vf_colorchannelmixer: Use formats list instead of query funcAndreas Rheinhardt2021-10-051-6/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/vf_colorchannelmixer: add extended preserve color supportPaul B Mahol2021-09-261-82/+73
* avfilter/vf_colorchannelmixer: simplify code a littlePaul B Mahol2021-09-261-16/+4
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-1/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_colorchannelmixer: extend pl option functionalityPaul B Mahol2021-01-271-33/+52
* avfilter/vf_colorchannelmixer: add option to preserve lightnessPaul B Mahol2021-01-231-84/+294
* avfilter/vf_colorchannelmixer: do not use pointer if there is no alphaPaul B Mahol2019-10-161-2/+2
* avfilter/vf_colorchannelmixer: add support for commandsPaul B Mahol2019-10-141-8/+23
* avfilter/vf_colorchannelmixer: add planar rgb supportPaul B Mahol2018-05-051-19/+221
* avfilter/vf_colorchannelmixer: refactor codePaul B Mahol2018-05-051-151/+49
* avfilter/vf_colorchannelmixer: add slice threadingPaul B Mahol2018-05-051-163/+270
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* lavfi/vf_colorchannelmixer: replace round by lrintGanesh Ajjanagadde2015-12-211-19/+19
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+4
* avfilter/vf_colorchannelmixer: use the name 's' for the pointer to the privat...Paul B Mahol2015-01-281-90/+90
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* lavfi: cosmetics: fix vertical alignment for pads in some filtersPaul B Mahol2013-05-141-9/+9
* vf_colorchannelmixer: round lut entries to nearestMichael Niedermayer2013-05-141-19/+19
* lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-121-1/+1
* lavfi/colorchannelmixer: remove now redudant codePaul B Mahol2013-05-081-13/+2
* lavfi: support timeline for colorbalance and colorchannelmixerPaul B Mahol2013-04-261-0/+1
* colorchannelmixer filterPaul B Mahol2013-04-181-0/+370