[digikam] [Bug 484360] Digikam 8.3 No Video Sound on MacOS

2024-05-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484360

caulier.gil...@gmail.com changed:

   What|Removed |Added

   Version Fixed In||8.4.0
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #11 from caulier.gil...@gmail.com ---
Problem fixed now with last commit. Use 8.4.0 pre-release available here :

https://files.kde.org/digikam/

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 484360] Digikam 8.3 No Video Sound on MacOS

2024-05-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484360

--- Comment #10 from caulier.gil...@gmail.com ---
Git commit 6b3d9940a60a21e2d519e108abaadb27cb5639fa by Gilles Caulier.
Committed on 04/05/2024 at 12:40.
Pushed by cgilles into branch 'master'.

Include audio Qt plugin in the PKG bundle
Related: bug 486388

M  +1-0project/bundles/macports/04-build-installer.sh

https://invent.kde.org/graphics/digikam/-/commit/6b3d9940a60a21e2d519e108abaadb27cb5639fa

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 484360] Digikam 8.3 No Video Sound on MacOS

2024-05-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484360

--- Comment #9 from caulier.gil...@gmail.com ---
Git commit 7b341f84e8f04dbde18d73e80c33eae33975793e by Gilles Caulier.
Committed on 04/05/2024 at 09:05.
Pushed by cgilles into branch 'master'.

add extra codec to ffmpeg insatll with Macports
Related: bug 486388

M  +2-2project/bundles/macports/01-build-macports.sh

https://invent.kde.org/graphics/digikam/-/commit/7b341f84e8f04dbde18d73e80c33eae33975793e

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 484360] Digikam 8.3 No Video Sound on MacOS

2024-05-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484360

--- Comment #8 from caulier.gil...@gmail.com ---
Git commit dac2b7514c50ddba1bce44de686bedee8d63c321 by Gilles Caulier.
Committed on 03/05/2024 at 13:53.
Pushed by cgilles into branch 'master'.

sync with QtAvplayer master code
Related: bug 486388

M  +1-1core/libs/video/QtAVPlayer/QtAVPlayer_manifest.txt
M  +3-3core/libs/video/QtAVPlayer/qavaudiooutput.cpp

https://invent.kde.org/graphics/digikam/-/commit/dac2b7514c50ddba1bce44de686bedee8d63c321

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 484360] Digikam 8.3 No Video Sound on MacOS

2024-05-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484360

--- Comment #7 from caulier.gil...@gmail.com ---
Git commit bd853a9f952513ed28a2f0eccb1dc9ebfb39f59a by Gilles Caulier.
Committed on 03/05/2024 at 12:21.
Pushed by cgilles into branch 'master'.

Do not pass parent to QtAvPlyer audio streamer
Related: bug 486388

M  +4-2core/libs/video/player/QtAVPlayer/daudioplayer.cpp
M  +1-1core/libs/video/player/QtAVPlayer/dvideowidget.cpp

https://invent.kde.org/graphics/digikam/-/commit/bd853a9f952513ed28a2f0eccb1dc9ebfb39f59a

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 484360] Digikam 8.3 No Video Sound on MacOS

2024-05-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484360

--- Comment #6 from caulier.gil...@gmail.com ---
to adam...@spu.edu

A new digiKam 8.4.0 pre-release PKG is avaialble for download at usual place :

https://files.kde.org/digikam/

This version includes fixes for the sound support with QtAVPlayer under MacOS.
Please test and report.

Thanks in advance

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 484360] Digikam 8.3 No Video Sound on MacOS

2024-05-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484360

--- Comment #5 from caulier.gil...@gmail.com ---
Git commit 758916639ae27218cc2249e73d7c552da187ba6f by Gilles Caulier.
Committed on 03/05/2024 at 08:59.
Pushed by cgilles into branch 'master'.

sync QtAvPlayer with git/master code
Related: bug 486388

M  +1-0core/libs/video/QtAVPlayer/CMakeLists.txt
M  +2-2core/libs/video/QtAVPlayer/QtAVPlayer_manifest.txt
M  +70   -120  core/libs/video/QtAVPlayer/qavaudiooutput.cpp
M  +5-2core/libs/video/QtAVPlayer/qavaudiooutput.h
A  +112  -0core/libs/video/QtAVPlayer/qavaudiooutputdevice.cpp  *
A  +51   -0core/libs/video/QtAVPlayer/qavaudiooutputdevice.h  *
M  +34   -30   core/libs/video/QtAVPlayer/qavdemuxer.cpp
M  +1-1core/libs/video/QtAVPlayer/qavvideocodec.cpp

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/758916639ae27218cc2249e73d7c552da187ba6f

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 484360] Digikam 8.3 No Video Sound on MacOS

2024-05-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484360

--- Comment #4 from caulier.gil...@gmail.com ---
Maik,

See discussion from this point :

https://github.com/valbok/QtAVPlayer/issues/428#issuecomment-2092468376

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 484360] Digikam 8.3 No Video Sound on MacOS

2024-05-02 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=484360

Maik Qualmann  changed:

   What|Removed |Added

 CC||icapita...@posteo.net

--- Comment #3 from Maik Qualmann  ---
*** Bug 486388 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 484360] Digikam 8.3 No Video Sound on MacOS

2024-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484360

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||caulier.gil...@gmail.com

--- Comment #2 from caulier.gil...@gmail.com ---
With my Macbook Pro M1, with the Preview mode, moving the volume slider do not
fix the problem.

I'm sure to have checked this point while porting from QtAV to QtAVPlayer few
weeks ago.

Another dysfunctions, this time with the Slideshow tool :

- It's impossible to change the volume on the top level side of slide view.
Clicking on the slider switch to next item.
- The position slider always still to 0. It advance well in preview mode.

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 484360] Digikam 8.3 No Video Sound on MacOS

2024-03-24 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=484360

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
I noticed that in the Qt-5 version of Windows that uses the QAVPlayer like
macOS, the volume slider does not correctly initialize the volume of the
QAVPlayer. Does sound play if you move the digiKam volume slider while playing
a video?

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.