@scrypted/nvr 0.11.100 → 0.11.102

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,33 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.11.101
5
+
6
+ implement ff scrub
7
+ fix scrub promise cleanup
8
+ remove first prototype webcodec code
9
+ remove first prototype webcodec code
10
+ fix webcodec playback time indicator
11
+ cleanup
12
+ fix 2 stream scrub, remove debug code
13
+ working new scrubber
14
+ fix keyframe search, wip new scrub animation
15
+ improve frame flushing for faster seek
16
+ wip webcodec rewrite
17
+ wip webcodec rewrite
18
+ wip webcodec rewrite
19
+ wip webcodec rewrite
20
+ wip webcodec rewrite
21
+ wip webcodec rewrite
22
+ ensure codec information prior to keyframe
23
+
24
+
25
+ ### 0.11.100
26
+
27
+ fix h265 webcodec slice aggregation
28
+ fix "how did this ever work" bug in beta
29
+
30
+
4
31
  ### 0.11.99
5
32
 
6
33
  publish ha dash image fix
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.11.100",
3
+ "version": "0.11.102",
4
4
  "exports": {
5
5
  "./src/main.ts": "./main.nodejs.js",
6
6
  "./src/motion-fork.ts": "./motion-fork.nodejs.js",