MedianBlur2
Change log
-
1.1 (20210130) - pinterf
- Speed: SSE2 and AVX2 for 10+ bits (generic case, MedianBlur)
- Speed: SSE2 and AVX2 for TemporalMedianBlur
- Speed: Much-much quicker: TemporalMedianBlur special case: temporal radius=1 or 2, spatial radius=0) (C, SSE4.1, AVX2)
- Pass frame properties when Avisynth interface>=8
- Debug helper parameter 'opt': integer default -1
<0: autodetect CPU
0: C only (disable SSE2 and AVX2)
1: SSE2 (disable SSE4.1 and AVX2)
2: SSE4 (disable AVX2)
3: AVX2
-
1.0 (20200402) - pinterf
add high bitdepth support
add planar RGB support
add version resource to DLL
move to Visual Studio 2019, ClangCL, v141_xp and v142 configurations
project hosted at https://github.com/pinterf/MedianBlur2 -
0.94 (2014) - tp7
Initial version
https://github.com/tp7/MedianBlur2