Aras Pranckevicius aras_p
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 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 deleted branch ffmpeg_png_fix from aras_p/blender 2024-08-14 16:07:36 +02:00
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
Aras Pranckevicius merged pull request blender/blender#126317 2024-08-14 16:07:32 +02:00
Fix #126201: Video artifacts when rendering into ffmpeg with PNG codec
Aras Pranckevicius commented on pull request blender/blender#126317 2024-08-14 16:06:47 +02:00
Fix #126201: Video artifacts when rendering into ffmpeg with PNG codec

Was easier than I feared, but yeah it was puzzling :)

Aras Pranckevicius created pull request blender/blender#126317 2024-08-14 15:43:58 +02:00
Fix #126201: Video artifacts when rendering into ffmpeg with PNG codec
Aras Pranckevicius pushed to ffmpeg_png_fix at aras_p/blender 2024-08-14 15:43:33 +02:00
12bcc3920d Fix #126201: Video artifacts when rendering into ffmpeg with PNG codec
ce89d7949c Nodes: Optimize Gabor noise variance estimation
8e771104d8 GPv3: Cursor panel not usable in paint modes
f1fe232e89 Cycles: Add parallel_reduce() to the ccl namespace
1fc6a5b9bd Fix #126108: Crash when EXR image is loaded in image list
Compare 10 commits »
Aras Pranckevicius created branch ffmpeg_png_fix in aras_p/blender 2024-08-14 15:43:33 +02:00
Aras Pranckevicius commented on pull request blender/blender#126234 2024-08-13 16:35:24 +02:00
Fix #126108: Crash when EXR image is loaded in image list

@Sergey maybe! Any bets on whether IMB_scalefastImBuf is actually fast? :P

Aras Pranckevicius commented on issue blender/blender#126201 2024-08-12 16:37:23 +02:00
Frames are layered on top of each other separated by a scanline when exporting video with PNG video codec

@ChengduLittleA probably not multi-threading, but rather some sort of scanline alignment requirement issue that ffmpeg actually has, but is not really documented well, and happens to work with…