zachsaw / MPDN_Extensions

Media Player .Net (MPDN) Open Source Extensions
Other
58 stars 18 forks source link

Add SSIM downscaler #207

Closed Shiandow closed 8 years ago

Shiandow commented 8 years ago

My code is somewhat tied up in the changes to the framework, some traces of which can be found in this code (mainly the change "new ShaderFilter(shader" => "shader.ApplyTo("). And it could take a while before the 'filter' branch is stable, so I made this separate branch to push some changes to.

Anyway, without further ado: here is the new SSIM based downscaler.

I'd appreciate it if someone could check if this actually compiles.

Shiandow commented 8 years ago

Ah, just checked, it doesn't compile yet. Don't merge yet...

Shiandow commented 8 years ago

Ok, after rebuilding it a couple of times it works now. Not sure what went wrong initially.