https://bugs.kde.org/show_bug.cgi?id=501604
--- Comment #2 from caulier.gil...@gmail.com --- Git commit bc54b20e44520208fb892f187febc20eb17852cc by Gilles Caulier. Committed on 17/03/2025 at 02:02. Pushed by cgilles into branch 'master'. update QtAvPlayer code to github master branch M +1 -0 NEWS M +9 -0 core/libs/video/QtAVPlayer/CMakeLists.txt M +2 -2 core/libs/video/QtAVPlayer/QtAVPlayer_manifest.txt M +8 -7 core/libs/video/QtAVPlayer/qavaudiocodec.cpp M +7 -7 core/libs/video/QtAVPlayer/qavaudiocodec_p.h M +12 -14 core/libs/video/QtAVPlayer/qavcodec.cpp M +12 -7 core/libs/video/QtAVPlayer/qavcodec_p.h M +16 -11 core/libs/video/QtAVPlayer/qavdemuxer.cpp M +8 -7 core/libs/video/QtAVPlayer/qavdemuxer_p.h M +25 -8 core/libs/video/QtAVPlayer/qavframecodec.cpp M +10 -7 core/libs/video/QtAVPlayer/qavframecodec_p.h M +0 -1 core/libs/video/QtAVPlayer/qavhwdevice_vdpau.cpp A +408 -0 core/libs/video/QtAVPlayer/qavmuxer.cpp * A +71 -0 core/libs/video/QtAVPlayer/qavmuxer_p.h * M +12 -6 core/libs/video/QtAVPlayer/qavpacket.cpp M +9 -6 core/libs/video/QtAVPlayer/qavpacket_p.h M +51 -6 core/libs/video/QtAVPlayer/qavplayer.cpp M +10 -6 core/libs/video/QtAVPlayer/qavplayer.h M +12 -6 core/libs/video/QtAVPlayer/qavstreamframe.cpp M +9 -6 core/libs/video/QtAVPlayer/qavstreamframe.h M +59 -8 core/libs/video/QtAVPlayer/qavsubtitlecodec.cpp M +9 -7 core/libs/video/QtAVPlayer/qavsubtitlecodec_p.h M +8 -8 core/libs/video/QtAVPlayer/qavvideocodec.cpp M +7 -7 core/libs/video/QtAVPlayer/qavvideocodec_p.h M +30 -16 core/libs/video/QtAVPlayer/qavvideoframe.cpp A +466 -0 core/libs/video/QtAVPlayer/qavwidget_opengl.cpp * A +40 -0 core/libs/video/QtAVPlayer/qavwidget_opengl.h * The files marked with a * at the end have a non valid license. Please read: https://community.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. https://invent.kde.org/graphics/digikam/-/commit/bc54b20e44520208fb892f187febc20eb17852cc -- You are receiving this mail because: You are watching all bug changes.