Aras Pranckevicius aras_p
Aras Pranckevicius merged pull request blender/blender#126396 2024-08-22 10:36:50 +02:00
Fix #126394: ffmpeg on win64 is built without SIMD optimizations
Aras Pranckevicius pushed to vse_thumbs_cache at aras_p/blender 2024-08-21 08:42:34 +02:00
af15ce9793 Simplify thumb cache logical timestamp tracking
Aras Pranckevicius commented on pull request blender/blender#126396 2024-08-21 06:10:48 +02:00
Fix #126394: ffmpeg on win64 is built without SIMD optimizations

@LazyDodo option 2 sounds good to me!

Aras Pranckevicius commented on pull request blender/blender#126405 2024-08-20 13:27:45 +02:00
VSE: Faster and more consistent thumbnail cache

@blender-bot package

Aras Pranckevicius pushed to vse_thumbs_cache at aras_p/blender 2024-08-20 08:45:49 +02:00
621ee7c26d Fix gcc build
Aras Pranckevicius pushed to vse_thumbs_cache at aras_p/blender 2024-08-20 08:44:32 +02:00
d080107782 Fix compile warnings
Aras Pranckevicius pushed to vse_thumbs_cache at aras_p/blender 2024-08-20 08:35:28 +02:00
ff4178e26b Fix Linux build since some X11 stuff steals None define
Aras Pranckevicius pushed to vse_thumbs_cache at aras_p/blender 2024-08-20 08:09:04 +02:00
88a783ae3a VSE: simplify thumbnail scale down
806113a35c Code comments
d8584f975a VSE: remove old thumbnail cache
16f13cfaae VSE: properly load thumbnails even for >100MB image files
5115e39361 VSE: proper thumbnails for multi-stream videos
Compare 143 commits »
Aras Pranckevicius pushed to main at blender/blender 2024-08-20 07:12:10 +02:00
9dd2d7bd75 Fix: VSE snapping with edge panning
Aras Pranckevicius merged pull request blender/blender#126471 2024-08-20 07:12:10 +02:00
Fix: VSE snapping with edge panning
Aras Pranckevicius commented on pull request blender/blender#126396 2024-08-19 20:21:26 +02:00
Fix #126394: ffmpeg on win64 is built without SIMD optimizations

Added a test! And as expected, it fails on windows:

ffmpeg_cpu_flags.cc(18): error: Value of: (flags & AV_CPU_FLAG_SSE2) != 0
ffmpeg_cpu_flags.cc(19): error: Value of: (flags & AV_CPU_FLAG_S…
Aras Pranckevicius pushed to ffmpeg_cpu_flags at aras_p/blender 2024-08-19 19:54:49 +02:00
a2c9ed36fd Tests: add gtest for whether ffmpeg is built with correct CPU flags
fcc9295796 Fix: Tests: gtests in the very first linked library were not discovered
d9fd20fa2b Fix #126394: ffmpeg on win64 is built without SIMD optimizations
0a4666dee2 Fix: IMB_scale Box filter for 2px images
852b3dbff3 Refactor: Sculpt: Split sculpt_intern.hh into separate header files
Compare 6 commits »
Aras Pranckevicius pushed to ffmpeg_cpu_flags at aras_p/blender 2024-08-19 19:54:10 +02:00
6e73e8c0f9 Tests: add gtest for whether ffmpeg is built with correct CPU flags
7d66ff2b41 Fix: Tests: gtests in the very first linked library were not discovered
ba646f6b12 Fix #126394: ffmpeg on win64 is built without SIMD optimizations
0d4e2ea40d Fix #126434: Boid particle fight rule crash involving non-boid psys
6d93bf6b44 IMB: Speedups, fixes and cleanups to various image scaling functions
Compare 105 commits »
Aras Pranckevicius pushed to main at blender/blender 2024-08-19 19:31:52 +02:00
0a4666dee2 Fix: IMB_scale Box filter for 2px images
Aras Pranckevicius deleted branch imb_scaling_cleanup from aras_p/blender 2024-08-19 16:50:54 +02:00
Aras Pranckevicius pushed to main at blender/blender 2024-08-19 16:50:52 +02:00
6d93bf6b44 IMB: Speedups, fixes and cleanups to various image scaling functions
Aras Pranckevicius merged pull request blender/blender#126390 2024-08-19 16:50:52 +02:00
IMB: Speedups, fixes and cleanups to various image scaling functions
Aras Pranckevicius pushed to imb_scaling_cleanup at aras_p/blender 2024-08-19 14:23:33 +02:00
e2d16ac373 Cleanup