Aras Pranckevicius aras_p
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 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 created branch swscale_align in aras_p/blender 2024-04-02 11:05:58 +02:00
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)

Aras Pranckevicius commented on issue blender/blender#119823 2024-03-29 15:36:32 +01:00
Obj import generate some not valid meshes

@scurest I have not validated (ha :)) this, but if you say so, then to me it sounds like neither OBJ nor glTF are directly related, but actual issue/regression would be along the lines of "in…

Aras Pranckevicius created pull request blender/blender#120033 2024-03-28 20:42:02 +01:00
WIP: Video: 10/12 BPP and HDR video output support
Aras Pranckevicius pushed to ffmpeg_hdr at aras_p/blender 2024-03-28 20:41:10 +01:00
6fbbbdc490 Video: initial code to support >8bpp and/or HDR (HLG) video output
df22461490 Video: add video_bpp and video_hdr enum settings to FFMpegCodecData
265bfdb019 Cleanup: Resolve allocation size warning in Hook modifier RNA
0cdd429b44 Cleanup: Use newer API for creating IDProperties in most places
e0567eadbd Cleanup: Use FunctionRef for IDProperty iteration callback
Compare 10 commits »
Aras Pranckevicius created branch ffmpeg_hdr in aras_p/blender 2024-03-28 20:41:10 +01:00
Aras Pranckevicius commented on issue blender/blender#118493 2024-03-27 09:13:58 +01:00
Video Output: Support higher bits per pixel formats

Question about representation of "video format types" within Blender codebase.

  • Some parts of UI and logic, like "which bit depths does a file format support?" are purely based on `ImageFormatDat…
Aras Pranckevicius deleted branch vk-compressed-textures from aras_p/blender 2024-03-26 14:50:10 +01:00
Aras Pranckevicius merged pull request blender/blender#119866 2024-03-26 14:50:06 +01:00
Vulkan: implement support for compressed textures