zoneminder/src
Isaac Connor c40f79097d fix zeroing of vid_cap, when we want to zero vid_pic! 2017-12-12 13:28:39 -05:00
..
CMakeLists.txt wip nvsocket 2017-10-03 13:28:56 -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 more cppcheck recommendations 2017-11-16 21:21:56 -05:00
zm_camera.h Fix videostorage (#1885) 2017-05-16 12:04:56 -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 fixes from cppcheck. 2017-11-18 16:00:10 -05: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 locallist return code vars, they don't need to be class members 2017-12-12 12:35:54 -05:00
zm_db.cpp fix mem corruption 2017-12-03 12:50:57 -05:00
zm_db.h Merge branch 'master' into storageareas 2017-01-02 09:39:10 -05:00
zm_event.cpp use the return value of stat 2017-12-12 12:51:54 -05:00
zm_event.h fix mving capture_file_format to staticCOnfig 2017-10-18 20:46:26 -04:00
zm_eventstream.cpp moer cppcheck fixes 2017-11-17 07:52:26 -05:00
zm_eventstream.h moer cppcheck fixes 2017-11-17 07:52:26 -05: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 fix strncpy not leaving null terminator space 2017-12-12 12:53:05 -05:00
zm_ffmpeg.h add ffmpeg decoding of a .mp4 to get the frames 2017-08-23 15:05:44 -04:00
zm_ffmpeg_camera.cpp remove debug lines 2017-12-12 12:36:35 -05:00
zm_ffmpeg_camera.h fixes from cppcheck. 2017-11-18 16:00:10 -05:00
zm_ffmpeg_input.cpp fixes from cppcheck. 2017-11-18 16:00:10 -05: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 quiet coverity by initializing everything in constructor 2017-12-12 12:37:36 -05:00
zm_font.h tabs to spaces and use 2space indenting 2016-04-04 10:11:48 -04:00
zm_image.cpp remove less than zero tests for unsigned parameters 2017-12-12 13:25:02 -05: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 quiet coverity by initializing everything in constructor 2017-12-12 12:37:36 -05:00
zm_libvlc_camera.h Fix videostorage (#1885) 2017-05-16 12:04:56 -04:00
zm_local_camera.cpp fix zeroing of vid_cap, when we want to zero vid_pic! 2017-12-12 13:28:39 -05:00
zm_local_camera.h Fix videostorage (#1885) 2017-05-16 12:04:56 -04:00
zm_logger.cpp moer cppcheck fixes 2017-11-17 07:52:26 -05:00
zm_logger.h remove unused mDbConnection 2017-12-12 13:18:50 -05:00
zm_mem_utils.h fixes from cppcheck. 2017-11-18 16:00:10 -05:00
zm_monitor.cpp fix integer division instead of double 2017-12-12 12:56:19 -05:00
zm_monitor.h cleanup 2017-11-28 11:55:47 -05:00
zm_monitorstream.cpp lots more debugging. re-add status update command on failure 2017-11-22 01:18:07 -05:00
zm_monitorstream.h initialize ttl 2017-12-12 13:19:09 -05:00
zm_mpeg.cpp quiet coverity 2017-12-12 13:25:41 -05:00
zm_mpeg.h fixes from cppcheck. 2017-11-18 16:00:10 -05: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 add ffmpeg decoding of a .mp4 to get the frames 2017-08-23 15:05:44 -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 moer cppcheck fixes 2017-11-17 07:52:26 -05:00
zm_remote_camera.h updates for mast ffmpeg 2017-11-07 18:21:51 -08:00
zm_remote_camera_http.cpp moer cppcheck fixes 2017-11-17 07:52:26 -05:00
zm_remote_camera_http.h Merge branch 'master' into storageareas 2017-05-23 15:17:46 -04:00
zm_remote_camera_nvsocket.cpp remove unused class members 2017-12-12 12:38:05 -05:00
zm_remote_camera_nvsocket.h remove unused class members 2017-12-12 12:38:05 -05:00
zm_remote_camera_rtsp.cpp cleanup Monitor::Capture. Cleanup the return values from Capture and CaptureAndRecord. <0 is error, 0 is things ok, but no video frame. > 0 means we have a frame. Plus google code style 2017-11-03 13:49:42 -04:00
zm_remote_camera_rtsp.h braces 2017-05-20 09:53:35 -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 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 moer cppcheck fixes 2017-11-17 07:52:26 -05: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 fix possible not null-terminated strncpy. Wouldn't actually happen because we are copying from the db field which is 1 smaller than the variable but Coverity doesn't know that. 2017-12-12 11:48:12 -05:00
zm_storage.h more cppcheck recommendations 2017-11-16 21:21:56 -05:00
zm_stream.cpp remove unneccesary assignment 2017-12-12 12:38:40 -05:00
zm_stream.h quiet coverity by initialising last_frame_timestamp 2017-12-12 13:01:57 -05:00
zm_swscale.cpp move swscale into it's own files 2017-08-23 15:06:12 -04:00
zm_swscale.h move swscale into it's own files 2017-08-23 15:06:12 -04:00
zm_thread.cpp update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_thread.h initialize mValue 2017-12-12 13:19:35 -05: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 update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_timer.cpp update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_timer.h update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
zm_user.cpp fixes from cppcheck. 2017-11-18 16:00:10 -05:00
zm_user.h fixes from cppcheck. 2017-11-18 16:00:10 -05:00
zm_utils.cpp fixes from cppcheck. 2017-11-18 16:00:10 -05:00
zm_utils.h fixes from cppcheck. 2017-11-18 16:00:10 -05:00
zm_video.cpp switch back to int i... google style guide says to use signed counters in for loops. Ok. Get's rid of compiler warning because i_nales is signed. 2017-07-05 13:08:16 -04:00
zm_video.h add ffmpeg decoding of a .mp4 to get the frames 2017-08-23 15:05:44 -04:00
zm_videostore.cpp turn Fatal into Error 2017-12-12 12:41:11 -05:00
zm_videostore.h remove unused var 2017-12-12 12:41:17 -05:00
zm_zone.cpp fixes from cppcheck. 2017-11-18 16:00:10 -05:00
zm_zone.h fix merge 2017-06-09 14:19:31 -04:00
zma.cpp google code style 2017-10-18 10:23:40 -07:00
zmc.cpp cleanup 2017-11-12 15:18:39 -05:00
zms.cpp improve zms logging 2017-11-21 23:55:53 -05:00
zmu.cpp cleanup 2017-11-28 11:55:47 -05:00