va: add vapostproc element
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Sun, 16 Aug 2020 07:18:11 +0000 (09:18 +0200)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Wed, 23 Sep 2020 16:19:22 +0000 (18:19 +0200)
commit9845ec68dcc7b7afbdfbc3a280b88c8369632adb
tree2af49120ea7c4e1b61b582d630111c68d4906df6
parent117453b947da0d51b45222c4b39a6ab9639f5a71
va: add vapostproc element

Video postprocessor for VA-API

Funcionalities: resize frames, change format, import buffers, apply
filters (such as denoise, sharpen, orientation, if driver offers them).

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1529>
sys/va/gstvafilter.c [new file with mode: 0644]
sys/va/gstvafilter.h [new file with mode: 0644]
sys/va/gstvavpp.c [new file with mode: 0644]
sys/va/gstvavpp.h [new file with mode: 0644]
sys/va/meson.build
sys/va/plugin.c