Commit Graph

724 Commits

Author SHA1 Message Date
Kyle Johnson 6c134f9b4b Merge pull request #116 from knnniggett/zmupdate_newrelease
Add 1.26.1 and 1.26.2 releases to zmupdate
2013-09-07 19:07:37 -07:00
Knniggett d4179035de Modify zmupdate for 1.26.1 and 1.26.2 releases 2013-09-07 15:08:09 -05:00
Isaac Connor 0a9e63ca2c remove autogenerated files 2013-09-06 14:40:55 -04:00
Kyle Johnson c8ad6ae656 Fixes #107 for real this time. 2013-09-05 20:31:52 -04:00
Andy e18c08356e Fixed typo
line 614 was missing a trailing semicolon
2013-08-27 18:35:27 -05:00
Knniggett bac2d89a8d Add PTZ control files and camera presets for specific ptz cameras 2013-08-25 18:52:09 -05:00
Knniggett 2263793b49 Adds PTZ controls & camera presets for specific cameras. (NOTE TO SELF: remove ~ files) 2013-08-22 13:14:28 -05:00
Andy 29ec57f64e Update Makefile.am
zm_update-1.26.0.sql was not being copied with the rest of the sql scripts during install.
2013-08-18 16:58:15 -05:00
nagyrobi 205c297196 Update zm_create.sql.in
On a fresh ZoneMinder install, there's a default zone preset active which works pretty well.

If the user goes to the zone settings and plays around with the selectable presets, he looses the default setting forever, if didn't take notes by hand on a piece of paper.

This commit simply adds to the top of the presets list the default value which comes with the original fresh install.
2013-08-15 17:12:09 +02:00
Kyle Johnson 0a79e4a975 1.26 Beta did not install SkyIPCam7xx.pm Control Script. Fixes #38 2013-08-15 09:08:51 -04:00
Kyle Johnson ee251b3c02 Removing lingering references to UsedPl 2013-08-13 12:34:59 -04:00
Kyle Johnson cb97c43ce7 Renamed db update file to match standard. 2013-08-13 11:12:02 -04:00
Kyle Johnson 1888bec092 Doing my best to manually remove nextime's plugin architecture while keeping his other changes. 2013-08-13 09:43:23 -04:00
Isaac Connor 266b67d0bd Support for control when monitor source is ffmpeg. This should fix #16. 2013-08-13 08:34:37 -04:00
Isaac Connor 3a305522c4 Merge branch 'develop' of github.com:ZoneMinder/ZoneMinder into develop 2013-07-25 11:50:24 -04:00
Isaac Connor cdac403fb1 Merge ../zum into develop
Conflicts:
	AUTHORS
	configure.ac
	db/zm_create.sql.in
	scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in
	scripts/zmupdate.pl.in
	src/Makefile.am
	src/zm_buffer.cpp
	src/zm_config_defines.h
	src/zm_event.cpp
	src/zm_ffmpeg.h
	src/zm_ffmpeg_camera.cpp
	src/zm_image.cpp
	src/zm_jpeg.h
	src/zm_local_camera.cpp
	src/zm_logger.cpp
	src/zm_mem_utils.h
	src/zm_monitor.cpp
	src/zm_monitor.h
	src/zm_mpeg.cpp
	src/zm_remote_camera_http.cpp
	src/zm_remote_camera_rtsp.cpp
	src/zm_rtsp.cpp
	src/zm_sdp.cpp
	src/zm_sdp.h
	src/zm_stream.cpp
	src/zm_thread.cpp
	src/zm_thread.h
	src/zm_threaddata.cpp
	src/zm_user.cpp
	src/zm_user.h
	src/zm_utils.cpp
	src/zm_zone.cpp
	src/zm_zone.h
	web/includes/actions.php
	web/lang/big5_big5.php
	web/lang/cn_zh.php
	web/lang/cs_cz.php
	web/lang/de_de.php
	web/lang/dk_dk.php
	web/lang/en_gb.php
	web/lang/es_ar.php
	web/lang/et_ee.php
	web/lang/fr_fr.php
	web/lang/he_il.php
	web/lang/hu_hu.php
	web/lang/it_it.php
	web/lang/ja_jp.php
	web/lang/nl_nl.php
	web/lang/pl_pl.php
	web/lang/pt_br.php
	web/lang/ro_ro.php
	web/lang/ru_ru.php
	web/lang/se_se.php
	web/skins/classic/js/skin.js
	web/skins/classic/views/js/monitor.js.php
	web/skins/classic/views/monitor.php
	web/skins/classic/views/zone.php
