aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_chromashift.c
Commit message (Expand)AuthorAgeFilesLines
* 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