Commit Graph

20102 Commits (31b9fd0c5e49181358eb225601183f22dfec1701)

Author SHA1 Message Date
Isaac Connor 31b9fd0c5e Fix build for new av_packet_guard code 2025-01-06 11:58:38 -05:00
Isaac Connor 511e7f3c1e
Merge pull request #4202 from XLNC-Enterprises/release-1.36
Adding Support for the AV1 Codec
2025-01-06 11:48:01 -05:00
Rajeev RK 723a50f77e Adding Support for the AV1 Codec via the FFMpeg libAOM Software encoder -- RajeevRK 2025-01-06 20:19:19 +05:30
Isaac Connor 4a23cfe6f6 If ffmpeg can't figure out the sie of the stream, default to what we entered in monitor. 2024-12-21 18:13:37 -05:00
Isaac Connor 13c987182a Add explicit path to sphinx conf.py as required by readthedocs 2024-12-18 12:27:56 -05:00
Isaac Connor fcd0d03c6e Add docs/requirements from master 2024-12-17 18:50:44 -05:00
Isaac Connor 9fd8882f39 Handle auto in width 2024-12-17 15:22:05 -05:00
Isaac Connor 4f01627e33 Fix duplicated px on width and height because we now have px in the dropdown options 2024-12-17 12:39:51 -05:00
Isaac Connor ce66cc02c3 Add readthedocs.yaml from master will hopefully fix docs building which has been broken for some time. 2024-12-17 10:08:01 -05:00
Isaac Connor 72fcd3eb9e Handle when scale is 0 in getImageSrc 2024-12-14 13:53:56 -05:00
Isaac Connor c2b64364a6 Fix width and height not persisting. Check for valid value instead of validInt because we have px on the end. Clear cookie if not valid 2024-12-12 13:05:22 -05:00
Isaac Connor 1922eaacdf Fix lack of support for rotation in ffmpeg 5.1 onwards 2024-12-10 15:29:49 -05:00
Isaac Connor 6271cc5df0 Make frame send time a debug 2024-12-06 09:34:58 -05:00
root 4a65925b9c Make events list sortable by Storage 2024-11-30 18:36:58 -05:00
root d6613cf872 Update bootstrap-table to 1.23.5 2024-11-30 18:36:44 -05:00
root 6110c59a84 Fix not being able to sort by EndDateTime Fixes #4190 2024-11-30 18:35:44 -05:00
Isaac Connor 78badcbd07 Allow deselecting of all Monitor IDS 2024-11-27 12:58:31 -05:00
Isaac Connor 318ea39e94 Disable reorder queue if doing encoding 2024-11-23 13:37:39 -05:00
Isaac Connor 4e14320978 Remove the modal content so that when choosing another group or new we get that instead of the first content 2024-11-06 13:18:47 -05:00
Isaac Connor ade3a01902 destroying then re-applying chosen for some reason auto-selects all options. Fix the problem by fixing the table width with css so that the underlying select is already 100%. 2024-11-06 12:44:14 -05:00
Isaac Connor 6f8f47831f Merge branch 'release-1.36' of github.com:ZoneMinder/zoneminder into release-1.36 2024-11-06 12:37:50 -05:00
Isaac Connor 60b9f3e16a Set any tables in a modal to 100% so that they fill the modal. 2024-11-06 12:31:11 -05:00
Isaac Connor 3113f7ca04 If no group id don't do sql lookup 2024-11-06 12:30:54 -05:00
Isaac Connor d53eec168a Give an id to the newGroup[MonitorIds] select can look it up more efficiently when applying chosen rules 2024-11-06 12:28:52 -05:00
Isaac Connor 8248d4aa7c Don't bother making the UpdatedOn file NOT NULL by update. We don't actually care. Fixes #4180 2024-10-27 18:42:22 -04:00
Isaac Connor 8b6e4038c4 Don't warn about no locale set, that is normal 2024-10-25 11:01:59 -04:00
Isaac Connor 392d4f367f Bump version to 1.36.36 2024-10-25 10:53:42 -04:00
Isaac Connor ebeb01a40a Clean out duplicated datetimeformatter stuff that happens in config.php 2024-10-25 10:51:01 -04:00
Isaac Connor 824ae0e60f Check for validity of locale. Handle fatal crash when setting datetiemformatter when an invalid locale is used. Fixes #4179 2024-10-25 10:44:16 -04:00
Isaac Connor c7975f11ed Add missing n 2024-10-23 09:04:17 -04:00
Isaac Connor c2fccb16b1 Add support for no sort field. No longer default to StartDateTime 2024-10-22 10:26:45 -04:00
Charlie Root 8a6b597d34 Only require Date::Manip if using strtotime 2024-10-18 10:57:09 -04:00
Isaac Connor 0f0f571c7a Make NULL be case-insensitive 2024-10-18 10:55:26 -04:00
Isaac Connor b176709c30 Add checking of keyframeinterval to Ready() 2024-10-18 10:55:19 -04:00
Isaac Connor a7e01f2db2 Only calculate keyframe interval using video stream 2024-10-17 19:39:08 -04:00
Isaac Connor 3ae02948e7 Fix again the infinite loop in counting keyframes 2024-10-17 19:38:54 -04:00
Isaac Connor dccec69b2e Fix infinite loop looking for keyframe interval 2024-10-17 19:38:39 -04:00
Isaac Connor 90dc655090 Count keyframes on queuePacket so that analysis Ready() will start when out of order packets are present 2024-10-17 19:38:18 -04:00
Isaac Connor 2770a9caa7 Handle change of res/colours in zms by reloading the monitor object. 2024-10-16 12:14:21 -04:00
Isaac Connor ca24b43f36 Fix typo 2024-10-16 10:23:37 -04:00
Isaac Connor 962f91e22c Add No sort field as an option 2024-10-16 10:23:21 -04:00
Isaac Connor f5828f7024 Handle failure to allocate a frame 2024-10-16 10:23:03 -04:00
Isaac Connor c8b652c25b Fix crash due to trying to access event->StartTime when there is no event 2024-10-16 10:22:47 -04:00
Isaac Connor c4dbbbccc5 Revert change of tot_score and avg_score to unsigned ints. Make them ints so that comparison with other scores is ok 2024-10-16 10:22:25 -04:00
Isaac Connor a89160ff2d Fix zone edit image jumping around when status is alert 2024-10-15 16:36:31 -04:00
Isaac Connor d04153b06b Only show location tab when GEOLOCATION is turned on 2024-10-15 13:53:00 -04:00
Isaac Connor f12d7a2184 Fix labelling for defaultCodec, as it is used for event viewing, not live view. 2024-10-15 13:38:44 -04:00
Isaac Connor 4ea68c59d5 Add End Date Time as an option for sorting in filters 2024-10-15 13:22:50 -04:00
Isaac Connor fcebe4bcdc Fix ISE when auth is turned off. 2024-10-01 10:10:42 -04:00
Isaac Connor 36c6b8872f Use htmlspecialchars on Message to prevent Stored Cross-Site Scripting. Fixes GHSA-rqxv-447h-g7jx 2024-09-30 08:27:46 -04:00