https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #30 from caulier.gil...@gmail.com ---
It's that i suspected too. I tried on my computer with the same result.
I don't yet enabled this option while compiling HEIF lib with ffmpeg support in
the bundles. We needs to wait more time to see this
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #29 from Maik Qualmann ---
This FFmpeg plugin is already available here under openSUSE and is currently
unusable. It must be uninstalled and replaced by the HEIF decoder. In the first
versions it crashed, now a few HEIF files are displayed,
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #28 from caulier.gil...@gmail.com ---
Note: Libheif 1.17.6 provide now an option to use ffmpeg accelerated codec to
process HEVC data.
https://github.com/strukturag/libheif/blob/master/CMakeLists.txt#L175
Gilles
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=441648
caulier.gil...@gmail.com changed:
What|Removed |Added
Version Fixed In||8.1.0
Resolution|DUPLICATE
https://bugs.kde.org/show_bug.cgi?id=441648
caulier.gil...@gmail.com changed:
What|Removed |Added
Status|REPORTED|RESOLVED
Component|Preview-I
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #25 from caulier.gil...@gmail.com ---
This is not a digiKam problem but libheif and dependencies:
https://github.com/strukturag/libheif/issues/645
https://github.com/strukturag/libheif/issues/552
https://github.com/strukturag/libheif/issues/
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #24 from cvinhaes ---
Same result here, excruciatingly slow times to refresh the preview for .heif
files. Win10 with 16gb ram.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=441648
cvinhaes changed:
What|Removed |Added
CC||k...@cvinhaes.33mail.com
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #23 from caulier.gil...@gmail.com ---
Git commit 69d6946b6b72c11ed5f7baa356eff38daf97bbc7 by Gilles Caulier.
Committed on 03/03/2022 at 22:05.
Pushed by cgilles into branch 'qt5-maintenance'.
add libheif dependency optional also in qt5-maint
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #22 from caulier.gil...@gmail.com ---
Git commit 3e95ab4926b1faf34a3c0ca630cc3fe809c926eb by Gilles Caulier.
Committed on 03/03/2022 at 18:18.
Pushed by cgilles into branch 'master'.
Only check for libx265 if libheif is found
M +11 -6
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #21 from caulier.gil...@gmail.com ---
Git commit c84ddfce02f08c89ba63fa6d224ee0de855f8091 by Gilles Caulier.
Committed on 03/03/2022 at 18:00.
Pushed by cgilles into branch 'master'.
Make libheif dependency optional
M +2-2Mainpage.
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #20 from caulier.gil...@gmail.com ---
Issue for Craft build system :
https://invent.kde.org/packaging/craft-blueprints-kde/-/issues/5
Gilles Caulier
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #19 from caulier.gil...@gmail.com ---
Issue for Snap continuous deployment from SnapCraft.io :
https://invent.kde.org/packaging/snapcraft-kde-applications/-/issues/1
Gilles Caulier
--
You are receiving this mail because:
You are watching
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #18 from caulier.gil...@gmail.com ---
Issue for FlatPak continuous deployment from FlatHub :
https://github.com/flathub/org.kde.digikam/issues/32
Gilles Caulier
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #17 from Maik Qualmann ---
I don't think we need it. We know the final size of the memory needed for the
DImg and allocate it completely with width x height x 4(8).
Maik
--
You are receiving this mail because:
You are watching all bug cha
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #16 from caulier.gil...@gmail.com ---
Git commit d164c064967f50f1c02f6b5ec8d449a86df2 by Gilles Caulier.
Committed on 03/03/2022 at 14:20.
Pushed by cgilles into branch 'master'.
FlatPak build configuration for KDE server: add libde265 a
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #15 from caulier.gil...@gmail.com ---
Git commit 836756ca71a980eacedd3ec2838b1222e6361fa7 by Gilles Caulier.
Committed on 03/03/2022 at 14:19.
Pushed by cgilles into branch 'qt5-maintenance'.
FlatPak build configuration for KDE server: add l
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #14 from caulier.gil...@gmail.com ---
Git commit 3164bc36d6ad04f5bbdd4b375bc904d1cb697a6d by Gilles Caulier.
Committed on 03/03/2022 at 14:12.
Pushed by cgilles into branch 'master'.
backport commit to drop libheif/libde265 from digiKam core
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #13 from caulier.gil...@gmail.com ---
MAik,
Do you think we needs something like that in HEIF image loader ?
Gilles
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #12 from Maik Qualmann ---
Yes, that's an optimization if you don't know how much memory is required. It's
faster to request larger blocks than to constantly expand with small blocks.
Something similar for QVector with QVector::reserve().
h
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #11 from caulier.gil...@gmail.com ---
Hi Maik,
I mostly completed to drop of libheif/libde265 from digiKam core in
qt5-maintenance branch. I will backport all commits to master of course.
Looking into libgd heif loader, i discovered this de
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #10 from caulier.gil...@gmail.com ---
Git commit fd16088d948c2ef4324f0abbe1498068fba2c2f4 by Gilles Caulier.
Committed on 03/03/2022 at 13:04.
Pushed by cgilles into branch 'qt5-maintenance'.
Add libheif dependency to macports
M +1-0
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #9 from caulier.gil...@gmail.com ---
Git commit 9d66c7989d870239914c7175a7a0e92101ce39cb by Gilles Caulier.
Committed on 03/03/2022 at 12:35.
Pushed by cgilles into branch 'qt5-maintenance'.
Add libheif compilation rules for Windows target u
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #8 from caulier.gil...@gmail.com ---
Git commit 60223e3ec1eddb7120168d9c6e7eaf1e40c39dfd by Gilles Caulier.
Committed on 03/03/2022 at 11:20.
Pushed by cgilles into branch 'qt5-maintenance'.
Add libheif dependency list
M +1-0Mainpa
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #7 from caulier.gil...@gmail.com ---
Git commit a0ea1ad2e105107b040781910c589473bca753db by Gilles Caulier.
Committed on 03/03/2022 at 10:41.
Pushed by cgilles into branch 'qt5-maintenance'.
add libheif build for AppImage
M +1-0pro
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #6 from caulier.gil...@gmail.com ---
Git commit f6ec12dfb701d1d77be979dee7c72537551af86d by Gilles Caulier.
Committed on 03/03/2022 at 10:34.
Pushed by cgilles into branch 'qt5-maintenance'.
Remove internal libheif and libde265 from digiKam
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #5 from caulier.gil...@gmail.com ---
Git commit 4ee4669ce59fd6ed174e9e00f2bff7ee007d008d by Gilles Caulier.
Committed on 18/11/2021 at 13:06.
Pushed by cgilles into branch 'master'.
Add find libheif cmake script to use native version of libr
https://bugs.kde.org/show_bug.cgi?id=441648
Maik Qualmann changed:
What|Removed |Added
CC||metzping...@gmail.com
--- Comment #4 from Maik
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #3 from rfeg ---
thanks for the info, but my comment/bug is the big difference of time needed to
process and display the embedded JPEG preview from a HEIF iPhone file vs a RAW
file (HEIF is slow, RAW is fast).
@Caullier: do you think that u
https://bugs.kde.org/show_bug.cgi?id=441648
--- Comment #2 from caulier.gil...@gmail.com ---
Anther point is the cache memory used to store pre-loaded images. Under MacOS,
a fix have been added to current code to detect properly the amount of MacOS
RAW available. This can improve speedup of previe
https://bugs.kde.org/show_bug.cgi?id=441648
caulier.gil...@gmail.com changed:
What|Removed |Added
CC||caulier.gil...@gmail.com
--- Comment
31 matches
Mail list logo