@scrypted/nvr 0.10.80 → 0.10.82

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,27 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.10.81
5
+
6
+ windows temp transcode fix
7
+ actually fix video deletion
8
+ fix unhandled rejection on buffer image
9
+ sketchy beta
10
+
11
+
12
+ ### 0.10.80
13
+
14
+ vulkan decode on windows
15
+ fix event deletion bug
16
+ make vulkan last preference
17
+ add vulkan to the default linux decoders, disable vaapi on amd
18
+ working vulkan decoder
19
+ commnets
20
+ fix opencl nvidia and amd
21
+ fix opencl reference frame retrieval and implement periodic update
22
+ ffmpeg -noautoscale doc
23
+
24
+
4
25
  ### 0.10.79
5
26
 
6
27
  adaptive bitrate vaapi fixes
package/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrypted/nvr",
3
- "version": "0.10.80",
3
+ "version": "0.10.82",
4
4
  "exports": {
5
5
  "./src/main.ts": "./main.nodejs.js",
6
6
  "./src/motion-fork.ts": "./motion-fork.nodejs.js",
@@ -67,7 +67,7 @@
67
67
  "@turf/area": "^7.1.0",
68
68
  "fast-xml-parser": "^4.5.0",
69
69
  "munkres-js": "^1.2.2",
70
- "node-addon-api": "^8.2.1",
70
+ "node-addon-api": "^8.2.2",
71
71
  "node-gyp": "^10.2.0",
72
72
  "polygon-clipping": "^0.15.7",
73
73
  "semver": "^7.6.3",
@@ -75,8 +75,8 @@
75
75
  },
76
76
  "devDependencies": {
77
77
  "@scrypted/client": "^1.3.6",
78
- "@scrypted/libav": "^1.0.104",
79
- "@types/node": "^22.7.6",
78
+ "@scrypted/libav": "^1.0.111",
79
+ "@types/node": "^22.9.0",
80
80
  "@types/semver": "^7.5.8",
81
81
  "@types/uuid": "^10.0.0",
82
82
  "assemblyscript": "^0.27.30",