RgTools 0.96 (20170609)
- RemoveGrain: AVX2. Available when Avisynth+ reports AVX2 usability
Can be disabled with new parameter: optAvx2=false - Clense, ForwardClense, BackwardClense: ignore planar colorspace checking when planar=true. Like in RemoveGrain and Repair.
- Fix: Mode 11 and 13 for 32 bit float colorspaces (which worked like mode 10 and 12)
RgTools 0.95 (20170314)
- Fix: RemoveGrain Mode 20: overflow at 14 and 16 bit depths in SSE4 (stripes)
- "Repair": error on unaligned frames (unaligned crop) instead of access violation error
RgTools 0.94
- Clense: new parameter (from v0.9): bool reduceflicker (default false)
- Clense: dummy compatibility parameters: bool planar, int cache
- Autoregister filter MT modes as NICE_FILTER for Avisynth+
(except for Clense: when reduceflicker is true, MULTI_INSTANCE MT mode is reported) - Alignment check in Repair and RemoveGrain (anti-unaligned crop measures)
RgTools 0.93
- Same functionality as 0.92.1
- New bit depths 10, 12, 14, 16 bits and 32 bit float
- New formats: Planar RGB, Planar RGBA and YUVA support
- Use aligned loads if possible, internally
- 10+ bit formats require SSE4 for fast processing
- XP Support
- Built with VS2015, requires Visual Studio Redistributable Update 3 or newer