@scrypted/nvr 0.4.8 → 0.4.10

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