summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/onevpl
Commit message (Collapse)AuthorAgeFilesLines
* vpl-gpu-rt: Rename and upgrade 23.4.3 -> 24.1.5Lim Siew Hoon4 days4-200/+0
| | | | | | | | | | Drops patches already merged: - 0001-ARLH-DID-open-source-6286.patch - 0001-Fix-SetBuffersYV12-V-U-plane-offsets-calculation-647.patch - 0001-JPEGe-Enable-BGR4-JPEG-Enc-support-6470.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libvpl: rename and upgrade 2023.4.0 -> 2.10.2Lim Siew Hoon4 days2-68/+0
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: backport patches to fix bugsLim Siew Hoon2024-02-263-0/+130
| | | | | | | | | | | 1. Enable JPEG Enc support with BGR4 format. * 0001-JPEGe-Enable-BGR4-JPEG-Enc-support-6470.patch 2. Fixed YV12 setBuffers for V & U plane offsets calculation * 0001-Fix-SetBuffersYV12-V-U-plane-offsets-calculation-647.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: upgrade 23.3.4 -> 23.4.3Lim Siew Hoon2024-02-264-109/+41
| | | | | | | | | | | | | | | Drops patches already merged: * 0001-Encode-Bugfix-for-HEVC-VDENC-422-RPL-caps-issue.-588.patch * 0001-RT-Common-Fix-MediaAdapterType-issue-5898.patch Added new patches: * 0001-ARLH-DID-open-source-6286.patch Release notes: https://github.com/oneapi-src/oneVPL-intel-gpu/releases/tag/intel-onevpl-23.4.3 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: upgrade 2023.3.1 -> 2023.4.0Lim Siew Hoon2024-02-262-9/+9
| | | | | | | | | | | Rebased patches: * 0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch Release notes: https://github.com/intel/libvpl/releases/tag/v2023.4.0 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: upgrade 23.2.4 -> 23.3.4Lim Siew Hoon2023-11-243-1/+109
| | | | | | | | | | | | Backport two code fixed: - 0001-Encode-Bugfix-for-HEVC-VDENC-422-RPL-caps-issue.-588.patch - 0001-RT-Common-Fix-MediaAdapterType-issue-5898.patch Release notes: https://github.com/oneapi-src/oneVPL-intel-gpu/releases/tag/intel-onevpl-23.3.4 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: upgrade 2023.3.0 -> 2023.3.1Lim Siew Hoon2023-11-241-1/+1
| | | | | | | | Release notes: https://github.com/oneapi-src/oneVPL/releases/tag/v2023.3.1 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: upgrade 23.1.5 -> 23.2.4Lim Siew Hoon2023-08-102-34/+1
| | | | | | | | Drop patches already merged: - 0001-Disable-CM-Copy-for-ADL-P-and-RPL-P-4938.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: upgrade 2023.1.3 -> 2023.3.0Lim Siew Hoon2023-08-106-343/+1
| | | | | | | | | | | | Drops patches already merged: - 0001-Fix-valgrind-leak-reported-on-wayland.patch - 0002-Fix-sample_multi_transcode-segfault-on-wayland.patch - 0003-Fix-X11-rendering-corruption-issue.patch - 0004-Adjust-MPEG-1920x1088-alignment.patch - 0005-Fix-sample_multi_transcode-intermittent-segfault.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: dont pass pcfiledir to cflagsMarkus Volk2023-06-162-0/+29
| | | | | | | | | | | | | | | | | Avoid to pass ${pcfiledir} to CFLAGS and thus fix build for ffmpeg with --enable-libvpl | ERROR: libvpl >= 2.6 not found | | If you think configure made a mistake, make sure you are using the latest | version from Git. If the latest version fails, report the problem to the | ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat. | Include the log file "ffbuild/config.log" produced by configure as this will help | solve the problem. | WARNING: exit code 1 from a shell command. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: add RDEPEND on intel-media-driverMarkus Volk2023-06-161-0/+1
| | | | | | | | intel-media-driver is also required at runtime and doesn't get installed by default. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: Disable CM COPY for ADL-P and RPL-P.Lim Siew Hoon2023-06-022-0/+33
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: fix various issuesLim Siew Hoon2023-06-026-0/+342
| | | | | | | | | | | 1. Fixed memory leaking on sample rendering in wayland 2. Fixed sample_multi_transcode segfault rendering in wayland. 3. Fixed sample X11 rendering in corruption issue. 4. Fixed Adjust MJPEG 1920x1080 alignment issue. 5. Fixed sample_multi_transcode intermittent segfault issue. Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu upgrade: 22.6.5 -> 23.1.5Lim Siew Hoon2023-05-251-1/+1
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl upgrade: 2023.1.1 -> 2023.1.3Lim Siew Hoon2023-05-251-1/+1
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: fix onevpl-examples packagingNaveen Saini2023-05-111-3/+3
| | | | | | | Currently vpl/examples are not being installed in examples pkg. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: upgrade 22.5.4 -> 22.6.5Lim Siew Hoon2023-02-081-1/+1
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: upgrade 2022.2.2 -> 2023.1.1Lim Siew Hoon2023-02-083-322/+1
| | | | | | | | | Drops patches already merged: * 0001-Enable-xdg_shell-for-weston10.patch * 0001-Fix-missing-UYVY-VA_FOURCC-causing-encode-failure.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: upgrade 22.4.4 -> 22.5.4Lim Siew Hoon2022-10-312-63/+2
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: upgrade 2022.1.5 -> 2022.2.2Lim Siew Hoon2022-10-311-1/+1
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: fixed hevc decoding starvation issueLim Siew Hoon2022-10-072-1/+62
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: fixed sample rendering failed in weston10Lim Siew Hoon2022-10-062-0/+292
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: Fix missing UYVY VA_FOURCC causing encode failureMazlan, Hilman Zafri2022-10-042-0/+29
| | | | | | | Merged into innersource oneVPL (07200be) Signed-off-by: Mazlan, Hilman Zafri <hilman.zafri.mazlan@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: upgrade 22.3.2 -> 22.4.4Lim Siew Hoon2022-07-202-34/+2
| | | | | | | | Drops patches already merged: * 0001-HEVCe-lib-Fix-REXT-DDIID-issue-2566.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: upgrade 2022.0.3 -> 2022.1.5Lim Siew Hoon2022-07-207-407/+3
| | | | | | | | | | | | | Drops patches already merged: * 0001-Fix-basename-build-issue-with-musl_libc.patch * 0001-sample_common-Fix-missing-UYUV-fourcc-enc-input.patch * 0001-sample_common-Fix-regression-of-missing-mutex-init.patch * 0001-samples-Addin-wayland-scanner-auto-generate-on-cmake.patch * 0002-sample_misc-Addin-basic-wayland-dmabuf-support.patch * 0003-sample_misc-use-wayland-dmabuf-to-render-nv12.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: Fix HEVC 12 bit EncodeTeng, Jin Chung2022-06-242-0/+32
| | | | | | | Backport: https://github.com/oneapi-src/oneVPL-intel-gpu/commit/43e7fa4d8acee6f3610c941f86925974405f82df Signed-off-by: Teng, Jin Chung <jin.chung.teng@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: remove patchAnuj Mittal2022-05-181-27/+0
| | | | | | | The patch was removed from SRC_URI in an earlier commit but we forgot to actually remove the patch file itself. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: upgrade 22.1.0 -> 22.3.2Lim Siew Hoon2022-05-181-3/+6
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: Fix missing uyvy input in sample_encodeYew, Chang Ching2022-03-102-0/+42
| | | | | | | Fix issue 15010851781 Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: Fix missing mutex init in sample commonYew, Chang Ching2022-03-022-0/+49
| | | | | | | Fix regression 15010791475 Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: upgrade 21.3.4 -> 22.1.0Yew, Chang Ching2022-02-116-811/+29
| | | | | | | Backport a patch to fix issues while building with gcc 11.2. Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: upgrade 2021.6.0 -> 2022.0.3Yew, Chang Ching2022-02-118-389/+77
| | | | | | | | | | | | | | | | | | | | New in This Release =================== * Updated mfxvideo++.h to remove deprecation warnings * Sample* tools select oneVPL 2.x APIs by default * Sample* tool update to support new GPU features * Updates to C++ & Python previews: * AV1 extension buffer support * new property interface * Targets Python 3.7 * Updated documentation and build for OpenVINO interop sample * The libmfx.dll and libmfx.so.2021.1.11 libraries, that had been renamed to libvpl.* have been removed Release notes: https://github.com/oneapi-src/oneVPL/releases/tag/v2022.0.0 Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: Add VDSFC CSC supportYew, Chang Ching2021-11-113-0/+273
| | | | | Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: Add VDSFC CSC support for sample_decodeYew, Chang Ching2021-11-112-0/+133
| | | | | Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: Adding basic wayland dmabuf support to samplesYew, Chang Ching2021-11-085-0/+397
| | | | | | Signed-off-by: Ung, Teng En <teng.en.ung@intel.com> Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta: add explicit branch and protocol to SRC_URIAnuj Mittal2021-11-031-1/+1
| | | | | | | | | Add branch name explicitly to SRC_URI where it's not defined and switch to using https protocol for Github projects. The change was made using convert_srcuri script for OE-Core. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: ADL-S: Adding missing device IDTeng, Jin Chung2021-10-282-0/+34
| | | | | Signed-off-by: Teng, Jin Chung <jin.chung.teng@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: add pkgconfig-native to DEPENDSAnuj Mittal2021-10-121-1/+1
| | | | | | | | | | Since oe-core commit 8e26252b45b (layer.conf: Extend recipes not to install without explict dependencies), some dependencies now need to be explicit. onevpl-intel-gpu needs pkgconfig-native so add it to DEPENDS. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: add pkgconfig-native to DEPENDSAnuj Mittal2021-10-121-1/+1
| | | | | | | | | | Since oe-core commit 8e26252b45b (layer.conf: Extend recipes not to install without explict dependencies), some dependencies now need to be explicit. onevpl needs pkgconfig-native so add it to DEPENDS. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: upgrade 21.3.2 -> 21.3.4Yew, Chang Ching2021-10-111-1/+1
| | | | | | | | Release notes: https://github.com/oneapi-src/oneVPL-intel-gpu/releases/tag/intel-onevpl-21.3.4 Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: jpegd: Enable JPEG decode error reportYew, Chang Ching2021-10-112-0/+503
| | | | | Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: Extends errorTypes to support JPEG errorsYew, Chang Ching2021-10-112-0/+60
| | | | | | | Include a patch to extend error types to support JPEG errors as well. Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: upgrade 2021.5.0 -> 2021.6.0Yew, Chang Ching2021-10-116-394/+41
| | | | | | | | | | | | | | New in This Release =================== * Updated dispatcher and CPU runtime to API 2.5 * Internal memory support added to dpcpp-blur sample Release notes: https://github.com/oneapi-src/oneVPL/releases/tag/v2021.6.0 Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: upgrade 21.3.1 -> 21.3.2Yew, Chang Ching2021-09-031-1/+1
| | | | | | | | Release notes: https://github.com/oneapi-src/oneVPL-intel-gpu/releases/tag/intel-onevpl-21.3.2 Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: Add support of DRM_FORMAT_NV12 and fix tile issueYew, Chang Ching2021-08-263-0/+223
| | | | | | | | | | | | | Currently in drm/console mode only RGB4 direct rendering is possible. This patch add NV12 format support. If we are using I915_FORMAT_MOD_Y_TILED which is needed for NV12 format then modifiers need to be enabled which can be passed as flags argument to ioctl. Signed-off-by: Sodhi, Vunny <vunny.sodhi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: upgrade 21.3.0 -> 21.3.1Yew, Chang Ching2021-08-231-1/+1
| | | | | | | | | | | | Changes in this release - [AVCe] Enable unaligned at 16 input - CM: add some MFX traces to CM - [HEVCe] Support main 10 still picture profile - [HEVCe] enable BGR - [VPP] Add 3D lut in CheckFormatLimitation Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: Move sample_* apps install pathYew, Chang Ching2021-08-131-0/+5
| | | | | | | | | | | | Installation path of sample_decode, sample_encode and sample_multi_transcode at default PATH /usr/bin may cause confusion to user that they are MediaSDK applications instead of oneVPL. Therefore they are now installed at /usr/share/oneVPL/samples/ Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: upgrade 2021.4.0 -> 2021.5.0Yew, Chang Ching2021-08-136-1552/+35
| | | | | | | | | | | | | | | | | | | What's new in this release: * Added option to build dispatcher as a static library * Added ability to build dispatcher under MinGW * Fixes for tools and samples Added patch: 0001-Fix-compile-issue-with-CMAKE_CXX_FLAGS-setting.patch Dropped upstreamed patches: 0001-Adding-Wayland-support-to-legacy-tools.patch 0001-Adding-X11-DRI3-support.patch 0001-Corrected-the-install-path.patch 0001-Fix-sample_multi_transcode-join-issue.patch Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: Fixing render issue on virtual environmentTeng, Jin Chung2021-08-092-0/+136
| | | | | | | | | The i915 render device node is not always in renderD128. For example render node on virtual env is renderD129. Change the hard coded with autodetect the i915 device via ioctl Signed-off-by: Teng, Jin Chung <jin.chung.teng@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Convert to new override syntaxAnuj Mittal2021-07-312-4/+4
| | | | | | | Use the convert-overrides.py to convert to new syntax and manually fix some additional changes. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>