8000 Tags · adworacz/zsmooth · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: adworacz/zsmooth

Tags

0.9

Toggle 0.9's commit message
Fix Windows builds, AVX512 Linux builds, artifact rename.

0.8

Toggle 0.8's commit message
Standardize AVX2 as the default for x86_64 builds

There's little point in differentiating it in build artifact names,
since its what 99% of users will consume.

Anyone else who needs even older builds can either compile the plugin
themselves or open an issue describing their exact needs and I'll
explore creating additional builds for older processors.

0.7

Toggle 0.7's commit message
Add Changelog + README entries for (F/B)Clense.

0.6

Toggle 0.6's commit message
Fix saturating subtraction test failure.

0.5

Toggle 0.5's commit message
Update Changelog with 0.5 notes.

0.4

Toggle 0.4's commit message
Version 0.4

* More fixes for stride handling, this time for high bit depth content. I was missing a divide.
* Change all filters to use slices instead of multi-pointers. Provides proper runtime safety checks in Debug mode.

0.3

Toggle 0.3's commit message
Fixed stride and vector width calculations for all filters.

0.2

Toggle 0.2's commit message
Version 0.2

Major changes:
* Add FluxSmooth support
* Substantially improve the performance of TemporalSoften
* Update TemporalMedian to use compile-time generated sorting networks,
  which also leads to execellent performance for all radii.
* Add `scalep` support to all filters, for optional parameter scaling.
* Implement RG Mode 24 (which I missed in v0.1)
* General code cleanup
* More unit tests
* Refactored the README a bit with tables to improve readability.

0.1

Toggle 0.1's commit message
Add title and architecture and fp16 notes to README.

0