- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
VSE: Faster timeline retiming keys drawing
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
Aras Pranckevicius
created branch vse_retiming_draw_opt in aras_p/blender
2024-09-26 11:39:28 +02:00
Aras Pranckevicius
deleted branch ffmpeg_align_fix_again from aras_p/blender
2024-09-26 08:51:14 +02:00
Video: Error in video decoding on either Linux or AVX512 CPU (ffmpeg alignment issue?)
Fix #125446: Video decoding artifacts with some video widths
Video: Error in video decoding on either Linux or AVX512 CPU (ffmpeg alignment issue?)
@Sean-Devonport can you check the Linux build from https://builder.blender.org/download/patch/PR128107/ to see if it behaves better?
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?
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
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
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
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?