zoneminder/src
Isaac Connor 4d5d2ecd5d
Merge pull request #3030 from Carbenium/nullptr
Convert NULL/0 to nullptr
2020-08-26 16:54:28 -04: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 Extract generated part of zm_config.h into zm_config_data.h 2020-08-25 23:33:56 +02: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_bigfont.h
zm_box.cpp
zm_box.h google code style 2020-05-01 18:06:27 -04:00
zm_buffer.cpp
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 Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_comms.h Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_config.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_config.h Extract generated part of zm_config.h into zm_config_data.h 2020-08-25 23:33:56 +02: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 google code style 2020-05-01 18:06:27 -04: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 Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_db.h Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_event.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_event.h Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_eventstream.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_eventstream.h Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_exception.cpp
zm_exception.h zm_exception doesn't use anything from zm.h so don't include it 2018-11-23 12:44:54 -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 Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_ffmpeg_camera.h Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_ffmpeg_input.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_ffmpeg_input.h don't seek back when not neccesary 2019-12-13 18:12:33 -05:00
zm_fifo.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_fifo.h Google code style, ifdef out all the extra includs that shouldn't be in the .h 2019-06-27 10:29:47 -04: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.h
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 Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_image.h Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02: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 Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02: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 Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_local_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_logger.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_logger.h Cleanup/rework. Handle database connection failure. This can happen if we init logging before config reading. Default terminal log level to warning. Cleanup logInit copying the options in order to populate mLogPath from config. We can handle this in the constructor now. 2019-09-17 11:10:59 -04:00
zm_mem_utils.h Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_monitor.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_monitor.h Merge branch 'release-1.34' 2020-08-06 11:57:35 -04:00
zm_monitorstream.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_monitorstream.h Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02: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 Properly compute video buffer length when analysis fps is set 2019-11-15 21:55:40 -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
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 Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_signal.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_signal.h
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 Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_stream.h nothing 2020-07-24 15:27:05 -04:00
zm_swscale.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02: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 Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02: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 Fix crash when using auth_relay=none 2019-08-28 10:34:30 -04:00
zm_utils.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_utils.h rename sseversion to sse_version 2020-07-19 17:50:47 -04:00
zm_video.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02: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 Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zm_zone.h cleanup. Google Code Style. Move diag_path from a static to a class member so that multiple zones will create different diag files. 2018-04-23 14:36:54 -04:00
zma.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zmc.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zms.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00
zmu.cpp Convert NULL/0 to nullptr 2020-08-26 22:03:40 +02:00