Aras Pranckevicius aras_p
Aras Pranckevicius pushed to vse-scopes at aras_p/blender 2024-01-04 21:17:41 +01:00
05927be070 VSE: fix new histogram code not being multi-threaded
d52353c550 VSE: tweak vectorscope perf and look
Compare 2 commits »
Aras Pranckevicius created pull request blender/blender#116798 2024-01-04 20:04:48 +01:00
WIP: VSE: Scopes improvements
Aras Pranckevicius pushed to vse-scopes at aras_p/blender 2024-01-04 19:58:02 +01:00
099033fc57 VSE: overexposed/zebra overlay consistency between byte and float images
8bb10cb500 VSE: reduce scopes code duplication, more const
6767dc2b39 VSE: improve Vectorscope
a581d73da7 VSE: tweak the look of Waveform display (draw grid as actual lines, tweak gamma, etc)
981f5e926f VSE: draw histogram scope as geometry instead of low-res image
Compare 10 commits »
Aras Pranckevicius created branch vse-scopes in aras_p/blender 2024-01-04 19:58:02 +01:00
Aras Pranckevicius commented on issue blender/blender-addons#104634 2024-01-04 14:45:09 +01:00
Blender 4.x - Remove STL I/O Addon

@mont29 yes, this in fact has already happened after I wrote that comment. In 4.1, STL C++ I/O had experimental label removed, and Python addon got legacy label added.

Aras Pranckevicius commented on pull request blender/blender#116059 2024-01-04 14:29:07 +01:00
Audaspace: faster audio resampling

Alright, I've submitted PR to add API to upstream Audaspace https://github.com/audaspace/audaspace/pull/19 and once/if that is accepted then will apply to Blender codebase as well.

Aras Pranckevicius commented on issue blender/blender#90785 2024-01-04 11:47:41 +01:00
VSE placement of some elements is off by 1 px

This (not merged yet) PR seems to fix the issue: #116628

Aras Pranckevicius commented on issue blender/blender#112923 2024-01-04 10:21:35 +01:00
filtering (moire / banding(?)) problem when downsizing video

Just found out that my PR #116628 seems to fix this issue.

Before: blender-before.png

After: ![blender-after.png](/attachments/f8e30a64-7…

Aras Pranckevicius deleted branch audaspace-resampler-opt from aras_p/blender 2024-01-03 21:23:37 +01:00
Aras Pranckevicius pushed to main at blender/blender 2024-01-03 21:23:36 +01:00
986f493812 Audaspace: faster audio resampling
Aras Pranckevicius merged pull request blender/blender#116059 2024-01-03 21:23:35 +01:00
Audaspace: faster audio resampling
Aras Pranckevicius deleted branch vse-fix-image-outline from aras_p/blender 2024-01-03 21:20:17 +01:00
Aras Pranckevicius merged pull request blender/blender#116605 2024-01-03 21:20:15 +01:00
VSE: Fix image strip outline not matching image
Aras Pranckevicius pushed to main at blender/blender 2024-01-03 21:20:15 +01:00
10bea077ae Fix: VSE: image strip outline sometimes not matching image
Aras Pranckevicius commented on pull request blender/blender#116059 2024-01-03 16:58:51 +01:00
Audaspace: faster audio resampling

Is it possible to set resampler quality to medium via some API instead of modifying the bundled sources? That'd make it easier to update the Audaspace in the future, and will make the update…

Aras Pranckevicius commented on pull request blender/blender#116059 2024-01-02 20:58:07 +01:00
Audaspace: faster audio resampling
Aras Pranckevicius pushed to main at aras_p/blender 2024-01-02 20:28:03 +01:00
4ce14a639f Revert "Cleanup: move CMake test utility functions into testing.cmake"
a815594394 Build: bump sse2neon to latest main
71474da5fd Fix RNG memory leak on various error conditions
4657d541c8 Fix use-after-free in Cocoa GHOST system creation
cd8f1853ed Anim: replace bone_collection.find_index() with .index property
Compare 212 commits »
Aras Pranckevicius pushed to audaspace-resampler-opt at aras_p/blender 2024-01-02 20:27:51 +01:00
50e04fe387 Audaspace: switch audio resampler to Medium quality
c0189b8132 Audaspace: update to latest upstream, to get configurable resampling qualities
4ce14a639f Revert "Cleanup: move CMake test utility functions into testing.cmake"
a815594394 Build: bump sse2neon to latest main
71474da5fd Fix RNG memory leak on various error conditions
Compare 499 commits »
Aras Pranckevicius commented on issue blender/blender#116592 2023-12-30 18:33:32 +01:00
Design: Changes required to target SSE42

Things like OpenImageIO, OpenEXR and perhaps some other external libraries could get built with SSE4.2 options too, right?