Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Releases: BluBb-mADe/vapoursynth-descale

r4.1

05 Feb 10:08
68f30df
Compare
Choose a tag to compare

A new build against vs 45 because the old one doesn't work anymore for some reason. o.o
Functionally nothing has changed here.

r4

09 Jan 12:53
Compare
Choose a tag to compare
r4
  • matrix caching now considers all relevant parameters
  • fix for rare segfault (merged from parent repo by Frechdachs)

r3.5 (bugged)

14 Oct 01:27
Compare
Choose a tag to compare
  • proper mt locking
  • small fast-path performance improvements

r3 (bugged)

10 Oct 18:32
Compare
Choose a tag to compare
  • 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