Commit Graph

19635 Commits (a737d983815ac5b539d0ffa52523ff312122e6a3)

Author SHA1 Message Date
Isaac Connor a737d98381 Fix logic around warning about keyframe interval being larger than max image buffer count. 2022-08-02 14:38:05 -04:00
Isaac Connor 22331e02cd Fix ever increasing duration list 2022-08-02 14:36:39 -04:00
Isaac Connor 335393ded8 Use parseInt to turn '0' into 0 2022-07-29 14:02:17 -04:00
Isaac Connor 78ba9cc74f When selecting AlarmedZone, must check for SCore > 0. 2022-07-29 14:01:03 -04:00
Isaac Connor fc52045a52 fixup logic inversion on test_post_sql_conditions. condense code. 2022-07-29 14:00:19 -04:00
Isaac Connor 9b3be9a392 db limits should not be affected by pre-conditions, so include the limit regardless of pre-sql-conditions. 2022-07-29 14:00:06 -04:00
Isaac Connor 456549b7b4 Fix logic inversion on test_pre_sql_conditions 2022-07-29 13:59:56 -04:00
Isaac Connor 391b1f13b1 Only decremember warned_count if > 0. Fixes too much logging. Add warning about keyframe interval being > max image buffer setting. 2022-07-29 12:42:13 -04:00
Isaac Connor 7542cbb4ee
Merge pull request #3551 from dougnazar/fix_crash
Fix zmc Segfault on 1.36.20
2022-07-28 14:41:34 -04:00
Doug Nazar 3ba3a32b8c Don't manually copy AVPacket fields before av_packet_ref
av_packet_ref() calls av_packet_copy_props() to copy dts,pts,duration,etc.
and then properly either refs or makes a copy of data and sets size.
2022-07-28 13:11:51 -04:00
Doug Nazar 54dda46b07 Don't deref audio_out_stream if it doesn't exist. 2022-07-28 13:10:16 -04:00
Isaac Connor feaca5eb2a Don't reload img steam on auth hash change. Just update the global variable. 2022-07-24 20:39:41 -04:00
Isaac Connor 19e0d2bcc2 Remove remaining locale stuff from language files 2022-07-14 13:18:35 -04:00
Isaac Connor 6a92cea271 Increase version to 1.36.21 2022-07-13 18:50:15 -04:00
Isaac Connor b23de8044b Convert missed strftimes to dateTimeFormatter. Fixes #3526 2022-07-13 18:49:13 -04:00
Isaac Connor 58c4506720 Fix memleak when not doing passthrough 2022-07-13 18:41:51 -04:00
Isaac Connor d5d797ddac Only do the vsnprintf if the log is actually going to happen 2022-07-13 18:35:59 -04:00
Isaac Connor 6b339e2e8a Revert "Include pkt_pts and/or pkt_dts in frame dump"
This reverts commit 202f96f15a.
2022-07-13 14:15:03 -04:00
Isaac Connor 626320a240 Merge branch 'release-1.36' of github.com:ZoneMinder/zoneminder into release-1.36 2022-07-12 14:18:14 -04:00
Ingemārs 280d18cbd5 Update config.php.in 2022-07-12 14:17:29 -04:00
Isaac Connor e52187b85f move dateFormatters to config. This is so that they get setup even if not using index.php. Like cakephp for example. 2022-07-12 14:17:15 -04:00
ovargasp ea1f1dbc3c translations 2022-07-12 13:31:16 -04:00
ovargasp f652791f15 translations... 2022-07-12 13:30:07 -04:00
Isaac Connor 9e1dc90aef Rough in remove_password function + tests 2022-07-12 13:28:58 -04:00
Isaac Connor dd02b56f13 Use remove_authentication instead of mask_authentication 2022-07-12 13:27:51 -04:00
ovargasp 071301ffd9 fix translation for labels 2022-07-12 13:27:10 -04:00
Isaac Connor d0a8a65b7b Put back inlcuding en_gb in en_us 2022-07-12 10:14:48 -04:00
Isaac Connor 01f963933e Fix eslint 2022-07-11 15:11:09 -04:00
Isaac Connor c97b35e6c8 Convert frame->pts to stream pts. Add a seek if jumping a long way into the mp4 2022-07-11 15:09:37 -04:00
Isaac Connor df5cd98492 Merge branch 'release-1.36' of github.com:ZoneMinder/zoneminder into release-1.36 2022-07-11 14:35:35 -04:00
Isaac Connor c88d243e31 Send out a quit command when jumping to prev/next video so that hopefully zms exits. 2022-07-11 14:35:24 -04:00
Isaac Connor d7eb8045ed Use ints when comparing maxfps and effectivefps so that small decimal differences in fps don't matter. 2022-07-11 14:33:07 -04:00
Isaac Connor 66fa726043 In ffmpeg 2.8 frame->pts never gets populated. So populate it from either pkt_pts or pkt_dts depending on ffmpeg version 2022-07-11 14:32:32 -04:00
Isaac Connor 202f96f15a Include pkt_pts and/or pkt_dts in frame dump 2022-07-11 14:32:03 -04:00
Isaac Connor a765cf61be Convert reorder_queue_size to size_t 2022-07-10 09:35:22 -04:00
Isaac Connor 3836bff311 Use encoder options to specify reorder_queue size used. Clean up repeated options parsing 2022-07-07 11:35:34 -04:00
Isaac Connor 7b8c76e61a Add php-intl as a dependency 2022-07-07 09:56:43 -04:00
Isaac Connor 88f374792b Remove dependency on php-apc 2022-06-28 10:01:42 -04:00
Isaac Connor e04dfac8c7 Bump version to 1.36.20 2022-06-27 17:10:15 -04:00
Isaac Connor 7ac3b959de Don't cache_bust bootstrap, because it loads the .map and so you get javascript errors. 2022-06-27 17:09:18 -04:00
Isaac Connor 225f42767f We cannot break if there are packets in the queue. They must be deleted. 2022-06-23 17:05:07 -04:00
Isaac Connor 2dafa27001 Must include list 2022-06-23 17:03:09 -04:00
Isaac Connor c595b95efa Need a ; before report-uri 2022-06-23 16:44:13 -04:00
Isaac Connor 04e4f3b8da Use Content-Security-Policy: for all views instead of Report-Only 2022-06-23 16:44:11 -04:00
Isaac Connor c58e63e927 Don't turn '0' into '' 2022-06-23 16:40:34 -04:00
Isaac Connor 4012a243ac Center the up/down arrows in console Mark column 2022-06-23 16:37:33 -04:00
Isaac Connor 90dd05a574 rework queuing to just have a depth of 10. Finish replacing AvPacket opkt with AVPacket *opkt 2022-06-23 16:22:57 -04:00
Isaac Connor b101a420e3 make reorder_queues a map. Move it to writePacket. Update code for opkt.. 2022-06-23 16:22:04 -04:00
Isaac Connor d2d1bad803 Add support for lambda functions as post processing. Use the to replace StartDateTimeShort with StartDateTimeFormatted so that dates on viewed events use the specified formatting. 2022-06-23 14:29:37 -04:00
Isaac Connor e5f0781659 fix formatter->format 2022-06-23 14:27:36 -04:00