Skip to content

Releases: pinterf/RemoveDirt

RemoveDirt 0.9.3

23 Feb 17:13
Compare
Choose a tag to compare

RemoveDirt - pfmod

A plugin for removing dirt from film clips.

Port of classic RemoveDirt 0.9 to Avisynth v2.6 interface (x86/x64), adding new color spaces, bugfixes.

Functions in plugin: RestoreMotionBlocks and SCSelect.
This mod does not support other filters appearing in 1.0beta.

Note: Previous v0.9 DLL versions named differently (RemoveDirtT.DLL, RemoveDirtSSE2.DLL) should be deleted from your plugin folder.

  • (20210223 v0.9.3)

    • Fix a crash, which can occur on non mod8 sources
  • (20210108)

    • No functional change since v0.9.2
    • Linux/GCC port
    • CMake build system, automatic C-only version for non-intel
  • (20190324 v0.9.2)

  • (20190314 v0.9.1)

    • project moved to github: https://github.com/pinterf/RemoveDirt
    • built using Visual Studio 2017
    • x64 build for Avisynth+
    • Added version resource to DLL
    • Changed to AVS 2.6 plugin interface
    • Fix: RestoreMotionBlocks: grey=false: it was copying 8x4 chroma pixels for YV12 and 8x8 for YUY2 instead of 4x4 and 8x4 blocks
    • Fix: SCSelect: Old v0.9 SSE2 code omitted difference checking for every second 8 columns
    • Removed MMX code, now requires SSE2
    • Reports MT Modes for Avisynth+: MT_SERIALIZED for SCSelect
    • Reports MT Modes for Avisynth+: MT_MULTI_INSTANCE for RestoreMotionBlocks (may not be any faster)
    • Added Y, YV16 and YV24 support besides existing YV12 and planar-hacked-YUY2
  • (20190312)
    Initial source v0.9 (2005/05/07) moved to VS2017 project

Links

Project: https://github.com/pinterf/RemoveDirt
Forum: https://forum.doom9.org/showthread.php?t=176199
Additional info: http://avisynth.nl/index.php/RemoveDirt

RemoveDirt v0.9.2

24 Mar 14:12
Compare
Choose a tag to compare

RemoveDirt - pfmod

A plugin for removing dirt from film clips.

Port of classic RemoveDirt 0.9 to Avisynth v2.6 interface (x86/x64), adding new color spaces, bugfixes.

Functions in plugin: RestoreMotionBlocks and SCSelect.
This mod does not support other filters appearing in 1.0beta.

Note: Previous v0.9 DLL versions named differently (RemoveDirtT.DLL, RemoveDirtSSE2.DLL) should be deleted from your plugin folder.

  • (20190324 v0.9.2)

  • (20190314 v0.9.1)

    • project moved to github: https://github.com/pinterf/RemoveDirt
    • built using Visual Studio 2017
    • x64 build for Avisynth+
    • Added version resource to DLL
    • Changed to AVS 2.6 plugin interface
    • Fix: RestoreMotionBlocks: grey=false: it was copying 8x4 chroma pixels for YV12 and 8x8 for YUY2 instead of 4x4 and 8x4 blocks
    • Fix: SCSelect: Old v0.9 SSE2 code omitted difference checking for every second 8 columns
    • Removed MMX code, now requires SSE2
    • Reports MT Modes for Avisynth+: MT_SERIALIZED for SCSelect
    • Reports MT Modes for Avisynth+: MT_MULTI_INSTANCE for RestoreMotionBlocks (may not be any faster)
    • Added Y, YV16 and YV24 support besides existing YV12 and planar-hacked-YUY2
  • (20190312)
    Initial source v0.9 (2005/05/07) moved to VS2017 project

Links

Project: https://github.com/pinterf/RemoveDirt
Forum: https://forum.doom9.org/showthread.php?t=176199
Additional info: http://avisynth.nl/index.php/RemoveDirt

RemoveDirt v0.9.1

14 Mar 18:38
Compare
Choose a tag to compare

RemoveDirt - pfmod

Port of classic RemoveDirt 0.9 to Avisynth v2.6 interface (x86/x64), adding new color spaces

  • (20190314 v0.9.1)

    • project moved to github: https://github.com/pinterf/RemoveDirt
    • built using Visual Studio 2017
    • x64 build for Avisynth+
    • Added version resource to DLL
    • Changed to AVS 2.6 plugin interface
    • Fix: RestoreMotionBlocks: grey=false: it was copying 8x4 chroma pixels for YV12 and 8x8 for YUY2 instead of 4x4 and 8x4 blocks
    • Fix: SCSelect: Old v0.9 SSE2 code omitted difference checking for every second 8 columns
    • Removed MMX code, now requires SSE2
    • Reports MT Modes for Avisynth+: MT_SERIALIZED for SCSelect
    • Reports MT Modes for Avisynth+: MT_MULTI_INSTANCE for RestoreMotionBlocks (may not be any faster)
    • Added Y, YV16 and YV24 support besides existing YV12 and planar-hacked-YUY2
  • (20190312)
    Initial source v0.9 (2005/05/07) moved to VS2017 project

Links

http://avisynth.nl/index.php/RemoveDirt