summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colortemperature.c
Commit message (Collapse)AuthorAge
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/vf_colortemperature: add packed formats supportPaul B Mahol2021-01-31
|
* avfilter/vf_colortemperature: use macro for identical codePaul B Mahol2021-01-31
|
* avfilter: add colortemperature filterPaul B Mahol2021-01-27