torchcodec 0.5__cp312-cp312-macosx_11_0_arm64.whl → 0.6.0__cp312-cp312-macosx_11_0_arm64.whl
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.
Potentially problematic release.
This version of torchcodec might be problematic. Click here for more details.
- torchcodec/.dylibs/libpython3.12.dylib +0 -0
- torchcodec/_core/custom_ops.cpp +4 -4
- torchcodec/decoders/_video_decoder.py +1 -0
- torchcodec/libtorchcodec_core4.dylib +0 -0
- torchcodec/libtorchcodec_core5.dylib +0 -0
- torchcodec/libtorchcodec_core6.dylib +0 -0
- torchcodec/libtorchcodec_core7.dylib +0 -0
- torchcodec/libtorchcodec_custom_ops4.dylib +0 -0
- torchcodec/libtorchcodec_custom_ops5.dylib +0 -0
- torchcodec/libtorchcodec_custom_ops6.dylib +0 -0
- torchcodec/libtorchcodec_custom_ops7.dylib +0 -0
- torchcodec/libtorchcodec_pybind_ops4.so +0 -0
- torchcodec/libtorchcodec_pybind_ops5.so +0 -0
- torchcodec/libtorchcodec_pybind_ops6.so +0 -0
- torchcodec/libtorchcodec_pybind_ops7.so +0 -0
- torchcodec/version.py +1 -1
- {torchcodec-0.5.dist-info → torchcodec-0.6.0.dist-info}/METADATA +1 -1
- {torchcodec-0.5.dist-info → torchcodec-0.6.0.dist-info}/RECORD +21 -21
- {torchcodec-0.5.dist-info → torchcodec-0.6.0.dist-info}/WHEEL +0 -0
- {torchcodec-0.5.dist-info → torchcodec-0.6.0.dist-info}/licenses/LICENSE +0 -0
- {torchcodec-0.5.dist-info → torchcodec-0.6.0.dist-info}/top_level.txt +0 -0
|
Binary file
|
torchcodec/_core/custom_ops.cpp
CHANGED
|
@@ -108,9 +108,9 @@ OpsFrameOutput makeOpsFrameOutput(FrameOutput& frame) {
|
|
|
108
108
|
SingleStreamDecoder::FrameMappings makeFrameMappings(
|
|
109
109
|
std::tuple<at::Tensor, at::Tensor, at::Tensor> custom_frame_mappings) {
|
|
110
110
|
return SingleStreamDecoder::FrameMappings{
|
|
111
|
-
std::get<0>(custom_frame_mappings),
|
|
112
|
-
std::get<1>(custom_frame_mappings),
|
|
113
|
-
std::get<2>(custom_frame_mappings)};
|
|
111
|
+
std::move(std::get<0>(custom_frame_mappings)),
|
|
112
|
+
std::move(std::get<1>(custom_frame_mappings)),
|
|
113
|
+
std::move(std::get<2>(custom_frame_mappings))};
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
// All elements of this tuple are tensors of the same leading dimension. The
|
|
@@ -281,7 +281,7 @@ void add_video_stream(
|
|
|
281
281
|
std::optional<std::string_view> dimension_order = std::nullopt,
|
|
282
282
|
std::optional<int64_t> stream_index = std::nullopt,
|
|
283
283
|
std::optional<std::string_view> device = std::nullopt,
|
|
284
|
-
std::optional<std::tuple<at::Tensor, at::Tensor, at::Tensor
|
|
284
|
+
const std::optional<std::tuple<at::Tensor, at::Tensor, at::Tensor>>&
|
|
285
285
|
custom_frame_mappings = std::nullopt) {
|
|
286
286
|
_add_video_stream(
|
|
287
287
|
decoder,
|
|
@@ -38,6 +38,7 @@ class VideoDecoder:
|
|
|
38
38
|
This can be either "NCHW" (default) or "NHWC", where N is the batch
|
|
39
39
|
size, C is the number of channels, H is the height, and W is the
|
|
40
40
|
width of the frames.
|
|
41
|
+
|
|
41
42
|
.. note::
|
|
42
43
|
|
|
43
44
|
Frames are natively decoded in NHWC format by the underlying
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
torchcodec/version.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# Note that this file is generated during install.
|
|
2
|
-
__version__ = '0.
|
|
2
|
+
__version__ = '0.6.0'
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
torchcodec/libtorchcodec_core6.dylib,sha256=
|
|
2
|
-
torchcodec/version.py,sha256=
|
|
3
|
-
torchcodec/libtorchcodec_core4.dylib,sha256=
|
|
4
|
-
torchcodec/libtorchcodec_pybind_ops4.so,sha256=
|
|
1
|
+
torchcodec/libtorchcodec_core6.dylib,sha256=ll36oCA1LIJ2ROjeZK6mW6014ZFrxbgSprtAXTNPFck,321920
|
|
2
|
+
torchcodec/version.py,sha256=yf0jPtm6ja9I8ojMP7z5ra1eIuoqlj4VbVB_Fvh3-UE,73
|
|
3
|
+
torchcodec/libtorchcodec_core4.dylib,sha256=5099KUiqgtg2zpWbxGdeiLMASVBq8HrF-HFAd9e8S_0,321920
|
|
4
|
+
torchcodec/libtorchcodec_pybind_ops4.so,sha256=dlCLpb9FdD6jDF69hIgtNCTvufVmPaxEOe92i0gPqCE,222976
|
|
5
5
|
torchcodec/__init__.py,sha256=d3kQar3JetlczRkfohYEmSkaNvn6opilMLwj4v9BA5U,579
|
|
6
|
-
torchcodec/libtorchcodec_core5.dylib,sha256=
|
|
7
|
-
torchcodec/libtorchcodec_core7.dylib,sha256=
|
|
8
|
-
torchcodec/libtorchcodec_pybind_ops5.so,sha256=
|
|
9
|
-
torchcodec/libtorchcodec_pybind_ops6.so,sha256=
|
|
10
|
-
torchcodec/libtorchcodec_custom_ops4.dylib,sha256=
|
|
11
|
-
torchcodec/libtorchcodec_pybind_ops7.so,sha256=
|
|
12
|
-
torchcodec/libtorchcodec_custom_ops6.dylib,sha256=
|
|
6
|
+
torchcodec/libtorchcodec_core5.dylib,sha256=934g2Q6r70yS6fXFgj4yMBf4Shjz-CffM5_wlh9mY_w,321920
|
|
7
|
+
torchcodec/libtorchcodec_core7.dylib,sha256=gJnxFdveo2lyuK4NTp_O9b1v80FyBhJGdsRCr5EGGRU,321920
|
|
8
|
+
torchcodec/libtorchcodec_pybind_ops5.so,sha256=n5U74OXTeWbOXCvEGVT9nYriYjkskH2CKEp_rLm1PNw,222976
|
|
9
|
+
torchcodec/libtorchcodec_pybind_ops6.so,sha256=QOqK8sEel-F_Eyz8ne1qGGPKOTeb0RvIczIlM9bA7bg,222976
|
|
10
|
+
torchcodec/libtorchcodec_custom_ops4.dylib,sha256=tJUE9hiAoIpQoATe4xnMSF4VWRGvgVVSF70tF7qt3JI,348624
|
|
11
|
+
torchcodec/libtorchcodec_pybind_ops7.so,sha256=3103xsfzLFX8EQoXUVp_XhTYr5CkDPzb8TIgPb4TBhQ,222976
|
|
12
|
+
torchcodec/libtorchcodec_custom_ops6.dylib,sha256=Mh4xd57jUQxUA77U30urM-SKmf7HaXhcHy1zg_Za57k,348624
|
|
13
13
|
torchcodec/_frame.py,sha256=KOamIBY2oScEHtuB4Gjpv5vC2nyG0TUfQ66sWX-h4X4,5205
|
|
14
|
-
torchcodec/libtorchcodec_custom_ops7.dylib,sha256=
|
|
14
|
+
torchcodec/libtorchcodec_custom_ops7.dylib,sha256=fCPsV5bSsgMPJCFMzIRxR6E-YgxbLYrSM6AM8ePDHgk,348624
|
|
15
15
|
torchcodec/_internally_replaced_utils.py,sha256=bdGtHKPepDMuU_4ugLLDr7-qELCriJgAiSZBUe6Tv5Y,2174
|
|
16
|
-
torchcodec/libtorchcodec_custom_ops5.dylib,sha256
|
|
17
|
-
torchcodec/_core/custom_ops.cpp,sha256=
|
|
16
|
+
torchcodec/libtorchcodec_custom_ops5.dylib,sha256=-RJlEUe-LUoFtcDH8Azx9xFc2cYvQQJykfzQJPC2-10,348624
|
|
17
|
+
torchcodec/_core/custom_ops.cpp,sha256=qiwU6S8xJPsnL7cmFdWmD9wGSpZnhSFbZmOsIfiSISA,29178
|
|
18
18
|
torchcodec/_core/AVIOContextHolder.h,sha256=MVHnhzmvFw6KddDyVw89_Q4q_B7Ep1kjh6HEwjbjTE8,2608
|
|
19
19
|
torchcodec/_core/FFMPEGCommon.cpp,sha256=voaaOpKvNWvy-7A6nTFSqlgPl3s0Dz5hNmq07LuoC_g,12698
|
|
20
20
|
torchcodec/_core/_metadata.py,sha256=oeuALAQOZhTn1UMhKTyRG9UMNoioW6IMKbIMhQ2gLfk,12800
|
|
@@ -43,7 +43,7 @@ torchcodec/_core/SingleStreamDecoder.cpp,sha256=JUrH5bkonX-VGhIB4aaV2oDaKsloH9FT
|
|
|
43
43
|
torchcodec/_core/Encoder.cpp,sha256=Ok8jwD3Y0YRrB2qHNSKcmcsBQ1cpLMUyKUlj8O4R38g,17750
|
|
44
44
|
torchcodec/_core/DeviceInterface.h,sha256=89clxrQRc0TZIaDNjLossOyquudtES_kSWAGxQ39Z6A,2011
|
|
45
45
|
torchcodec/_core/CpuDeviceInterface.cpp,sha256=zzQLwV33vQBtoOEJRa1RS92OwF1eS8_QTARiWpF0J24,12902
|
|
46
|
-
torchcodec/.dylibs/libpython3.12.dylib,sha256=
|
|
46
|
+
torchcodec/.dylibs/libpython3.12.dylib,sha256=hTnfIlGfeJS6ZFguBEBzw5ZJqrkIs64JWS66rcC0Xt0,6886976
|
|
47
47
|
torchcodec/.dylibs/libc++.1.0.dylib,sha256=r9Dc-wEhcpBshbR4jTXSd7jpKwil50gloZmKNaq1B10,1074224
|
|
48
48
|
torchcodec/encoders/_audio_encoder.py,sha256=qOFn6Kmj3UdALMy1dGyVVwtsGqU2LT2dtc0urwnFP4s,4403
|
|
49
49
|
torchcodec/encoders/__init__.py,sha256=cf1H-6rK97WH3VilVKcO_meDu6MWdyFl58bkK-lDhdI,49
|
|
@@ -54,11 +54,11 @@ torchcodec/samplers/__init__.py,sha256=0u3lshujFqWThgaUHYx1nSCIB0nZNPicOZqa8EQ5W
|
|
|
54
54
|
torchcodec/decoders/_decoder_utils.py,sha256=QmtLrPcf1OXNocI444Hudnurd9KT4FEBwiqrSIdDL0o,2039
|
|
55
55
|
torchcodec/decoders/_audio_decoder.py,sha256=CcPm0SHZFB1-yDeEzcjIrvi2VtIFjaA5B69BoRZSAUI,7319
|
|
56
56
|
torchcodec/decoders/__init__.py,sha256=-EYAQDTNL_utZDjyBAvL0oxskTdQyJ3ggwnWx5TJi8w,403
|
|
57
|
-
torchcodec/decoders/_video_decoder.py,sha256=
|
|
57
|
+
torchcodec/decoders/_video_decoder.py,sha256=38RvgEYPEWjFK3hi0bG6QrCe8dWUWtaF0syI1bxy2m0,15580
|
|
58
58
|
torchcodec/_samplers/__init__.py,sha256=xzB58OnRldLSEw3kHWxmcMiCCH1AoXk2xhGF9e3jIcs,251
|
|
59
59
|
torchcodec/_samplers/video_clip_sampler.py,sha256=KN-mPPOKDY7SmbDRWBW6zNP2sPjSQAl1Emfb6Izy6-M,18545
|
|
60
|
-
torchcodec-0.
|
|
61
|
-
torchcodec-0.
|
|
62
|
-
torchcodec-0.
|
|
63
|
-
torchcodec-0.
|
|
64
|
-
torchcodec-0.
|
|
60
|
+
torchcodec-0.6.0.dist-info/RECORD,,
|
|
61
|
+
torchcodec-0.6.0.dist-info/WHEEL,sha256=wSH7bPNMwH4in06g9Z7Xmw2HiTLQgUwo5tGjjiISoKs,109
|
|
62
|
+
torchcodec-0.6.0.dist-info/top_level.txt,sha256=S1IZq2_jNQE_RDGwxNunVF8S1RCMXmWdAAQjLXBdu2g,21
|
|
63
|
+
torchcodec-0.6.0.dist-info/METADATA,sha256=5LgBpUe9fQ4UxZ1RoQTTQI6zgMUGuNc-AzWtxKfmux0,10994
|
|
64
|
+
torchcodec-0.6.0.dist-info/licenses/LICENSE,sha256=jveMLW54exA6BUjnO6LP5ovEabWw5vXn22SfExL08qY,1474
|
|
File without changes
|
|
File without changes
|
|
File without changes
|