.. |
CMakeLists.txt
|
Merge branch 'master' into storageareas
|
2018-12-14 10:16:08 -05:00 |
jinclude.h
|
…
|
|
zm.cpp
|
update gpl 2 mailing address in source files
|
2016-12-26 09:23:16 -06:00 |
zm.h
|
Move PATH_MAX to zm_config where all the other defines are
|
2018-11-23 12:43:51 -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
|
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
|
Fix imagesize requirements (#2404)
|
2019-02-22 09:44:57 -05:00 |
zm_camera.h
|
Whitespace, extra parentheses, google code style
|
2018-09-23 16:47:06 -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
|
zm_comms uses logging functions, so include zm_logger.h
|
2018-11-23 12:44:10 -05:00 |
zm_config.cpp
|
remove ZM_DIR_IMAGES (#2374)
|
2018-12-29 09:52:58 -05:00 |
zm_config.h.in
|
remove ZM_DIR_IMAGES (#2374)
|
2018-12-29 09:52:58 -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
|
Fix for file and curl camera sources (#2545)
|
2019-03-05 09:59:36 -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
|
always commit buffered db_frames when we have a new max score image or alarm cause image
|
2019-04-07 10:29:02 -04:00 |
zm_event.h
|
store the snapshot_file and alarm_file strings in the boject during construction so that we don't have to do it everytime we write out an image
|
2019-04-04 12:28:08 -04:00 |
zm_eventstream.cpp
|
add more debug about command queue
|
2019-03-18 10:55:21 -04:00 |
zm_eventstream.h
|
Merge branch 'storageareas' into h265
|
2019-03-06 11:10:01 -05:00 |
zm_exception.cpp
|
update gpl 2 mailing address in source files
|
2016-12-26 09:23:16 -06:00 |
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
|
add more fields in dump_codec.
|
2019-04-08 13:51:13 -04:00 |
zm_ffmpeg.h
|
add is_video_context and is_audio_context and use them in zm_revceive_frame to add audio decoding support
|
2019-04-03 13:21:52 -04:00 |
zm_ffmpeg_camera.cpp
|
Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
|
2019-04-05 15:18:39 -04:00 |
zm_ffmpeg_camera.h
|
Merge branch 'master' into storageareas
|
2019-01-13 14:53:34 -05:00 |
zm_ffmpeg_input.cpp
|
rework ffmpeg_input to not use pkt_duration which doesn't exist in avconv
|
2019-03-21 10:41:59 -04:00 |
zm_ffmpeg_input.h
|
Working zms h265 playing.
|
2018-11-19 16:45:56 -05:00 |
zm_file_camera.cpp
|
Fix for file and curl camera sources (#2545)
|
2019-03-05 09:59:36 -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_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
|
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
|
Fix imagesize requirements (#2404)
|
2019-02-22 09:44:57 -05:00 |
zm_image.h
|
Fix imagesize requirements (#2404)
|
2019-02-22 09:44:57 -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 logging callback to the libvlc camera
|
2019-01-08 13:06:19 -05:00 |
zm_libvlc_camera.h
|
add a logging callback to the libvlc camera
|
2019-01-08 13:06:19 -05:00 |
zm_local_camera.cpp
|
specify which input we are setting standard on. Not sure it is required, but the api docs do it
|
2019-01-10 12:08:51 -05: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
|
Merge branch 'master' into h265
|
2019-01-14 12:36:11 -05:00 |
zm_logger.h
|
add a mutex in logging functions so that multiple threads can log at the same time
|
2018-11-23 12:45:41 -05:00 |
zm_mem_utils.h
|
fixes from cppcheck.
|
2017-11-18 16:00:10 -05:00 |
zm_monitor.cpp
|
Add a warning when an event exceeds section length
|
2019-03-25 12:33:30 -04:00 |
zm_monitor.h
|
Merge branch 'master' into swresample
|
2018-12-16 16:15:28 -05:00 |
zm_monitorstream.cpp
|
add comments and a test for zm_terminate in the checkCommandQueue while loop
|
2019-01-21 13:29:20 -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
|
Merge branch 'storageareas' into h265
|
2019-01-16 15:20:17 -05:00 |
zm_packetqueue.h
|
Make packetqueue keep track of audio vs video packet counts.
|
2018-10-15 10:51: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
|
Google code style and add a debug showing the # of addresses in hp
|
2018-11-02 10:26:39 -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
|
fix invalid use of %s. Pass the buffer as the format string instead of a ... param
|
2018-11-29 10:54:01 -05: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
|
remove compile warning by assigning AV_CODEC_NONE to the codec_id.
|
2018-11-13 18:13:55 -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
|
setup url instead of filename in the AVFormatContext to satisfy filename being deprecated
|
2019-01-14 10:47:53 -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
|
COmment out logging in signal handlers. Logging is too complex.
|
2018-12-14 08:40:32 -05:00 |
zm_signal.h
|
update gpl 2 mailing address in source files
|
2016-12-26 09:23:16 -06:00 |
zm_storage.cpp
|
Merge branch 'master' into storageareas
|
2019-02-06 17:03:41 -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
|
debug where the comms sock is
|
2019-03-18 10:55:08 -04:00 |
zm_stream.h
|
Merge branch 'storageareas' of github.com:/ConnorTechnology/ZoneMinder into storageareas
|
2019-02-26 11:43:07 -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
|
remove extra include unistd.h and we have to pre-define RecursiveMutex because we use it in zm_logger.
|
2018-11-23 12:46:10 -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
|
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
|
fix crash by checking username without checking if it is NULL
|
2019-03-18 12:01:51 -04:00 |
zm_user.h
|
Validate zmu Username and Password lengths (#2484)
|
2019-02-13 10:40:43 -05:00 |
zm_utils.cpp
|
cleanup error string
|
2019-01-15 11:36:13 -05:00 |
zm_utils.h
|
implement a touch() utility function
|
2018-09-21 15:57:48 -04:00 |
zm_video.cpp
|
Merge branch 'storageareas' of github.com:connortechnology/ZoneMinder into storageareas
|
2018-06-08 15:21:43 -04: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
|
Go back to using video_first_dts
|
2019-04-08 10:04:26 -04:00 |
zm_videostore.h
|
We cannot avcodec_open2 a context that has been duped. This code currently works without crashes and leaks on ffmpeg 2.8
|
2019-04-03 13:23:00 -04:00 |
zm_zone.cpp
|
Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
|
2018-08-22 16:34:29 -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
|
Whitespace, extra parentheses, google code style
|
2018-09-23 16:47:06 -04:00 |
zmc.cpp
|
Merge branch 'storageareas' of github.com:/ConnorTechnology/ZoneMinder into storageareas
|
2019-02-13 11:32:40 -05:00 |
zms.cpp
|
Merge branch 'storageareas' of github.com:/ConnorTechnology/ZoneMinder into storageareas
|
2019-03-05 20:16:05 -05:00 |
zmu.cpp
|
Merge branch 'master' of github.com:zoneminder/ZoneMinder
|
2019-04-04 09:37:13 -04:00 |