- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
Fix #107493: Auto rotate videos fix
FYI I'm redoing the same fix at #130455, with differences being:
- Use ImBuf rotation code that was added in #117352 since,
- Do not use deprecated ffmpeg APIs,
- Fix video sequencer proxies;…
Fix #107493, #98480: video rotation metadata is not read
4b7e2075f0
Fix #107493, #98480: video rotation metadata is not read
bbbe08d0b0
Fix #111703: banding and color shift when decoding some videos
Aras Pranckevicius
deleted branch ffmpeg_yuv_precision from aras_p/blender
2024-11-18 12:28:14 +01:00
VSE: Banding and color shift when decoding some videos (mostly in dark areas)
Fix #111703: banding and color shift when decoding some videos
UI: Tweak VSE Text Strip UI to use panels for outline/shadow/box
8a4249c1fc
UI: Tweak VSE Text Strip UI to use panels for outline/shadow/box
704d34fe0f
Fix: properly save in-memory and packed textures during USD export
1a96d73f52
Fix: DRW: PassSimple do not pass resource_id correctly
94d2a1e6a2
GPU: GLSL CPP stubs: Allow printf in code
dcec1d5f68
Fix #130365 : Hard to read brush names in Blender Light theme
VSE: thumbnail improvements, take 2
VSE: Optimize Text Box w/ roundness with multi-threading
I did not see a measurable performance difference from trying to split the horizontal loop into 3 parts (left side with roundness eval; middle part with just regular fill; right part with…
VSE: Optimize Text Box w/ roundness with multi-threading
b0d91db82b
VSE: Optimize Text Box w/ roundness with multi-threading
140ff12eae
VSE: Add Box Roundness option to text strips
b4fc5754fd
Cleanup: avoid constructing std::string from nullptr
c88c2bfda9
Cleanup: Convert BKE_multires.hh
enum
to enum class
4836e0209a
Cleanup: remove invalid template usage