[qt/qt/qtmultimedia]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtmultimedia Pushed by mirror-service into branch 'dev'. Changed from 82dd03fe1697322f6dac0918c8ce156b8a9868e3 to 2fb93e3d7e42e1ad9a46267a2d77a9078fa79fc2 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 91f9a210142f82188d75537ad83b0da1dc17134f by Tim Blechmann on 06/08/2026 at 00:17.. FFmpeg: vaapi - remove unused header Pick-to: 6.12 Change-Id: Id3ab9b78a55cffd7705a2998b298d2af9e274524 Reviewed-by: Nils Petter Skålerud <[email protected]> Reviewed-by: Tim Blechmann <[email protected]> https://invent.kde.org/qt/qt/qtmultimedia/-/commit/91f9a210142f82188d75537ad83b0da1dc17134f Git commit dad9fbd9b8b9c7421867c838b8445ce715d0fef8 by Tim Blechmann on 06/08/2026 at 00:18.. FFmpeg: Fix typo in VAAPI EGL entry point availability check We have a runtime check for eglImageTargetTexture2D, but won't check the actual result as intended. Pick-to: 6.8 6.11 6.12 Change-Id: I4c5e7f39a9ad76462e6a565a153bb8be421ac79d Reviewed-by: Nils Petter Skålerud <[email protected]> Reviewed-by: Tim Blechmann <[email protected]> https://invent.kde.org/qt/qt/qtmultimedia/-/commit/dad9fbd9b8b9c7421867c838b8445ce715d0fef8 Git commit 2fb93e3d7e42e1ad9a46267a2d77a9078fa79fc2 by Tim Blechmann on 06/08/2026 at 01:28.. FFmpeg: Don't leak EGL images and GL textures on VAAPI import failure createTextureHandles() generates one GL texture per plane up front and creates an EGLImage per plane inside the import loop. When eglCreateImage failed for a plane, it returned early without deleting the textures or destroying the images created for the preceding planes, leaking both for every frame that hits the failure. So we destroy them in the early-return codepaths Pick-to: 6.12 6.11 6.8 Change-Id: Ia594d644df5b9f938fb47346666892f61e44b646 Reviewed-by: Nils Petter Skålerud <[email protected]> Reviewed-by: Tim Blechmann <[email protected]> https://invent.kde.org/qt/qt/qtmultimedia/-/commit/2fb93e3d7e42e1ad9a46267a2d77a9078fa79fc2