Aras Pranckevicius aras_p
Aras Pranckevicius created branch dxt_comments in aras_p/blender 2024-04-03 16:02:59 +02:00
Aras Pranckevicius pushed to dxt_comments at aras_p/blender 2024-04-03 16:02:59 +02:00
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/
Compare 10 commits »
Aras Pranckevicius commented on issue blender/blender#119823 2024-04-03 07:09:08 +02:00
Obj import generate some not valid meshes

So this should be fixed by #120159, right?

Aras Pranckevicius pushed to main at blender/blender 2024-04-03 05:57:09 +02:00
eca8e5d4b3 Fix: Video alignment issue caused by fix for #120077
Aras Pranckevicius merged pull request blender/blender#120184 2024-04-03 05:57:09 +02:00
Fix the alignment issue caused by fix for #120077
Aras Pranckevicius pushed to main at blender/blender 2024-04-02 13:03:21 +02:00
19ce05971d Fix #120077: Video output artifacts due to threaded YUV conversion
Aras Pranckevicius deleted branch swscale_align from aras_p/blender 2024-04-02 13:03:20 +02:00
Aras Pranckevicius closed issue blender/blender#120077 2024-04-02 13:03:19 +02:00
4.1 regression: Artifacts in video output caused by threaded YUV conversion
Aras Pranckevicius merged pull request blender/blender#120168 2024-04-02 13:03:17 +02:00
Fix #120077: Video output artifacts due to threaded YUV conversion
Aras Pranckevicius commented on pull request blender/blender#120168 2024-04-02 13:02:40 +02:00
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…

Aras Pranckevicius created pull request blender/blender#120168 2024-04-02 11:06:23 +02:00
Fix #120077: Video output artifacts due to threaded YUV conversion
Aras Pranckevicius created branch swscale_align in aras_p/blender 2024-04-02 11:05:58 +02:00
Aras Pranckevicius pushed to swscale_align at aras_p/blender 2024-04-02 11:05:58 +02:00
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
Compare 10 commits »
Aras Pranckevicius commented on pull request blender/blender#120139 2024-04-02 06:19:29 +02:00
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…

Aras Pranckevicius approved blender/blender#120139 2024-04-01 16:24:19 +02:00
Libraries: integrate xxHash library for fast hashing

Nice! One minor comment wrt which version exactly is used from upstream.

Aras Pranckevicius commented on pull request blender/blender#120139 2024-04-01 16:22:16 +02:00
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)