File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1- Avisynth+ v2768 (20181218 )
1+ Avisynth+ v2772 (20181220 )
22--------------------------
33
44Use the installer or copy files directly
@@ -29,6 +29,11 @@ Short info for plugin writers
2929 when your plugin calls it on a Classic Avisynth, or pre-high bit depth Avisynth+ host.
3030
3131(see readme_history.txt for details, syntax element, etc. They also appear on avisynth.nl)
32+ 20181220 r2772
33+ --------------
34+ - Fix: Expr: possible Expr x64 crash under specific memory circumstances
35+ - Fix: Expr: safer code for internal variables "Store and pop from stack" (see: Internal variables at http://avisynth.nl/index.php/Expr)
36+
323720181218 r2768
3338--------------
3439- New: Expr: allow input clips to have more planes than an implicitely specified output format
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Source: https://github.com/pinterf/AviSynthPlus/tree/MT
44
55For a more logical (non-historical) arrangement of changes see readme.txt
66
7+ 20181220 r2772
8+ --------------
9+ - Fix: Expr: possible Expr x64 crash under specific memory circumstances
10+ - Fix: Expr: safer code for internal variables "Store and pop from stack" (see: Internal variables at http://avisynth.nl/index.php/Expr)
11+
71220181218 r2768
813--------------
914- New: Expr: allow input clips to have more planes than an implicitely specified output format
You can’t perform that action at this time.
0 commit comments