Aras Pranckevicius aras_p
Aras Pranckevicius commented on pull request blender/blender#128170 2024-09-26 11:41:49 +02:00
VSE: Faster timeline retiming keys drawing
Aras Pranckevicius created pull request blender/blender#128170 2024-09-26 11:41:22 +02:00
VSE: Faster timeline retiming keys drawing
Aras Pranckevicius pushed to vse_retiming_draw_opt at aras_p/blender 2024-09-26 11:39:28 +02:00
91d602f7eb VSE: Faster timeline retiming keys drawing
ceaa064b97 Cleanup: Grease Pencil: Correct stroke outline tooltip description
fae19d7c92 Anim: Eyedropper for bone properties
70247df9b9 Fix: VSE tonemap effect is_point_inside_quad check was wrong
32c6f9bbd0 Cleanup: use PyModule_AddObjectRef where appropriate
Compare 10 commits »
Aras Pranckevicius created branch vse_retiming_draw_opt in aras_p/blender 2024-09-26 11:39:28 +02:00
Aras Pranckevicius pushed to main at blender/blender 2024-09-26 09:17:50 +02:00
70247df9b9 Fix: VSE tonemap effect is_point_inside_quad check was wrong
Aras Pranckevicius pushed to main at blender/blender-test-data 2024-09-26 09:17:15 +02:00
f3eaf4c561 VSE: update tonemap test expectation after is_point_inside_quad fix
Aras Pranckevicius pushed to main at blender/blender 2024-09-26 08:51:16 +02:00
596067ea35 Fix #125446: Video decoding artifacts with some video widths
Aras Pranckevicius deleted branch ffmpeg_align_fix_again from aras_p/blender 2024-09-26 08:51:14 +02:00
Aras Pranckevicius closed issue blender/blender#125446 2024-09-26 08:51:14 +02:00
Video: Error in video decoding on either Linux or AVX512 CPU (ffmpeg alignment issue?)
Aras Pranckevicius merged pull request blender/blender#128107 2024-09-26 08:51:11 +02:00
Fix #125446: Video decoding artifacts with some video widths
Aras Pranckevicius pushed to ffmpeg_align_fix_again at aras_p/blender 2024-09-25 14:25:15 +02:00
923684c408 Clarify comment
Aras Pranckevicius commented on pull request blender/blender#128107 2024-09-25 13:23:58 +02:00
Fix #125446: Video decoding artifacts with some video widths

Not today, and yeah, unlikely to happen anywhere in the near future. You'd rather just make it fixed 64 byte alignment, with an extensive comment why?

Aras Pranckevicius pushed to ffmpeg_align_fix_again at aras_p/blender 2024-09-25 10:29:24 +02:00
c44ac2de6b Use ffmpeg_get_buffer_alignment in proxy scaling too
745e10e645 Merge branch 'main' into ffmpeg_align_fix_again
407e18ed47 Anim: upgrade action group handling code to new API
02ebab57da Anim: add layered Action support to BKE_animdata_transfer_by_basepath
4159f60e46 Anim: Layered Action support in group handling in action_mirror.cc
Compare 61 commits »
Aras Pranckevicius created pull request blender/blender#128107 2024-09-25 10:14:06 +02:00
Fix #125446: Video decoding artifacts with some video widths
Aras Pranckevicius created branch ffmpeg_align_fix_again in aras_p/blender 2024-09-25 10:13:38 +02:00
Aras Pranckevicius pushed to ffmpeg_align_fix_again at aras_p/blender 2024-09-25 10:13:38 +02:00
65582b48ce Fix #125446: Video decoding artifacts with some video widths
5b5576993e Transform: skip hidden edges when checking an vertices edge is visible
ed2d131887 Transform: use deformed geometry when checking edge visibility
a13513ab25 Fix #125646: Resolve edge-slide performance regression when snapping
2ab800b685 Cleanup: pass const arguments to BMBVHTree related functions
Compare 10 commits »
Aras Pranckevicius commented on issue blender/blender#125446 2024-09-25 10:09:15 +02:00
Video: Error in video decoding on either Linux or AVX512 CPU (ffmpeg alignment issue?)

@Sean-Devonport curiously I do see this, but only on 4.3, and only on non-AVX512 CPU. Maybe the "problematic" instances you get happen to (somehow) have AVX 512 disabled?