zoneminder/src
Isaac Connor aaf4b37439 spacing, don't need to set packet.size=0 2020-12-07 15:53:09 -05:00
..
jwt-cpp Merge pull request #2874 from hax0kartik/2810-libjwt 2020-03-06 14:48:45 -05:00
libbcrypt Merge branch 'fix_zms' 2020-04-26 18:43:39 -04:00
CMakeLists.txt Merge branch 'master' into zma_to_thread 2020-09-29 11:02:40 -04: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-05-07 13:38:56 -04:00
zm_analysis_thread.cpp add Debug 2020-09-25 16:19:31 -04:00
zm_analysis_thread.h simplify Analysis 2017-11-20 11:48:56 -05:00
zm_bigfont.h tabs to spaces and use 2space indenting 2016-04-04 10:11:48 -04:00
zm_box.cpp update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_box.h google code style 2020-05-01 18:06:27 -04:00
zm_buffer.cpp update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_buffer.h Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_camera.cpp Merge branch 'master' into zma_to_thread 2020-09-29 11:02:40 -04:00
zm_camera.h Merge branch 'master' into zma_to_thread 2020-07-21 17:49:39 -04:00
zm_comms.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02: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-09-29 11:02:40 -04: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 improvements reported by cppcheck 2020-11-01 16:11:19 -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 Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_db.h improvements reported by cppcheck 2020-11-01 16:11:19 -05:00
zm_event.cpp Merge branch 'master' into zma_to_thread 2020-11-12 12:53:55 -05:00
zm_event.h Merge branch 'master' into zma_to_thread 2020-11-12 12:53:55 -05:00
zm_eventstream.cpp Rename StartTime, EndTime in Events to StartDateTime and EndDateTime 2020-11-04 13:49:47 -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 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 Merge branch 'master' into zma_to_thread 2020-09-29 11:02:40 -04:00
zm_ffmpeg.h Merge branch 'master' into zma_to_thread 2020-09-29 11:02:40 -04:00
zm_ffmpeg_camera.cpp remove debug 2020-10-26 18:48:43 -04:00
zm_ffmpeg_camera.h Merge branch 'master' into zma_to_thread 2020-09-29 11:02:40 -04:00
zm_ffmpeg_input.cpp Merge branch 'master' into zma_to_thread 2020-10-20 16:20:29 -04:00
zm_ffmpeg_input.h Merge branch 'master' into zma_to_thread 2020-11-12 12:53:55 -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 Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02: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.h tabs to spaces and use 2space indenting 2016-04-04 10:11:48 -04: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 Merge branch 'master' into zma_to_thread 2020-10-20 16:20:29 -04:00
zm_image.h Merge branch 'master' into zma_to_thread 2020-10-20 16:20:29 -04:00
zm_image_analyser.cpp tabs to spaces and use 2space indenting 2016-04-04 10:11:48 -04:00
zm_image_analyser.h tabs to spaces and use 2space indenting 2016-04-04 10:11:48 -04:00
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 Handle error conditions 2020-09-09 12:55:08 -04:00
zm_libvnc_camera.h Fix a memory leak, shift rfbClientCleanup to Terminate() 2020-03-30 10:11:42 -07:00
zm_local_camera.cpp Merge branch 'master' into zma_to_thread 2020-09-29 11:02:40 -04:00
zm_local_camera.h Merge branch 'master' into zma_to_thread 2020-11-12 12:53:55 -05:00
zm_logger.cpp Merge branch 'master' into zma_to_thread 2020-11-12 12:53:55 -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 Merge branch 'master' into zma_to_thread 2020-11-12 12:53:55 -05:00
zm_monitor.h Merge branch 'master' into zma_to_thread 2020-11-12 12:53:55 -05:00
zm_monitorstream.cpp Merge branch 'master' into zma_to_thread 2020-11-12 12:53:55 -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 spacing, don't need to set packet.size=0 2020-12-07 15:53:09 -05:00
zm_packet.h spacing 2020-11-12 12:36:36 -05:00
zm_packetqueue.cpp Merge branch 'master' into zma_to_thread 2020-09-29 11:02:40 -04: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 Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02: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 reorder variables to match init order in constructor 2018-03-09 07:24:53 -05:00
zm_remote_camera_http.cpp Merge branch 'master' into zma_to_thread 2020-09-29 11:02:40 -04:00
zm_remote_camera_http.h Merge branch 'master' into zma_to_thread 2020-09-29 11:02:40 -04: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 Merge branch 'master' into zma_to_thread 2020-09-29 11:02:40 -04: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 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 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 update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_storage.cpp Put backticks around all columns and tables in sql to deal with mysql 8 2019-08-14 16:18:21 -04: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 use nullptr when appropriate 2020-10-08 16:46:47 -04:00
zm_stream.h use nullptr when appropriate 2020-10-08 16:46:47 -04:00
zm_swscale.cpp Merge branch 'master' into zma_to_thread 2020-09-29 11:02:40 -04: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 zma_to_thread 2020-09-29 11:02:40 -04: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 'master' into zma_to_thread 2020-09-29 11:02:40 -04: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 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 Merge branch 'master' into zma_to_thread 2020-09-29 11:02:40 -04: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 'master' into zma_to_thread 2020-10-20 16:20:29 -04: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 Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zmc.cpp Merge branch 'master' into zma_to_thread 2020-11-12 12:53:55 -05:00
zms.cpp improve code logic/spacing 2020-11-01 17:16:07 -05:00
zmu.cpp improvements reported by cppcheck 2020-11-01 16:11:19 -05:00