2013-07-25 11:49:55 -04:00
Kyle Johnson bb19e80fa8 Support for control when monitor source is ffmpeg. This should fix #16.
Some IP cameras need the source set to ffmpeg even though they are remote
cameras.  These cameras do have a remote PTZ interface, but previously
when the monitor source was set to ffmpeg, the only control type
available was 'none'.
2013-06-15 19:50:19 -04:00
Isaac Connor 3a8481a591 cleanup 2013-05-10 14:02:22 -04:00
Isaac Connor a468baf9eb cleanup 2013-05-10 13:55:45 -04:00
Isaac Connor 9d89fb3bcb Merge branch 'kfir-proper' into develop 2013-05-10 12:23:58 -04:00
Isaac Connor 0da26d4f75 add a Controls preset for Airlink SkyIPCam 7xx cameras 2013-05-09 09:14:01 -04:00
Isaac Connor 7cf5475542 Merge ../ZoneMinder-kfir into kfir-proper
Conflicts:
	configure
	src/Makefile.am
	src/Makefile.in
2013-05-02 21:28:51 -04:00
nextime 33cbd89212 Migrate svn to git 2013-03-17 00:45:21 +01:00
Kfir Itzhak ed2e3a8ce0 Fixed few compiler errors (unknown registers and such) and modified zm_create.sql to include the new field. 2012-07-17 10:36:21 +03:00
stan 4996dd0a51 Recreated generated files.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3662 e3e1d417-86f3-4887-817a-d78f3d33393f
2012-07-04 09:46:18 +00:00
Kfir Itzhak eeaed7ccd3 Some small changes
1) Fixed wrong size calculation in Image::AssignDirect.
2) Improved libjpeg subpixel order selection.
3) Finished adding support in the simple Overlay function.
4) Completed Flip and Rotate 32bit RGB support.
5) Allow ZM to compile on 32bit with omit frame pointer disabled by defining _DEBUG
   To use one less register in the SSE algorithms.
