Commit Graph

14 Commits

Author SHA1 Message Date
kageru 146743d2c7
Use fixed array for lut generation
The old version that was generated at runtime didn’t actually contain
1.0 as a value, so getting full white output for int input was impossible.
2020-09-11 15:51:41 +02:00
kageru 1f3957f449
Update dependencies 2020-05-26 18:12:58 +02:00
kageru d762821b88
Add benchmarks 2020-05-24 20:46:23 +02:00
kageru 8529163d68
No longer error on out of range float input 2020-04-13 13:09:00 +02:00
kageru cde9f6656b
Update dependencies 2020-04-03 22:28:47 +02:00
kageru 70e782612d
Add error message for invalid float input
A few people encountered these. Looks like a few other filters don’t
clip their limited range output properly.
2020-03-25 11:11:07 +01:00
kageru 38650845e7
Release 0.2.0 2020-02-19 20:53:45 +01:00
kageru ecab0b5028
Remove unneeded dependency, replace helper with macro 2020-02-19 20:20:45 +01:00
kageru 13ac41ed97
Remove experiments 2019-08-12 15:01:07 +02:00
kageru cacc762810
Support all common formats 2019-06-02 23:06:24 +02:00
kageru a18a2ec6e2
adg.Mask actually works and seems to be faster than the old version 2019-06-02 10:14:58 +02:00
kageru e571f400d1
does this even build? I have no idea; the wifi is too bad 2019-06-01 15:07:49 +02:00
kageru 783d36bbd2
working implementation with lut 2019-06-01 08:55:47 +02:00
kageru cf9c084cba
initial commit 2019-05-30 11:06:53 +00:00