From: ChaoX A Liu
This is updated version of patchset.
Fix for license reference.
Rename vpp filter to qsvvpp
ChaoX A Liu (6):
lavc/qsv(hevc): Change default plugin from hevc_sw to hevc_default,
which will load hevc_hw first, due to newly released MSDK.
lavf/vpp: Enable vpp filter, an
We have create 6 patches based on latest
ffmpeg-master: 3282e31baaa77d161a4451c27ad0d45f78e1da0a
With these patches:
1. We modify HEVC plugin loading order, default to HW plugin,
since HEVC can be supported in SKL platform.
2. Move code in vaapi_allocator.c to ffmpeg_qsv.c, and re