mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avfilter/scale_amf: Add AMF VPP & super resolution filters
This commit adds two AMF filters: vpp_amf & sr_amf. Both filters are using AMF hardware acceleration. vpp_amf supports simple scaling algorithms & color conversion. sr_amf supports advanced scaling algorithms such as FSR & can be used for upscaling only.
This commit is contained in:
parent
fbfde33230
commit
4b77a0a681
7 changed files with 1038 additions and 0 deletions
|
|
@ -432,6 +432,8 @@ extern const FFFilter ff_vf_roberts_opencl;
|
|||
extern const FFFilter ff_vf_rotate;
|
||||
extern const FFFilter ff_vf_sab;
|
||||
extern const FFFilter ff_vf_scale;
|
||||
extern const FFFilter ff_vf_vpp_amf;
|
||||
extern const FFFilter ff_vf_sr_amf;
|
||||
extern const FFFilter ff_vf_scale_cuda;
|
||||
extern const FFFilter ff_vf_scale_npp;
|
||||
extern const FFFilter ff_vf_scale_qsv;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue