pyobjc-framework-VideoToolbox 9.1b1__tar.gz → 9.2__tar.gz
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.
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/Lib/VideoToolbox/_metadata.py +7 -3
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/Lib/pyobjc_framework_VideoToolbox.egg-info/PKG-INFO +1 -1
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/Lib/pyobjc_framework_VideoToolbox.egg-info/SOURCES.txt +1 -0
- pyobjc-framework-VideoToolbox-9.2/Lib/pyobjc_framework_VideoToolbox.egg-info/requires.txt +4 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/Modules/pyobjc-compat.h +10 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/PKG-INFO +1 -1
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/metadata/VideoToolbox.fwinfo +2 -2
- pyobjc-framework-VideoToolbox-9.2/pyproject.toml +3 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/setup.py +6 -2
- pyobjc-framework-VideoToolbox-9.1b1/Lib/pyobjc_framework_VideoToolbox.egg-info/requires.txt +0 -4
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/Lib/VideoToolbox/__init__.py +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/Lib/pyobjc_framework_VideoToolbox.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/Lib/pyobjc_framework_VideoToolbox.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/Lib/pyobjc_framework_VideoToolbox.egg-info/top_level.txt +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/License.txt +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/MANIFEST.in +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/Modules/_VideoToolbox.m +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/Modules/pyobjc-api.h +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/PyObjCTest/test_videotoolbox.py +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/PyObjCTest/test_vtbase.py +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/PyObjCTest/test_vtcompressionproperties.py +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/PyObjCTest/test_vtcompressionsession.py +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/PyObjCTest/test_vtdecompressionproperties.py +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/PyObjCTest/test_vtdecompressionsession.py +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/PyObjCTest/test_vterrors.py +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/PyObjCTest/test_vtframesilo.py +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/PyObjCTest/test_vtmultipassstorage.py +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/PyObjCTest/test_vtpixelrotationproperties.py +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/PyObjCTest/test_vtpixelrotationsession.py +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/PyObjCTest/test_vtpixeltransferproperties.py +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/PyObjCTest/test_vtpixeltransfersession.py +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/PyObjCTest/test_vtprofessionalvideoworkflow.py +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/PyObjCTest/test_vtsession.py +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/PyObjCTest/test_vtutilities.py +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/PyObjCTest/test_vtvideoencoderlist.py +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/metadata/metadata.ini +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/metadata/raw/arm64-12.0.fwinfo +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/metadata/raw/arm64-13.0.fwinfo +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/metadata/raw/x86_64-10.14.fwinfo +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/metadata/raw/x86_64-10.15.fwinfo +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/metadata/raw/x86_64-10.16.fwinfo +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/metadata/raw/x86_64-12.0.fwinfo +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/metadata/raw/x86_64-13.0.fwinfo +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/pyobjc_setup.py +0 -0
- {pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Sat May 20 22:04:00 2023
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -216,7 +216,11 @@ functions = {
|
|
|
216
216
|
},
|
|
217
217
|
),
|
|
218
218
|
"VTDecompressionSessionGetTypeID": (b"Q",),
|
|
219
|
-
"VTCompressionSessionBeginPass": (
|
|
219
|
+
"VTCompressionSessionBeginPass": (
|
|
220
|
+
b"i^{OpaqueVTCompressionSession=}I^I",
|
|
221
|
+
"",
|
|
222
|
+
{"arguments": {2: {"type_modifier": "o"}}},
|
|
223
|
+
),
|
|
220
224
|
"VTSessionSetProperties": (b"i@^{__CFDictionary=}",),
|
|
221
225
|
"VTDecompressionSessionWaitForAsynchronousFrames": (
|
|
222
226
|
b"i^{OpaqueVTDecompressionSession=}",
|
|
@@ -256,7 +260,7 @@ functions = {
|
|
|
256
260
|
"VTCompressionSessionEndPass": (
|
|
257
261
|
b"i^{OpaqueVTCompressionSession=}^Z^I",
|
|
258
262
|
"",
|
|
259
|
-
{"arguments": {1: {"type_modifier": "o"}}},
|
|
263
|
+
{"arguments": {1: {"type_modifier": "o"}, 2: {"type_modifier": "o"}}},
|
|
260
264
|
),
|
|
261
265
|
"VTCompressionSessionEncodeFrame": (
|
|
262
266
|
b"i^{OpaqueVTCompressionSession=}^{__CVBuffer=}{_CMTime=qiIq}{_CMTime=qiIq}^{__CFDictionary=}^v^I",
|
{pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/Modules/pyobjc-compat.h
RENAMED
|
@@ -305,6 +305,14 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
305
305
|
#define MAC_OS_X_VERSION_13_3 130300
|
|
306
306
|
#endif
|
|
307
307
|
|
|
308
|
+
#ifndef MAC_OS_X_VERSION_13_4
|
|
309
|
+
#define MAC_OS_X_VERSION_13_4 130400
|
|
310
|
+
#endif
|
|
311
|
+
|
|
312
|
+
#ifndef MAC_OS_X_VERSION_13_5
|
|
313
|
+
#define MAC_OS_X_VERSION_13_5 130500
|
|
314
|
+
#endif
|
|
315
|
+
|
|
308
316
|
/*
|
|
309
317
|
*
|
|
310
318
|
* End of Cocoa definitions
|
|
@@ -503,6 +511,8 @@ _PyObjCTuple_GetItem(PyObject* tuple, Py_ssize_t idx)
|
|
|
503
511
|
PyGILState_Release(_GILState); \
|
|
504
512
|
} while (0)
|
|
505
513
|
|
|
514
|
+
extern PyObject* _Nullable PyObjC_get_tp_dict(PyTypeObject* _Nonnull tp);
|
|
515
|
+
|
|
506
516
|
NS_ASSUME_NONNULL_END
|
|
507
517
|
|
|
508
518
|
#endif /* PyObjC_COMPAT_H */
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"VTCompressionSessionBeginPass": {
|
|
61
61
|
"args": {
|
|
62
62
|
"0": {},
|
|
63
|
-
"2": {}
|
|
63
|
+
"2": { "type_modifier": "o" }
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
66
|
"VTCompressionSessionCompleteFrames": {
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"args": {
|
|
135
135
|
"0": {},
|
|
136
136
|
"1": { "type_modifier": "o" },
|
|
137
|
-
"2": {}
|
|
137
|
+
"2": { "type_modifier": "o" }
|
|
138
138
|
}
|
|
139
139
|
},
|
|
140
140
|
"VTCompressionSessionGetPixelBufferPool": {
|
|
@@ -8,10 +8,14 @@ and (Objective-)C frameworks
|
|
|
8
8
|
"""
|
|
9
9
|
|
|
10
10
|
import os
|
|
11
|
+
import sys
|
|
11
12
|
|
|
12
|
-
|
|
13
|
+
sys.path.insert(0, os.path.dirname(__file__))
|
|
13
14
|
|
|
14
|
-
|
|
15
|
+
|
|
16
|
+
from pyobjc_setup import Extension, setup # noqa: E402
|
|
17
|
+
|
|
18
|
+
VERSION = "9.2"
|
|
15
19
|
|
|
16
20
|
setup(
|
|
17
21
|
name="pyobjc-framework-VideoToolbox",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/Modules/_VideoToolbox.m
RENAMED
|
File without changes
|
{pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/Modules/pyobjc-api.h
RENAMED
|
File without changes
|
{pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/PyObjCTest/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/PyObjCTest/test_vtbase.py
RENAMED
|
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
|
{pyobjc-framework-VideoToolbox-9.1b1 → pyobjc-framework-VideoToolbox-9.2}/metadata/metadata.ini
RENAMED
|
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
|