Isaac Connor
ac375bc623
fix errant =
2021-09-27 11:03:29 -04:00
Isaac Connor
9cf4e89254
add update to 1.37.3
2021-09-27 11:03:16 -04:00
Isaac Connor
f54e779b21
Merge pull request #3360 from ZoneMinder/strftime_en_gb_format
...
Define Date formats in lang file for en_gb resolves #2408
2021-09-27 10:58:43 -04:00
Isaac Connor
202d95fc5a
handle AV_HWDEVICE_TYPE_MMAL not being defined
2021-09-27 10:58:16 -04:00
Isaac Connor
ee65d3e3dc
add cmaeramodels route
2021-09-27 10:57:06 -04:00
Isaac Connor
fe734d4e1e
Add Manufacturer and CameraModel hasOne relationships
2021-09-27 10:56:50 -04:00
Isaac Connor
1c01936f75
add oninput methods to text inputs for new Manufacturer/Model
2021-09-26 14:47:29 -04:00
Isaac Connor
ee609ad28b
Further develop behavour when typing in text input for new manufacturer or model. If it already exists, select it.
2021-09-26 14:46:56 -04:00
Steve Gilvarry
dcd2c16774
Define Date formats
...
Set Locale for time to en_GB.utf8, changed STRF_FMT_DATETIME_SHORTER to %x which is locale aware short date, but does include year. Makes event table wider, not sure if that is a problem for others
2021-09-27 00:58:34 +10:00
Isaac Connor
7dbd950574
Merge branch 'master' into add_manufacturer_model_to_monitors
2021-09-25 20:58:25 -04:00
Isaac Connor
f40e2be28a
Add an input for an Id to assign to the new monitor. List 10 available Ids.
2021-09-25 20:56:33 -04:00
Isaac Connor
43dfeb5b84
whitespace
2021-09-25 20:56:33 -04:00
Isaac Connor
cbc376bb5a
Add zm_rtsp_server to ignores
2021-09-25 20:56:33 -04:00
Isaac Connor
2e4bb73204
remove useless commit.
2021-09-25 20:56:33 -04:00
Isaac Connor
655daf4fbe
Add mmal device/pix fmt type
2021-09-25 20:56:33 -04:00
Isaac Connor
b8022cdda2
More new defaults. The navbar refreshes every 60 secs so make full page refresh be 240sec. Ajax timeout needs to be 10 seconds. Large event listings can take longer than 3
2021-09-25 20:56:33 -04:00
Isaac Connor
e98728c529
Set new defaults for various settings
2021-09-25 20:56:33 -04:00
Isaac Connor
568be3fc54
initialize video_first_pts and when setting it need to specify microseconds otherwise we get nanoseconds. White space.
2021-09-25 20:56:33 -04:00
Isaac Connor
92f6d3cbae
Restore the download button's behaviour. It is a simple link to the mp4, not an export. Also add a handler for the video.js rate control to sync up our non video.js rate dropdown and stored cookie.
2021-09-25 20:56:33 -04:00
Isaac Connor
6022dd59eb
Always include the download button so that we can assume that it exists in the js. So avoid console errors when no mp4.
2021-09-25 20:56:33 -04:00
Isaac Connor
4bdf965dcb
Set rows on email textarea
2021-09-25 20:56:33 -04:00
Isaac Connor
2a0ddc6337
Add open collective username
2021-09-25 20:56:33 -04:00
5472qaywsx
d81be9701a
Docs: Fix a typo ( #3358 )
2021-09-25 20:56:33 -04:00
Andrea Vezzali
e75d5a89e9
Update italian (it_it) translation ( #3357 )
2021-09-25 20:56:33 -04:00
Isaac Connor
0bf417bae0
Reduce logging level to debug dealing with index == -1, which is used in zmu to mean the last captured image. Fixes #3354
2021-09-25 20:56:33 -04:00
ColorfullyZhang
9e4f203632
Set character set as utf8 when connect to mysql to avoid mistakes when there are Chinese characters in storage path.
2021-09-25 20:56:33 -04:00
ColorfullyZhang
874552c06b
Set mysql character set to utf8 explicitly to support chinese characters (or other special characters).
2021-09-25 20:56:33 -04:00
Isaac Connor
c233ec3b8c
Remove redundant notify_all, spelling mistake
2021-09-25 20:56:33 -04:00
Mike Dussault
e63be2b18e
Fixed a bug in Image::Buffer that would return the wrong location in the image if the image had > 1 channels (and if the request were for x > 0).
2021-09-25 20:56:33 -04:00
Isaac Connor
c5f4623104
Don't crash when unable to create source. erase will call the desctructor. Fixes #3344
2021-09-25 20:56:33 -04:00
Isaac Connor
38cda24b53
wait won't wake up other threads, so notify first. Since we have the lock, this should be ok
2021-09-25 20:56:33 -04:00
Isaac Connor
cddb9d88bf
Add support for package version
2021-09-25 20:56:33 -04:00
Isaac Connor
de299ab882
More properly fix the threading lock. Instead of waiting on a packet, release it and wait on the packetqueue.
2021-09-25 20:56:33 -04:00
Isaac Connor
8272411bb2
Revert "use get_packet_and_increment_it instead of the two step to improve locking"
...
This reverts commit a44bbf8e34
.
2021-09-25 20:56:33 -04:00
Isaac Connor
120d9764bc
notify anyone waiting in packetqueue before waiting on a packet in motion detection. Should fix decode lockup
2021-09-25 20:56:33 -04:00
Isaac Connor
c7aa41502a
Fix js error in montage review when using scaled mode. Fixes #3351
2021-09-25 20:56:33 -04:00
Andrea Vezzali
787b7f1874
Update it_it.php
2021-09-25 20:56:33 -04:00
Andrea Vezzali
c4a49721d2
Update it_it.php
2021-09-25 20:56:33 -04:00
Isaac Connor
6dbfd22190
Add missing update_function_pointers so that we use SSE blend functions. Significantly reduces cpu use in motion detection.
2021-09-25 20:56:33 -04:00
Andrea Vezzali
4b4152b837
Update it_it translation ( #3350 )
2021-09-25 20:56:33 -04:00
Peter Keresztes Schmidt
a4ebf533a9
Image: Codestyle changes
2021-09-25 20:56:33 -04:00
Peter Keresztes Schmidt
93c5ad0939
Image: Fix Wclobbered warnings
...
From C99 spec:
[...] objects of automatic storage duration that are local to the function containing the invocation of the corresponding setjmp macro that do not have volatile-qualified type and have been changed between the setjmp invocation and longjmp call are indeterminate
Remove the variables in question or pass them as const refs.
2021-09-25 20:56:33 -04:00
Isaac Connor
94c1b3445d
Add an input for an Id to assign to the new monitor. List 10 available Ids.
2021-09-25 20:54:35 -04:00
Isaac Connor
292b3c1d37
add an ajax request for querying the available models
2021-09-25 20:49:53 -04:00
Isaac Connor
c66489fb30
rough in api support for Models and Manufacturers
2021-09-25 20:49:30 -04:00
Isaac Connor
d98d20958c
fixup the Manufacturer and Model ddms and text inputs
2021-09-25 20:48:43 -04:00
Isaac Connor
fe72056d73
fixup populating Models dropdown after Manufacturer select
2021-09-25 20:48:14 -04:00
Isaac Connor
34d9f87d6d
remove cruft from ServersController.php
2021-09-25 20:44:16 -04:00
Isaac Connor
12783f6edf
Add manufacturers, models and servers routes
2021-09-25 20:43:53 -04:00
Isaac Connor
03892796eb
whitespace
2021-09-25 16:10:50 -04:00