.. |
CMakeLists.txt
|
Merge branch 'master' into curl
|
2013-12-27 14:21:12 +02:00 |
Makefile.am
|
cURL is now working!
|
2013-12-27 18:02:32 +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
|
Remove round() mess
|
2013-11-15 11:41:26 +02:00 |
zm_box.cpp
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_box.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_buffer.cpp
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_buffer.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01: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
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_comms.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_config.cpp
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_config.h.in
|
Apply INSERTs in Event::AddFrames in batches to avoid excessive query length
|
2013-10-26 18:41:12 -07: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
|
Fix typo
|
2014-01-10 09:27:55 +02: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
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_db.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_event.cpp
|
Apply INSERTs in Event::AddFrames in batches to avoid excessive query length
|
2013-10-26 18:41:12 -07:00 |
zm_event.h
|
Apply INSERTs in Event::AddFrames in batches to avoid excessive query length
|
2013-10-26 18:41:12 -07: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
|
Support streaming with zms (using ffmpeg) better
|
2014-04-25 22:12:58 +02:00 |
zm_ffmpeg_camera.cpp
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_ffmpeg_camera.h
|
Change comments for many Camera subclasses so that comments match the subclass.
|
2014-01-27 16:52:46 -08: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
|
Patch for Debian bug 736516 - FTBFS on powerpc arch.
|
2014-03-16 10:51:54 -05: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
|
Doing my best to manually remove nextime's plugin architecture while keeping his other changes.
|
2013-08-13 09:43:23 -04:00 |
zm_image_analyser.h
|
Fixing zm_image_analyser.h:13:25: fatal error: zm_detector.h: No such file or directory
|
2013-08-13 09:53:31 -04:00 |
zm_jpeg.cpp
|
Merge pull request #80 from knnniggett/corruptjpeg
|
2013-08-20 06:24:20 -07:00 |
zm_jpeg.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_libvlc_camera.cpp
|
Fix bug in frame difference checker.
|
2013-12-22 01:06:12 +00:00 |
zm_libvlc_camera.h
|
Add header file checks for vlc/vlc.h
|
2013-12-21 06:47:12 +02:00 |
zm_local_camera.cpp
|
Support streaming with zms (using ffmpeg) better
|
2014-04-25 22:12:58 +02:00 |
zm_local_camera.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_logger.cpp
|
Proper checking for sys/syscall.h
|
2013-09-25 07:11:59 +03:00 |
zm_logger.h
|
Fixed zm_logger not including zm_config.h first.
|
2013-09-25 09:00:52 +03:00 |
zm_mem_utils.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_monitor.cpp
|
Merge branch 'master' into curl
|
2013-12-27 14:21:12 +02:00 |
zm_monitor.h
|
Added alarm blend percent (useful for controlling how long an alarm lasts) and a dropdown list is used now if ZM_FAST_IMAGE_BLENDS is enabled
|
2013-11-03 10:26:04 +02:00 |
zm_mpeg.cpp
|
A variable was referenced as a pointer when it was not.
|
2014-04-25 22:27:56 +02:00 |
zm_mpeg.h
|
Support streaming with zms (using ffmpeg) better
|
2014-04-25 22:12:58 +02:00 |
zm_poly.cpp
|
Migrate svn to git
|
2013-03-17 00:45:21 +01: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
|
IPv6 improvements
|
2013-11-22 15:30:05 +02:00 |
zm_remote_camera.h
|
IPv6 improvements
|
2013-11-22 15:30:05 +02:00 |
zm_remote_camera_http.cpp
|
Fix zmc crashing on shutdown (for remote http cameras) caused by content_length sign mess
|
2013-11-24 15:37:47 +02: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
|
Support streaming with zms (using ffmpeg) better
|
2014-04-25 22:12:58 +02: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
|
Fixed bug in mpeg4 depacketizer and RTCP implementation.
|
2013-11-28 23:07:46 +00: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
|
Support streaming with zms (using ffmpeg) better
|
2014-04-25 22:12:58 +02:00 |
zm_rtp_source.h
|
Support streaming with zms (using ffmpeg) better
|
2014-04-25 22:12:58 +02:00 |
zm_rtsp.cpp
|
Support streaming with zms (using ffmpeg) better
|
2014-04-25 22:12:58 +02:00 |
zm_rtsp.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zm_sdp.cpp
|
Fix comparison sign warning introduced in pull request #174 commit 33b6e5c
|
2013-10-05 16:42:13 +03:00 |
zm_sdp.h
|
Support streaming with zms (using ffmpeg) better
|
2014-04-25 22:12:58 +02:00 |
zm_signal.cpp
|
zm_signal.cpp needed extra compile guards too. Confirmed building on non-x86 (ia64 for convenience)
|
2014-01-23 16:09:42 +11: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
|
Now can recive RTSP stream.
|
2013-09-27 15:08:11 +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
|
Proper checking for sys/syscall.h
|
2013-09-25 07:11:59 +03: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
|
Proper checking for sys/syscall.h
|
2013-09-25 07:11:59 +03:00 |
zm_user.cpp
|
Fix for Issue #88 - ZMS crashing
|
2013-08-28 07:22:41 -05:00 |
zm_user.h
|
match up #if's regarding gnutls-openssl
|
2013-04-29 16:44:37 -04:00 |
zm_utils.cpp
|
Patch for Debian bug 736516 - FTBFS on powerpc arch.
|
2014-03-16 10:51:54 -05:00 |
zm_utils.h
|
Added useful string functions that will be used later on for rtsp digest authentication
|
2014-01-08 15:57:17 +02:00 |
zm_zone.cpp
|
Fix marker-out-of-bounds crash when defining zone points
|
2013-11-02 15:56:42 -07:00 |
zm_zone.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zma.cpp
|
More signal improvements:
|
2013-10-07 02:37:50 +03:00 |
zmc.cpp
|
Remove accidently committed planned crash code in src/zmc.cpp
|
2013-10-07 02:44:56 +03:00 |
zmf.cpp
|
Changed debug levels to 4-6
|
2013-10-07 14:40:38 -05:00 |
zmf.h
|
Migrate svn to git
|
2013-03-17 00:45:21 +01:00 |
zms.cpp
|
More signal improvements:
|
2013-10-07 02:37:50 +03:00 |
zmstreamer.cpp
|
More signal improvements:
|
2013-10-07 02:37:50 +03:00 |
zmu.cpp
|
More signal improvements:
|
2013-10-07 02:37:50 +03:00 |