summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colormap.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_colormap: Avoid allocation of small arrayAndreas Rheinhardt2022-04-291-8/+4
* avfilter/vf_colormap: Remove unnecessary headersAndreas Rheinhardt2022-04-291-5/+0
* avfilter/vf_colormap: Fix declaration-after-statementAndreas Rheinhardt2022-04-291-2/+1
* avfilter/vf_colormap: Properly uninit FFFrameSync, fix leakAndreas Rheinhardt2022-04-291-0/+8
* avfilter/vf_colormap: avoid reallocating memory to build mapPaul B Mahol2022-04-261-14/+7
* avfilter/vf_colormap: change default nb_patchesPaul B Mahol2022-04-261-1/+3
* avfilter: add colormap video filterPaul B Mahol2022-04-231-0/+582