@scrypted/nvr 0.10.80 → 0.10.81

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,19 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.10.80
5
+
6
+ vulkan decode on windows
7
+ fix event deletion bug
8
+ make vulkan last preference
9
+ add vulkan to the default linux decoders, disable vaapi on amd
10
+ working vulkan decoder
11
+ commnets
12
+ fix opencl nvidia and amd
13
+ fix opencl reference frame retrieval and implement periodic update
14
+ ffmpeg -noautoscale doc
15
+
16
+
4
17
  ### 0.10.79
5
18
 
6
19
  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.81",
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.110",
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",