VapourSynth 70__zip → 71__zip
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {vapoursynth-70/VapourSynth.egg-info → vapoursynth-71}/PKG-INFO +11 -2
- vapoursynth-71/VAPOURSYNTH_VERSION +1 -0
- {vapoursynth-70 → vapoursynth-71/VapourSynth.egg-info}/PKG-INFO +11 -2
- {vapoursynth-70 → vapoursynth-71}/src/cython/vapoursynth.c +31 -31
- {vapoursynth-70 → vapoursynth-71}/src/cython/vapoursynth.pxd +1 -1
- {vapoursynth-70 → vapoursynth-71}/src/cython/vapoursynth.pyx +1 -1
- {vapoursynth-70 → vapoursynth-71}/src/cython/vsconstants.pxd +1 -1
- {vapoursynth-70 → vapoursynth-71}/src/vsscript/vsscript_internal.h +1 -1
- vapoursynth-70/VAPOURSYNTH_VERSION +0 -1
- {vapoursynth-70 → vapoursynth-71}/COPYING.LESSER +0 -0
- {vapoursynth-70 → vapoursynth-71}/MANIFEST.in +0 -0
- {vapoursynth-70 → vapoursynth-71}/README.md +0 -0
- {vapoursynth-70 → vapoursynth-71}/VapourSynth.egg-info/SOURCES.txt +0 -0
- {vapoursynth-70 → vapoursynth-71}/VapourSynth.egg-info/dependency_links.txt +0 -0
- {vapoursynth-70 → vapoursynth-71}/VapourSynth.egg-info/top_level.txt +0 -0
- {vapoursynth-70 → vapoursynth-71}/include/VSConstants4.h +0 -0
- {vapoursynth-70 → vapoursynth-71}/include/VSHelper.h +0 -0
- {vapoursynth-70 → vapoursynth-71}/include/VSHelper4.h +0 -0
- {vapoursynth-70 → vapoursynth-71}/include/VSScript.h +0 -0
- {vapoursynth-70 → vapoursynth-71}/include/VSScript4.h +0 -0
- {vapoursynth-70 → vapoursynth-71}/include/VapourSynth.h +0 -0
- {vapoursynth-70 → vapoursynth-71}/include/VapourSynth4.h +0 -0
- {vapoursynth-70 → vapoursynth-71}/setup.cfg +0 -0
- {vapoursynth-70 → vapoursynth-71}/setup.py +0 -0
- {vapoursynth-70 → vapoursynth-71}/src/cython/vsscript.pxd +0 -0
- {vapoursynth-70 → vapoursynth-71}/src/cython/vsscript_internal.pxd +0 -0
- {vapoursynth-70 → vapoursynth-71}/test/async_test.py +0 -0
- {vapoursynth-70 → vapoursynth-71}/test/environment_test.py +0 -0
- {vapoursynth-70 → vapoursynth-71}/test/expr_compiler/compiler_test.py +0 -0
- {vapoursynth-70 → vapoursynth-71}/test/expr_compiler/havs_exprs.txt +0 -0
- {vapoursynth-70 → vapoursynth-71}/test/expr_compiler/muvs_exprs.txt +0 -0
- {vapoursynth-70 → vapoursynth-71}/test/expr_compiler/reference_output.txt +0 -0
- {vapoursynth-70 → vapoursynth-71}/test/expr_test.py +0 -0
- {vapoursynth-70 → vapoursynth-71}/test/filter_test.py +0 -0
- {vapoursynth-70 → vapoursynth-71}/test/log_test.py +0 -0
- {vapoursynth-70 → vapoursynth-71}/test/lut_test.py +0 -0
- {vapoursynth-70 → vapoursynth-71}/test/prop_dict_test.py +0 -0
- {vapoursynth-70 → vapoursynth-71}/test/test.py +0 -0
- {vapoursynth-70 → vapoursynth-71}/test/weakref_test.py +0 -0
- {vapoursynth-70 → vapoursynth-71}/test/zimgtest.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: VapourSynth
|
|
3
|
-
Version:
|
|
3
|
+
Version: 71
|
|
4
4
|
Summary: A frameserver for the 21st century
|
|
5
5
|
Home-page: https://www.vapoursynth.com/
|
|
6
6
|
Download-URL: https://github.com/vapoursynth/vapoursynth
|
|
@@ -9,5 +9,14 @@ Author-email: fredrik.mellbin@gmail.com
|
|
|
9
9
|
License: LGPL 2.1 or later
|
|
10
10
|
Platform: All
|
|
11
11
|
License-File: COPYING.LESSER
|
|
12
|
+
Dynamic: author
|
|
13
|
+
Dynamic: author-email
|
|
14
|
+
Dynamic: description
|
|
15
|
+
Dynamic: download-url
|
|
16
|
+
Dynamic: home-page
|
|
17
|
+
Dynamic: license
|
|
18
|
+
Dynamic: license-file
|
|
19
|
+
Dynamic: platform
|
|
20
|
+
Dynamic: summary
|
|
12
21
|
|
|
13
22
|
A modern replacement for Avisynth
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
#define VS_CURRENT_RELEASE 71
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: VapourSynth
|
|
3
|
-
Version:
|
|
3
|
+
Version: 71
|
|
4
4
|
Summary: A frameserver for the 21st century
|
|
5
5
|
Home-page: https://www.vapoursynth.com/
|
|
6
6
|
Download-URL: https://github.com/vapoursynth/vapoursynth
|
|
@@ -9,5 +9,14 @@ Author-email: fredrik.mellbin@gmail.com
|
|
|
9
9
|
License: LGPL 2.1 or later
|
|
10
10
|
Platform: All
|
|
11
11
|
License-File: COPYING.LESSER
|
|
12
|
+
Dynamic: author
|
|
13
|
+
Dynamic: author-email
|
|
14
|
+
Dynamic: description
|
|
15
|
+
Dynamic: download-url
|
|
16
|
+
Dynamic: home-page
|
|
17
|
+
Dynamic: license
|
|
18
|
+
Dynamic: license-file
|
|
19
|
+
Dynamic: platform
|
|
20
|
+
Dynamic: summary
|
|
12
21
|
|
|
13
22
|
A modern replacement for Avisynth
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Generated by Cython 3.0.
|
|
1
|
+
/* Generated by Cython 3.0.12 */
|
|
2
2
|
|
|
3
3
|
/* BEGIN: Cython Metadata
|
|
4
4
|
{
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
],
|
|
15
15
|
[
|
|
16
16
|
"VS_CURRENT_RELEASE",
|
|
17
|
-
"
|
|
17
|
+
"71"
|
|
18
18
|
]
|
|
19
19
|
],
|
|
20
20
|
"depends": [
|
|
@@ -68,10 +68,10 @@ END: Cython Metadata */
|
|
|
68
68
|
#else
|
|
69
69
|
#define __PYX_EXTRA_ABI_MODULE_NAME ""
|
|
70
70
|
#endif
|
|
71
|
-
#define CYTHON_ABI "
|
|
71
|
+
#define CYTHON_ABI "3_0_12" __PYX_EXTRA_ABI_MODULE_NAME
|
|
72
72
|
#define __PYX_ABI_MODULE_NAME "_cython_" CYTHON_ABI
|
|
73
73
|
#define __PYX_TYPE_MODULE_PREFIX __PYX_ABI_MODULE_NAME "."
|
|
74
|
-
#define CYTHON_HEX_VERSION
|
|
74
|
+
#define CYTHON_HEX_VERSION 0x03000CF0
|
|
75
75
|
#define CYTHON_FUTURE_DIVISION 1
|
|
76
76
|
#include <stddef.h>
|
|
77
77
|
#ifndef offsetof
|
|
@@ -3087,7 +3087,7 @@ static PyObject *__Pyx_PyFunction_FastCallDict(PyObject *func, PyObject **args,
|
|
|
3087
3087
|
#if !CYTHON_VECTORCALL
|
|
3088
3088
|
#if PY_VERSION_HEX >= 0x03080000
|
|
3089
3089
|
#include "frameobject.h"
|
|
3090
|
-
#if PY_VERSION_HEX >= 0x030b00a6 && !CYTHON_COMPILING_IN_LIMITED_API
|
|
3090
|
+
#if PY_VERSION_HEX >= 0x030b00a6 && !CYTHON_COMPILING_IN_LIMITED_API && !defined(PYPY_VERSION)
|
|
3091
3091
|
#ifndef Py_BUILD_CORE
|
|
3092
3092
|
#define Py_BUILD_CORE 1
|
|
3093
3093
|
#endif
|
|
@@ -4259,22 +4259,22 @@ static int __Pyx_MergeVtables(PyTypeObject *type);
|
|
|
4259
4259
|
#endif
|
|
4260
4260
|
|
|
4261
4261
|
/* TypeImport.proto */
|
|
4262
|
-
#ifndef
|
|
4263
|
-
#define
|
|
4262
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_0_12
|
|
4263
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_0_12
|
|
4264
4264
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
|
4265
4265
|
#include <stdalign.h>
|
|
4266
4266
|
#endif
|
|
4267
4267
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
|
4268
|
-
#define
|
|
4268
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_0_12(s) alignof(s)
|
|
4269
4269
|
#else
|
|
4270
|
-
#define
|
|
4270
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_0_12(s) sizeof(void*)
|
|
4271
4271
|
#endif
|
|
4272
|
-
enum
|
|
4273
|
-
|
|
4274
|
-
|
|
4275
|
-
|
|
4272
|
+
enum __Pyx_ImportType_CheckSize_3_0_12 {
|
|
4273
|
+
__Pyx_ImportType_CheckSize_Error_3_0_12 = 0,
|
|
4274
|
+
__Pyx_ImportType_CheckSize_Warn_3_0_12 = 1,
|
|
4275
|
+
__Pyx_ImportType_CheckSize_Ignore_3_0_12 = 2
|
|
4276
4276
|
};
|
|
4277
|
-
static PyTypeObject *
|
|
4277
|
+
static PyTypeObject *__Pyx_ImportType_3_0_12(PyObject* module, const char *module_name, const char *class_name, size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_0_12 check_size);
|
|
4278
4278
|
#endif
|
|
4279
4279
|
|
|
4280
4280
|
/* Py3UpdateBases.proto */
|
|
@@ -127960,15 +127960,15 @@ static int __Pyx_modinit_type_import_code(void) {
|
|
|
127960
127960
|
/*--- Type import code ---*/
|
|
127961
127961
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 9, __pyx_L1_error)
|
|
127962
127962
|
__Pyx_GOTREF(__pyx_t_1);
|
|
127963
|
-
__pyx_ptype_7cpython_4type_type =
|
|
127963
|
+
__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_0_12(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
|
127964
127964
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
127965
|
-
sizeof(PyTypeObject),
|
|
127965
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyTypeObject),
|
|
127966
127966
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
127967
|
-
sizeof(PyTypeObject),
|
|
127967
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyTypeObject),
|
|
127968
127968
|
#else
|
|
127969
|
-
sizeof(PyHeapTypeObject),
|
|
127969
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyHeapTypeObject),
|
|
127970
127970
|
#endif
|
|
127971
|
-
|
|
127971
|
+
__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_7cpython_4type_type) __PYX_ERR(2, 9, __pyx_L1_error)
|
|
127972
127972
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
127973
127973
|
__Pyx_RefNannyFinishContext();
|
|
127974
127974
|
return 0;
|
|
@@ -134590,7 +134590,7 @@ if (!__Pyx_RefNanny) {
|
|
|
134590
134590
|
__Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
|
|
134591
134591
|
|
|
134592
134592
|
/* "vapoursynth.pyx":1
|
|
134593
|
-
* # Copyright (c) 2012-
|
|
134593
|
+
* # Copyright (c) 2012-2025 Fredrik Mellbin # <<<<<<<<<<<<<<
|
|
134594
134594
|
* #
|
|
134595
134595
|
* # This file is part of VapourSynth.
|
|
134596
134596
|
*/
|
|
@@ -138690,7 +138690,7 @@ bad:
|
|
|
138690
138690
|
|
|
138691
138691
|
/* CoroutineBase */
|
|
138692
138692
|
#include <frameobject.h>
|
|
138693
|
-
#if PY_VERSION_HEX >= 0x030b00a6
|
|
138693
|
+
#if PY_VERSION_HEX >= 0x030b00a6 && !defined(PYPY_VERSION)
|
|
138694
138694
|
#ifndef Py_BUILD_CORE
|
|
138695
138695
|
#define Py_BUILD_CORE 1
|
|
138696
138696
|
#endif
|
|
@@ -141796,14 +141796,14 @@ static PyObject* __Pyx_PyInt_AndObjC(PyObject *op1, PyObject *op2, long intval,
|
|
|
141796
141796
|
const PY_LONG_LONG llb = intval;
|
|
141797
141797
|
PY_LONG_LONG lla, llx;
|
|
141798
141798
|
#endif
|
|
141799
|
+
if (unlikely(__Pyx_PyLong_IsZero(op1))) {
|
|
141800
|
+
return __Pyx_NewRef(op1);
|
|
141801
|
+
}
|
|
141799
141802
|
if ((intval & PyLong_MASK) == intval) {
|
|
141800
141803
|
long last_digit = (long) __Pyx_PyLong_Digits(op1)[0];
|
|
141801
141804
|
long result = intval & (likely(__Pyx_PyLong_IsPos(op1)) ? last_digit : (PyLong_MASK - last_digit + 1));
|
|
141802
141805
|
return PyLong_FromLong(result);
|
|
141803
141806
|
}
|
|
141804
|
-
if (unlikely(__Pyx_PyLong_IsZero(op1))) {
|
|
141805
|
-
return __Pyx_NewRef(op1);
|
|
141806
|
-
}
|
|
141807
141807
|
if (likely(__Pyx_PyLong_IsCompact(op1))) {
|
|
141808
141808
|
a = __Pyx_PyLong_CompactValue(op1);
|
|
141809
141809
|
} else {
|
|
@@ -142448,10 +142448,10 @@ bad:
|
|
|
142448
142448
|
#endif
|
|
142449
142449
|
|
|
142450
142450
|
/* TypeImport */
|
|
142451
|
-
#ifndef
|
|
142452
|
-
#define
|
|
142453
|
-
static PyTypeObject *
|
|
142454
|
-
size_t size, size_t alignment, enum
|
|
142451
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_0_12
|
|
142452
|
+
#define __PYX_HAVE_RT_ImportType_3_0_12
|
|
142453
|
+
static PyTypeObject *__Pyx_ImportType_3_0_12(PyObject *module, const char *module_name, const char *class_name,
|
|
142454
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_0_12 check_size)
|
|
142455
142455
|
{
|
|
142456
142456
|
PyObject *result = 0;
|
|
142457
142457
|
char warning[200];
|
|
@@ -142505,7 +142505,7 @@ static PyTypeObject *__Pyx_ImportType_3_0_11(PyObject *module, const char *modul
|
|
|
142505
142505
|
module_name, class_name, size, basicsize+itemsize);
|
|
142506
142506
|
goto bad;
|
|
142507
142507
|
}
|
|
142508
|
-
if (check_size ==
|
|
142508
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_0_12 &&
|
|
142509
142509
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
|
142510
142510
|
PyErr_Format(PyExc_ValueError,
|
|
142511
142511
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
|
@@ -142513,7 +142513,7 @@ static PyTypeObject *__Pyx_ImportType_3_0_11(PyObject *module, const char *modul
|
|
|
142513
142513
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
|
142514
142514
|
goto bad;
|
|
142515
142515
|
}
|
|
142516
|
-
else if (check_size ==
|
|
142516
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_0_12 && (size_t)basicsize > size) {
|
|
142517
142517
|
PyOS_snprintf(warning, sizeof(warning),
|
|
142518
142518
|
"%s.%s size changed, may indicate binary incompatibility. "
|
|
142519
142519
|
"Expected %zd from C header, got %zd from PyObject",
|
|
@@ -143095,7 +143095,7 @@ static void __pyx_insert_code_object(int code_line, PyCodeObject* code_object) {
|
|
|
143095
143095
|
#include "compile.h"
|
|
143096
143096
|
#include "frameobject.h"
|
|
143097
143097
|
#include "traceback.h"
|
|
143098
|
-
#if PY_VERSION_HEX >= 0x030b00a6 && !CYTHON_COMPILING_IN_LIMITED_API
|
|
143098
|
+
#if PY_VERSION_HEX >= 0x030b00a6 && !CYTHON_COMPILING_IN_LIMITED_API && !defined(PYPY_VERSION)
|
|
143099
143099
|
#ifndef Py_BUILD_CORE
|
|
143100
143100
|
#define Py_BUILD_CORE 1
|
|
143101
143101
|
#endif
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
#define VS_CURRENT_RELEASE 70
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|