- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
Fix: incorrect ffmpeg video length estimation logic
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)
3cf126029e
Format
a59ccb118b
VSE: preserve (new) thumbnail cache across undo steps
Fix: incorrect ffmpeg video length estimation logic
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
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
Frames are layered on top of each other separated by a scanline when exporting video with PNG video codec
Fix #126201: Video artifacts when rendering into ffmpeg with PNG codec
Fix #126201: Video artifacts when rendering into ffmpeg with PNG codec
Was easier than I feared, but yeah it was puzzling :)
Fix #126201: Video artifacts when rendering into ffmpeg with PNG codec
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
Fix #126108: Crash when EXR image is loaded in image list
@Sergey maybe! Any bets on whether IMB_scalefastImBuf
is actually fast? :P
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…