- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
ba082cc646
IMB: fix IMB_scaleImBuf garbage results with non-float4 images when scaling up
47d65f3d80
IMB: fix IMB_scaleImBuf garbage results with non-float4 images when scaling down
260d1253e9
IMB: fix IMB_scalefastImBuf to not lose half a pixel when scaling up
d983ca9885
IMB: optimize IMB_scaleImBuf_threaded
f2f109ad58
IMB: fix IMB_scaleImBuf_threaded half-pixel offset issues
eab4ba8f1e
Tests: more coverage
WIP: VSE: new thumbnail cache
bbe705348b
VSE: properly load thumbnails even for >100MB image files
79f328e772
VSE: proper thumbnails for multi-stream videos
9ca7b06654
VSE: remove oldest file entries from thumb cache when reached max capacity
Fix #126394: ffmpeg on win64 is built without SIMD optimizations
How complex would it be to include a test in this PR also?
I'd have to look where said tests are and figure that out first!
28ac5c0979
VSE: discard thumbnail requests that are outside of view (e.g. we panned elsewhere)
2db3fda94f
VSE: visualize outstanding thumb cache requests
Fix #126394: ffmpeg on win64 is built without SIMD optimizations
ffmpeg for Windows is built with no CPU SIMD optimizations since 4.0
WIP: IMB: cleanups and fixes to scaling
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
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