zoneminder/src
Isaac Connor 1212830354 fix AVOCDEC version check 2021-01-28 09:08:51 -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 add zm_rtsp_server_adts_source.cpp to build 2021-01-22 19:23:36 -05:00
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_analysis_thread.cpp Don't need to get_ref_image anymore. It will block waiting for a capture packet and the ref image will be set by capture thread 2021-01-11 13:46:50 -05:00
zm_analysis_thread.h spacing code style 2020-12-09 12:21:41 -05:00
zm_box.cpp update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
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 code style 2021-01-27 16:11:24 -05:00
zm_camera.cpp All cameras will have an mFormatConext, CodecContext etc. Consolidate code in zm_camera. Fix remote rtsp decoding 2021-01-27 16:12:32 -05:00
zm_camera.h All cameras will have an mFormatConext, CodecContext etc. Consolidate code in zm_camera. Fix remote rtsp decoding 2021-01-27 16:12:32 -05: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 Merge branch 'master' into zma_to_thread 2020-12-07 16:26:26 -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 update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
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 Merge branch 'master' into zma_to_thread 2020-09-29 11:02:40 -04:00
zm_curl_camera.h Fix stuff 2020-04-08 12:52:09 -04:00
zm_db.cpp Set transaction isolation level to READ COMMITTED so that concurrent event inserts don't deadlock 2021-01-12 14:19:04 -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 accept packets with image data 2021-01-27 12:49:27 -05:00
zm_event.h include std::string don't include zm_video.h. Remove old videoWriter references 2020-12-30 21:22:33 -05:00
zm_eventstream.cpp Don't need to checkInitialized in event stream. We don't assign a monitor and don't need to connect to it 2021-01-27 10:07:57 -05:00
zm_eventstream.h add static Mode_Strings 2021-01-26 12:21:21 -05:00
zm_exception.cpp update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_exception.h improvements reported by cppcheck 2020-11-01 16:11:19 -05:00
zm_ffmpeg.cpp Add debug in zm_send_packet_receive_frame 2021-01-28 09:08:33 -05:00
zm_ffmpeg.h fix AVOCDEC version check 2021-01-28 09:08:51 -05:00
zm_ffmpeg_camera.cpp Don't need to set timebase. Continue supporting old ffmpeg 2021-01-27 11:48:32 -05:00
zm_ffmpeg_camera.h NULL->nullptr 2020-12-27 11:56:59 -05:00
zm_ffmpeg_input.cpp Some fixes for unused code (will be used in future) 2021-01-26 18:29:34 -05:00
zm_ffmpeg_input.h Some fixes for unused code (will be used in future) 2021-01-26 18:29:34 -05:00
zm_ffmpeg_output.cpp add rouhged in output 2017-10-25 13:27:34 -07:00
zm_ffmpeg_output.h add rouhged in output 2017-10-25 13:27:34 -07: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 Merge branch 'master' into zma_to_thread 2020-09-29 11:02:40 -04:00
zm_file_camera.h Merge branch 'storageareas' into zma_to_thread 2018-05-05 12:25:11 -04: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 Always load AvFrame to RGBA 2021-01-26 12:22:07 -05:00
zm_image.h Spacing 2021-01-12 14:11:06 -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 Merge branch 'master' into zma_to_thread 2020-09-29 11:02:40 -04:00
zm_libvlc_camera.h Merge branch 'storageareas' into zma_to_thread 2019-02-13 12:24:38 -05:00
zm_libvnc_camera.cpp fix compiler warning 2020-12-27 11:57:23 -05:00
zm_libvnc_camera.h Merge branch 'master' into zma_to_thread 2020-12-07 16:26:26 -05:00
zm_local_camera.cpp All cameras will have an mFormatConext, CodecContext etc. Consolidate code in zm_camera. Fix remote rtsp decoding 2021-01-27 16:12:32 -05:00
zm_local_camera.h All cameras will have an mFormatConext, CodecContext etc. Consolidate code in zm_camera. Fix remote rtsp decoding 2021-01-27 16:12:32 -05:00
zm_logger.cpp small cleanup in logging 2021-01-11 13:46:50 -05: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 fix min_section_length not being honoured 2021-01-27 18:13:16 -05:00
zm_monitor.h Merge branch 'zma_to_thread' into rtsp_server 2021-01-19 13:43:25 -05:00
zm_monitorstream.cpp Code style 2021-01-11 13:46:50 -05:00
zm_monitorstream.h break lone lines. Move sendTextFrame to public so that we can use it to send error message in image form. 2021-01-15 14:43:07 -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 return bytes consumed by decode 2021-01-27 16:12:49 -05:00
zm_packet.h add missing and mix order of Packet initializers 2021-01-11 13:46:50 -05:00
zm_packetqueue.cpp Since we loop in here, need to lock the packetqueue 2021-01-27 11:48:32 -05:00
zm_packetqueue.h remove analysis_it and correctly manage external iterators. Fix testing for ability to remove packets from packetqueue. Fix some cases where the order of testing zm_terminate and packet locking is important 2021-01-11 13:46:50 -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 update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_remote_camera.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_remote_camera.h code cleanup 2021-01-27 16:13:03 -05:00
zm_remote_camera_http.cpp Use get_videoStream in zm_camera 2021-01-27 16:13:43 -05:00
zm_remote_camera_http.h Use get_videoStream in zm_camera 2021-01-27 16:13:43 -05:00
zm_remote_camera_nvsocket.cpp Merge branch 'storageareas' into zma_to_thread 2018-05-05 12:25:11 -04:00
zm_remote_camera_nvsocket.h Merge branch 'storageareas' into zma_to_thread 2018-05-05 12:25:11 -04:00
zm_remote_camera_rtsp.cpp All cameras will have an mFormatConext, CodecContext etc. Consolidate code in zm_camera. Fix remote rtsp decoding 2021-01-27 16:12:32 -05:00
zm_remote_camera_rtsp.h All cameras will have an mFormatConext, CodecContext etc. Consolidate code in zm_camera. Fix remote rtsp decoding 2021-01-27 16:12:32 -05:00
zm_rgb.h update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_rtp.cpp update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_rtp.h update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
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 update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_rtp_source.cpp spacing and code stylez 2020-12-27 12:03:44 -05: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 code comments 2021-01-27 16:14:17 -05: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_rtsp_server_adts_source.cpp Fix build without RTSP 2021-01-27 10:50:07 -05:00
zm_rtsp_server_adts_source.h Fix build without RTSP 2021-01-27 10:50:07 -05:00
zm_rtsp_server_device_source.cpp Fix including rtsp server code 2021-01-27 10:08:42 -05:00
zm_rtsp_server_device_source.h Fix build without RTSP 2021-01-27 10:50:07 -05:00
zm_rtsp_server_frame.h Fix build without RTSP 2021-01-27 10:50:07 -05:00
zm_rtsp_server_h264_device_source.cpp Fix build without RTSP 2021-01-27 10:50:07 -05:00
zm_rtsp_server_h264_device_source.h cleanup 2021-01-22 19:29:19 -05:00
zm_rtsp_server_server_media_subsession.cpp Fix build without RTSP 2021-01-27 10:50:07 -05:00
zm_rtsp_server_server_media_subsession.h Fix build without RTSP 2021-01-27 10:50:07 -05:00
zm_rtsp_server_thread.cpp Don't crash if can't add any streams 2021-01-27 12:50:40 -05:00
zm_rtsp_server_thread.h cleanup, start roughing in audio stream support 2021-01-21 10:26:46 -05:00
zm_rtsp_server_unicast_server_media_subsession.cpp Fix build without RTSP 2021-01-27 10:50:07 -05:00
zm_rtsp_server_unicast_server_media_subsession.h code style 2021-01-22 20:24:12 -05:00
zm_sdp.cpp need to copy parameters to codecpar 2020-12-27 12:04:17 -05: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 update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
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 break lone lines. Move sendTextFrame to public so that we can use it to send error message in image form. 2021-01-15 14:43:07 -05:00
zm_swscale.cpp Merge branch 'master' into zma_to_thread 2020-12-29 12:18:26 -05:00
zm_swscale.h Merge branch 'master' into zma_to_thread 2020-07-21 17:38:32 -04:00
zm_thread.cpp Merge branch 'master' into rtsp_server 2020-12-17 10:16:54 -05:00
zm_thread.h Spacing 2020-05-07 13:44:32 -04:00
zm_threaddata.cpp update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_time.cpp update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_time.h improvements reported by cppcheck 2020-11-01 16:11:19 -05:00
zm_timer.cpp update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_timer.h coverity scan fixes/cleanups 2018-04-12 11:29:35 -04:00
zm_user.cpp Merge branch 'rtsp_server' 2021-01-26 14:22:10 -05:00
zm_user.h improvements reported by cppcheck 2020-11-01 16:11:19 -05:00
zm_utils.cpp Merge branch 'master' into zma_to_thread 2020-10-20 16:20:29 -04:00
zm_utils.h rename sseversion to sse_version 2020-07-19 17:50:47 -04:00
zm_video.cpp Merge branch 'master' into rtsp_server 2020-12-15 10:14:19 -05:00
zm_video.h Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_videostore.cpp require audio_in_ctx as well as audio_in_stream 2021-01-27 16:14:07 -05:00
zm_videostore.h Cleanup constructor, using initializers. Pass in CodecContexts as well. We need them for timebases. Fixes passthrough timestamps. 2021-01-25 18:50:35 -05:00
zm_zone.cpp Merge branch 'master' into rtsp_server 2020-12-17 10:16:54 -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 config.min_rtsp_port to determine if we start up the rtsp server. Move the sleep on failure to capture down below shutting everything down. 2021-01-26 14:20:03 -05:00
zms.cpp When can't connect to monitor send an image saying so 2021-01-15 14:43:44 -05:00
zmu.cpp Add R and W short form options 2020-12-15 16:57:27 -05:00