Pliable Pixels
|
6c3f18a347
|
allow option to not load the frames DB table
|
2021-06-27 15:55:10 -04:00 |
Isaac Connor
|
e9845d96f4
|
Fix Archive FTP .zip filename not including monitor name. Fixes #3304
|
2021-06-23 10:30:42 -04:00 |
Isaac Connor
|
cb3dd78c61
|
Fix Archive FTP .zip filename not including monitor name. Fixes #3304
|
2021-06-23 10:27:23 -04:00 |
Isaac Connor
|
ef92f1ea16
|
Bump version to 1.36.5
|
2021-06-22 14:35:13 -04:00 |
Isaac Connor
|
610fdd3129
|
Remove the code to do adaptive skipping. We should never sleep when doing Analysis unless an error occurred.
|
2021-06-22 14:34:28 -04:00 |
anon8675309
|
c0875838af
|
Attempting to build the lastest tag instead of a hard-coded one
|
2021-06-20 21:11:06 -05:00 |
anon8675309
|
d927db1c0d
|
Attempting to build the lastest tag instead of a hard-coded one
|
2021-06-20 20:42:43 -05:00 |
anon8675309
|
f852f1716e
|
Attempting to build the lastest tag instead of a hard-coded one
|
2021-06-19 18:11:57 -05:00 |
anon8675309
|
479385bac7
|
Attempting to build the lastest tag instead of a hard-coded one
|
2021-06-19 17:49:23 -05:00 |
anon8675309
|
1e834f6088
|
Attempting to build the lastest tag instead of a hard-coded one
|
2021-06-19 16:03:13 -05:00 |
anon8675309
|
1096fa3f87
|
Attempting to build the lastest tag instead of a hard-coded one
|
2021-06-19 15:01:17 -05:00 |
Andrew Bauer
|
b95cf72dc8
|
comment to rpm changelog regarding cmake
|
2021-06-18 15:30:19 -05:00 |
Andrew Bauer
|
172a0555ed
|
only refer to cmake3 when building on el7
|
2021-06-18 15:30:10 -05:00 |
Andrew Bauer
|
a423f2620e
|
Allow cakephp cache engine to be set during build
|
2021-06-18 15:29:54 -05:00 |
Andrew Bauer
|
0edc91ffca
|
comment to rpm changelog regarding cmake
|
2021-06-18 15:27:24 -05:00 |
Andrew Bauer
|
ec861c5e2b
|
only refer to cmake3 when building on el7
|
2021-06-18 15:25:17 -05:00 |
Andrew Bauer
|
db7c5df8c1
|
Update zoneminder.spec
|
2021-06-18 13:08:17 -05:00 |
Andrew Bauer
|
b59e911c43
|
Allow cakephp cache engine to be set during build
|
2021-06-18 12:12:01 -05:00 |
Isaac Connor
|
9438445d74
|
Fix PTZ Diagonal cmds. Fixes #3300
|
2021-06-16 15:56:08 -04:00 |
Isaac Connor
|
e6b67dcdc2
|
We cannot delete from the queue when capturing. Just do the waiting. Reduce severity of logs. Make more use of auto. Realise that no other iterators can be pointing into the queue.
|
2021-06-15 13:42:55 -04:00 |
Isaac Connor
|
c3fb84bf88
|
Add an age component of 7d to /var/tmp/zm so that exports and other files go away
|
2021-06-15 10:44:02 -04:00 |
Isaac Connor
|
29fb2d3885
|
Add special handling of sorting by EndTime because it can be NULL. Fixes #3298
|
2021-06-15 10:34:33 -04:00 |
Isaac Connor
|
0ca10fe7cd
|
Add special handling of sorting by EndTime because it can be NULL. Fixes #3298
|
2021-06-15 10:34:15 -04:00 |
Peter Keresztes Schmidt
|
ea10939970
|
zmu: Fix missing include
|
2021-06-15 00:16:08 +02:00 |
Peter Keresztes Schmidt
|
531694bf8d
|
RtspThread: Add missing static_cast when fprinting duration .count()
|
2021-06-14 20:09:30 +02:00 |
Isaac Connor
|
cc2403924a
|
Use ubuntu2004 for anything other than beowulf
|
2021-06-14 13:31:46 -04:00 |
Isaac Connor
|
94634f1ca7
|
Spacing
|
2021-06-14 13:31:05 -04:00 |
Isaac Connor
|
d221d6ab3b
|
If we fail to suspend/resume, assume we need to disconnect/reconnect to the mmap
|
2021-06-14 13:30:37 -04:00 |
Isaac Connor
|
da208457b8
|
Fix EndTime case handling.
|
2021-06-14 11:58:23 -04:00 |
Isaac Connor
|
f6c29b51ef
|
Fix EndTime case handling.
|
2021-06-14 11:58:06 -04:00 |
Isaac Connor
|
db0f9911ae
|
merge fixes from #3295. Fixes #3295.
|
2021-06-14 09:55:43 -04:00 |
Isaac Connor
|
0cbb132f08
|
merge fixes from #3295. Fixes #3295.
|
2021-06-14 09:52:10 -04:00 |
Isaac Connor
|
9001327883
|
Fix incorrect use of == instead eq
|
2021-06-14 09:45:08 -04:00 |
Isaac Connor
|
821031f10e
|
Remove some debug logging
|
2021-06-13 18:20:57 -04:00 |
Isaac Connor
|
fa11c20bf8
|
Merge pull request #3297 from Carbenium/time-misc
Convert the rest of the codebase to std::chrono
|
2021-06-13 17:47:40 -04:00 |
Peter Keresztes Schmidt
|
d69afc9672
|
misc: Convert time(nullptr) calls to std::chrono
|
2021-06-13 23:22:51 +02:00 |
Peter Keresztes Schmidt
|
6114d40593
|
misc: Replace usleep with std::this_thread::sleep_for
|
2021-06-13 23:22:51 +02:00 |
Peter Keresztes Schmidt
|
f675afc3f2
|
zmc: Convert internals to std::chrono
|
2021-06-13 23:22:51 +02:00 |
Peter Keresztes Schmidt
|
3e8b10d813
|
zm::Select: Convert API to std::chrono
|
2021-06-13 23:22:51 +02:00 |
Peter Keresztes Schmidt
|
c823b9c00e
|
Buffer: Convert API to std::chrono
|
2021-06-13 23:22:51 +02:00 |
Peter Keresztes Schmidt
|
707975e567
|
Monitor: Convert API to std::chrono
|
2021-06-13 23:22:49 +02:00 |
Peter Keresztes Schmidt
|
dff5452f11
|
Event: Convert API to std::chrono
|
2021-06-13 23:20:24 +02:00 |
Peter Keresztes Schmidt
|
335e950654
|
Frame: Convert API to std::chrono
|
2021-06-13 23:20:24 +02:00 |
Peter Keresztes Schmidt
|
7c6a6ac309
|
VideoStream: Convert internals to std::chrono
|
2021-06-13 23:20:24 +02:00 |
Peter Keresztes Schmidt
|
ce55ba5fb7
|
VideoStore: Convert internals to std::chrono
|
2021-06-13 23:20:22 +02:00 |
Isaac Connor
|
c2f4d65860
|
Turn down debugging
|
2021-06-13 14:08:51 -04:00 |
Isaac Connor
|
c56025beab
|
Use std::unordered_map instead of std::map for performance. Be slightly more efficicent by storing an interator and using it instead of continually indexing into the std::map. Fix crash when a monitor's mmap file size changes
|
2021-06-13 14:08:51 -04:00 |
Isaac Connor
|
9f8c8a2664
|
Return early if packetqueue is empty instead of getting the lock. Return early in clear() if we are not initialised
|
2021-06-13 14:08:51 -04:00 |
Peter Keresztes Schmidt
|
f374b319e0
|
RtpSource: Convert internals partially to std::chrono
This allows us to remove the tvNow() helper method.
|
2021-06-13 16:35:27 +02:00 |
Peter Keresztes Schmidt
|
28d813b95a
|
Merge pull request #3296 from Carbenium/time-image
Image: Convert API to std::chrono
|
2021-06-13 15:40:18 +02:00 |