Aras Pranckevicius aras_p
Aras Pranckevicius commented on pull request blender/blender#115661 2024-11-18 14:35:32 +01:00
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;…
Aras Pranckevicius created pull request blender/blender#130455 2024-11-18 14:33:30 +01:00
Fix #107493, #98480: video rotation metadata is not read
Aras Pranckevicius pushed to vse_video_rotate at aras_p/blender 2024-11-18 14:31:29 +01:00
4b7e2075f0 Fix #107493, #98480: video rotation metadata is not read
bbbe08d0b0 Fix #111703: banding and color shift when decoding some videos
Compare 2 commits »
Aras Pranckevicius created branch vse_video_rotate in aras_p/blender 2024-11-18 14:31:29 +01:00
Aras Pranckevicius pushed to main at blender/blender-test-data 2024-11-18 12:28:30 +01:00
4e1ce05417 VSE: add test for movie YUV->RGB conversion precision
Aras Pranckevicius pushed to main at blender/blender 2024-11-18 12:28:16 +01:00
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
Aras Pranckevicius closed issue blender/blender#111703 2024-11-18 12:28:14 +01:00
VSE: Banding and color shift when decoding some videos (mostly in dark areas)
Aras Pranckevicius merged pull request blender/blender#130383 2024-11-18 12:28:12 +01:00
Fix #111703: banding and color shift when decoding some videos
Aras Pranckevicius created pull request blender/blender#130449 2024-11-18 12:25:46 +01:00
UI: Tweak VSE Text Strip UI to use panels for outline/shadow/box
Aras Pranckevicius created branch vse_text_ui in aras_p/blender 2024-11-18 12:23:44 +01:00
Aras Pranckevicius pushed to vse_text_ui at aras_p/blender 2024-11-18 12:23:44 +01:00
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
Compare 5 commits »
Aras Pranckevicius closed issue blender/blender#126087 2024-11-18 10:28:31 +01:00
VSE: thumbnail improvements, take 2
Aras Pranckevicius commented on issue blender/blender#126087 2024-11-18 10:28:28 +01:00
VSE: thumbnail improvements, take 2

Majority of this is done already for Blender 4.3

Aras Pranckevicius commented on pull request blender/blender#130403 2024-11-17 15:50:43 +01:00
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…

Aras Pranckevicius created pull request blender/blender#130403 2024-11-17 12:43:43 +01:00
VSE: Optimize Text Box w/ roundness with multi-threading
Aras Pranckevicius created branch vse_text_box_thread in aras_p/blender 2024-11-17 12:43:17 +01:00
Aras Pranckevicius pushed to vse_text_box_thread at aras_p/blender 2024-11-17 12:43:17 +01:00
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
Compare 8 commits »