Andreas Rheinhardt
a04ad248a0
avfilter: Constify all AVFilters
...
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>
2021-04-27 11:48:05 -03:00
Mark Thompson
4fceb2634e
Revert "avfilter/setparams: add FF_FILTER_FLAG_HWFRAME_AWARE"
...
This reverts commit 5bbf58ab87
.
The setparams filters are not hwframe aware, so the default context
passthrough behaviour is needed to allow using them with hardware frames.
2020-09-29 17:07:43 +01:00
Pavel Koshevoy
5bbf58ab87
avfilter/setparams: add FF_FILTER_FLAG_HWFRAME_AWARE
...
Allow setparams to be used with hw backed frames and
avoid an assertion failure in avfilter_config_links.
2020-09-27 19:15:44 -06:00
Raphaël Zumer
08dfd57fd8
avfilter: Support EBU Tech. 3213-E primaries values
...
Signed-off-by: Raphaël Zumer <rzumer@tebako.net>
Signed-off-by: James Almer <jamrial@gmail.com>
2019-09-01 20:00:53 -03:00
Martin Vignali
6953ff714f
avfilter/setparams : fix colorspace option
2018-10-22 11:26:31 +02:00
Martin Vignali
cfdbefdd90
avfilter/setfield, setrange : set color property to auto
2018-10-22 11:26:28 +02:00
Martin Vignali
997f03cd7e
avfilter/setparams : update filter description
2018-10-22 11:26:24 +02:00
Martin Vignali
8d3f364630
avfilter/setparam : add options to set color primaries, trc, space
2018-10-21 22:00:06 +02:00
Martin Vignali
02ad0416c0
avfilter/setparams : merge setfield and setrange filter to setparams filter
...
setfield and setrange filters are kept.
2018-10-21 22:00:01 +02:00
Paul B Mahol
53855e3c04
avfilter: add setrange filter
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-12-06 15:42:23 +01:00