zoneminder/src
Isaac Connor ddf66bc9b5
Merge pull request #3100 from vertigeaux/share_frame_scores
save frame scores to SharedData for use with linked monitors
2020-12-24 11:08:25 -05:00
..
jwt-cpp Merge pull request #2874 from hax0kartik/2810-libjwt 2020-03-06 14:48:45 -05:00
libbcrypt fix compiler warnings 2020-10-16 20:04:26 -04:00
CMakeLists.txt Use ctzll + new font format for improving drawing speed 2020-11-28 18:46:20 +05:30
jinclude.h
zm.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm.h Make zm_terminate available to anyone who includes zm.h 2020-10-16 20:06:53 -04:00
zm_box.cpp
zm_box.h Allow altering polygon coordinates 2020-12-15 16:32:41 -05:00
zm_buffer.cpp fix cast 2020-11-21 16:58:22 -05:00
zm_buffer.h Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_camera.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_camera.h Merge branch 'release-1.34' 2020-07-07 16:15:56 -04:00
zm_comms.cpp googe code style 2020-11-21 09:25:10 -05:00
zm_comms.h improvements reported by cppcheck 2020-11-01 16:11:19 -05:00
zm_config.cpp Use proper C++ initializer for Config. Don't copy the sql string, just use it from whereever in ram it is. 2020-11-18 13:15:07 -05:00
zm_config.h improvements reported by cppcheck 2020-11-01 16:11:19 -05:00
zm_config_data.h.in Extract generated part of zm_config.h into zm_config_data.h 2020-08-25 23:33:56 +02:00
zm_coord.cpp
zm_coord.h Merge branch 'fix_zone_instead_of_ignore' 2020-12-15 16:33:58 -05:00
zm_crypt.cpp Merge pull request #2874 from hax0kartik/2810-libjwt 2020-03-06 14:48:45 -05:00
zm_crypt.h initial plumbing to introduce token expiry and API bans per user 2019-05-11 13:39:40 -04:00
zm_curl_camera.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_curl_camera.h Fix stuff 2020-04-08 12:52:09 -04:00
zm_db.cpp spacing, code style. Set row=nullptr to quiet valgrind 2020-11-18 13:15:52 -05:00
zm_db.h spacing, code style. Set row=nullptr to quiet valgrind 2020-11-18 13:15:52 -05:00
zm_event.cpp code style. Remove unused members. Make WriteFrameImage const 2020-12-01 09:53:51 -05:00
zm_event.h code style. Remove unused members. Make WriteFrameImage const 2020-12-01 09:53:51 -05:00
zm_eventstream.cpp remove unused includes 2020-11-21 09:25:36 -05:00
zm_eventstream.h cppcheck fixes. Make curr_frame_id signed as we may subtract from it and go < 0 2020-11-02 12:45:19 -05:00
zm_exception.cpp
zm_exception.h improvements reported by cppcheck 2020-11-01 16:11:19 -05:00
zm_ffmpeg.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_ffmpeg.h Merge branch 'release-1.34' 2020-08-17 19:30:32 -04:00
zm_ffmpeg_camera.cpp Use the new DecodingEnabled function 2020-12-10 14:05:57 -05:00
zm_ffmpeg_camera.h Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_ffmpeg_input.cpp handle the paused case 2020-10-09 10:21:00 -04:00
zm_ffmpeg_input.h cppcheck improvements. Add const and override where we can 2020-11-01 17:15:17 -05:00
zm_fifo.cpp Only log an error if we haven't been given sigpipe. 2020-11-22 17:28:53 -05:00
zm_fifo.h improvements reported by cppcheck 2020-11-01 16:11:19 -05:00
zm_file_camera.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_file_camera.h Introduce Close() to camera and monitor api. Use it to close a camera when there is an error with capturing. Remove the sleep10 on error. 2018-04-17 07:02:52 -07:00
zm_font.cpp Improve code readability. Use a define for header size 2020-12-03 16:21:18 -05:00
zm_font.h Improve code readability. Use a define for header size 2020-12-03 16:21:18 -05:00
zm_frame.cpp create a simple Frame class. Add a queue of Frames to the Event. When we get 10 of them write them out to the db. 2018-12-05 13:18:21 -05:00
zm_frame.h create a simple Frame class. Add a queue of Frames to the Event. When we get 10 of them write them out to the db. 2018-12-05 13:18:21 -05:00
zm_group.cpp Put backticks around all columns and tables in sql to deal with mysql 8 2019-08-14 16:18:21 -04:00
zm_group.h add groups 2018-05-02 12:20:36 -07:00
zm_image.cpp Fix font rendering issue 2020-12-04 05:22:54 +05:30
zm_image.h update buffertype after DumpBUffer 2020-11-19 16:38:49 -05:00
zm_image_analyser.cpp
zm_image_analyser.h
zm_jpeg.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_jpeg.h FIFO support for zoneminder zone debugging (#2594) 2019-05-16 15:37:03 -04:00
zm_libvlc_camera.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_libvlc_camera.h add a logging callback to the libvlc camera 2019-01-08 13:06:19 -05:00
zm_libvnc_camera.cpp Fix segfaults and valgrind complaints. Initialize vncClientData, handle failure to connect freeing our client. 2020-11-17 11:08:11 -05:00
zm_libvnc_camera.h Fix segfaults and valgrind complaints. Initialize vncClientData, handle failure to connect freeing our client. 2020-11-17 11:08:11 -05:00
zm_local_camera.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_local_camera.h improvements reported by cppcheck 2020-11-01 16:11:19 -05:00
zm_logger.cpp remove dead code 2020-10-30 16:09:24 -04:00
zm_logger.h improvements reported by cppcheck 2020-11-01 16:11:19 -05:00
zm_mem_utils.h improvements reported by cppcheck 2020-11-01 16:11:19 -05:00
zm_monitor.cpp Merge pull request #3100 from vertigeaux/share_frame_scores 2020-12-24 11:08:25 -05:00
zm_monitor.h save frame scores to SharedData for use with linked monitors 2020-12-22 17:44:53 -06:00
zm_monitorstream.cpp Break early after setting zm_terminate so that zms quits faster. Use a basic assignment instead of memcpy for last_frame_timestamp 2020-11-19 16:39:53 -05:00
zm_monitorstream.h cppcheck improvements. Add const and override where we can 2020-11-01 17:15:17 -05:00
zm_mpeg.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_mpeg.h coverity scan fixes/cleanups 2018-04-12 11:29:35 -04:00
zm_packet.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_packet.h Revert audio sync fixes (#2646) 2019-06-24 11:27:47 -04:00
zm_packetqueue.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_packetqueue.h improvements reported by cppcheck 2020-11-01 16:11:19 -05:00
zm_poly.cpp google code style 2020-05-01 18:06:27 -04:00
zm_poly.h Merge branch 'fix_zone_instead_of_ignore' 2020-12-15 16:33:58 -05:00
zm_regexp.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_regexp.h
zm_remote_camera.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_remote_camera.h reorder variables to match init order in constructor 2018-03-09 07:24:53 -05:00
zm_remote_camera_http.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_remote_camera_http.h Add PrimeCapture to zm_remote_camera_http. PrimeCapture is used to determine if we can connect and so by not implementing it, monitors like this say capturing even though they are not. 2020-08-08 10:21:06 -04:00
zm_remote_camera_nvsocket.cpp quiten build error 2018-04-23 14:43:16 -04:00
zm_remote_camera_nvsocket.h Introduce Close() to camera and monitor api. Use it to close a camera when there is an error with capturing. Remove the sleep10 on error. 2018-04-17 07:02:52 -07:00
zm_remote_camera_rtsp.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_remote_camera_rtsp.h CaptureAndRecord in remote camera rtsp doesn't work. Remove it. 2019-09-23 10:52:57 -04:00
zm_rgb.h
zm_rtp.cpp
zm_rtp.h
zm_rtp_ctrl.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_rtp_ctrl.h Fix Remote RTSP Method on newer ffmpeg 2019-04-28 12:05:32 -04:00
zm_rtp_data.cpp code style, merge Debug lines and consult zm_terminate in the main while loop 2020-05-07 13:41:09 -04:00
zm_rtp_data.h
zm_rtp_source.cpp code style, merge Debug lines and consult zm_terminate in the main while loop 2020-05-07 13:41:29 -04:00
zm_rtp_source.h code style, merge Debug lines and consult zm_terminate in the main while loop 2020-05-07 13:41:39 -04:00
zm_rtsp.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_rtsp.h moer cppcheck fixes 2017-11-17 07:52:26 -05:00
zm_rtsp_auth.cpp Code style/spacing 2020-05-07 13:43:35 -04:00
zm_rtsp_auth.h Merge pull request #2874 from hax0kartik/2810-libjwt 2020-03-06 14:48:45 -05:00
zm_sdp.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_sdp.h Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_sendfile.h spacing 2020-09-07 13:28:45 -04:00
zm_signal.cpp code style 2020-10-30 11:50:16 -04:00
zm_signal.h
zm_storage.cpp Minor code style update 2020-11-27 13:27:51 -05:00
zm_storage.h add StorageScheme to Storage and Events. Deprecate ZM_USE_DEEP_STORAGE 2017-12-18 12:52:26 -05:00
zm_stream.cpp Reduce error level of warnings about monitors having Function==NONE 2020-11-25 09:53:06 -05:00
zm_stream.h use nullptr when appropriate 2020-10-08 16:46:47 -04:00
zm_swscale.cpp Merge branch 'master' of github.com:ZoneMinder/zoneminder 2020-11-17 11:09:31 -05:00
zm_swscale.h Modify Convert to scale as well 2020-03-28 15:17:19 -07:00
zm_thread.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_thread.h Spacing 2020-05-07 13:44:32 -04:00
zm_threaddata.cpp
zm_time.cpp
zm_time.h improvements reported by cppcheck 2020-11-01 16:11:19 -05:00
zm_timer.cpp
zm_timer.h coverity scan fixes/cleanups 2018-04-12 11:29:35 -04:00
zm_user.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_user.h improvements reported by cppcheck 2020-11-01 16:11:19 -05:00
zm_utils.cpp Merge branch 'master' into gcc_cpuid 2020-10-09 08:47:30 -04:00
zm_utils.h rename sseversion to sse_version 2020-07-19 17:50:47 -04:00
zm_video.cpp spacing 2020-11-01 17:16:19 -05:00
zm_video.h Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_videostore.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_videostore.h rename GetOptEncoderParams to GetOptEncoderParams to GetOptEncoderParamsVec so that we can get at the std::string if we want to. 2020-07-30 15:06:05 -04:00
zm_zone.cpp Merge branch 'fix_zone_instead_of_ignore' 2020-12-15 16:33:58 -05:00
zm_zone.h cleanup code a bit. Move BlobStats to the Zone Object so that it isn't constantly being allocated/freed from the heap. Improve ParsePolygon. 2020-04-20 11:19:33 -04:00
zma.cpp Implement a Monitor::disconnect function. Fix Fatals during connect and cleanup Analysis Monitor code to wait around for zmc. Handle zmc going away gracefully. Fixes a slow zma startup due to zmc not being setup yet. 2020-11-13 12:27:51 -05:00
zmc.cpp Use INSERT.. ON DUPLICATE... instead of REPLACE INTO. REPLACE INTO deletes the existing row. Since we now have event counts in there, we lose them. 2020-11-10 12:33:10 -05:00
zms.cpp There is no need to copy query. We do not modify it. 2020-11-21 16:59:21 -05:00
zmu.cpp Add R and W short form options 2020-12-15 16:57:27 -05:00