@scrypted/nvr 0.4.9 → 0.4.11

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,49 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.4.10
5
+
6
+ use optimistic frame sizing to max fps throughput
7
+
8
+
9
+ ### 0.4.9
10
+
11
+ reworked playback time calc
12
+ handle rtp timelapse rollover on large mp4 exports
13
+ fix mp4 export when recording has gaps
14
+ send empty decoder timestamps
15
+ fix spurious confirm to low-confirm switch
16
+ init huffman tables in decoder
17
+ fix yuv420p jpeg encoder
18
+ fix erroneous truncation in auto retention mode
19
+ fix potential spurious retention (thanks @vic)
20
+ cleanup
21
+ new decoder leaks fixed
22
+ code cleanups
23
+ remove unnecessary allocs
24
+ prep for new decoder
25
+ add accelerated nv12 jpeg encode
26
+ fix moire pattern caused by shuffle
27
+ improved writer
28
+ working rewritten huffman tables
29
+ prep huffman table rewrite
30
+ prep writeops
31
+ fixup early init
32
+ further inlining
33
+ finally faster than ffmpeg
34
+ transpose+zigzag fast path prep
35
+ fast transpose
36
+ switch to f32 array ops
37
+ working f32x8x8
38
+ fixup js jpeg encoder
39
+ disable pull to refresh
40
+ finally working...
41
+ fix int16 overflow
42
+ simd quant phase 1
43
+ move quanitization into u16 vecs
44
+ simd matrix transpose for jpeg quantization
45
+
46
+
4
47
  ### 0.4.6
5
48
 
6
49
  perform column ordering quantize first
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.4.9",
3
+ "version": "0.4.11",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",