Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 811 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 811 Bytes

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.