.. |
CMakeLists.txt
|
Add support to compile with -fPIC when using CMAKE on x86_64 architecture
|
2015-06-03 20:34:11 +02:00 |
Makefile.am
|
Add cmake support
|
2015-05-31 02:37:58 +02:00 |
jinclude.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm.cpp
|
More signal improvements:
|
2013-10-07 02:37:50 +03:00 |
zm.h
|
Move iostream inclusion in zm.h and declare explicitely the namespace for cout
|
2015-05-29 23:22:20 +02:00 |
zm_box.cpp
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_box.h
|
Patched in changes to 1.28.1 to allow OmniOS/Illumos to build and work
|
2015-05-17 17:18:54 -07:00 |
zm_buffer.cpp
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_buffer.h
|
remove the case for level >= 2. Since level is a bool, this code can never execute. Also, there are no calls to tidy in the current code with values other than 0 or 1, so it's safe to do. Also it removes an error message when using clang++
|
2014-11-13 14:41:49 -05:00 |
zm_camera.cpp
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_camera.h
|
cURL is now working!
|
2013-12-27 18:02:32 +02:00 |
zm_comms.cpp
|
Patched in changes to 1.28.1 to allow OmniOS/Illumos to build and work
|
2015-05-17 17:18:54 -07:00 |
zm_comms.h
|
ifdef's for BSD and cleanup
|
2015-01-02 17:07:49 -05:00 |
zm_config.cpp
|
Move a global static declaration to main binary source files. Yes this duplicates coding lines, but this allows to load plugins without destroying the variable allocation in zm binaries.
|
2015-01-26 20:12:20 +01:00 |
zm_config.h.in
|
Fix issues with event notes
|
2014-11-11 22:31:58 +01:00 |
zm_coord.cpp
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_coord.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_curl_camera.cpp
|
Minor corrections to cURL code
|
2014-06-06 09:35:02 +03:00 |
zm_curl_camera.h
|
Change comments for many Camera subclasses so that comments match the subclass.
|
2014-01-27 16:52:46 -08:00 |
zm_db.cpp
|
Close logger and database on exit
|
2014-11-14 22:17:44 +01:00 |
zm_db.h
|
Close logger and database on exit
|
2014-11-14 22:17:44 +01:00 |
zm_detector.cpp
|
Fix text formatting in event's note
|
2015-03-08 14:33:55 +01:00 |
zm_detector.h
|
Fix plugin output to event note
|
2015-03-07 21:46:01 +01:00 |
zm_event.cpp
|
Merge branch 'master' of https://github.com/ZoneMinder/ZoneMinder into plugin_support_list
|
2015-05-14 11:12:38 +02:00 |
zm_event.h
|
Fix plugin output to event note
|
2015-03-07 21:46:01 +01:00 |
zm_exception.cpp
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_exception.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_ffmpeg.cpp
|
Support streaming with zms (using ffmpeg) better
|
2014-04-25 22:12:58 +02:00 |
zm_ffmpeg.h
|
make zm compile using libav on ubunut 14.04
|
2014-10-15 13:23:29 -04:00 |
zm_ffmpeg_camera.cpp
|
Patched in changes to 1.28.1 to allow OmniOS/Illumos to build and work
|
2015-05-17 17:18:54 -07:00 |
zm_ffmpeg_camera.h
|
- join reconnect thread when finished to clean up thread resources.
|
2014-10-12 16:31:27 +11:00 |
zm_file_camera.cpp
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_file_camera.h
|
Change comments for many Camera subclasses so that comments match the subclass.
|
2014-01-27 16:52:46 -08:00 |
zm_font.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_image.cpp
|
Patched in changes to 1.28.1 to allow OmniOS/Illumos to build and work
|
2015-05-17 17:18:54 -07:00 |
zm_image.h
|
Fix zmc crashing when four field deinterlacing is enabled together with left or right rotation
|
2013-11-01 13:31:37 +02:00 |
zm_image_analyser.cpp
|
Fix plugin output to event note
|
2015-03-07 21:46:01 +01:00 |
zm_image_analyser.h
|
Merge branch 'fix_iostream_include' into plugin_support
|
2015-05-29 23:49:10 +02:00 |
zm_jpeg.cpp
|
Update zm_jpeg.cpp
|
2014-05-04 02:35:17 +02:00 |
zm_jpeg.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_libvlc_camera.cpp
|
change examples for options
|
2014-05-17 21:48:08 +02:00 |
zm_libvlc_camera.h
|
add select list for rtsp method for ffmpeg and libvlc
|
2014-05-17 20:41:22 +02:00 |
zm_local_camera.cpp
|
Merge pull request #821 from onlyjob/PBP
|
2015-05-08 08:56:01 -04:00 |
zm_local_camera.h
|
include libv4l1-videodev headers
|
2015-04-03 18:24:51 -05:00 |
zm_logger.cpp
|
Merge branch 'master' of https://github.com/ZoneMinder/ZoneMinder into plugin_support
|
2015-05-28 23:43:13 +02:00 |
zm_logger.h
|
Fix confict when pulling master
|
2014-11-29 03:37:06 +01:00 |
zm_mem_utils.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_monitor.cpp
|
Enable plugin support on legacy debian folder and add a missing conditional build in zm_monitor.cpp
|
2015-05-30 00:30:35 +02:00 |
zm_monitor.h
|
Only load plugins when it is necessary
|
2015-01-01 22:33:03 +01:00 |
zm_mpeg.cpp
|
spelling corrections (thanks, /usr/bin/codespell)
|
2015-04-19 20:38:23 +10:00 |
zm_mpeg.h
|
- render video using double buffers
|
2014-04-26 18:25:48 +02:00 |
zm_plugin.cpp
|
Fix error messages when loading plugins
|
2014-11-16 21:50:39 +01:00 |
zm_plugin.h
|
Add new files for plugin management
|
2014-11-11 22:39:20 +01:00 |
zm_plugin_manager.cpp
|
Add new files for plugin management
|
2014-11-11 22:39:20 +01:00 |
zm_plugin_manager.h
|
Add new files for plugin management
|
2014-11-11 22:39:20 +01:00 |
zm_poly.cpp
|
Patched in changes to 1.28.1 to allow OmniOS/Illumos to build and work
|
2015-05-17 17:18:54 -07:00 |
zm_poly.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_regexp.cpp
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_regexp.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_remote_camera.cpp
|
merge the rest of my Digest-AUth fixes: This should solve #399
|
2014-11-20 10:44:31 -05:00 |
zm_remote_camera.h
|
merge the rest of my Digest-AUth fixes: This should solve #399
|
2014-11-20 10:44:31 -05:00 |
zm_remote_camera_http.cpp
|
Patched in changes to 1.28.1 to allow OmniOS/Illumos to build and work
|
2015-05-17 17:18:54 -07:00 |
zm_remote_camera_http.h
|
Change comments for many Camera subclasses so that comments match the subclass.
|
2014-01-27 16:52:46 -08:00 |
zm_remote_camera_rtsp.cpp
|
Fix memory leaks with rtsp and a bug
|
2014-11-14 22:31:03 +01:00 |
zm_remote_camera_rtsp.h
|
Change comments for many Camera subclasses so that comments match the subclass.
|
2014-01-27 16:52:46 -08:00 |
zm_rgb.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_rtp.cpp
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_rtp.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_rtp_ctrl.cpp
|
Add some comments, change log level of some debug lines. Don't die on a timeout.
|
2015-01-30 09:44:10 -05:00 |
zm_rtp_ctrl.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_rtp_data.cpp
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_rtp_data.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_rtp_source.cpp
|
Merge branch 'zms/videostream-improvements' of https://github.com/Sune1337/ZoneMinder into Sune1337-zms/videostream-improvements
|
2014-10-11 15:38:38 -05:00 |
zm_rtp_source.h
|
Support streaming with zms (using ffmpeg) better
|
2014-04-25 22:12:58 +02:00 |
zm_rtsp.cpp
|
spelling corrections (thanks, /usr/bin/codespell)
|
2015-04-19 20:38:23 +10:00 |
zm_rtsp.h
|
Fix memory leaks with rtsp and a bug
|
2014-11-14 22:31:03 +01:00 |
zm_rtsp_auth.cpp
|
add missing +
|
2015-02-04 14:22:53 -05:00 |
zm_rtsp_auth.h
|
merge the rest of my Digest-AUth fixes: This should solve #399
|
2014-11-20 10:44:31 -05:00 |
zm_sdp.cpp
|
add rtsp mediatype of application
|
2014-12-01 17:05:10 -06:00 |
zm_sdp.h
|
Fix memory leaks with rtsp and a bug
|
2014-11-14 22:31:03 +01:00 |
zm_sendfile.h
|
sendfile tricks
|
2015-02-24 09:20:55 -05:00 |
zm_signal.cpp
|
Fix to compile on 32bit kFreeBSD
|
2015-04-24 13:55:10 -04:00 |
zm_signal.h
|
1) Removed the use of deprecated and undocumented sigcontext (Replaced by siginfo and ucontext)
|
2013-10-07 10:37:58 +03:00 |
zm_stream.cpp
|
only do mmap on demand
|
2014-06-26 14:54:47 -04:00 |
zm_stream.h
|
Now can recive RTSP stream.
|
2013-09-27 15:08:11 +04:00 |
zm_thread.cpp
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_thread.h
|
Patched in changes to 1.28.1 to allow OmniOS/Illumos to build and work
|
2015-05-17 17:18:54 -07:00 |
zm_threaddata.cpp
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_time.cpp
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_time.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_timer.cpp
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_timer.h
|
Patched in changes to 1.28.1 to allow OmniOS/Illumos to build and work
|
2015-05-17 17:18:54 -07:00 |
zm_user.cpp
|
password might be null when auth_relay is none.
|
2014-06-27 12:47:56 -04:00 |
zm_user.h
|
match up #if's regarding gnutls-openssl
|
2013-04-29 16:44:37 -04:00 |
zm_utils.cpp
|
Add a DeleteEvent function to Event cpp class
|
2015-01-26 21:13:05 +01:00 |
zm_utils.h
|
Add a DeleteEvent function to Event cpp class
|
2015-01-26 21:13:05 +01:00 |
zm_zone.cpp
|
Fix plugin output to event note
|
2015-03-07 21:46:01 +01:00 |
zm_zone.h
|
Fix plugin output to event note
|
2015-03-07 21:46:01 +01:00 |
zma.cpp
|
Merge branch 'fix_iostream_include' into plugin_support
|
2015-05-29 23:49:10 +02:00 |
zmc.cpp
|
Merge branch 'fix_iostream_include' into plugin_support
|
2015-05-29 23:49:10 +02:00 |
zmf.cpp
|
Merge branch 'fix_iostream_include' into plugin_support
|
2015-05-29 23:49:10 +02:00 |
zmf.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zms.cpp
|
Move a global static declaration to main binary source files. Yes this duplicates coding lines, but this allows to load plugins without destroying the variable allocation in zm binaries.
|
2015-01-26 20:12:20 +01:00 |
zmstreamer.cpp
|
Merge branch 'fix_iostream_include' into plugin_support
|
2015-05-29 23:49:10 +02:00 |
zmu.cpp
|
Move a global static declaration to main binary source files. Yes this duplicates coding lines, but this allows to load plugins without destroying the variable allocation in zm binaries.
|
2015-01-26 20:12:20 +01:00 |