项目作者: SuNNjek

项目描述 :
Rotation plugin for AviSynth+
高级语言: C++
项目地址: git://github.com/SuNNjek/rotate-plugin.git
创建时间: 2020-07-14T15:16:59Z
项目社区:https://github.com/SuNNjek/rotate-plugin

开源协议:GNU General Public License v2.0

下载


rotate-plugin

AUR version

Rotation plugin for AviSynth+

This is a version of this plugin
that I have slightly rewritten and made compatible with AviSynth+. I also applied the changes made by StainlessS here.

Optimizations

It is still missing MMX/SSE2 optimizations. I tried converting the MMX assembly code
into C++ with SSE2 intrinsics but so far this made the code either crash or produce
garbage output. If you happen to have experience with this stuff and would be
interested in helping out with this, feel free to take a look.