6) Removed the counter variable in some loops to reduce loop overhead.
7) Modified crop query error handling.
8) Most of the shared data now declared as volatile.
9) Small improvements to the AlarmedPixels motion detection.
10) Changed the default blend percent from 7% to 12%.
11) Fixed an earlier bug created by me: motion detection checking the wrong pixels.
2012-02-01 07:33:20 +02:00
Kfir Itzhak 4a59761bcc Getting closer and closer everyday.
1) Fixed many errors to get it to compile
2) Fixed some small bugs
3) Small other changes
2012-02-01 07:33:20 +02:00
Kfir Itzhak 5c418133bf Lots accomplished!
1) Delta and blend SSE and standard alogirthms inside
2) Changed event streaming to use sendfile() syscall if available
3) Direct memory capture (Less memcpys required)
4) Added macros for BGR24 and RGB32(and its variants) formats
5) Modified Monitors database table to add a target colorspace option
6) Changed most image buffer allocations to be on 16 byte boundary, work still in progress
7) Added Target colorspace instead of the old colours selection. this one also visible to local cameras
8) Replacing Y deltas option with ZM_CPU_EXTENSIONS
9) Added SSE detection code
10) Changed some code to make linking success with inlining enabled.
11) Some other changes and work still in progress for some listed above
2012-02-01 07:33:20 +02:00
stan 6ff385e407 git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3459 e3e1d417-86f3-4887-817a-d78f3d33393f 2011-06-21 09:19:10 +00:00
stan 2ab2631ef1 Regenerated
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3363 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-05-25 09:14:53 +00:00
stan 58c77d2b40 Updates for version 1.24.4
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3358 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-05-23 16:19:12 +00:00
stan 7b43ac2645 Use JSON encoding for language independent serialisation (filters and control commands) rather than PHP serialisation. Removes dependency on rare PHP::Serialization perl module.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3357 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-05-23 16:18:18 +00:00
stan 8048c1c355 Updated to allow the versions of video4linux to existed independently of each other. Ubuntu 11.04 oalyn has V4L2.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3302 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-02-15 21:59:06 +00:00
stan cffcd39802 Added ffmpeg monitor presets
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3227 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-01-17 18:21:27 +00:00
stan 46358c84e9 Changed configure/build procedure to allow specified run, tmp and log dirs and avoid early replacement of configure variables in SQL defautl config.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3222 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-01-07 11:10:18 +00:00
stan dc9e2755b0 Added sample apache config file.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3218 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-01-03 23:27:58 +00:00
stagecoach a6cded083d Updated zm_create.sql.in:
Path field in Monitors table was 64, should be 255 like in MonitorPresets table. Modified length of Path field in Monitors table from 64 to 255.
SubPath field in Monitors table was 255, should be 64, like in MonitorPresets table. Modified length of SubPath field in Monitors table from 255 to 64.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3204 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-11-24 00:17:11 +00:00
jaidhar 069136fe53 Added vlog function to view log output, ability to redirect XML logging to it's own file
Signed-off-by: Jai Dhar <jdhar@eyezm.com>

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3201 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-11-18 19:09:18 +00:00
jaidhar c7b3d04eed Got rid of MJPEG code choice for viewing events, only MPEG-4 and H264 now. Added default bitrate for event viewing to config XML
Signed-off-by: Jai Dhar <jdhar@eyezm.com>

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3199 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-11-18 19:08:33 +00:00
jaidhar e57c1b0331 XML Plugin: More config options added, stability fixes to H264 streaming
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3192 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-11-12 23:04:09 +00:00
jaidhar 78caa0adb0 XML Plugin: Added more XML Options along with H264 options. These will be disabled unless client ver >=1.2. Added ability to track client version in PHP
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3191 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-11-12 04:26:31 +00:00
jaidhar 2d7979ac93 XML Plugin: Moved key XML Plugin options to database and updated ConfigAdmin/options.php to show XML Tab (new category 'XML' created). More H264 streaming updates
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3186 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-11-11 05:25:43 +00:00
stan 825eda95a6 Regenerated
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3162 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-11-03 15:56:23 +00:00
stan d22356d495 Versions updated
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3039 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-02-28 19:15:35 +00:00
stan a32d9e5fbc Updated Makefiles
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2979 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-10-14 17:49:26 +00:00
stan 72d4f11213 Added preset for remote ZM sources
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2974 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-10-14 09:42:46 +00:00
stan e91148585a Default check colour for signal loss was wrong, now corrected.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2973 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-10-14 09:41:39 +00:00
stan 8cad0dbd6a Updated.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2933 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-06-24 10:27:28 +00:00
stan 11a1cc2d41 Now supports custom perl install path
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2908 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-06-08 09:11:56 +00:00
stan 0a6c56cd2f Added reload combozola config.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2891 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-05-25 18:07:51 +00:00
stan 93d1cf8ed2 Updated makefiles
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2835 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-03-31 14:10:04 +00:00
stan 6efad7b23c Moved BTTV presets to end of list
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2832 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-03-31 13:11:45 +00:00
stan ddafd7bc7d Updated with new Local presets
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2831 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-03-31 13:10:28 +00:00
stan 3310ea3ae9 Added V4L version to presets and generic PAL/NTSC standards
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2823 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-03-30 12:00:14 +00:00
stan 75c654e654 Downgraded to support autoconf 2.59
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2812 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-03-23 21:59:13 +00:00
stan 92037fa058 Removed zm_data
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2807 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-03-20 11:30:56 +00:00
stan 3069dc2402 Final timestamp update
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2802 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-03-09 12:45:32 +00:00
stan 429884741a Updated for timestamps
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2801 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-03-09 12:32:04 +00:00
stan a2b387582d Added to SVN.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2790 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-24 15:56:25 +00:00
stan a018876744 Updated to version 1.24.1
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2788 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-23 20:54:36 +00:00
stan 61089eeeb1 Added authentication hashed logins.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2781 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-19 14:06:39 +00:00
stan 3a86651627 Reworked multi-buffering etc for V4L multi-sources.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2775 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-17 21:23:27 +00:00
stan e14efbd493 Updated generated files.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2726 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-01-28 11:24:01 +00:00
stan 25dc98a39f Added ability to specify MySQL DB engine type.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2725 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-01-28 11:23:50 +00:00
stan 21d8d74a28 V4L2 updates
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2723 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-01-27 11:07:24 +00:00
stan 69662d644a Fixed missing DB table changes.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2722 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-01-23 15:35:41 +00:00
stan e39b2fd16e Adeed ffmpeg monitor type.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2719 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-01-21 17:42:21 +00:00
stan d43d2289ed Changes from updated build tools.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2714 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-01-20 14:54:50 +00:00
stan 549aa39cbb Updated autoconf/make files
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2710 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-12-06 00:05:56 +00:00
stan 7d96edeacd Added .in files to svn
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2681 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-11-03 12:14:50 +00:00
stan 14e037d6fb Fixed broken local camera presets.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2643 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-09-30 15:39:54 +00:00
stan 435c469d4b Added DUMP_CORES option.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2639 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-09-29 11:43:43 +00:00
stan 43a1802b90 Fixed issue with updating Config.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2638 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-09-29 11:43:30 +00:00
stan 7e26b15eb5 Updated for event close mode mods.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2633 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-09-26 09:48:03 +00:00
stan 6fcab609c1 Fixed issue with MonitorPreset column mismatch
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2598 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-24 15:36:35 +00:00
stan c4c376a656 Updated for new colour values for non-Local monitor.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2584 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-21 15:23:01 +00:00
stan ebc4003f44 Updated for new palette definitions and v4l2 method
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2580 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-21 14:47:08 +00:00
stan 9137a61831 Remove LearnState from Events table
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2531 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-16 08:32:22 +00:00
stan b83c3a46d2 git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2530 e3e1d417-86f3-4887-817a-d78f3d33393f 2008-07-16 08:29:34 +00:00
stan 55fb3418ac Updated with config
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2524 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-15 09:05:40 +00:00
stan b2f616ff21 Merged in mmap changes. Revision 2323:2515
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2516 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-14 15:21:16 +00:00
stan d7818cd913 Remove learn state bit.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2511 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-14 14:42:51 +00:00
stan 2824cb7355 git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2508 e3e1d417-86f3-4887-817a-d78f3d33393f 2008-07-14 13:54:50 +00:00
stan 132772f5d3 Updated for version 1.23.3
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2358 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-03-13 13:44:52 +00:00
stan 72c8bd107c But 468 - Fixed format of PurgeWhenFull filter.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2340 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-03-10 09:33:51 +00:00
stan c411eaf614 Bug 466 - Change old format PwF filters.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2320 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-02-24 19:03:39 +00:00
stan 5c3cefa09f Bug 466 - PurgeWhenFull filter now in correct format
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2319 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-02-24 18:58:15 +00:00
stan bbacc97d8d Bug 464 - Fixed bogus PxF filter, and added to CVS.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2315 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-02-24 18:03:10 +00:00
stan 0c8b6320bc Updated config.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2311 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-02-13 23:47:25 +00:00
stan 630f74b5ce Bug 454 - Ensure that the correct version is stored in the DB so upgrades can be automatic.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2308 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-02-13 23:01:07 +00:00
stan ac8f2decc8 Updated for 1.23.2
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2297 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-02-10 22:25:00 +00:00
stan 86aaa5450e Bug 452, 453 - Added support for Veo Observer and Blue Net Video Server in presets.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2295 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-02-10 22:16:48 +00:00
stan 9ba8110799 Set delete flag on PurgeWhenFull filter.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2285 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-01-13 18:17:32 +00:00
stan 9e13cae829 Bug 438 - Fixed various PTZ protocol and control issues.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2281 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-01-08 12:33:11 +00:00
stan 26ef345300 Added db update file for 1.23.1
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2280 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-01-04 09:44:43 +00:00
stan f0eb05362e Bug 427 - Updated with aspect ratio config.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2272 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-12-29 18:48:39 +00:00
stan bdeeb7f2e4 Fixed missing comma in schema
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2268 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-12-28 12:46:41 +00:00
stan 634c6ed88e Removed trailing commas on primary keys
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2267 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-12-24 12:40:24 +00:00
stan 412d28690e Bug 417 - Removed Frames id index, not used.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2254 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-12-09 16:27:34 +00:00
stan 3c842cf7df Bug 417 - Optimised Events indicies
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2252 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-12-09 13:44:47 +00:00
stan 0a1291a762 Removed redundant indices.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2250 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-12-08 18:37:58 +00:00
stan e291095f0e Corrected default label format.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2242 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-11-18 13:06:32 +00:00
stan 102ec8b439 Fixed missing backquote.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2224 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-09-20 09:32:34 +00:00
stan 4198f02114 Updated.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2220 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-09-18 14:40:44 +00:00
stan a9dd4c7ad0 Updated docs and changed version to 1.23.0
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2216 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-09-18 14:15:29 +00:00
stan 215184e4cb Bug 345 - Added alarm jpeg file quality setting.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2209 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-09-18 10:58:03 +00:00
stan 3427dfddd2 Bug 42 - Users can now change their own passwords.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2204 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-09-17 15:49:08 +00:00
stan 6932898d40 Bug 390 - Changed timestamp tokens.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2194 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-09-05 16:31:42 +00:00
stan 8d905aac99 Bug 400 - Made signal check colour monitor specific.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2193 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-09-05 15:05:28 +00:00
stan 07a9f1fa1c Bug 228 - Added deep storage option.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2190 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-09-04 16:08:55 +00:00
stan a6f42efe28 Moved control protocol updates into correct update script.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2182 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-08-30 12:08:14 +00:00
stan bd558af08f Bug 414 - Changed PTZ control functions to use libraries and sockets
rather than scripts.


