summaryrefslogtreecommitdiff
path: root/libavfilter/vf_setparams.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>
* Revert "avfilter/setparams: add FF_FILTER_FLAG_HWFRAME_AWARE"Mark Thompson2020-09-29
| | | | | | | This reverts commit 5bbf58ab876279ca1a5a2f30563f271c99b93e62. The setparams filters are not hwframe aware, so the default context passthrough behaviour is needed to allow using them with hardware frames.
* avfilter/setparams: add FF_FILTER_FLAG_HWFRAME_AWAREPavel Koshevoy2020-09-27
| | | | | Allow setparams to be used with hw backed frames and avoid an assertion failure in avfilter_config_links.
* avfilter: Support EBU Tech. 3213-E primaries valuesRaphaël Zumer2019-09-01
| | | | | Signed-off-by: Raphaël Zumer <rzumer@tebako.net> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/setparams : fix colorspace optionMartin Vignali2018-10-22
|
* avfilter/setfield, setrange : set color property to autoMartin Vignali2018-10-22
|
* avfilter/setparams : update filter descriptionMartin Vignali2018-10-22
|
* avfilter/setparam : add options to set color primaries, trc, spaceMartin Vignali2018-10-21
|
* avfilter/setparams : merge setfield and setrange filter to setparams filterMartin Vignali2018-10-21
| | | | setfield and setrange filters are kept.
* avfilter: add setrange filterPaul B Mahol2017-12-06
Signed-off-by: Paul B Mahol <onemda@gmail.com>