Skip to content

SuNNjek/rotate-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.