git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2180 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-08-30 10:43:06 +00:00
stan 50cc4d980f Bug 411 - Merged in DVR functionality.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2175 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-08-29 18:11:09 +00:00
stan 2c09dbeeb9 Bug 410 - Added in detection suspension if motion overloaded.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2132 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-06-05 14:12:14 +00:00
stan 338a2d9fa3 Added update script for 1.22.3
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2099 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-04-03 09:59:59 +00:00
stan 91fbdb8329 Increased size of Definition column in run states.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2098 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-04-03 09:59:01 +00:00
stan e180ded0e2 Fixed up inconsistencies in db.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2078 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-11-17 11:40:26 +00:00
stan 6572552b94 Updated with 1.22.3 db structure.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2073 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-11-16 19:16:19 +00:00
stan d2c979f0bb Added to cvs. Contains initial preset data.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2072 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-11-16 19:14:39 +00:00
stan c2468b7e69 Updated.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2066 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-11-16 13:29:11 +00:00
stan 69951fd67d Adeed longer Notes, and LabelFormat fields.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2064 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-11-16 11:37:46 +00:00
stan 0869cf03fb Increased the size of the Monitor LabelFormat field.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2055 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-11-16 08:54:34 +00:00
stan 2f0abc9833 Bug 382 - Added Devices tables to database
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2049 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-11-09 11:50:52 +00:00
stan f6e871932f Bug 380 - Added control preset labels
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2037 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-11-07 12:05:19 +00:00
stan c6351e6fd3 Bug 379 - Controllable monitors can now have control view as the default.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2033 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-11-06 13:56:44 +00:00
stan 501ded0f5d Updated for 1.22.3
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2025 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-10-23 14:06:21 +00:00
stan 6fb4ef3cbf Changed insert to replace for missing zone preset.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2001 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-05-30 15:36:26 +00:00
stan c4857d8dbf Updated for 1.22.2
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1996 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-05-25 14:51:29 +00:00
stan 547bede7f7 Added 1.22.1 update script.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1971 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-05-08 12:57:21 +00:00
stan c29b436e54 Removed redundant zone extent columns
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1961 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-05-08 12:34:44 +00:00
stan b7cd9dc258 Bug 322 - Added missing zone preset
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1951 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-05-03 14:38:17 +00:00
stan 1e6aaf6a2e Updated default config.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1944 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-04-24 13:37:41 +00:00
stan d5014b0bd7 Bug 257 - Added monitor presets for GadSpot cameras
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1925 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-04-11 10:09:27 +00:00
stan 2ccff26572 Updated config.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1924 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-04-07 13:57:04 +00:00
stan 131ed30d7a Bug 260 - Added average pixel difference to statistics
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1910 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-03-31 15:34:16 +00:00
stan 857d246521 Bug 289 - Added B&W monitor presets
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1907 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-03-31 13:51:04 +00:00
stan 8ddb996c14 Bug 301 - Alarm Maximum FPS now monitor specific.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1904 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-03-31 12:49:34 +00:00
stan cb1b09e257 Made MaxFPS default to NULL rather than 0.0
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1882 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-03-23 18:13:47 +00:00
stan d6ce8c8f5b Updated.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1878 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-02-08 16:25:44 +00:00
stan d2b29cc4de Freshened.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1876 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-02-08 12:28:40 +00:00
stan ff60da760e Bug 5 - Linked monitors
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1860 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-23 16:42:41 +00:00
stan f33d5580b4 Bug 261 - Reduced sensitivity of zone presets.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1844 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-20 15:16:49 +00:00
stan 006f50211f Modified default.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1837 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-17 17:11:15 +00:00
stan 096072b3dc Bug 230 - Rationalised thumbnails and put them in temporary cache dir.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1836 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-17 17:07:13 +00:00
stan c9d3769c6c Regenerated.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1811 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-14 20:50:06 +00:00
stan 365d49734e Bug 245 - Added progress bar options.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1799 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-14 13:34:24 +00:00
stan 8954d18073 Added MonitoId index to Zones and regenerated.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1796 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-14 13:32:45 +00:00
stan 8b7a70662c Regenerated.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1785 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-12 15:31:34 +00:00
stan fa33d7222c Regenerated.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1783 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-12 00:45:48 +00:00
stan 41bff64375 Fixed comments and added new control script for NCS-370
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1778 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-12 00:02:44 +00:00
stan 18e007c9e7 Fixed Coords field name.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1759 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-02 23:58:12 +00:00
stan 440071495c Fixed some update problems.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1753 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-01 16:28:02 +00:00
stan 10c3718bcc Made donate reminder time dynamically settable.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1751 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-31 19:13:41 +00:00
stan fbb00456af Bug 222,240 - Added zone and monitor presets.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1750 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-31 18:08:50 +00:00
stan f0e6241aeb Updated with new config.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1727 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-22 22:50:20 +00:00
stan b3e75d77ee Bug 238 - Changed RunMode to Enabled flag
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1719 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-22 15:01:03 +00:00
stan 85ad4b2bbd Fixed schema errors and updated config.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1707 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-21 00:10:58 +00:00
stan 8b30f67bcd Bug 236 - Revamped database configuration and updates.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1705 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-20 23:00:58 +00:00
stan 601f021e27 Changed references to .z files in distribution to correct one.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1691 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-19 16:51:55 +00:00
stan 786488a990 Bug 232 - Removed .z files.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1680 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-16 10:27:52 +00:00
stan 01476d308b Bug 232 - Added new '.in' files.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1679 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-16 10:16:29 +00:00
stan 65f7cf09b5 Bug 216 - Zone polygons
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1630 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-29 17:51:06 +00:00
stan 51e3885c94 Bug 214 - Separet auto execute flag from command.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1622 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-22 15:47:38 +00:00
stan 26694a0478 Bug 212 - Added automatic creation of video to filters.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1617 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-22 15:08:54 +00:00
stan 5c38d0be38 Bug 211 - Added default rate for event replay.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1616 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-22 11:21:27 +00:00
stan 1a7549ace3 Added zmdrop script.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1591 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-16 10:25:12 +00:00
stan cf26f64386 Fixed incorrect field count when inserting admin user.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1588 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-13 17:29:42 +00:00
stan de45bf87bb Added missing control changes.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1576 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-07 15:03:47 +00:00
stan b22a5ed0ed Updated for 1.21.4
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1566 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-07 12:06:06 +00:00
stan b290319df4 Bug 108 - Added max bandwidth setting to users.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1537 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-10-20 17:02:45 +00:00
stan d1e94f3130 Bug 173 - Added default scale per monitor.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1524 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-10-19 16:52:28 +00:00
stan ab2d99160e Bug 104 - Monitors can now read images from disk files.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1522 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-10-17 21:55:02 +00:00
stan 74e4bd5737 Bug 73 - Made video devices use paths rather than numbers
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1519 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-10-17 10:58:25 +00:00
stan 8a66238a2b Bug 170 - Added support for ordering of monitors
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1518 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-10-17 10:12:53 +00:00
stan c23abfd74d Bug 177 - Further integration/improvements to timeline view.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1507 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-10-16 21:24:52 +00:00
stan 02d8d3dbd8 Added 1.21.4 updates
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1504 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-10-16 20:57:29 +00:00
stan d300c49218 Updated for 1.21.3
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1486 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-07-12 15:58:23 +00:00
stan da8d105f5e Added DB update from 1.21.1
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1473 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-06-22 09:55:40 +00:00
stan 260e130095 Added Axis PTZ protocol.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1434 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-05-24 16:08:40 +00:00
stan 2a00512380 Bug 71 - Add Pelco-P PTZ protocol support.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1430 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-05-23 08:56:57 +00:00
stan 04d4c67956 Bug 67 - Added autostop functionality for low speed precision continuous movement.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1427 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-05-22 17:44:15 +00:00
stan 136a115184 Bug 3 - Made zone blobs limits full ints.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1411 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-05-16 15:37:46 +00:00
stan 80a790db53 Updated stats blob sizes to full ints.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1408 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-05-16 11:23:58 +00:00
stan 596030a8f0 Added flipped monitors changes.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1399 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-05-05 16:46:47 +00:00
stan 83f30ff19d Fixed zmalter script to be complete.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1390 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-03-20 20:46:01 +00:00
stan 3649417b27 Merged in PTZ control feature.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1355 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-02-24 10:43:29 +00:00
stan d27457c487 Removed generated files from CVS.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1274 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-02-01 23:09:56 +00:00
stan 63076e1b3d Bumped up to v1.20.1
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1249 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-01-27 08:01:42 +00:00
stan 289cafc3fa Updated from .am file
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1247 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-01-26 21:31:13 +00:00
stan b6e23f5560 Modified Username in Users table to be binary type.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1246 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-01-26 21:30:40 +00:00
stan 3805c8b9ac Initial pass at zms authentication.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1181 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-12-29 18:03:13 +00:00
stan e6a61322c8 Initial pass at XHTML-MP support
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1173 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-12-28 18:20:11 +00:00
stan 1c5fee19d9 Merged in generic triggering.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1172 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-12-28 17:41:55 +00:00
stan 72da78e98a Added zm.conf feature.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1170 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-12-28 16:46:48 +00:00
stan e3c5d35674 Added Groups table and ratonalised some name columns.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1155 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-10-13 10:58:37 +00:00
stan 6c9d40767c Added new index to Events table.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1142 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-10-13 09:36:10 +00:00
stan 02ff3a54b5 Added alter script for 1.19.5
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1141 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-10-13 09:35:57 +00:00
stan 795852df44 Fixed brightness etc declarations to not be unsigned.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1118 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-09-26 16:27:39 +00:00
stan aff2ef8430 Added persistent brightness etc feature.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1114 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-09-25 16:37:41 +00:00
stan 438a5c2b74 Added prealarm state and minimum alarm frames.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1109 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-09-25 12:37:45 +00:00
stan 23ea7dff66 Added monitor specific event prefixes.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1104 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-09-23 13:43:10 +00:00
stan 655eb8b253 Updated automake version.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1096 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-09-09 14:35:27 +00:00
stan b09a12cdda Rationalised versions of automake etc.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1092 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-09-07 08:41:20 +00:00
stan 893f645ecb Updated with correct aclocal files.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1088 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-08-17 11:12:48 +00:00
stan dcdcf49ff6 Updated to automake 1.7.8
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1087 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-08-17 11:04:58 +00:00
stan 340f652ffd Added 1.19.4 update sql script
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1086 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-08-11 15:30:08 +00:00
stan fa933f6ede Added to CVS.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1075 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-07-02 16:13:51 +00:00
stan 95a5d33641 Added pdf documentation.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1066 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-05-20 12:59:36 +00:00
stan dd4f11c9ed Changed user password to be 64 chars to allow for longer MySQL hashes.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1046 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-05-04 10:05:42 +00:00
stan 5bffd2e549 Updated for automake 1.7
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1035 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-04-27 11:41:20 +00:00
stan a20830a346 Fixed typo in file list.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1024 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-04-21 10:32:15 +00:00
stan fa483725d9 Added sample disk purge filter.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1019 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-04-21 09:18:29 +00:00
stan 2a2f371bae Added new fields for auto execution of script filters.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1014 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-04-19 15:59:12 +00:00
stan 89b9cc7017 Added update script for 1.19.0
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@992 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-22 11:25:51 +00:00
stan ac3cd697ed Removed Id from Filters table.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@933 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-09 17:02:17 +00:00
stan 0cd67c2f9e Changed update reference to 1.19.0
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@919 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-05 10:20:42 +00:00
stan f257aee488 Merged in optimised db frames.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@917 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-04 15:13:10 +00:00
stan 3d245e1ab0 Merged in MPEG streaming.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@916 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-04 15:05:54 +00:00
stan e6843bb98d Changed order of updates.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@897 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-26 11:10:17 +00:00
stan 39dacf247f Added cleanup of filter and 1.18.0 upgrade script.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@890 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-21 21:45:36 +00:00
stan 21b2d5f735 Updated for version 1.18.0
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@886 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-20 18:22:35 +00:00
stan b5500a20c1 Reformatted file lists.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@871 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-19 13:14:09 +00:00
stan 5c41286931 Updated for 1.18.0
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@857 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-15 23:15:38 +00:00
stan 571798f879 Merged in alarm checking scope feature.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@855 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-15 20:02:41 +00:00
stan 4389b44ad6 Merged in revamped filters feature.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@851 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-15 19:42:00 +00:00
stan 15212b2139 Remove ImagePath from Events table.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@816 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-06 09:21:44 +00:00
stan 2f18a0dcf7 Added DB update from 1.17.1
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@815 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-05 22:00:42 +00:00
stan bd03a054c9 Merged in diagnostic images.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@787 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-01-27 17:03:45 +00:00
stan 0a573857a3 Added maximum alarm pixel threshold and improved zone form.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@783 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-01-27 12:27:22 +00:00
stan 256de0bae6 Added to CVS.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@768 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-01-25 15:50:36 +00:00
stan 2fcc9e9ce3 Updated for version .17 including user specific languages.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@726 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-01-07 13:43:22 +00:00
stan 56cd833cd4 Added creation of States table;
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@700 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-12-11 15:21:51 +00:00
stan 8351a1e327 Corrected typo in version number of alter file.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@671 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-11-03 14:39:42 +00:00
stan cc35142ef8 Added FrameSkip field.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@669 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-10-27 21:45:38 +00:00
stan 4306e4f0d2 Added zmalter script from v0.15
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@668 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-10-27 21:45:28 +00:00
stan e498c91185 Added frame skip for continuous modes.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@648 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-10-08 14:49:26 +00:00
stan 21c7c8b56f Updated for v.16
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@637 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-09-23 09:52:45 +00:00
stan 3e8ce9b28b Added users table creation to script.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@620 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-09 10:08:00 +00:00
stan 70cb2f31ac Added default user to db schema.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@617 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-09 08:23:35 +00:00
stan 83f8fd1e6e Updated for v0.9.14
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@598 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-04 13:26:14 +00:00
stan 01f9690515 Updated for Users table.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@582 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-06-29 21:53:55 +00:00
stan 6f8f52a01c Added files for v0.9.13
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@572 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-06-12 14:50:15 +00:00
stan b5d6859bd4 Added orientation and tidied up a bit.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@529 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-05-02 15:03:16 +00:00
stan 46121b4d5d Added archive filter.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@517 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-22 15:47:57 +00:00
stan f152aebf01 Added zmalter script for v0.9.10
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@493 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-16 12:37:22 +00:00
stan 7efec2d9ff Updated for version 0.9.11
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@490 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-15 12:00:22 +00:00
stan 3232656595 Changed preventive zones to preclusive.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@488 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-15 11:54:08 +00:00
stan aa1164a0e3 Added Preventive zone type.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@473 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-13 12:20:00 +00:00
stan d1fd5c0828 Changed colours to palettes and now supports YUV420P.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@471 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-12 16:17:17 +00:00
stan 0e68434da5 Updated for throttling.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@426 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-26 14:02:26 +00:00
stan e2b68661ee Updated for new zmalter file.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@423 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-26 12:49:20 +00:00
stan 08c72bb100 Updated for 0.9.10
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@422 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-26 12:48:15 +00:00
stan 990dc4e990 Updated with latest autoconf and automake.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@397 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-20 22:37:59 +00:00
stan 8465406388 Made Length in Events numeric and moved and renamed Delta in Frames.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@387 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-11 15:13:44 +00:00
stan 9178420a3d Updated for 0.9.9 and also made incremental.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@374 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-31 16:07:58 +00:00
stan 976213db77 Updated for different generated files and extra distribution files.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@336 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-15 15:12:40 +00:00
stan fd81bcc1e7 Updated for version 0.9.8
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@323 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-15 10:04:53 +00:00
stan 06f35493de Added to CVS.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@301 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-13 11:43:59 +00:00
stan 63262f4749 Added to CVS (belatedly).
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@300 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-13 11:43:52 +00:00
stan 6987f8b808 Added comment at top.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@299 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-13 11:43:21 +00:00
stan f5eb97821f Made dynamically configurable.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@283 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-11 18:18:07 +00:00
stan 4cd2dbd7b8 Added dynamic configuration to .sql files.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@282 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-11 16:26:09 +00:00
stan efe78749c3 Added Total Score for events.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@259 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-07 14:32:23 +00:00
stan 00ed31cdeb Added uploaded field to Events.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@253 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-07 12:49:25 +00:00
stan e8fc83f9d8 Added X10 output field.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@203 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-24 11:49:48 +00:00
stan db41acd9d0 Added X10 fields.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@189 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-13 23:22:48 +00:00
stan 68f3c0f0e2 Aded keys to Stats table.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@188 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-11 23:44:59 +00:00
stan 1be4991169 Added comment.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@165 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-10 13:36:29 +00:00
stan 1922cd854e Added drop of Alarms table;
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@164 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-10 13:34:44 +00:00
stan 54f8358211 Updated for version 1.0.0.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@152 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-10 12:33:44 +00:00
stan e72e19fb90 Added to CVS.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@151 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-10 12:33:33 +00:00
stan 3a3faa5a70 Added monitor count fields to database.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@122 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-11-22 12:10:47 +00:00
stan c7aaf918c0 Removed Alarms table.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@73 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-27 08:29:01 +00:00
stan 097014ee66 Added Schema to CVS.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@40 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-23 15:59:50 +00:00