Aras Pranckevicius aras_p
Aras Pranckevicius created pull request blender/blender#126396 2024-08-16 12:17:56 +02:00
Fix #126394: ffmpeg on win64 is built without SIMD optimizations
Aras Pranckevicius created branch ffmpeg_cpu_flags in aras_p/blender 2024-08-16 12:17:28 +02:00
Aras Pranckevicius pushed to ffmpeg_cpu_flags at aras_p/blender 2024-08-16 12:17:28 +02:00
e9950bd046 Fix #126394: ffmpeg on win64 is built without SIMD optimizations
Aras Pranckevicius opened issue blender/blender#126394 2024-08-16 09:48:30 +02:00
ffmpeg for Windows is built with no CPU SIMD optimizations since 4.0
Aras Pranckevicius created pull request blender/blender#126390 2024-08-16 07:16:08 +02:00
WIP: IMB: cleanups and fixes to scaling
Aras Pranckevicius created branch imb_scaling_cleanup in aras_p/blender 2024-08-16 07:15:10 +02:00
Aras Pranckevicius pushed to imb_scaling_cleanup at aras_p/blender 2024-08-16 07:15:10 +02:00
47d0f15252 Cleanup: remove long-unused q_scale_linear_interpolation
ba591f62a4 Tests: more test coverage
def3258ad5 Tests: add IMB_performance test
e4fa33a2eb Tests: add IMB_scaleImBuf, IMB_scalefastImBuf, IMB_scaleImBuf_threaded tests
b6dd8c0565 Tests: move imbuf transform_test.cc under imbuf/tests folder
Compare 10 commits »
Aras Pranckevicius pushed to main at blender/blender 2024-08-15 15:47:24 +02:00
8903205dd9 Fix: incorrect ffmpeg video length estimation logic
Aras Pranckevicius merged pull request blender/blender#126368 2024-08-15 15:47:24 +02:00
Fix: incorrect ffmpeg video length estimation logic
Aras Pranckevicius commented on pull request blender/blender#126368 2024-08-15 15:43:44 +02:00
Fix: incorrect ffmpeg video length estimation logic

Note: lint fails since I created the branch when main had a lint failure (before d8913812ef9 fixed it)

Aras Pranckevicius pushed to vse_thumbs_cache at aras_p/blender 2024-08-15 15:40:52 +02:00
3cf126029e Format
a59ccb118b VSE: preserve (new) thumbnail cache across undo steps
Compare 2 commits »
Aras Pranckevicius created pull request blender/blender#126368 2024-08-15 14:44:12 +02:00
Fix: incorrect ffmpeg video length estimation logic
Aras Pranckevicius pushed to main at aras_p/blender 2024-08-15 14:43:49 +02:00
93768c20b5 Fix: incorrect ffmpeg video length estimation logic
4f4add5406 Fix #125426: Update paths in animation when renaming IDProperty
bd4e535009 CMake: fail with an error if wayland-scanner can't be found
b0ec4bba70 CMake: library path reference for PLATFORM_ENV_BUILD on unix & macos
bda4c8a220 Tools: improve error handling in GDB pretty printers
Compare 290 commits »
Aras Pranckevicius pushed to vse_thumbs_cache at aras_p/blender 2024-08-15 11:10:27 +02:00
291e4a7d30 VSE: Parallel thumb requests processing
60939919c1 VSE: Use IMB_thumb_load_image for loading image thumbs
3d0ce5e0fa VSE: Reuse ImBufAnim while loading thumbnails for the same input movie file
59e741fb2d VSE: New thumb cache loads movies now
4ef2c9fde0 VSE: New thumb cache loads images now
Compare 10 commits »
Aras Pranckevicius created branch vse_thumbs_cache in aras_p/blender 2024-08-15 11:10:27 +02:00
Aras Pranckevicius deleted branch ffmpeg_png_fix from aras_p/blender 2024-08-14 16:07:36 +02:00
Aras Pranckevicius pushed to main at blender/blender 2024-08-14 16:07:36 +02:00
df00c30fcd Fix #126201: Video artifacts when rendering into ffmpeg with PNG codec
Aras Pranckevicius closed issue blender/blender#126201 2024-08-14 16:07:34 +02:00
Frames are layered on top of each other separated by a scanline when exporting video with PNG video codec