zoneminder/src
Isaac Connor f2525253bb spacing, remove excess parenthesis etc 2018-08-10 11:15:51 -04:00
..
CMakeLists.txt add groups 2018-05-02 12:20:36 -07:00
jinclude.h Migrate svn to git 2013-03-17 00:45:21 +01:00
zm.cpp update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm.h update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06: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 add Copy and =operators to satisfy cppcheck 2017-11-16 09:15:04 -05:00
zm_buffer.cpp update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_buffer.h more cppcheck fixes 2017-11-16 09:19:27 -05:00
zm_camera.cpp Initialize bytes to zero in camera constructor. 2018-05-07 10:27:06 -04:00
zm_camera.h spacing, remove excess parenthesis etc 2018-08-10 11:15:51 -04:00
zm_comms.cpp move freeaddrinfo up before a return to prevent memleak 2017-12-12 12:35:05 -05:00
zm_comms.h coverity scan fixes/cleanups 2018-04-12 11:29:35 -04:00
zm_config.cpp move closedir down so that it always happens. Make coverity quiet 2017-12-12 12:34:43 -05:00
zm_config.h.in add CFG_UNKNOWN and use it in the .cpp to quiet coverity 2017-12-12 12:35:28 -05:00
zm_coord.cpp update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_coord.h add Copy and =operators to satisfy cppcheck 2017-11-16 09:15:04 -05:00
zm_curl_camera.cpp add missing unlock 2017-12-12 13:20:53 -05:00
zm_curl_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_db.cpp Implement a RecursiveMutex class which is an explicit Recursive Mutex. Change the db mutex to a recursive Mutex 2018-06-01 11:27:35 -04:00
zm_db.h Implement a RecursiveMutex class which is an explicit Recursive Mutex. Change the db mutex to a recursive Mutex 2018-06-01 11:27:35 -04:00
zm_event.cpp Improve loging around writing out analysis frames 2018-08-02 15:40:33 -04:00
zm_event.h switch to uint64_t for event_id because long long can actually be 128 bit 2018-04-17 13:51:20 -04:00
zm_eventstream.cpp fix ftbs on el7 2018-04-24 12:16:19 -05:00
zm_eventstream.h switch to uint64_t for event_id because long long can actually be 128 bit 2018-04-17 13:51:20 -04:00
zm_exception.cpp update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_exception.h update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_ffmpeg.cpp Merge branch 'master' into storageareas 2018-04-26 21:58:34 -04:00
zm_ffmpeg.h Merge zm_ffmpeg.cpp from zma_to_thread 2018-01-21 17:18:29 -05:00
zm_ffmpeg_camera.cpp spacing 2018-07-09 13:07:49 -04:00
zm_ffmpeg_camera.h reintroduce FfmpegInterruptCallBack so that av_read_frame can be made to quit 2018-05-08 12:02:08 -04:00
zm_ffmpeg_input.cpp spacing, increase debug 2018-03-02 18:26:07 -08:00
zm_ffmpeg_input.h fixes from cppcheck. 2017-11-18 16:00:10 -05:00
zm_file_camera.cpp should only cpoy sizeof(path)-1 to leave space for null terminator 2017-12-12 12:37:04 -05: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 tabs to spaces and use 2space indenting 2016-04-04 10:11:48 -04:00
zm_group.cpp cleanup 2018-05-12 14:37:13 -07:00
zm_group.h add groups 2018-05-02 12:20:36 -07:00
zm_image.cpp whitespace 2018-05-03 13:54:18 -04:00
zm_image.h fixes from cppcheck. 2017-11-18 16:00:10 -05: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 moer cppcheck fixes 2017-11-17 07:52:26 -05:00
zm_jpeg.h spelling fixes 2016-12-29 10:31:05 +01:00
zm_libvlc_camera.cpp add a code comment 2018-05-07 11:08:06 -04:00
zm_libvlc_camera.h google code style 2018-05-07 10:27:40 -04:00
zm_local_camera.cpp google code style, improve debugging, add bandwidth code 2018-08-09 11:23:13 -04: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 log the log line not the uninitialized sql 2018-05-14 13:57:26 -04:00
zm_logger.h spacing and braces, remove a dead unused function 2018-04-11 10:50:28 -04:00
zm_mem_utils.h fixes from cppcheck. 2017-11-18 16:00:10 -05:00
zm_monitor.cpp You should just mkdir and handle EEXIST because stating first is a race condition 2018-08-10 11:14:41 -04:00
zm_monitor.h move pre_event_images init to constructor, getting rid of static_undef tests. Initialize timestamps to 0. Clean up some logic in Analyze 2018-05-26 13:01:30 -04:00
zm_monitorstream.cpp Downgrade Unable to send stream to warning 2018-05-04 12:04:28 -05:00
zm_monitorstream.h coverity scan fixes/cleanups 2018-04-12 11:29:35 -04:00
zm_mpeg.cpp coverity scan fixes/cleanups 2018-04-12 11:29:35 -04:00
zm_mpeg.h coverity scan fixes/cleanups 2018-04-12 11:29:35 -04:00
zm_packet.cpp moer cppcheck fixes 2017-11-17 07:52:26 -05:00
zm_packet.h more cppcheck recommendations 2017-11-16 21:21:56 -05:00
zm_packetqueue.cpp coverity scan fixes/cleanups 2018-04-12 11:29:35 -04:00
zm_packetqueue.h Fix videostorage (#1885) 2017-05-16 12:04:56 -04:00
zm_poly.cpp update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_poly.h fixes from cppcheck. 2017-11-18 16:00:10 -05:00
zm_regexp.cpp initilize things to quiet coverity 2017-12-12 13:09:55 -05:00
zm_regexp.h update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_remote_camera.cpp delete authenticator when destructing. reduce memleak 2018-05-25 14:20:54 -04: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 include zm_signal.h so that we have access to zm_terminate. Use zm_terminate to break out of endless loops. Add incoming bytes counts 2018-04-25 10:49:35 -04:00
zm_remote_camera_http.h add Disconnect to Close 2018-05-26 13:03:13 -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 Use 1 for successful return from CaptureAndRecord 2018-06-14 13:27:46 -04:00
zm_remote_camera_rtsp.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_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 moer cppcheck fixes 2017-11-17 07:52:26 -05:00
zm_rtp_ctrl.h update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_rtp_data.cpp moer cppcheck fixes 2017-11-17 07:52:26 -05: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 braces 2017-05-20 09:03:04 -04:00
zm_rtp_source.h update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_rtsp.cpp moer cppcheck fixes 2017-11-17 07:52:26 -05:00
zm_rtsp.h moer cppcheck fixes 2017-11-17 07:52:26 -05:00
zm_rtsp_auth.cpp google code style 2018-05-25 14:21:06 -04:00
zm_rtsp_auth.h moer cppcheck fixes 2017-11-17 07:52:26 -05:00
zm_sdp.cpp fixes from cppcheck. 2017-11-18 16:00:10 -05:00
zm_sdp.h moer cppcheck fixes 2017-11-17 07:52:26 -05:00
zm_sendfile.h finish roughing in ffmpeg_input 2017-06-26 16:55:49 -04:00
zm_signal.cpp Upstream FreeBSD patches (#1926) 2017-06-22 10:14:24 -04:00
zm_signal.h update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_storage.cpp Set Default Scheme 2018-01-23 09:07:40 -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 we must try to create the SOCK_DIR because nowadays systemd is chrooting processes and PATH_SOCKS may not exist 2018-08-10 11:15:15 -04:00
zm_stream.h quiet coverity by initialising last_frame_timestamp 2017-12-12 13:01:57 -05:00
zm_swscale.cpp make swscale more robust by moving bits that can fail into an init function instead of the constructor 2018-04-12 10:24:10 -04:00
zm_swscale.h make swscale more robust by moving bits that can fail into an init function instead of the constructor 2018-04-12 10:24:10 -04:00
zm_thread.cpp Implement a RecursiveMutex class which is an explicit Recursive Mutex. Change the db mutex to a recursive Mutex 2018-06-01 11:27:35 -04:00
zm_thread.h Implement a RecursiveMutex class which is an explicit Recursive Mutex. Change the db mutex to a recursive Mutex 2018-06-01 11:27:35 -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 remove unused code that doesn't compile 2018-04-06 19:48:00 +02: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 Include id in the user object 2018-02-13 05:28:00 -05:00
zm_user.h coverity scan fixes/cleanups 2018-04-12 11:29:35 -04:00
zm_utils.cpp Google code style, fix join() in that we weren't using the delimitere parameter 2018-05-12 14:37:41 -07:00
zm_utils.h coverity scan fixes/cleanups 2018-04-12 11:29:35 -04:00
zm_video.cpp make encodeloop return frame_size to indicate error so that we can bail 2018-05-02 12:21:01 -07:00
zm_video.h make encodeloop return frame_size to indicate error so that we can bail 2018-05-02 12:21:01 -07:00
zm_videostore.cpp add version test to get rid of deprecation warning for refcounted_frames 2018-05-26 13:01:51 -04:00
zm_videostore.h coverity scan fixes/cleanups 2018-04-12 11:29:35 -04:00
zm_zone.cpp Add STDC_FORMAT_MACROS and include cinttypes so that PRIu64 works on centos7 2018-06-14 12:24:58 -04: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 Test that shm is always valid in zma so that zma dies if zmc does. 2018-04-23 16:24:44 -04:00
zmc.cpp use 0 for return code when exiting cleanly 2018-05-25 14:21:41 -04:00
zms.cpp remove () around return 2018-07-04 14:50:47 -04:00
zmu.cpp Merge branch 'master' into storageareas 2018-04-26 21:58:34 -04:00