summaryrefslogtreecommitdiff
path: root/libavfilter/vf_chromashift.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_chromashift: simplify handling of commandsPaul B Mahol2022-04-131-24/+8
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-22/+23
* avfilter/vf_chromashift: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-13/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-6/+4
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-4/+4
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-5/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* avfilter/vf_chromashift: add support for commandsPaul B Mahol2019-11-211-19/+33
* avfilter/vf_chromashift: remove unused headerPaul B Mahol2019-11-191-1/+0
* avfilter/vf_chromashift: add 12bit yuva formatsPaul B Mahol2019-11-181-0/+1
* avfilter/vf_chromashift: remove invalid offsetPaul B Mahol2018-12-301-1/+1
* avfilter/vf_chromashift: Fix mixed declaration and codeMark Harris2018-11-261-1/+2
* avfilter: add rgbashift filterPaul B Mahol2018-11-191-9/+223
* avfilter: add chromashift filterPaul B Mahol2018-11-191-0/+259