FFmpeg/libavfilter
Haihao Xiang b92028346c lavfi/deinterlace_qsv: re-use VPPContext for deinterlace_qsv filter
QSVDeintContext and VPPContext have the same base context, and all
features in deinterlace_qsv are implemented in vpp_qsv filter,  so
deinterlace_qsv can be taken as a special case of vpp_qsv filter, and we
may use VPPContext with a different option array, preinit callback and
support pixel formats to implement deinterlace_qsv, then remove
QSVDeintContext.

Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
2023-02-03 10:27:58 +08:00
..
2022-07-07 17:52:32 +02:00
2022-12-19 20:43:58 +01:00
2023-01-10 11:52:02 +01:00
2022-07-30 11:42:06 +02:00
2022-07-30 11:42:06 +02:00
2022-03-07 15:29:39 +01:00
2022-03-16 14:05:26 +02:00
2022-12-08 13:03:42 +01:00
2022-10-04 11:55:03 +02:00
2022-11-09 17:39:00 +01:00