Trek H
|
94e82c898f
|
Merge branch 'master' into m3u-update
|
2020-01-24 15:59:16 +10:30 |
Scott Barnard
|
27681e773f
|
Merged in send-logs (pull request #337)
Send log files to netreciever
Approved-by: Saxon Milton <saxon.milton@gmail.com>
|
2020-01-24 05:11:51 +00:00 |
Scott
|
44508fd269
|
use iot v1.2.13
|
2020-01-24 15:36:27 +10:30 |
Trek H
|
c8be6c9e1b
|
Merge branch 'master' into m3u-update
|
2020-01-24 15:17:08 +10:30 |
Scott
|
62141926ff
|
main: netLogger → netLog
|
2020-01-24 15:15:42 +10:30 |
Saxon Milton
|
c2329b3a3f
|
Merged in lexers-return-ioeof (pull request #330)
codec: lexers return ioeof
Approved-by: Alan Noble <anoble@gmail.com>
Approved-by: kortschak <dan@kortschak.io>
|
2020-01-23 03:23:03 +00:00 |
Scott Barnard
|
8ac664f11e
|
Merged in less-frames-knn (pull request #346)
Less frames knn
Approved-by: Saxon Milton <saxon.milton@gmail.com>
|
2020-01-23 02:28:43 +00:00 |
Scott
|
eca9453399
|
filters_circleci.go: Changed function to pass circleci builds
|
2020-01-23 12:49:45 +10:30 |
Scott
|
207e96b999
|
KNN filter detects motion on an interval
|
2020-01-23 12:45:00 +10:30 |
Scott Barnard
|
65bc98efbf
|
Merged in less-frames-fix (pull request #345)
Less frames fix
Approved-by: Saxon Milton <saxon.milton@gmail.com>
|
2020-01-23 02:07:34 +00:00 |
Scott
|
3c0076751e
|
Fixed variables
|
2020-01-23 12:15:07 +10:30 |
Scott
|
0e94a0172b
|
cmd/revid-cli/main.go: netlogger.NetLogger -> netlogger.Logger
|
2020-01-23 09:41:54 +10:30 |
Scott
|
0cfa93a314
|
Uses iot v1.2.12
|
2020-01-22 16:34:20 +10:30 |
Ella Pietraroia
|
92b2040360
|
Merged in less-frames (pull request #343)
Less frames
Approved-by: Saxon Milton <saxon.milton@gmail.com>
|
2020-01-22 05:35:25 +00:00 |
Ella Pietraroia
|
3851a20aa0
|
commenting
|
2020-01-22 16:04:16 +10:30 |
Ella Pietraroia
|
c9dee735d4
|
back to old return
|
2020-01-22 15:44:53 +10:30 |
Ella Pietraroia
|
c3f1d957e3
|
formatting
|
2020-01-22 15:43:10 +10:30 |
Scott
|
93f7d5849e
|
Added newlines to logger.New
|
2020-01-22 15:36:20 +10:30 |
Ella Pietraroia
|
2e70e3fa1b
|
change to error handling
|
2020-01-22 15:34:32 +10:30 |
Scott
|
9d2fd53335
|
megabytes -> MB
|
2020-01-22 15:33:23 +10:30 |
Ella Pietraroia
|
fd8e2e2426
|
full stops
|
2020-01-22 15:25:34 +10:30 |
Ella Pietraroia
|
963b74bed0
|
change variable name FilterFrames to MotionFilter
|
2020-01-22 14:57:35 +10:30 |
Ella Pietraroia
|
b597fb9a1a
|
commenting and refinement
|
2020-01-22 14:53:03 +10:30 |
Saxon
|
9b8667e56c
|
fixed handling of errors from lex methods
|
2020-01-22 13:45:01 +10:30 |
Saxon
|
78484b5f5b
|
codec/h264/lex.go: fixed handling of errors from ScanUntil
|
2020-01-22 13:43:08 +10:30 |
Ella Pietraroia
|
b588321d00
|
adding in so builds with circleci build
|
2020-01-22 13:12:22 +10:30 |
Saxon
|
bf289221de
|
codec/h264/lex.go: simplified return logic
|
2020-01-22 13:08:02 +10:30 |
Trek H
|
461ff32cc6
|
Merge branch 'master' into m3u-update
|
2020-01-21 11:51:31 +10:30 |
Trek H
|
6f583a2815
|
mjpeg-player: comments for classes and functions
|
2020-01-21 11:47:37 +10:30 |
Trek Hopton
|
a0026bd2f0
|
Merged in js-mjpeg (pull request #341)
mjpeg-player: append to lexer
Approved-by: Alan Noble
|
2020-01-20 11:40:42 +00:00 |
Trek H
|
e278397aa3
|
mjpeg-player: append to lexer
The mjpeg lexer can now have data appended to it as many times as needed instead of having the data passed at construction.
|
2020-01-20 21:00:24 +10:30 |
Trek H
|
9c978be91b
|
mjpeg-player: updated player for m3u changes
Updated player to play data that has been loaded using the hlsjs m3u loading code.
Added an input URL element to html to load playlists.
|
2020-01-20 20:52:37 +10:30 |
Scott
|
8c82a03c25
|
cmd/revid-cli/main.go: Renamed SendLogs to Send.
|
2020-01-20 16:20:35 +10:30 |
Ella Pietraroia
|
d5e0bf7731
|
remove all tests
|
2020-01-20 16:19:04 +10:30 |
Saxon
|
2d2e1b0ad1
|
revid/revid.go: added logger message back
|
2020-01-20 16:10:10 +10:30 |
Ella Pietraroia
|
0c081e0b23
|
more testing prints now in lex
|
2020-01-20 15:45:43 +10:30 |
Saxon
|
f64c986efc
|
codec: corrected error handling in lexers
|
2020-01-20 15:03:49 +10:30 |
Trek Hopton
|
feae838b3f
|
Merged in m3u-files (pull request #329)
All files for m3u addition present with updated extensions
Approved-by: Saxon Milton <saxon.milton@gmail.com>
|
2020-01-20 04:03:54 +00:00 |
Ella Pietraroia
|
c99d3564bf
|
more testing
|
2020-01-20 14:31:40 +10:30 |
Ella Pietraroia
|
44aac3f9fd
|
timing for 25 frames testing
|
2020-01-20 14:09:42 +10:30 |
Scott Barnard
|
75946c6bdd
|
Merged in mode-var-type (pull request #331)
revid: include mode var in var types
Approved-by: Alan Noble <anoble@gmail.com>
|
2020-01-20 03:18:46 +00:00 |
Scott
|
eea0f2d9dc
|
revid/config/config.go: added vartype mode
|
2020-01-20 11:51:30 +10:30 |
Scott
|
e4315d8203
|
cmd/revid-cli: added error checking for sending of logs
|
2020-01-20 10:50:02 +10:30 |
Scott
|
b1a7adc487
|
cmd/revid-cli: send logs using netlogger
|
2020-01-20 10:42:37 +10:30 |
Saxon
|
39d0fa12d0
|
cmd/revid-cli: send logs using smartlogger
|
2020-01-20 10:33:43 +10:30 |
Alan Noble
|
82e2df5d88
|
revid/config/config.go: reverted incorrect change
|
2020-01-20 10:33:43 +10:30 |
Alan Noble
|
9454ef88c3
|
revid/config/config.go: fixed typo in outputs data type (enums->enum)
|
2020-01-20 10:33:43 +10:30 |
Trek H
|
e58e95f3ed
|
Merge branch 'master' into m3u-files
|
2020-01-17 16:44:21 +10:30 |
Saxon
|
fdf393566a
|
codec/h265/lex_test.go: adapted test for changes to error lex can return
|
2020-01-17 16:41:12 +10:30 |
Trek H
|
acb6c28b9b
|
mjpeg-player: added packages used by hls.js code
|
2020-01-17 16:28:48 +10:30 |