This repository has been archived by the owner on Jul 31, 2022. It is now read-only.
Releases: BluBb-mADe/vapoursynth-descale
Releases · BluBb-mADe/vapoursynth-descale
r4.1
r4
- matrix caching now considers all relevant parameters
- fix for rare segfault (merged from parent repo by Frechdachs)
r3.5 (bugged)
- proper mt locking
- small fast-path performance improvements
r3 (bugged)
- now generates matrices on a per-frame basis and uses an lru-cache to reuse them
- added a parameter
cache_size
for the max lru cache size - removed some redundancies but made up for the improvement with all the cache stuff
- some cleanup