Commit Graph

25019 Commits (407f8682038571f13bcaa3c8735dd74e7bd185cf)

Author SHA1 Message Date
Isaac Connor 407f868203 Bump version to pick up update sql 2025-01-09 12:05:35 -05:00
Isaac Connor 243588a7d1 Remove conversion to mono, force codec_tag to 0. Remove ifdef QUADRA as it isn't working 2025-01-09 09:15:31 -05:00
Isaac Connor 463be4addd Use QUADRA instead of AV_HWDEVICE_TYPE_NI_QUADRA which is an enum. 2025-01-08 19:22:10 -05:00
Isaac Connor a1f9be017b Use QUADRA instead of AV_HWDEVICE_TYPE_NI_QUADRA which is an enum. Implement non WallClockTimestamps for encoding 2025-01-08 19:21:50 -05:00
Isaac Connor 41ec9f7d96 WallClockTImestamps now works for encode as well 2025-01-08 19:21:10 -05:00
Isaac Connor b8ed82afb9 Need to receive as many packets as possible after sending frame. Can't just do 1/1 2025-01-08 17:22:37 -05:00
Isaac Connor d0c3041477 Add hwaccelname and hwacceldevice 2025-01-08 16:55:34 -05:00
Isaac Connor 19975d7085 Add quadra encoders, decoders and add hwaccelname and hwacceldevice 2025-01-08 16:55:18 -05:00
Isaac Connor 3ee1b986bf Add hwdevice_default to CodecData struct and set QUADRA's to -1. Rework Encoding to handle as many packets as the encoder will return. 2025-01-08 16:47:06 -05:00
Isaac Connor 893fdf201b Fix when zm_send_packet_receive_frame returns 0 2025-01-08 16:45:05 -05:00
Isaac Connor 69641c975f Add EncoderHWACCelName and Device 2025-01-08 16:43:58 -05:00
Isaac Connor 32c50df8f8 Add Help for audio recording to streamline label 2025-01-08 12:35:08 -05:00
Isaac Connor 4682e874e9 Add QUADRA codecs 2025-01-08 12:34:38 -05:00
Isaac Connor f9db732a8e Add QUADRA fix fmt 2025-01-08 12:34:24 -05:00
Isaac Connor 3307c9ea90 Don't log cant edit 2025-01-07 16:55:02 -05:00
Isaac Connor c3fa5bc15a Fix adding rotation when not needed. 2025-01-02 14:15:01 -05:00
Isaac Connor 4e70c36cfa Merge branch 'master' of github.com:ZoneMinder/zoneminder 2025-01-01 12:05:50 -05:00
Isaac Connor 4b34efa1cd DO like we do in 1.36 and only update the db monitor_status table every 10 seconds instead of every second. 2025-01-01 12:05:43 -05:00
Isaac Connor 24ad12fa22 Don't include empty fields in filter query string, just to shorten it a bit 2024-12-21 14:34:35 -05:00
Isaac Connor 27dfdd1b4e Upgrade Amcrest to use parent's code 2024-12-21 14:32:48 -05:00
Isaac Connor 7b59995a48 Use parent's credentials in HikVision 2024-12-21 14:32:48 -05:00
Isaac Connor 72330a5234 Fix api url getting monitors for map 2024-12-18 13:44:20 -05:00
Isaac Connor 0bbaedc5d9 Add explicit path to sphinx conf.py as required by readthedocs 2024-12-18 12:27:38 -05:00
Isaac Connor dae071bd10 Don't show deleted monitors in zones 2024-12-17 16:09:42 -05:00
Isaac Connor 6ec0b5a1dc Fix SQL query when a user is limited to a subset of monitors and tries to view all zones. 2024-12-17 15:58:23 -05:00
Isaac Connor 4dcab65d51 document what scaleEl is 2024-12-16 10:57:16 -05:00
Isaac Connor 3aaba3154b Move changeScale down as the video area has to have height before we can call scaleToFit 2024-12-16 10:56:43 -05:00
Isaac Connor 7b6d4952bd Revert "Don't allow a scale of 0. Default to 100. Call changeStreamQuality after changeScale so that we always pass the right value. Prevents Errors in logs about bogus scale value"
This reverts commit 223dc4b70f.
2024-12-16 10:45:30 -05:00
Isaac Connor b71d6e4569
Merge pull request #4198 from sertonix/gzip-n
Strip build time from compressed manpages
2024-12-16 10:38:49 -05:00
Sertonix 16e02e11cd Strip build time from compressed manpages
The manpage compression metadata include the true build time (and not
SOURCE_DATE_EPOCH like the manpages themselves). Excluding the build time
allows the manpage to be build reproducibly.

Ref https://reproducible-builds.org/
2024-12-16 16:07:43 +01:00
Isaac Connor 55b99e19ab Use a redirect on homeview to fix having query params added on 2024-12-13 12:19:30 -05:00
Isaac Connor 4c4ae608e0 Fix quoting on default for Importance 2024-12-13 11:40:39 -05:00
Isaac Connor 36f45fdbc7 Wait until we get a successful shm connect before trying to set StartupTime. fixes crash 2024-12-12 12:21:32 -05:00
Isaac Connor 3fbb8bdaca Fix ffm=>video_out_stream 2024-12-10 15:45:39 -05:00
Isaac Connor df0438d487 Fix lack of support for rotation in ffmpeg 5.1 onwards 2024-12-10 15:20:15 -05:00
Isaac Connor 9700ecf773 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-12-09 19:10:47 -05:00
Isaac Connor 223dc4b70f Don't allow a scale of 0. Default to 100. Call changeStreamQuality after changeScale so that we always pass the right value. Prevents Errors in logs about bogus scale value 2024-12-09 19:08:35 -05:00
Isaac Connor 0d34e4647a Log scale in debug about status command 2024-12-09 19:07:51 -05:00
Isaac Connor 8c8a689c4a Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-12-09 17:28:03 -05:00
Isaac Connor ffeec4cdec Add E.Id != and use >= and <= when comparing StartDateTime so that we don't skip events with the same startDateTime. Fixes #4186 2024-12-09 17:27:56 -05:00
Isaac Connor d4b3edfca6 Fix debug string 2024-12-09 17:21:11 -05:00
Isaac Connor edb0836fe1 Fix not being able to undelete a monitor 2024-12-09 12:27:42 -05:00
Isaac Connor 14d6234e57 Make frame send time a debug 2024-12-09 12:26:51 -05:00
Isaac Connor 15dfaa5fc0
Merge pull request #4193 from Aleksanderk123/More-language-changes
More language changes
2024-12-04 18:09:13 -05:00
Aleksanderk123 313442707e
Translated language list 2024-12-04 23:35:59 +01:00
Aleksanderk123 5586cae348
Update en_gb.php
Added norwegian language to the list of languages
2024-12-04 23:30:34 +01:00
Isaac Connor 57fb0cba1b Check for existing monitorStream to avoid js errors 2024-12-04 15:07:29 -05:00
Isaac Connor ea41d4f6b6 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-12-04 12:21:38 -05:00
Aleksanderk123 7423888e87
Merge pull request #3 from Aleksanderk123/revert-2-master
Revert "Merge pull request #4192 from Aleksanderk123/master"
2024-12-04 01:08:06 +01:00
Aleksanderk123 2437c9e4a7
Revert "Merge pull request #4192 from Aleksanderk123/master" 2024-12-04 01:07:37 +01:00