- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
9f5f6b2f90
Cleanup: comment why DDS DXT/S3TC needs power of two sizes, and clearer log message
fd7e74aa23
Compositor: Retain alpha in Color to Vector conversion
658eba4b2e
Fix #119966: File rename fails on Mac with certain filesystems
16a1c2e33f
Fix error copying a grease pencil strokes fill opacity
cbee0f5477
cppcheck: update the checking utility to resolve issues in source/
Fix the alignment issue caused by fix for #120077
4.1 regression: Artifacts in video output caused by threaded YUV conversion
Fix #120077: Video output artifacts due to threaded YUV conversion
Fix #120077: Video output artifacts due to threaded YUV conversion
What is not clear is the relation of the issue with the previous refactor. it does not seem we ever passed proper alignment to
av_image_get_buffer_size
/av_image_fill_arrays
, so not really…
Fix #120077: Video output artifacts due to threaded YUV conversion
83fe771184
Fix #120077: Video output artifacts due to threaded YUV conversion
16a1c2e33f
Fix error copying a grease pencil strokes fill opacity
cbee0f5477
cppcheck: update the checking utility to resolve issues in source/
97d93c7e33
GHOST/Wayland: pass in null when the cursor theme isn't set
03d728e281
Cleanup: improve type checking in project_source_info.py
Libraries: integrate xxHash library for fast hashing
I think this could at least replace all of our usages of
md5
which we could potentially also remove. It might also replace our usages of murmur hash, but that needs to be checked in more…
Libraries: integrate xxHash library for fast hashing
Nice! One minor comment wrt which version exactly is used from upstream.
Libraries: integrate xxHash library for fast hashing
Minor: for me it's clearer if version also indicates the commit and/or release version. Like with 2024-04-01 it's not clear whether it is d28b0bf from dev branch (2024-03-24) or bbb27a5 from release branch (2023-07-21, also shipped as version v0.8.2)