Isaac Connor
|
c7dede0083
|
Cleanups in connect/disconnect
|
2021-02-18 13:47:27 -05:00 |
Isaac Connor
|
8a329df5ec
|
change how fix_deprecated_pix_fmt works to return a value so we can use it elsewhere
|
2021-02-18 13:47:27 -05:00 |
Isaac Connor
|
04c13c6ff3
|
Handle value of auto for encoder
|
2021-02-18 13:30:38 -05:00 |
Isaac Connor
|
0d59584250
|
Only set DefaultVideo if we are successful at opening videoStore. Set save_jpegs flag in db record if we turn it on after failing videoStore.
|
2021-02-18 13:30:05 -05:00 |
Isaac Connor
|
f05488ee49
|
better error message when can't set crf
|
2021-02-18 11:55:09 -05:00 |
Isaac Connor
|
b40a31d76f
|
Move content of setMaxVideoPcakets into .cpp
|
2021-02-18 11:54:50 -05:00 |
Isaac Connor
|
b1f337b6e7
|
Move setMaxVideoPackets down to where pre_event_count has a value
|
2021-02-18 11:54:32 -05:00 |
Isaac Connor
|
2dfb07a69b
|
Must set StateId as well as it cannot be Null. Default to 1
|
2021-02-18 10:39:39 -05:00 |
Isaac Connor
|
ba6797a143
|
make definitionPanel have height to fix jumping around as scroll bar appears/disappears
|
2021-02-18 10:25:05 -05:00 |
Isaac Connor
|
f6c2e35fe9
|
Merge pull request #3164 from jim-perkins/patch-1
Update HikVision.pm
|
2021-02-18 09:09:26 -05:00 |
Jim Perkins
|
9a37c393cc
|
Update HikVision.pm
ERR [Can't access name:zoomStop AUTOLOAD:ZoneMinder::Control::HikVision::zoomStop member of object of class ZoneMinder::Control::HikVision from main:186]
https://forums.zoneminder.com/viewtopic.php?f=9&t=25442&p=119856#p119856
|
2021-02-17 19:02:01 -06:00 |
Isaac Connor
|
3e10c3a8a4
|
Fix return codes
|
2021-02-17 16:42:48 -05:00 |
Isaac Connor
|
2a49bd124f
|
Add VNC monitor type
|
2021-02-17 16:39:16 -05:00 |
Isaac Connor
|
cf6d2caef7
|
Make setting fmt non fatal.
|
2021-02-17 16:34:19 -05:00 |
Isaac Connor
|
0dc748acb5
|
drop back to compat 12 for buster
|
2021-02-17 14:13:42 -05:00 |
Isaac Connor
|
99568b8046
|
remove debian vcs
|
2021-02-17 13:41:52 -05:00 |
Isaac Connor
|
cf9406a1e8
|
undef max if defined in rfb/rdbclient.h
|
2021-02-17 13:40:12 -05:00 |
Isaac Connor
|
33b9dae0f2
|
fix use of uint32_t for buffer indexes
|
2021-02-17 13:38:52 -05:00 |
Isaac Connor
|
1f2c7d3f98
|
allow debhelper >13
|
2021-02-17 13:17:30 -05:00 |
Isaac Connor
|
f0d8a654f8
|
Remove debug, use fewer lines
|
2021-02-17 13:11:55 -05:00 |
Isaac Connor
|
c608af4df7
|
Correct timeline when using Weekday
|
2021-02-17 13:11:02 -05:00 |
Isaac Connor
|
d2777d2fe4
|
Remove ffmpeg from recommends. We depend on it
|
2021-02-17 12:53:30 -05:00 |
Isaac Connor
|
0edbb3d9c4
|
debug is optional, not extra
|
2021-02-17 12:52:06 -05:00 |
Isaac Connor
|
0d0be59b6b
|
Need to require debhelper 13
|
2021-02-17 12:51:44 -05:00 |
Isaac Connor
|
a3ed986343
|
Fix filename
|
2021-02-17 12:40:41 -05:00 |
Isaac Connor
|
4a1efe56ff
|
remove --parallel which isn't needed anymore
|
2021-02-17 12:40:27 -05:00 |
Isaac Connor
|
8c85ffd904
|
Remove apache2.2 auth lines
|
2021-02-17 12:40:14 -05:00 |
Isaac Connor
|
8a3ea42528
|
Remove Uploaders. Update mysql packages to be default-
|
2021-02-17 12:39:56 -05:00 |
Isaac Connor
|
b4c594b15c
|
Use apache2_invoke instead of enmod
|
2021-02-17 12:32:06 -05:00 |
Isaac Connor
|
b58ecca040
|
Allow RTSPServer to be unselected
|
2021-02-17 12:07:55 -05:00 |
Isaac Connor
|
8e4922665f
|
Add icons to installed files
|
2021-02-17 11:56:43 -05:00 |
Isaac Connor
|
217d632f1a
|
Remove epadding, last_frame_score replaced it
|
2021-02-17 11:54:30 -05:00 |
Isaac Connor
|
6007914344
|
we don't build libzoneminder-perl at this time, so don't try to instal it's man pages
|
2021-02-17 11:49:59 -05:00 |
Isaac Connor
|
a60d683f73
|
Don't build man pages. They will be built by dh
|
2021-02-17 11:07:33 -05:00 |
Isaac Connor
|
f061c25183
|
Make failure to set video standard non-fatal.
|
2021-02-17 11:02:56 -05:00 |
Isaac Connor
|
66efc3ba59
|
.tmpfile is deprecated. Use .tmpfiles
|
2021-02-17 10:29:21 -05:00 |
Isaac Connor
|
519e39b4f4
|
Reloading has to stop other threads while we are re-initing the logs. So move it down
|
2021-02-17 10:07:36 -05:00 |
Isaac Connor
|
233b666595
|
maybe fix docs building
|
2021-02-16 17:19:13 -05:00 |
Isaac Connor
|
e7f3bc357d
|
More syncup with official debian build
|
2021-02-16 17:03:17 -05:00 |
Isaac Connor
|
e601c08ed0
|
last_read_index and last_write_index are not int32_ts. Add last_motion_score which should fix our failure to detect alarms in zmalarm etc
|
2021-02-16 16:56:10 -05:00 |
Isaac Connor
|
36c7d17111
|
Remove dh-systemd update standards-version and homepage
|
2021-02-16 16:32:19 -05:00 |
Isaac Connor
|
b0f9b210a8
|
Update for debhelper > 12
|
2021-02-16 16:22:29 -05:00 |
Isaac Connor
|
aa94795b96
|
When auth is not turned on, show an error instead of login fields.
|
2021-02-16 16:09:23 -05:00 |
Isaac Connor
|
59cdf971fa
|
convert last_read_index and last_write_index to int32_t so that we can have -1 as a value in other functions.
|
2021-02-16 14:43:52 -05:00 |
Isaac Connor
|
317274248b
|
Allow mid= and dupId= in monitor view to allow mid reuse. Alphabetically sort Monitors in LinkedMonitors by name
|
2021-02-16 14:16:59 -05:00 |
Isaac Connor
|
f08979aae9
|
Bump compat to 13
|
2021-02-16 14:13:42 -05:00 |
Isaac Connor
|
41dc0212e0
|
Move include of algorithm up to top to hopefully fix issues with min and max being defined elsewhere and so compile fails
|
2021-02-16 10:39:04 -05:00 |
Isaac Connor
|
a82247b105
|
Some cleanups in disconnect
|
2021-02-16 10:39:04 -05:00 |
Isaac Connor
|
a56d78bb04
|
Don't sleep if Analyse returns false and we are terminating
|
2021-02-16 10:39:04 -05:00 |
Isaac Connor
|
71183a6002
|
fix case of vidWidth. Fixes #3162
|
2021-02-14 16:28:08 -05:00 |