Skip to content

Commit

Permalink
Bump to v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msg7086 committed Oct 8, 2014
1 parent 6a1009e commit aeef5eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VapourSynth-IT

VS_IT.dll v0103.1.0 Copyright(C) 2002 thejam79, 2003 minamina, 2014 msg7086
VS_IT.dll v0103.1.1 Copyright(C) 2002 thejam79, 2003 minamina, 2014 msg7086

VapourSynth Plugin - Inverse Telecine (YV12 Only, IT-0051 base, IT_YV12-0103 base)

Expand Down Expand Up @@ -67,6 +67,7 @@ You are welcome to send PR if you can help to improve the code quality.

## ChangeLog

- v1.1 14/10/08 Move 2 thread variables back to object to improve speed. Now we support compiling under Linux using g++ and clang++. Clang version appears to be faster but YMMV.
- v1.0 14/10/06 All inline asm code has been translated to pure C and SSE2 intrinsics. SSE2 comes with 30% speed up compared to original MMX code.
- v0.4 14/10/04 Code cleanup. Special thanks to macromizer for cleaning up macros.
- v0.3 14/10/03 Code cleanup, multiple instances problem fixed
Expand Down
2 changes: 1 addition & 1 deletion src/vs_it_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110 - 1301, USA

#define PARAM_INT(name, def) int name = int64ToIntS(vsapi->propGetInt(in, #name, 0, &err)); if (err) { name = def; }

#define IT_VERSION "0103." "1.0"
#define IT_VERSION "0103." "1.1"

#include "IScriptEnvironment.h"
#include "vs_it.h"

0 comments on commit aeef5eb

Please sign in to comment.