Skip to content

Releases: pinterf/Average

Average 0.95

08 Oct 10:43
Compare
Choose a tag to compare

v0.95 (20211008)

  • add AVX2 routines
  • accept parameter as a nested array stuffed into the first parameter (AVS 3.7.1)
  • pass over frame properties if any (Avisynth interface v8+ check)
  • Source: update to VS2019, clang-cl option, gcc and linux friendly
  • add CMake build environment, linux build instructions
  • Make it compilable for non-Intel processors (C only)

Average plugin AVS 2.6 compatible, optional AVS+ high bit depth support

27 Jan 15:10
Compare
Choose a tag to compare

Mod based on tp7's Average plugin.

v0.94 (20170127)
Fix: fix the fix: rounding of intermediate results was ok for two clips
New: AVX for 10-16bit (+20-30%) and float (+50-60%) compared to v0.93
AVX for 8 bit non-integer path (+20% gain), e.g. when one of the weights is over 1.0

v0.93 (20170126 - pinterf)
Fix: rounding of intermediate results in fast integer average of 8 bit clips
Mod: faster results for two or three clips
New: Support for Avisynth+ color spaces: 10-16 bit and float YUV(A)/Planar RGB(A), RGB48 and RGB64
10+ bits are calculated in float precision internally.
New: auto register as NICE_FILTER for Avisynth+
New: add version resource
Info: built with VS2015 Update 3, may require Visual Studio 2015 Redistributable update 3

Average plugin AVS 2.6 compatible, optional AVS+ high bit depth support

26 Jan 15:00
Compare
Choose a tag to compare

Mod based on tp7's Average plugin.

v0.93 (20170126 - pinterf)
Fix: rounding of intermediate results in fast integer average of 8 bit clips
Mod: faster results for two or three clips
New: Support for Avisynth+ color spaces: 10-16 bit and float YUV(A)/Planar RGB(A), RGB48 and RGB64
10+ bits are calculated in float precision internally.
New: auto register as NICE_FILTER for Avisynth+
New: add version resource
Info: built with VS2015 Update 3, may require Visual Studio 2015 Redistributable update 3