.. |
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
|
Build: Reindent the CMakeLists
|
2021-02-04 22:00:56 +01:00 |
jinclude.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm.cpp
|
Convert NULL/0 to nullptr
|
2020-08-26 22:03:40 +02:00 |
zm.h
|
Gut out zm.h since it is used only to store the self variable
|
2021-02-04 18:02:08 +01:00 |
zm_analysis_thread.cpp
|
Remove references to <csignal> from AnalysisThread
|
2021-02-04 18:02:08 +01:00 |
zm_analysis_thread.h
|
Remove references to <csignal> from AnalysisThread
|
2021-02-04 18:02:08 +01:00 |
zm_box.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_box.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_buffer.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_buffer.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_camera.cpp
|
Merge pull request #3127 from Carbenium/header-cleanup
|
2021-02-04 12:52:04 -05:00 |
zm_camera.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_comms.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_comms.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_config.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_config.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01: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
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_coord.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_crypt.cpp
|
add include <cstring>
|
2021-02-04 17:07:25 -05:00 |
zm_crypt.h
|
Replace deprecated C header includes with the C++ ones.
|
2021-02-04 05:39:03 +01:00 |
zm_curl_camera.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_curl_camera.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_db.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_db.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_define.h
|
Consolidate __STDC_FORMAT_MACROS and __STDC_CONSTANT_MACROS definition
|
2021-02-04 19:58:29 +01:00 |
zm_event.cpp
|
Remove code to update the frames to match videostore. they are always in sync now
|
2021-02-04 20:39:48 -05:00 |
zm_event.h
|
Consolidate __STDC_FORMAT_MACROS and __STDC_CONSTANT_MACROS definition
|
2021-02-04 19:58:29 +01:00 |
zm_eventstream.cpp
|
remove our copies of min() and max(). Use std::min() and std::max()
|
2021-02-06 16:02:09 -05:00 |
zm_eventstream.h
|
Consolidate __STDC_FORMAT_MACROS and __STDC_CONSTANT_MACROS definition
|
2021-02-04 19:58:29 +01: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
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_ffmpeg.h
|
Remove includes of <stdint.h>
|
2021-02-02 21:37:26 +01:00 |
zm_ffmpeg_camera.cpp
|
Fix xenial builds. Fixes #3130
|
2021-02-05 12:30:51 -05:00 |
zm_ffmpeg_camera.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_ffmpeg_input.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_ffmpeg_input.h
|
Consolidate __STDC_FORMAT_MACROS and __STDC_CONSTANT_MACROS definition
|
2021-02-04 19:58:29 +01:00 |
zm_ffmpeg_output.cpp
|
Use global FFMPEGInit(). Removed compiler warning
|
2021-02-04 14:07:37 -05:00 |
zm_ffmpeg_output.h
|
add rouhged in output
|
2017-10-25 13:27:34 -07:00 |
zm_fifo.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_fifo.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_file_camera.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_file_camera.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_font.cpp
|
Fix resource leak on failure to load font
|
2021-02-06 20:11:38 -05:00 |
zm_font.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01: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
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_group.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_group.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_image.cpp
|
Image: Replace qsort with std::sort
|
2021-02-06 15:41:56 +01:00 |
zm_image.h
|
Image: Replace qsort with std::sort
|
2021-02-06 15:41:56 +01: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
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_jpeg.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_libvlc_camera.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_libvlc_camera.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_libvnc_camera.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_libvnc_camera.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_local_camera.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_local_camera.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_logger.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_logger.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_mem_utils.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_monitor.cpp
|
Fix compile when using sysv shm
|
2021-02-06 20:11:38 -05:00 |
zm_monitor.h
|
Consolidate __STDC_FORMAT_MACROS and __STDC_CONSTANT_MACROS definition
|
2021-02-04 19:58:29 +01:00 |
zm_monitorstream.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_monitorstream.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_mpeg.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_mpeg.h
|
coverity scan fixes/cleanups
|
2018-04-12 11:29:35 -04:00 |
zm_packet.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_packet.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_packetqueue.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_packetqueue.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_poly.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_poly.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_regexp.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_regexp.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_remote_camera.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_remote_camera.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_remote_camera_http.cpp
|
Merge pull request #3127 from Carbenium/header-cleanup
|
2021-02-04 12:52:04 -05:00 |
zm_remote_camera_http.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_remote_camera_nvsocket.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_remote_camera_nvsocket.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_remote_camera_rtsp.cpp
|
Fix xenial builds. Fixes #3130
|
2021-02-05 12:30:51 -05:00 |
zm_remote_camera_rtsp.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_rgb.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_rtp.cpp
|
update gpl 2 mailing address in source files
|
2016-12-26 09:23:16 -06:00 |
zm_rtp.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_rtp_ctrl.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_rtp_ctrl.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_rtp_data.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_rtp_data.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_rtp_source.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_rtp_source.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_rtsp.cpp
|
remove our copies of min() and max(). Use std::min() and std::max()
|
2021-02-06 16:02:09 -05:00 |
zm_rtsp.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_rtsp_auth.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_rtsp_auth.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_rtsp_server_adts_source.cpp
|
Replace #pragama once with include guards to be consistent
|
2021-02-04 18:02:08 +01:00 |
zm_rtsp_server_adts_source.h
|
Replace #pragama once with include guards to be consistent
|
2021-02-04 18:02:08 +01:00 |
zm_rtsp_server_device_source.cpp
|
Replace #pragama once with include guards to be consistent
|
2021-02-04 18:02:08 +01:00 |
zm_rtsp_server_device_source.h
|
Consolidate __STDC_FORMAT_MACROS and __STDC_CONSTANT_MACROS definition
|
2021-02-04 19:58:29 +01:00 |
zm_rtsp_server_frame.h
|
Replace #pragama once with include guards to be consistent
|
2021-02-04 18:02:08 +01:00 |
zm_rtsp_server_h264_device_source.cpp
|
Replace #pragama once with include guards to be consistent
|
2021-02-04 18:02:08 +01:00 |
zm_rtsp_server_h264_device_source.h
|
Replace #pragama once with include guards to be consistent
|
2021-02-04 18:02:08 +01:00 |
zm_rtsp_server_server_media_subsession.cpp
|
Replace #pragama once with include guards to be consistent
|
2021-02-04 18:02:08 +01:00 |
zm_rtsp_server_server_media_subsession.h
|
Replace #pragama once with include guards to be consistent
|
2021-02-04 18:02:08 +01:00 |
zm_rtsp_server_thread.cpp
|
Replace #pragama once with include guards to be consistent
|
2021-02-04 18:02:08 +01:00 |
zm_rtsp_server_thread.h
|
Replace #pragama once with include guards to be consistent
|
2021-02-04 18:02:08 +01:00 |
zm_rtsp_server_unicast_server_media_subsession.cpp
|
Replace #pragama once with include guards to be consistent
|
2021-02-04 18:02:08 +01:00 |
zm_rtsp_server_unicast_server_media_subsession.h
|
Replace #pragama once with include guards to be consistent
|
2021-02-04 18:02:08 +01:00 |
zm_sdp.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_sdp.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_sendfile.h
|
spacing
|
2020-09-07 13:28:45 -04:00 |
zm_signal.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_signal.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_storage.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_storage.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_stream.cpp
|
Fix xenial builds. Fixes #3130
|
2021-02-05 12:30:51 -05:00 |
zm_stream.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_swscale.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_swscale.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_thread.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_thread.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01: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
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_timer.cpp
|
update gpl 2 mailing address in source files
|
2016-12-26 09:23:16 -06:00 |
zm_timer.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_user.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_user.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_utils.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_utils.h
|
remove our copies of min() and max(). Use std::min() and std::max()
|
2021-02-06 16:02:09 -05:00 |
zm_video.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_video.h
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zm_videostore.cpp
|
Fix xenial builds. Fixes #3130
|
2021-02-05 12:30:51 -05:00 |
zm_videostore.h
|
Consolidate __STDC_FORMAT_MACROS and __STDC_CONSTANT_MACROS definition
|
2021-02-04 19:58:29 +01:00 |
zm_zone.cpp
|
Consolidate __STDC_FORMAT_MACROS and __STDC_CONSTANT_MACROS definition
|
2021-02-04 19:58:29 +01:00 |
zm_zone.h
|
Consolidate __STDC_FORMAT_MACROS and __STDC_CONSTANT_MACROS definition
|
2021-02-04 19:58:29 +01: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
|
Consolidate __STDC_FORMAT_MACROS and __STDC_CONSTANT_MACROS definition
|
2021-02-04 19:58:29 +01:00 |
zms.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |
zmu.cpp
|
Cleanup and reorganize includes
|
2021-02-04 18:02:01 +01:00 |