Kfir Itzhak
349e18b543
Few text corrections.
2012-02-01 07:33:21 +02:00
Kfir Itzhak
ca57ae6438
1) Fixed and refinished the JPEG and MJPEG capture palettes support.
...
2) Added the SSE2 alarmedpixels code, although its unused at the moment.
3) Small changes in libjpeg interaction.
4) Small other changes.
2012-02-01 07:33:21 +02:00
Kfir Itzhak
7e0206bbcc
Disable zm_event.cpp deleting the diagnostic images every second
2012-02-01 07:33:21 +02:00
Kfir Itzhak
066fe89718
Added automatic capture palette selection.
2012-02-01 07:33:21 +02:00
Kfir Itzhak
bdf0687550
1) Added support for JPEG and MJPEG capture palettes - needs to be tested
...
2) Allow the blend percent to be zero, to disable blending
2012-02-01 07:33:20 +02:00
Kfir Itzhak
46aa1bb1d8
Fixed bug in linked monitor loading code which should fix the crash of a monitor linked to a disabled monitor.
2012-02-01 07:33:20 +02:00
Kfir Itzhak
442b9e5ba2
1) Reloaded zm_event.cpp to hopefully fix its issues once and for all.
...
2) Added backup code in case sendfile() fails.
3) Fixed a bug that allowed to link a monitor to itself, which can cause alarm lasting forever once triggered.
2012-02-01 07:33:20 +02:00
Kfir Itzhak
bc255d1b06
1) Replaced the blend and delta algorithms with newer versions that use 1 less register and 1 less instruction per iteration.
...
2) Fixed small bug in rgb_convert
2012-02-01 07:33:20 +02:00
Kfir Itzhak
de2df49d64
1) Added support for the new formats to the mpeg code.
...
2) Fixed unwanted extra call to set video format for local cameras.
3) Small changes to the perl shared memory types.
2012-02-01 07:33:20 +02:00
Kfir Itzhak
8ac3dda54b
1) Removal of the ZM_LOCAL_BGR_INVERT option.
...
2) Allow FPS reporting interval to be zero again.
3) Added translation for the new texts.
4) Corrected the blend function declaration.
2012-02-01 07:33:20 +02:00
Kfir Itzhak
11029d57b6
Small code fixes
2012-02-01 07:33:20 +02:00
Kfir Itzhak
eab09844de
1) Some more work on the overlay function.
...
2) Got rid of some compiler warning messages.
2012-02-01 07:33:20 +02:00
Kfir Itzhak
2fd6e99ec5
1) Rebased to 1.24.4
...
2) Reverted to stock zmdc.pl.in and zmwatch.pl.in because the bugs are fixed
3) Updated configure and Makefile files
2012-02-01 07:33:20 +02: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
1afe0bbf42
1) Added back the colour SSE2 delta algorithms
...
2) Modified SSE algorithms to use one less register
3) Fixed AlarmedPixels motion detection
2012-02-01 07:33:20 +02:00
Kfir Itzhak
642a1bfdb2
1) RTSP support for direct capture and target colorspace.
...
2) Hopefully fixed the mmap unexpected shared memory size completely this time.
3) Added 32bit RGB and grayscale support to the signal checking.
4) Fixed zms\nph-zms keeps running after changing capture options, eating CPU and has to be killed with -9.
5) Default monitor options changed again.
6) Fixed unrelated bug: Undefined constant ZM_V4L2 in monitor probe.
7) Fixed unrelated bug: Error in offset X in monitor probe.
8) Changed monitor probe's prefered capture settings.
9) Small other minor changes.
2012-02-01 07:33:20 +02:00
Kfir Itzhak
b0bc227232
1) Made shared memory 16 byte aligned and identical size and layout for all platforms.
...
2) Fixed a bug in zmwatch.pl: Not freeing shared memory handles between iterations.
3) Modified default monitor options to simplify new monitor creation.
2012-02-01 07:33:20 +02:00
Kfir Itzhak
ea3a1a9072
1) Removed the mmap file removal at shutdown.
...
2) ZoneMinder should now compile cleanly wihout swscale
3) Fixed multiple monitors capturing from the same device and channel.
Current code allows for multiple monitors sharing the same device, each on a different channel
Or, multiple monitors sharing the same device, all on the same channel.
In both cases, capture method, width, height and palette must be identical on all monitors.
However, target colorspace can be different because each monitor handles the format conversion separately.
2012-02-01 07:33:20 +02:00
Kfir Itzhak
37cc9199b2
1) Changed ZM static colours to RGB order instead of HTML(BGR) order
...
2) Allow ZM to compile without swscale - hopefully
3) Saved few cpu cycles during image blending
4) Fixed wrong zone colours showing up
5) Unrelated fix: Allow ZM to be compiled with the latest ffmpeg revisions
2012-02-01 07:33:20 +02:00
Kfir Itzhak
f2aaeb78e0
1) Completed ffmpeg code
...
2) Minor changes to zm_local_camera.cpp
2012-02-01 07:33:20 +02:00
Kfir Itzhak
33119c6dc5
1) Added image size requirements to ensure proper alignment
...
2) Changed image class buffer related functions
3) Improved format selection for local cameras
4) Removed imagesize check for swscale
5) Fixed mmap unexpected memory size when changing capture options
6) Fixed unrelated bug in zmdc.pl: sockets directory doesn't exist
2012-02-01 07:33:20 +02:00
Kfir Itzhak
c3ecdd00e0
1) Relocated conversion functions and tables to zm_image.cpp
...
2) SSE2 aligned memcpy now functional
3) Fixed fill functions bug from an earlier commit
4) Many changes to zm_local_camera.cpp format selection
5) Fixed memory leak in AssignDirect()
6) Fixed Target Colorspace webinterface issues
7) Small other changes
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
4e0d775e5b
Added in additional headers to provide missing defines on some distros.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3514 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-09-08 15:39:58 +00:00
stan
b64c506659
Added SFTP upload option.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3500 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-08-23 14:10:20 +00:00
stan
3aa6c13c64
Added auto reconnect option to database
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3499 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-08-23 13:31:04 +00:00
stan
7a08ab3c24
Added in some includes that are required on some systems.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3489 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-08-03 11:31:06 +00:00
stan
4891781523
Fixed issue with single image capture from cameras that don't provide content length
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3484 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-07-27 16:08:48 +00:00
stan
2c87c43978
Use dedicated DB connection for logging, with auto reconnect set up.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3474 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-06-28 11:07:35 +00:00
stan
02831ddcb1
Removed support for old locations of ffmpeg headers
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3468 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-06-24 16:05:06 +00: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
154880ac15
Now detects camera restarts and disconnections properly.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3342 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-05-16 22:53:31 +00:00
stan
b3b715e022
Fixes to work with latest ffmpeg
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3338 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-05-15 20:38:51 +00:00
stan
a90ae4f19f
Added additional info to exceptional polygon message
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3328 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-04-26 15:48:21 +00:00
stan
0ff4e53832
Allow FPS reporting to be disabled by setting valure to zero
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3308 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-03-02 12:23:10 +00:00
jaidhar
e3f8bdb6cd
XML (eyeZm) plugin: Now renamed plugin to eyeZm, along with all database variables. Note that this must still reside in the skins/xml path until iPhone apps can be moved over at a later point in time
...
Signed-off-by: Jai Dhar <jdhar@eyezm.com>
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3306 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-02-19 20:25:54 +00:00
stan
278b78f012
Added missing V4L1 conditional
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3304 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-02-17 09:31:33 +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
beffdab035
Improved fast image blending somewhat and changed image class to use generic typedefs rather than libjpeg ones.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3301 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-02-15 11:18:41 +00:00
stan
39b5400046
Tidied up memory freeing a bit.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3297 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-02-11 17:54:45 +00:00
stan
1ef02ac35a
Tidied up disposal of ffmpeg structures.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3296 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-02-11 17:51:08 +00:00
stan
e91795a619
Removed netpbm options
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3295 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-02-11 14:50:04 +00:00
stan
162b1b2feb
Fixed bug in signal checking - http://www.zoneminder.com/forums/viewtopic.php?t=17158
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3287 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-02-06 16:34:26 +00:00
stan
f813ff1691
Cleaned up some deprecated ffmpeg calls.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3273 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-02-06 13:21:24 +00:00
stan
d67d19dc4f
Removed dependency on DB existing for config generation
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3245 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-01-21 23:53:36 +00:00
stan
e11a5700c7
Removed -frepo line
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3244 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-01-21 23:53:07 +00:00
stan
df0d6919c9
Added v4l2 interlacing control
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3230 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-01-20 18:49:42 +00:00
stan
aa4a97d0da
Fixed incorrect monitor type when loading individual ffmpeg monitors. Not used anywhere currently so no impact.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3225 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-01-17 18:18:46 +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
stan
061a324a36
Fixed issue with image scaling etc when streaming.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3213 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-12-13 22:30:22 +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
stan
46d777398e
Updated to use fixed buffer sizes rather than relying on o/s defined.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3189 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-11-11 12:22:35 +00:00
stan
ca4358bfd6
Initial libgcrypt to remove warning in zms and zmu
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3188 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-11-11 12:11:06 +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
jaidhar
733eef46bd
XML Plugin: Adding zmstreamer to application source
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3183 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-11-09 20:48:34 +00:00
stan
2effcc506b
Reworked to handle signal lost events better and to prevent untimed events.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3172 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-11-03 16:43:33 +00:00
stan
3dccc2ee32
Regenerated
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3164 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-11-03 16:04:10 +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
257f975558
Commented out some unnecessary debug
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3156 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-11-03 10:03:58 +00:00
stan
9472311a38
Fixed some size_t compiler warnings.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3148 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-10-13 15:50:06 +00:00
stan
52b83eb813
Fixed issue with signal loss detection and timestamp label.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3143 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-10-08 22:42:54 +00:00
stan
36dddf22cc
Updated to include standard type definitions.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3088 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-07-04 18:09:44 +00:00
stan
b079f1e1c6
Updated to use standard types.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3087 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-07-04 18:00:35 +00:00
stan
cd16c91ccd
Tweaked zone image dumping.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3066 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-05-27 12:18:43 +00:00
stan
60f0136ed3
Merged in image root changes
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3040 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-02-28 19:16:40 +00:00
stan
2b375ef264
Changes to querying and probing.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3037 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-02-28 17:38:30 +00:00
stan
72416fc24b
Now checks to see if user is in group as well as owner
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3036 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-02-28 17:38:13 +00:00
stan
5ae6123ba3
Updated deprecated ffmpeg functions.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3018 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-02-15 17:05:53 +00:00
stan
2c9eeef178
Updated JPEG memory functions to not conflict with new libjpeg8 functions.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3012 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-01-20 14:43:54 +00:00
stan
f0e7aaf6db
Made mapped memory files not hidden
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2999 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-12-02 18:37:24 +00:00
stan
77fb484226
Fixed some ssize_t format specifiers.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2996 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-12-02 01:29:11 +00:00
stan
00f7799685
Fixed some non-64 bit safe printf specifiers.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2995 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-11-24 11:45:36 +00:00
stan
e9d3076785
Removed obsolete commented out line.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2994 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-11-24 11:45:00 +00:00
stan
075257be52
Added stdio.h for vsnprintf if not present
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2993 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-11-24 11:40:45 +00:00
stan
e30ae4fa0e
Only send http Keep-alive header for http 1.0
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2992 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-11-24 11:40:04 +00:00
stan
30c3c88c55
Remove MS_INVALIDATE from closing msync as not required.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2991 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-11-24 11:31:00 +00:00
stan
a786dfeb66
Debug tidying and renaming.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2976 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-10-14 13:10:14 +00:00
stan
10b01a5062
Added Panic level for debug with stack dump.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2975 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-10-14 10:01:46 +00:00
stan
2066ad472b
Fixied size_t format specifier for 64 bit systems
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2943 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-07-01 12:32:28 +00:00
stan
2c43bde47c
Corrected some format specifiers to account for different size of size_t types on 64 bit systems
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2942 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-07-01 12:28:40 +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
174c82a452
Remove error message if terminated and can't send.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2916 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-06-09 14:15:02 +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
5842ec5bfc
Added detection for thread death.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2907 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-06-03 08:10:28 +00:00
stan
c95ff6b6ba
Added change running flag to started, and added running to just mean when thread func is going.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2906 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-06-03 08:10:02 +00:00
stan
3c10237833
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2905 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-05-28 08:47:59 +00:00
stan
034f37cf4b
Applied contributed patch.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2890 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-05-25 18:03:46 +00:00
stan
ad77dc2e56
Applied patch to restore camera settings at startup.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2870 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-05-13 10:43:49 +00:00
stan
a02eba25ff
Minor mpeg format and config changes.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2868 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-05-08 15:24:39 +00:00
stan
820dce5e42
Updated for decimal frame rates.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2867 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-05-08 13:47:19 +00:00
stan
ca858a8562
Applied patch from 'mitch' to improve error detection when streaming.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2864 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-05-08 09:47:37 +00:00
stan
17386aa49f
Changed case of session cookie header.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2850 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-04-14 20:20:02 +00:00
stan
4c8352153d
Removed srand call and improved error message.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2849 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-04-14 20:19:36 +00:00
stan
18f196dbcd
Added srand initialisation.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2848 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-04-14 20:18:57 +00:00
stan
72f908c4e7
Changed streaming to dynamically reduce frame rates if streams are sent too slowly. Made low bandwidth montage more resilient.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2844 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-04-03 12:10:54 +00:00
stan
fa5db09a73
FIxed issues with negative FPS affecting streaming.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2839 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-04-01 19:39:23 +00:00
stan
cf30933bb4
Conditional compilation for recent V4L2 addition
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2834 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-03-31 14:09:53 +00:00
stan
afe253b71a
Added V4L2 query
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2827 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-03-31 12:57:34 +00:00
stan
41c2889df2
Added query capabilities for V4L2 cameras
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2824 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-03-30 15:27:15 +00:00
stan
e4d00ba189
RTSP fixes and tweaks
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2815 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-03-27 09:27:24 +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
20580582b3
Minor header file reorg
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2811 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-03-23 21:56:30 +00:00
stan
c65b50e312
Minor header sort out and libz no longer mandatory.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2809 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-03-20 12:39:29 +00:00
stan
f29e7b7436
Commented out recent redundant pix_format definitions
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2808 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-03-20 11:33:05 +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
73ad3a7097
Changed types/order of stream status structs to work on 64 bit systems.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2797 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-03-08 14:34:09 +00:00
stan
b89b1cfc7c
Fixed non-standard for webcam properly
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2785 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-20 18:15:16 +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
ee972ac78a
Fixed issue with event section lengths being ignored on alarm and rationalised debug.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2778 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-18 22:05:32 +00:00
stan
28692c1b28
Fixed greyscale issue and don't do format conversion if not required.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2777 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-18 12:30:43 +00:00
stan
ff2ac65117
Improved confusing error message.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2776 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-18 12:30:17 +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
4a17169acd
Removed Bandwidth header.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2774 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-17 21:22:51 +00:00
stan
bf0d393e1f
Added double include wrapper.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2773 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-17 21:22:02 +00:00
stan
e64312e48c
Corrected so mapped memory files are removed by package script.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2771 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-17 12:32:03 +00:00
stan
9c518efb3d
Stopped memory file getting deleted unless zmc restarts. Better overrun detection.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2770 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-17 12:29:51 +00:00
stan
092f8cdbff
Made backtracing more helpful.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2769 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-17 12:27:03 +00:00
stan
b1b4c8e42d
Fixed issue with extra debug not working for components.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2768 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-17 12:26:41 +00:00
stan
9690eb66fe
Removed from svn.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2767 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-17 12:26:18 +00:00
stan
5506400519
Applied YUV patch from forum.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2766 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-16 18:33:36 +00:00
stan
e0ea59eec5
Fixed RTSP authentication.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2765 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-16 18:21:50 +00:00
stan
3b64c91b57
Don't fail to compile if ffmpeg compiled with swscale, though won't work.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2764 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-16 18:18:37 +00:00
stan
d980c3996d
Cosmetic
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2763 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-16 18:18:03 +00:00
stan
bfc329b96a
Changed memcpy to memove where overlaps might occur.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2762 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-16 18:17:19 +00:00
stan
1195e8e27c
More multi-cam tweaks.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2757 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-12 22:26:28 +00:00
stan
98b648bfc1
Fixes to multiple cameras on one device.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2756 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-12 21:33:05 +00:00
stan
d92c781026
Removed mapped memory file on shutdown.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2755 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-12 21:32:00 +00:00
stan
a941e28b37
Updated for latest ffmpeg.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2750 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-09 14:54:09 +00:00
stan
541d4e20e5
Updated for latest ffmpeg
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2748 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-09 14:42:08 +00:00
stan
d9542aba28
Removed unecessary Info line.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2747 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-08 17:46:00 +00:00
stan
885c090f12
Removed or conditionally commented out V4L2 pix formats that are nopt in older kernels
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2740 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-04 15:02:47 +00:00
stan
cd269623c1
Allow sources with no video standard defined.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2739 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-04 14:44:30 +00:00
stan
cd7087aeed
Removed optmisation to let browser scale zoomed in images as breaks FF3
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2738 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-04 14:38:05 +00:00
stan
c753214450
Added some conditional compilation around ffmpeg stuff.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2733 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-01-28 15:02:33 +00:00
stan
4b9d30ca75
Cleaned up multi-camera setup
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2729 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-01-28 12:50:37 +00:00
stan
0f5ee9580f
Conditional compilation for V4L2 stuff.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2728 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-01-28 11:28:03 +00:00
stan
f0c76828c0
Removed compiler warning
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2727 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-01-28 11:27:35 +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
dde584a12a
Restructured camera capture methods somewhat and revamped V4L stuff a bit.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2724 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-01-28 09:48:06 +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
bb872feab4
Added result error checking to frame streaming.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2718 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-01-21 17:37:39 +00:00
stan
23d82a7e03
Added FFMPEG camera type
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2716 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-01-20 15:01:32 +00:00
stan
0fcda558dd
Updated new RTSP SDP parsing methods.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2715 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-01-20 15:00:31 +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
f7ebe7a05e
Updates for changed SDP parsing method.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2713 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-01-16 12:18: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
viseon
f2ad7cc770
Add offset to replay_rate to make it unsigned
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2708 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-12-05 23:56:15 +00:00
stan
bcb7166b75
Better handling of RTP stream and thread death.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2704 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-12-05 23:14:37 +00:00
stan
c83d340ad8
COntrol stream replay rate now two bytes long
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2703 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-12-05 23:14:20 +00:00
stan
5bd99df2cf
Added symbolic level to hex dump
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2699 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-12-05 21:00:26 +00:00
stan
37516f9c95
Added extra byte intolength calculation to avoid infinite loop
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2698 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-12-05 20:59:57 +00:00
stan
4a57d09d64
Added checks for return status on read and write functions.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2697 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-12-05 20:55:58 +00:00
stan
e33fc4cd60
Added proper check for http methods.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2695 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-12-05 19:05:35 +00:00
stan
fe1c1f3beb
Moved some initialisations
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2691 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-12-05 18:13:45 +00:00
stan
842398a32f
Added checks to return status of some functions.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2690 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-12-05 18:13:26 +00:00
stan
55ce645728
Added VARPLAY command to event stream.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2688 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-11-03 13:18:08 +00:00
stan
6d78b17d90
Added CMD_VARPLAY to stream commands
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2687 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-11-03 13:16:47 +00:00
stan
5360eb7e52
Added zm_config_defines.h to svn
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2683 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-11-03 12:23:34 +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
e60149ce36
Modification to streaming to avoid making stream buffer if not required. Also cycle fix.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2679 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-10-29 23:08:21 +00:00
stan
94912ddae1
Ensure that all events has at least some regular frames to start with.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2674 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-10-28 12:52:09 +00:00
stan
9ecb501906
Cleaner shutdown for RTP streams
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2670 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-10-22 13:10:12 +00:00
stan
3aedc486b7
Updated for latest ffmpeg
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2667 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-10-16 16:11:49 +00:00
stan
a91d2a0697
Rationalised and renamed buffer class.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2657 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-10-09 09:15:23 +00:00
stan
0afd77907e
Fixed various issues with RTSP streaming.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2656 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-10-09 08:29:03 +00:00
stan
779737fcde
Corrected notes update problem.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2655 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-10-09 08:28:50 +00:00
stan
bef8c7bc16
Dropped level of some debug.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2654 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-10-09 08:28:02 +00:00
stan
fff2e022ff
Improvements.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2653 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-10-09 08:27:39 +00:00
stan
c0fb4fef7a
Fixed multiplier on float version of select timeout.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2652 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-10-09 08:27:10 +00:00
stan
d5b92e88d6
Fixed buffer bug in RTP over HTTP
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2650 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-10-07 09:01:16 +00:00
stan
0606700091
Updated to continuously update Notes
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2645 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-10-05 19:07:43 +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
d15e05e016
Cosmetic cr/lfs on debug,
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2634 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-09-29 08:15:50 +00:00
stan
506815599b
Addressed issues with event start and end times. Now includes the time from first to last frame.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2631 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-09-26 09:45:59 +00:00
stan
c207e7720f
Changed force close events to more general setting allowing long events to be closed after alarm.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2630 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-09-25 11:18:55 +00:00
stan
53631ac3fe
Modified ffmpeg logging
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2629 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-09-25 11:16:59 +00:00
stan
e30da16498
Fixed threads for 64 bit.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2625 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-09-01 15:35:27 +00:00
stan
a79594387c
Fixed various mapped memory errors.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2624 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-09-01 15:31:20 +00:00
stan
24ec7eed9e
Fixed type in RTP method checking
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2615 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-08-11 11:53:43 +00:00
stan
e6041e24a7
Uppdated copyright headers
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2611 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-25 09:33:23 +00:00
stan
0e88a85980
Updated propeties
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2610 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-25 09:23:20 +00:00
stan
d0e787f957
Test revision for properties
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2609 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-25 09:14:36 +00:00
stan
f6a029bc4d
Updated properties
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2608 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-25 09:08:15 +00:00
stan
4012faddb6
Very dodgy stuff for different types of compiler linkage.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2607 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-25 09:00:23 +00:00
stan
fed2b53003
Added missing staticConfig definition
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2605 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-24 17:12:53 +00:00
stan
d55e1d4b6a
Removed warning
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2604 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-24 17:12:39 +00:00
stan
f66aa5e10e
Updated static config to use strings
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2603 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-24 17:08:50 +00:00
stan
9c1f2e22df
Fixed file list, wrong extensions and threadata.cpp not in extr dist
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2602 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-24 17:08:24 +00:00
stan
4c2c4199ca
Fixed to compile with recent ffmpeg
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2601 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-24 16:57:39 +00:00
stan
8a1b646834
Correct issue where address of strings was being taken rather than contents
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2600 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-24 15:52:52 +00:00
stan
bf955715ee
Removed redundant typedefs
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2599 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-24 15:38:21 +00:00
stan
8d503408f8
Fixe dproblem with detection of FFMPEG header locations
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2597 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-24 11:30:18 +00:00
stan
03611d70c9
Fixed printf issues with stream cmd_type size change
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2595 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-23 09:56:38 +00:00
stan
963c8372a3
Bug 486 - Modified stream structs to also be 32 bit wide.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2594 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-23 09:27:07 +00:00
stan
ad5de3749f
Bug 485 - Fixed usecs values of HTTP timeout
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2593 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-23 09:21:19 +00:00
stan
fc8886b305
Changed method of detecting strsignal
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2592 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-22 19:54:01 +00:00
stan
d598f54210
Merged in V4L2 initial changes.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2582 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-21 15:20:52 +00:00
stan
2d4b4d2415
Relaxed frame decoding checking. If at least one frame has been decoded then an error on the next one is not fatal.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2578 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-21 08:47:02 +00:00
stan
2068391598
Bug 483 - Fixes to reported buffer class bugs
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2577 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-21 08:46:04 +00:00
stan
aa26ab7b18
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2532 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-16 08:35:59 +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
ee44d4b274
Updated debug format
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2513 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-14 14:43:47 +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
f0bed4568b
Changed enum to not override FILE
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2504 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-14 13:31:15 +00:00
stan
fe53ca7a07
Bug 482 - Now handles new ffmpeg header locations.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2437 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-06-18 15:42:53 +00:00
stan
c617a8436c
Bug 434 - Added delete functionality back into DVR events view plus enhanced events scrolloing etc to support.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2391 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-04-21 13:52:05 +00:00
stan
799ee78675
Bug 471 - Compiler warnings, sorted out types and general format tidying
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2357 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-03-13 13:36:12 +00:00
stan
9c5f73dd10
Bug 462 - Now supports gnutls and openssl
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2310 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-02-13 23:44:44 +00:00
stan
ca5886719c
Creates id tag file in both storage methods
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2307 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-02-13 22:48:47 +00:00
stan
7825b97cfa
Cosmetic - corrected typo
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2306 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-02-13 22:44:37 +00:00
stan
60880b2edd
Bug 455 - Corrected duplicate parameter name in function declaration.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2305 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-02-13 22:44:19 +00:00
stan
6a3c6dfa14
Bug 445 - Fixed problem with using the wrong count when reloading linked monitors.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2294 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-02-10 22:14:32 +00:00
stan
97d259bed1
Cosmetic changes.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2282 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-01-13 17:48:01 +00:00
stan
9d291c0ba1
Bug 431 - Removed default args for monitor constructors and now can stream events without active monitor.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2274 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-12-29 18:50:53 +00:00
stan
93c2ec048c
Bug 428 - Fixed incorrect gnutls #defines.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2273 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-12-29 18:49:21 +00:00
stan
eff686eb93
Bug 426 - Changed to use gnutls instead of openssl
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2266 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-12-23 16:37:39 +00:00
stan
ea8feae447
Updated to work with latest ffmpeg.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2256 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-12-17 13:17:09 +00:00
stan
dc8aa90860
Added stream replay mode control.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2245 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-11-20 17:06:45 +00:00
stan
911920dc71
Fixed issue with single frame streaming not working.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2234 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-11-11 15:57:54 +00:00
stan
fdbb18c3f8
Fixed force/disable alarm buttons.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2232 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-11-04 17:36:30 +00:00
stan
1bfa9f6c06
Fixed issue with streaming on low bandwidth being too fast.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2228 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-11-04 17:29:51 +00:00
stan
5378a73ae2
Corrected timestamp fractional token.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2221 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-09-18 15:07:19 +00:00
stan
39e6a18e4c
Change 'type' parameter back to 'mode'.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2213 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-09-18 14:01:25 +00:00
stan
1b55f15d54
Bug 416 - Added new ffmpeg swscale library
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2211 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-09-18 14:00:33 +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
b4032959e0
Bug 406 - Added ability to indicate mysql connection port in host.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2198 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-09-07 15:39:44 +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
6fffd05bc4
Fixed issue with no connkey if authentication on.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2176 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-08-29 18:53:29 +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
7221b16ab4
Bug 413 - Added missing CR to GET line.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2168 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-08-29 17:34:33 +00:00
stan
98c3243969
Added reload option char to allowed set.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2167 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-08-29 17:33:06 +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
5124065e77
Bug 398 - Added new ffmpeg header patch
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2109 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-04-03 15:44:04 +00:00
stan
3e8d503681
Bug 402 - Added errors and warnings on bogus exits.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2097 e3e1d417-86f3-4887-817a-d78f3d33393f
2007-04-03 09:47:08 +00:00
stan
9f63b75c88
Bug 390 - Updated timestamp tokens to show deci-seconds etc
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2096 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-12-24 16:50:01 +00:00
stan
1b8269f233
Merged in changes for enhanced showtext.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2062 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-11-16 11:34:53 +00:00
stan
9b20b7c881
Bug 363 - Fixed problem with scaling images and incorrect calculated sizes
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2046 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-11-09 11:47:37 +00:00
stan
ed0626492f
Bug 374 - Multiple monitors can now share the same video device source without penalty.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2030 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-10-24 14:37:34 +00:00
stan
93e7a83565
Bug 196 - Fixed problem with jpeg error handlers.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2019 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-10-18 17:08:10 +00:00
stan
ecacce3256
Bug 364 - Corrected line endings on http request
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2016 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-10-18 15:14:10 +00:00
stan
82c2f5d23c
Bug 368 - Added missing LinkedMonitors term into SQL.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2015 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-10-18 15:13:47 +00:00
stan
0fe4e4c66d
Bug 351 - Fixed to compile with latest version 50 ffmpeg.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2009 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-07-04 10:46:16 +00:00
stan
208beb0934
Added enum for frame type, though not currently used.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1994 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-05-25 14:02:38 +00:00
stan
67573429a2
Bug 9 - Updates event entry on bulk frame write.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1992 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-05-24 13:51:50 +00:00
stan
24528cedaf
Fixed incorrect indication on HUP signal.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1991 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-05-24 13:51:23 +00:00
stan
8a49cf7e12
Bug 329 - Removed asserts and replaced with proper debug/errors.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1967 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-05-08 12:46:53 +00:00
stan
79ca312388
Bug 292 - Added more checks on zone polygons.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1966 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-05-08 12:46:23 +00:00
stan
f22af5fc67
Bug 328 - Added abort call to Fatal to cause backtrace.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1965 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-05-08 12:44:22 +00:00
stan
fbc4c6e088
Bug 315 - Handle sigcontext structures without eip.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1959 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-05-05 11:23:26 +00:00
stan
47eb714e90
Added size shortcut methods.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1929 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-04-12 15:14:55 +00:00
stan
d347a4e3ee
Now highlights if retreived image is wrong size or colour depth.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1928 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-04-12 15:14:24 +00:00
stan
a0b3e2a5a3
Bug 308 - Added improved signal handling and backtracing.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1916 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-04-05 12:22:27 +00:00
stan
e22e410320
Bug 308 - Added handlers for fatal signals, with backtracing facility.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1914 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-04-05 12:20:46 +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
cbfb343835
Bug 301 - Alarm maximum FPS now monitor specific.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1903 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-03-31 12:49:05 +00:00
stan
dd118888a0
Bug 302 - Added control state scratch area to shared memory.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1899 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-03-30 13:52:51 +00:00
stan
fb9139d20b
Bug 164 - Finally, hopefully, fixed jpeg quality issues.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1898 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-03-30 13:46:48 +00:00
stan
b9940650da
Bug 296 - Removed extra delete monitor
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1892 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-03-24 12:02:23 +00:00
stan
8ae9aa3465
Handle null MaxFPS values.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1884 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-03-23 18:21:26 +00:00
stan
bceeba85aa
Bug 294 - Now fixes control devices.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1883 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-03-23 18:17:30 +00:00
stan
a021337eda
Bug 284 - Now fixes control devices also.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1872 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-02-08 12:23:21 +00:00
stan
e04804ae5b
Fixed invalid test.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1871 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-02-08 12:21:27 +00:00
stan
772e6dd126
Big 273 - Exit in controlled manner when can't fetch images.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1862 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-23 21:33:31 +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
e6fd8c8cc7
Bug 267, 89 - Allow cascading alarm triggers, include zones in event notes.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1852 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-22 19:38:41 +00:00
stan
2079f61cbc
Bug 5 - Added support for linked monitors.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1851 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-22 18:31:55 +00:00
stan
b420c2ebd2
Bug 266 - Fixed crash, added support for displaying fle cameras and polygons.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1850 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-21 18:02:46 +00:00
stan
7ad5388fc3
Bug 265 - Fixed memory access errors due to pointers to free'd mysql query data.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1849 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-21 17:58:46 +00:00
stan
9dcdcb8508
Slight reorganisation of shm member data, also blats shm on destruction.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1848 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-20 16:10:08 +00:00
stan
d4e16016ba
Bug 264 - Added support for zipped raw images.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1847 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-20 15:27:48 +00:00
stan
a6fca601a2
Bug 263 - Support raw image input.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1846 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-20 15:20:07 +00:00
stan
5ab1726493
Fixed typo in previous fix!
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1835 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-17 12:03:30 +00:00
stan
7788bc4c2f
Static initialised content boundary length.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1834 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-17 11:33:35 +00:00
stan
235dde1a80
Updated copyright statement.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1829 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-17 10:56:30 +00:00
stan
33cb9ab66f
Bug 13 - Added prototype signal loss detection code into remote monitors.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1824 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-15 17:39:18 +00:00
stan
7e96084114
Bug 13 - Added in support for signal loss detection.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1813 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-14 22:47:02 +00:00
stan
a998599df0
Bug 251 - Fixed problem when authentication relay set to 'none'
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1801 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-14 13:37:11 +00:00
stan
034661e84f
Changed comments to refer to zmupdate and not zmconfig.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1800 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-14 13:35:09 +00:00
stan
b70c064bf9
Bug 250 - Fixed negative timeouts becoming very long timeouts.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1792 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-12 17:07:26 +00:00
stan
14fc3e2473
Bug 249 - Added event navigator and progress panel
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1790 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-12 15:41:39 +00:00
stan
497769a177
Clarity fix.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1776 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-12 00:01:54 +00:00
stan
c2beb56c12
Added ZMU_ prefix to enums to avoid clashes.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1760 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-03 09:59:32 +00:00
stan
9051cf481a
Removed closeEvent call on suspend.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1757 e3e1d417-86f3-4887-817a-d78f3d33393f
2006-01-01 20:30:36 +00:00
stan
d0e3247db9
Moved state transitions to before actions.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1741 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-27 14:40:15 +00:00
stan
eadcbb4bfa
Updated shared_data->last_event for each time event is created.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1728 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-22 22:51:22 +00:00
stan
05c2fb5dfd
Bug 238 - Changes to do with the various enabled/disable/suspend/trigger modes.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1720 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-22 16:46:25 +00:00
stan
9678f5ae88
Bug 235 - Added raw streamed output.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1711 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-21 10:11:44 +00:00
stan
b467ec84ce
Incomplete polygon mods.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1710 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-21 00:13:23 +00:00
stan
fd518f1d79
Bug 207 - Syslog facility changed back to local1
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1702 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-20 16:55:32 +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
a35a06dc1d
Bug 232 - Revamped build and install
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1678 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-16 10:13:59 +00:00
stan
0d8f45b250
Bug 207 - Now exits on http 400+ errors
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1670 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-09 10:44:52 +00:00
stan
7cd2e34d2f
Bug 171 - Finally fixed ffmpeg compatibility for all 3 builds.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1669 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-09 00:25:12 +00:00
stan
448c61efa5
Fixed typo.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1664 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-08 17:10:16 +00:00
stan
fa0c5348a0
Bug 223 - Added in custom mime-type initialisations.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1659 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-07 13:42:25 +00:00
stan
af370d91fe
Removed reduundant line.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1657 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-05 12:24:21 +00:00
stan
0ed47d42af
Added code to blank out parts of diff image outside of zone.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1656 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-05 12:23:53 +00:00
stan
18c4a9d2f1
Fixed typo.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1651 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-02 10:18:59 +00:00
stan
89b9b59803
Added pre-emptive blob recycling and optimised out some pixel blanking. Added alarm mid points on all check methods.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1648 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-02 10:16:31 +00:00
stan
bf267d4ca7
Bug 207 - Changed warnings to errors and added helpful text.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1647 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-02 10:15:40 +00:00
stan
fa06d9e4cc
Fixed sense of syslog check and initialised sigaction parms to remove valgrind error.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1644 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-02 10:10:50 +00:00
stan
7468286725
Further mods to improve polygonal blob detection.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1640 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-01 16:34:20 +00:00
stan
1dd59e435a
Fixed broken optional parameter to -z
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1639 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-01 16:33:51 +00:00
stan
25294d4417
Further debug optimisation.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1638 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-01 16:29:19 +00:00
stan
973f7bad1e
Added crop function and debug.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1637 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-01 16:24:25 +00:00
stan
f56cf20b5f
Bug 217 - Sorted out debug. Changed syslogging and allowed debug to be compiled out.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1634 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-12-01 16:20:24 +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
c3142f7131
Bug 207 - Perrmitted any authentication to streams.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1628 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-23 14:14:27 +00:00
stan
102843da42
Fixed missing initialisation when reading in JPEGs.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1627 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-23 13:38:38 +00:00
stan
90360aa18c
Bug 197,199 - Caches jpeg comprression data and quality settings.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1614 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-22 10:41:50 +00:00
stan
9e03d55a8c
Bug 207 - Fixed memory corruption due to incorrect shared memory offsets.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1613 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-22 10:39:51 +00:00
stan
76252c4831
Bug 209 - Optional prevent ongoing alarms from keeping events open.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1608 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-21 12:18:36 +00:00
stan
c345eb0706
Bug 207 - Fixed incorrect offsets in YUV conversion tables.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1607 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-21 12:07:26 +00:00
stan
6e7daa90c5
Bug 202 - Added status summary --list function.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1602 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-20 12:17:45 +00:00
stan
c8b4b6ad3a
Bug 199 - Caches compression structures in jpeg operations.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1597 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-19 19:41:06 +00:00
stan
65532674e6
Bug 198 - Added initial hooks for optional comment in jpeg headers.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1596 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-19 18:43:46 +00:00
stan
b2a7183f12
Bug 196 - Added handler for non-error libjeg output.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1595 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-19 18:35:31 +00:00
stan
8287f722ba
Added handler traps for warnings.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1594 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-19 18:31:59 +00:00
stan
aa9004cc75
Bug 195: Added quality override so frame server images are correct quality.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1593 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-18 17:26:12 +00:00
stan
848630b2a7
Added uninstall hook to complete uninstall.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1590 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-16 10:24:03 +00:00
stan
e02b7311d4
Removed check on auth methods temporarily to allow any use from command line.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1571 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-07 12:09:56 +00:00
stan
af85fd6916
Renamed variables and added blob overflow code.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1540 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-11-03 10:48:50 +00:00
stan
46585d9cc2
Bug 148 - Allows remote http authentication.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1531 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-10-20 15:42:41 +00:00
stan
0660c19929
Bug 169 - Masked out shared memory keys.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1529 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-10-20 11:53:39 +00:00
stan
c8586ceba2
Bug 129 - Added additional debug configuration
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1528 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-10-20 11:47:03 +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
6fa1cb5c2a
Bug 182 - Added jpeg errors handlers.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1521 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-10-17 21:45:06 +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
bc405546b6
Bug 166 - Added width and height to Events table.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1513 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-10-16 21:39:10 +00:00
stan
333c3b4ba3
Bug 180 - Generate warning if regexps selected and not libpcre
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1511 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-10-16 21:34:58 +00:00
stan
ce7164a065
Bug 178 - Added support for CVS ffmpeg.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1509 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-10-16 21:32:37 +00:00
stan
044450901b
Bug 163 - Added control permissions
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1506 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-10-16 21:11:44 +00:00
stan
209f65e10f
Bug 76 - Now supports CVS ffmpeg.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1497 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-10-03 20:38:40 +00:00
stan
425f22fe3c
Bug 164: Fixed wrong quality variable for streamed images.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1490 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-09-22 14:06:06 +00:00
stan
be01ec16a9
Bug 131 - Fixed problem with rotated images.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1481 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-07-12 13:38:42 +00:00
stan
8a710e3a89
Bug 110 - Moved frame boundaries before frames.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1479 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-06-23 08:40:43 +00:00
stan
7a23b4f819
Bug 101 - Fixed timstamps not showing if no %%s in them.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1471 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-06-22 09:53:32 +00:00
stan
c643b81627
Bug 45: Added lazyleoppard deinterlacing patch.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1459 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-06-13 10:21:54 +00:00
stan
14f253b2b4
Bug 74: Further mods for non-libpcre parsing.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1458 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-06-13 10:20:08 +00:00
stan
978aeb5505
Added memory utility functions.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1455 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-06-12 17:06:58 +00:00
stan
879add6b74
Added extra check and warning.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1453 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-06-12 17:05:19 +00:00
stan
f2a8ebb344
Removed extra debug, added some just in case debug also for jpeg-mmx but commented out.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1426 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-05-22 17:33:34 +00:00
stan
c20d73e95b
Bug 63 - Allow update of image annotation via trigger mechanism.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1423 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-05-19 16:22:22 +00:00
stan
f089f28bd4
Added simplified direct config interface.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1406 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-05-16 09:27:06 +00:00
stan
f03079af6e
None regexp netcan support.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1405 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-05-14 14:40:17 +00:00
stan
a49d7a9d6f
Optimised config calls.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1397 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-05-05 16:44:06 +00:00
stan
322caab34b
Checks for some buffer overruns
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1396 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-05-05 16:43:36 +00:00
stan
a1006edcbd
Added flip support and optimised some config calls.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1395 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-05-05 16:43:19 +00:00
stan
d704c9b2fb
Added flip function for vertical or horizontal mirroring.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1394 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-05-05 16:42:37 +00:00
stan
825e6420ad
Moved declaration of double.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1393 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-05-02 14:02:04 +00:00
stan
f7ebb4f3b7
Fixed problem with restricted monitor ids setting being lost.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1386 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-03-20 19:32:18 +00:00
stan
48828d6d05
Fixed issue with streaming being twice as fast as limit implies.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1384 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-03-20 16:33:29 +00:00
stan
dd90d80264
Added extra event id in creation debug.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1362 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-03-04 12:15:13 +00:00
stan
264c23d687
Updated copyright statement
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1360 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-02-24 14:40:14 +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
b7a4a25437
Applied patches to correct diagnostic image naming problems and to display them.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1273 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-02-01 23:05:19 +00:00
stan
970f0c687c
Fixed premature check of HAVELIBCRYPTO
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1267 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-01-31 12:07:38 +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
76bc4cb613
Fixed user sql, added debug and wrapped in check for libcrypto
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1243 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-01-26 20:55:50 +00:00
stan
8559d199bd
Wrapped user check in OPT_AUTH check.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1241 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-01-26 20:53:55 +00:00
stan
eb86e25a3a
Changed order of a couple of defines.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1239 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-01-26 20:52:27 +00:00
stan
00cce5a800
Removed dependency on RegExp.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1238 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-01-26 20:51:35 +00:00
stan
fc7bb6803e
Changed regexp to allow for no crlf before boundaries.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1227 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-01-19 09:38:53 +00:00
stan
e56123b8c0
Totally revamped authentication for zms and zmu
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1226 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-01-19 01:50:24 +00:00
stan
b4e422db75
Made duration and fps calculation floating point.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1223 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-01-16 17:49:04 +00:00
stan
d2ea7d155f
FUther debug revisions to correctly tag in syslog etc.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1220 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-01-16 16:39:56 +00:00
stan
4bcd7c7d81
Slightly tidied things up if connection failure.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1219 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-01-16 16:39:31 +00:00
stan
810b9a0adc
Added <nome> when no debug log.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1214 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-01-15 18:47:57 +00:00
stan
dc3b3691a0
Revamped debug initialisation and config loading.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1208 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-01-15 17:45:51 +00:00
stan
5ed307f0c5
Modified formatting slightly.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1207 e3e1d417-86f3-4887-817a-d78f3d33393f
2005-01-15 17:27:03 +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
2ba1ee4eb8
Removed secondary DB user.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1171 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-12-28 17:01:25 +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
5344c6b86c
Removed extraneous format field.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1166 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-12-28 15:45:23 +00:00
stan
f6b2d23d88
Added YUYV/YUV422 support. Untested.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1165 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-12-28 15:44:47 +00:00
stan
c84dae459c
Fixed digits in image file numbering problem.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1145 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-10-13 09:37:38 +00:00
stan
4a5e2f9337
Made brightness etc signed.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1115 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-09-25 18:26:09 +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
1589f95540
Modified to work with ffmpeg 0.4.9-pre1
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1105 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-09-23 14:20:54 +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
24fdf468b6
Changed monitor events directory to be keyed by id.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1095 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-09-07 08:45:00 +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
fc32786546
Corrected typo.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1090 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-08-17 14:24:29 +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
5f7b1d7575
Changed shmget error message.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1085 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-08-11 15:26:44 +00:00
stan
7e926c5ac1
Patched to be more reliable with different cameras.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1084 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-08-11 15:24:47 +00:00
stan
a7e0fcef41
Allows filters of 1 or less size.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1083 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-08-11 15:20:09 +00:00
stan
a38d4e5bfc
Now also fixes serial ports.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1082 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-08-11 15:18:01 +00:00
stan
dad7aed4b2
Patched with Oskin bttvfix.patch
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1081 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-08-11 15:13:47 +00:00
stan
17ce582808
Corrected comment.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1071 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-06-30 14:32:45 +00:00
stan
a89845780c
Fixed extra blob problem and rearranged debug.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1059 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-05-05 16:22:37 +00:00
stan
16fcbb4983
Fixed to always write closing frame record to database.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1054 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-05-05 09:19:07 +00:00
stan
153b6ff8b3
Now outputs mime headers directly from ffmpeg.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1053 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-05-05 09:18:14 +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
b508b2a5ce
Changed strcpy to strncpy, sprintf to snprintf and query parameter checks to avoid vulnerabilities.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1017 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-04-19 16:02:17 +00:00
stan
d7671a1daf
Added patch to allow zms to produce single images.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1013 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-04-19 13:03:16 +00:00
stan
2465a916b2
Fixed problem with debug images ending up as analysis images.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1003 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-30 11:05:47 +00:00
stan
35141bc60d
Fixed zero content-length and cbogus length calculation.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@995 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-23 11:43:36 +00:00
stan
02d94534b0
Removed zero content length header in non-nph mode.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@994 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-23 09:24:13 +00:00
stan
ea6abdf089
Added variable image digits format.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@991 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-22 10:33:40 +00:00
stan
0394ec52cf
Initialised mon_id to 0 to prevent auth errors on device queries.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@988 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-22 09:11:42 +00:00
stan
6c2f44af40
Further changes for images without c-l headers or termination patterns.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@986 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-20 12:53:27 +00:00
stan
3411f10f82
Further regecp refinements.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@985 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-19 11:13:47 +00:00
stan
899c9999d4
Fixed regexps for no content length and single images.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@984 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-19 10:09:05 +00:00
stan
8ee55c28bb
Modified to look for pcre.h in two places.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@982 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-18 21:47:09 +00:00
stan
886c6cad6e
Modified ffmpeg detection to allow for installation.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@981 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-18 21:24:05 +00:00
stan
4dfdf8f00b
Changed extraneous Info messages to be Error, Debug or removed.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@975 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-17 10:28:07 +00:00
stan
eb8c334e30
Modified read error checking to not give meaningless messages, changed
...
some Info to Error or Debug.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@974 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-17 10:27:49 +00:00
stan
91f1a558ce
Removed dump functions.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@973 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-17 10:27:00 +00:00
stan
425d5827d3
Changed error messages to use debug library.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@972 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-17 10:26:32 +00:00
stan
1a87d79b78
Fixed blank image if RGB invert not checked.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@971 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-17 10:26:17 +00:00
stan
d49861ffcd
Reorganised ioctl calls a bit.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@967 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-16 15:40:10 +00:00
stan
885fe52a67
Added conditional code for when no libpcre installed.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@959 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-15 09:43:51 +00:00
stan
4d6b69a499
Sorted out monitor streaming and removed old config.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@958 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-15 09:37:21 +00:00
stan
eb2363747b
Implemented frame rates better on events.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@957 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-15 08:48:52 +00:00
stan
54befcd015
Adjusted some options and added video format options.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@956 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-14 23:27:36 +00:00
stan
e8ec46c2ad
Added handling for other video formats.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@955 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-14 22:49:12 +00:00
stan
9e5d19bf8a
Now installs a nph version of zms.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@952 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-14 18:26:09 +00:00
stan
6f02a01f36
Now optionally runs in nph mode.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@951 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-14 18:16:15 +00:00
stan
9efff7fdfb
Added HTTP version parsing.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@950 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-14 18:15:23 +00:00
stan
6d5ecdf402
Modified to do less memory mucking around.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@949 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-14 18:12:53 +00:00
stan
15d7058f39
Rewrote remote camera capture code and now handles motion jpeg streams.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@946 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-13 14:07:57 +00:00
stan
9ecd8ce9f7
Fixed JPEG streaming.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@945 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-13 14:07:23 +00:00
stan
84dd33ade1
Added regular expression and memory buffer files.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@944 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-13 14:06:53 +00:00
stan
5693da40bc
Messed around with jpeg stream header.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@943 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-11 11:19:37 +00:00
stan
e6ef3bbcd7
Added maximum fps and timed option to video streaming.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@942 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-11 11:18:14 +00:00
stan
ba2820ef37
Fixed fixed section lengths to start on boundary.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@936 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-09 17:04:15 +00:00
stan
1aa2bdc76f
Added timestamping to video generation.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@930 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-08 10:33:19 +00:00
stan
36f74f1f24
Moved debug initialisation before query processing.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@929 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-08 10:32:51 +00:00
stan
e30fc4ac2c
Changed bit_rate to bitrate
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@927 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-05 10:40:45 +00:00
stan
60a4537184
Fixed inserted frame types.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@925 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-05 10:31:39 +00:00
stan
6e74128e97
Fixed bulk frame inserts.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@924 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-05 10:23:01 +00:00
stan
81923acac7
Fixed bulk_frame_interval cast.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@918 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-04 15:16:44 +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
de93828672
Made zone %ges relate to the zone and not the monitor.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@914 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-04 13:16:18 +00:00
stan
aaac6765a3
Added expanded socket size for frame server.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@913 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-04 12:50:42 +00:00
stan
d73f6b964a
Added include of sys/time.h
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@908 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-02 16:32:49 +00:00
stan
1c57e16f7d
Defined base sample rate.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@907 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-02 16:32:31 +00:00
stan
d0cc002084
Corrected image MIME types.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@906 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-03-02 16:18:55 +00:00
stan
9a33ab5e2e
Fixed fixed length events length bug.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@880 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-20 09:47:49 +00:00
stan
542d3ffb40
Fixed timestamping bug in sent images.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@879 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-19 15:51:02 +00:00
stan
7c8dc1808c
Removed debug.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@878 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-19 15:46:28 +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
8526aa69aa
Added scale parameter to zmu.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@864 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-18 15:35:51 +00:00
stan
ab7a6e658d
Fixed annotate functions to prevent text wrapping.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@863 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-18 15:35:33 +00:00
stan
317873afcc
Clones annotated images before writing.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@862 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-16 11:12:28 +00:00
stan
2452b48239
Moved timestamp encoding to before JPEGising
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@861 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-15 23:35:15 +00:00
stan
2fe2c2a5ee
Fixed max pix threshold check bug and check_method SQL error.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@859 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-15 23:16:35 +00:00
stan
9ead79db37
Bumped timing debug up to level 2
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@858 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-15 23:16:00 +00:00
stan
275dea8300
Merged in annotation changes.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@856 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-15 20:07:16 +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
626d91fd29
Merged in fast deltas and other optimisations.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@854 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-15 19:53:10 +00:00
stan
15d83eea1a
Merged in montage sizing and scaling improvements.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@853 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-15 19:47:23 +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
593f85fd90
Merged in remote authentication feature.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@848 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-15 19:17:38 +00:00
stan
6a5f0f93d4
Fixed wrong logical operator in max pixel threshold comparison.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@843 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-15 19:08:57 +00:00
stan
08aa598858
Added extra missing parameter to Zone debug.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@831 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-12 13:59:49 +00:00
stan
ffa911adb5
Fixed timing problem in streaming.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@817 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-06 09:21:57 +00:00
stan
9fc320fbf7
Fixed path problem when streaming.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@814 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-05 21:58:44 +00:00
stan
5e5902b32e
Alarms are now cancelled on destruction.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@809 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-02-05 17:26:58 +00:00
stan
f7fd4f4985
Added check for strsignal.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@789 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-01-27 17:21:56 +00:00
stan
ec24c82e5c
Changed CHECK_IMAGES config to DIAG_IMAGES.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@788 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-01-27 17:07:20 +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
17c3dfb57b
Modified misleading comment.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@761 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-01-23 09:21:13 +00:00
stan
d4c6ff1db8
Changed base of strtol.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@745 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-01-15 11:36:42 +00:00
stan
0aafd9d30b
Applied Ian@zestysoft changes.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@744 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-01-14 21:26:47 +00:00
stan
6802b3a6ad
Removed trailing comma
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@739 e3e1d417-86f3-4887-817a-d78f3d33393f
2004-01-08 13:01:04 +00:00
stan
0aec7c648b
Modified return check from mmap call.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@714 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-12-24 10:38:28 +00:00
stan
82bd47b918
Resets the read count on destruction.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@703 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-12-11 16:41:20 +00:00
stan
34f902e87b
Added option to not generate analysis images.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@695 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-11-21 10:38:41 +00:00
stan
9638cc502a
Removed extraneous brightness parameters
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@693 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-11-21 10:37:33 +00:00
stan
41315c9201
Corrected parameter bug ttl/path
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@692 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-11-21 10:36:54 +00:00
stan
2a0a3a70f4
Made image data buffer static.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@679 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-11-05 14:50:33 +00:00
stan
f6c3de24b8
Frame are now correctly timestamped.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@678 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-11-05 14:50:11 +00:00
stan
e05d512d7d
Increased buffer size to BUFSIZ
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@677 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-11-05 14:49:55 +00:00
stan
cae42a9a42
Added (belatedly) to CVS.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@676 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-11-05 13:50:08 +00:00
stan
afc62b1915
Added YUV422P and RGB555 formats.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@673 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-11-03 14:40:28 +00:00
stan
ba036958e6
Modified comment.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@672 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-11-03 14:40:07 +00:00
stan
5b6fc78f07
Changed the streaming headers.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@663 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-10-19 13:54:40 +00:00
stan
b15fd12b98
Added scaling to monitor streams.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@662 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-10-19 10:11:07 +00:00
stan
7d3e8aec58
Works for non-binary factors.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@661 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-10-19 10:10:19 +00:00
stan
1c8b7c3515
Removed/corrected debug.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@660 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-10-19 09:48:10 +00:00
stan
05683469a2
Added scale and rate to event streaming.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@654 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-10-16 09:00:53 +00:00
stan
169972446d
Added Scale function and fixed non-initialised buffer in file constructor.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@653 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-10-16 09:00:25 +00:00
stan
5803cad6dd
Added extra precisions.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@652 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-10-16 08:59:34 +00:00
stan
3fe296d406
Added rate control to event replay.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@649 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-10-10 10:38:30 +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
b6e7923498
Ensured that events have their end times tagged correctly.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@640 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-10-08 12:54:35 +00:00
stan
47aca03970
Now deletes monitor on termination, to allow events to be closed properly.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@639 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-10-08 12:53:07 +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
9e312f60d5
Added colourising of greyscale to EncodeJpeg for frame server.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@621 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-10 09:54:17 +00:00
stan
cd3900bb14
Added _defines header to Makfile.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@613 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-08 09:23:13 +00:00
stan
6af6bad961
Made inactive zones black in zone image dump.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@610 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-07 11:20:06 +00:00
stan
a6a4149855
Made shared memory inaccessible to other users.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@608 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-05 20:40:53 +00:00
stan
feabf475df
Added last image capture time into shared memory.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@607 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-05 20:40:38 +00:00
stan
0cc41ddcc5
Made passwords encrypted again.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@602 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-05 11:00:48 +00:00
stan
6cc04db6a4
Made user passwords plaintext.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@601 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-04 15:08:07 +00:00
stan
0f328b8231
Added privileges to zmu.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@599 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-04 14:48:51 +00:00
stan
06c13211c7
Converted to use dynamic configuration.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@593 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-04 12:31:36 +00:00
stan
d601e7a772
Fixed nasty Y conversion bug.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@591 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-04 09:38:15 +00:00
stan
9c3bf369c0
Changes to support dynamic config.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@589 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-03 22:07:31 +00:00
stan
16d338b2ab
Made SQL buffers bigger to prevent overflow.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@588 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-03 20:39:47 +00:00
stan
bd3171e275
Added user management core.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@578 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-06-26 11:12:00 +00:00
stan
d543323c9a
Added ability to control camera settings.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@576 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-06-25 09:47:09 +00:00
stan
2abf43c569
Removed bosus sleep statement.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@574 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-06-20 15:42:41 +00:00
stan
180cf8acf4
Gave shared memory area a good going over!
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@570 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-06-12 14:29:54 +00:00
stan
c2fa12ccdd
Now opens devices and shared memory read/write for v4l2 compatibility.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@569 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-06-12 14:29:27 +00:00
stan
04ce08ef7e
Now uses config for .sock file location.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@568 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-06-12 14:28:50 +00:00
stan
d6ac727630
Now uses configuration option for .sock file location.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@567 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-06-12 14:28:10 +00:00
stan
1dd77f5060
Commented out buffering code.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@554 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-06-08 20:24:52 +00:00
stan
361c073f2f
Commented out setbuf calls.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@553 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-06-03 21:53:13 +00:00
stan
5c71a13784
Made refresh param to Stream function signed so could deal with -ve numbers.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@552 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-06-03 21:42:14 +00:00
stan
b0ceefb72c
Rewritten to work with partial headers.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@551 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-06-03 21:23:16 +00:00
stan
9740e28f84
Removed extraneous \r from stream.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@549 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-06-03 21:21:57 +00:00
stan
847d07b7f7
Removed excess \r from stream output.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@548 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-06-03 21:20:09 +00:00
stan
0e5aedc63a
Fixed memory leaks and improved debug.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@542 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-05-27 09:00:36 +00:00
stan
dc261cd110
Fixed monitor selection bug where remote monitors could be selected by mistake.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@541 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-05-27 08:59:49 +00:00
stan
57158a3eac
Added realtime option to event streaming.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@540 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-05-27 08:59:11 +00:00
stan
384881798f
Streamed event replay should now be at the captured rate.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@539 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-05-22 16:34:22 +00:00
stan
7b5f23e29a
Added zm.h header where missing.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@533 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-05-16 10:27:41 +00:00
stan
303864f0cb
Made DELTA_TIMEVAL variable precision to handle different scenarios.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@532 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-05-16 10:17:05 +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
bf4e592766
Fixed double dump of first alarmed image.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@527 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-05-02 10:15:09 +00:00
stan
b62546b2ad
Updated Usage to include IP camera options.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@526 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-05-02 10:14:51 +00:00
stan
fb1ca482a7
Modified reference blending algorithm.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@519 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-22 23:16:57 +00:00
stan
4128461aee
Added missing -n option to getopt.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@518 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-22 16:02:08 +00:00
stan
435040ad69
Moved declaration of index outside 'if' statement.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@516 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-22 14:25:31 +00:00
stan
09c132a6de
Added frame server files to CVS.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@513 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-22 14:17:04 +00:00
stan
d3acdd7f7c
Made adaptive skip algorithm optional and removed startup warning.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@512 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-22 14:16:50 +00:00
stan
a232e7f8b1
Added to CVS for future consideration.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@511 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-22 14:16:22 +00:00
stan
8bf858892d
Now tries to open the frame server socket beforehand.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@510 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-22 14:15:59 +00:00
stan
ab591c24e2
Added new options for adaptive skipping and frame server.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@509 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-22 14:15:23 +00:00
stan
958c0f0718
Added communications with the frame server.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@508 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-22 14:15:01 +00:00
stan
39bf5870d9
Added zmf to Makefile.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@507 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-22 14:14:03 +00:00
stan
2edaee0058
Changed some error exit codes to -1 from 1.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@506 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-22 14:07:46 +00:00
stan
09ef0f2495
Modified stepping algorithm slightly.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@505 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-20 20:52:14 +00:00
stan
522967f0e4
Added variable frame skips on analysis.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@504 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-17 15:39:44 +00:00
stan
ca5f6863ed
Removed extraneous members and optimised bulk and individual frame db writes.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@503 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-17 15:38:21 +00:00
stan
28c9d9eab9
Removed extraenous fflush and made debug loggable.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@502 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-17 15:36:54 +00:00
stan
172c2fb659
Added extra braces to DELTA_TIMEVAL macro.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@501 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-17 15:36:30 +00:00
stan
2e9f63ca15
Changed insert event stats comment.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@500 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-17 11:36:08 +00:00
stan
9ceca1d524
Optimised Y based deltas.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@499 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-16 22:03:08 +00:00
stan
a3adc41d11
Fixed sense of strict video config.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@497 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-16 13:03:41 +00:00
stan
f4b66e2333
Added fast RGB diffs option and optmised YUV transforms by using bit shifts.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@496 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-16 13:02:15 +00:00
stan
ff0dbc11b4
Fixed memory leak in WriteFile.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@491 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-15 14:14:56 +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
7d9924f702
Removed extraneous line ends from Error and Debug.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@486 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-15 09:04:38 +00:00
stan
183be298bd
Colourises greyscale images to allow faster MPEG encoding.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@483 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-14 13:06:03 +00:00
stan
f780eccb5c
Now checks all devices not just operational ones.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@482 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-14 13:05:28 +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
a0e29e0401
Added RGB565 format.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@472 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-12 17:18:52 +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
c237c25c82
Tidied up and removed shadow local variables preventing accurate stats
...
from being kept.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@469 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-11 15:42:24 +00:00
stan
1318127ba6
Added some debug about the shared memory size.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@462 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-10 22:42:26 +00:00
stan
79baec3d87
Fixed last fix.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@460 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-08 09:51:35 +00:00
stan
882f68067c
Changed mysql_connect to mysql_real_connect.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@459 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-08 09:50:50 +00:00
stan
17de8a0488
Corrected warnings.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@451 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-07 11:16:34 +00:00
stan
94390d39e3
Corrected warnings.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@450 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-07 10:56:38 +00:00
stan
18a52515d2
Added expiry headers to monitor stream.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@449 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-07 10:47:27 +00:00
stan
b6bacc900d
Added expiry headers to event stream.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@448 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-07 10:46:46 +00:00
stan
eefde5a6df
Made destructor virtual.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@447 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-07 10:43:12 +00:00
stan
64907c388c
Revamped the streaming line endings slightly.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@446 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-04 10:00:57 +00:00
stan
6265c24162
Blocked USR signals during capture.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@445 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-04 09:55:23 +00:00
stan
f6f3f1c158
Added jpeg quality config settings.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@444 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-30 21:33:59 +00:00
stan
9da5287549
Added option to switch off throttling during alarms.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@443 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-30 18:44:15 +00:00
stan
0345aae910
Fixed Hatch function.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@442 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-27 22:45:26 +00:00
stan
280efb3244
Slightly modified format of streams.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@438 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-27 17:17:08 +00:00
stan
9de50fa645
Deleted extraneous default argument spec.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@437 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-27 17:15:30 +00:00
stan
f62254e146
Removed extraneous \n from Info line.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@436 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-27 17:15:00 +00:00
stan
4a04e4b395
Corrected typo.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@434 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-27 09:36:26 +00:00
stan
56d14d55b3
Removed OPT_ from a couple of options.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@433 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-27 09:32:39 +00:00
stan
03796df14d
Added blend alarmed images feature.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@432 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-27 09:31:13 +00:00
stan
1bf1347c04
Removed as now renamed.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@430 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-26 22:40:55 +00:00
stan
77a771801d
Added throttling.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@428 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-26 22:12:25 +00:00
stan
9ced990925
Changed install-data-local to install-data-hook
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@427 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-26 22:12:03 +00:00
stan
ee8b5e8e14
Added new forced alarms off state.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@425 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-26 13:18:26 +00:00
stan
d2033873ce
Added BGR->RGB inversion parameter.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@424 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-26 13:03:15 +00:00
stan
aa9f571b56
Updated to reflect new web naming conventions.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@420 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-26 12:42:17 +00:00
stan
5d1961ba7b
Fixed zmcfg -> zm_config
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@418 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-26 12:18:53 +00:00
stan
476d9cc6e3
Removed as renamed or reincoporated.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@416 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-26 12:06:17 +00:00
stan
c8c06d2102
Renamed from zmcfg.h.z
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@415 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-26 12:04:45 +00:00
stan
a6f405b4ac
New files created as a result of breaking out the classes to support
...
the use of remote cameras.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@414 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-26 12:03:37 +00:00
stan
e0f7d80844
Updated to support file reorganisation and remote cameras.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@413 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-26 12:02:41 +00:00
stan
64529e60ce
Updated fro remote cameras and DB functions.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@412 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-26 12:00:16 +00:00
stan
56bd41eea9
Updated for remote cameras, more efficient query and database function.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@411 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-26 11:59:50 +00:00
stan
af94aba0ca
Updated to support remote cameras, most contents now moved to class specific
...
files.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@410 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-26 11:58:03 +00:00
stan
0767828431
News files created as a result of breaking out the classes to support
...
the use of remote cameras.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@409 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-26 11:57:29 +00:00
stan
0f8d3b9d07
Renamed from zmdbg and updated to have a ZM namespace.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@408 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-26 11:56:13 +00:00
stan
c722d9046d
Added ttl to streaming.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@401 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-21 10:53:55 +00:00
stan
7f3e3e8e38
Removed format specifier for event directories.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@400 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-21 09:40:46 +00:00
stan
4697715781
Slightly reformatted and commented.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@398 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-20 22:50:30 +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
da1d121615
Make 'round' declaration conditional.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@396 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-20 22:36:32 +00:00
stan
3443c3db7c
Added LocalCamera class.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@394 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-20 22:34:25 +00:00
stan
027329496e
First phase class reorganisation.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@393 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-19 23:07:05 +00:00
stan
5dbf628786
Made Frame timestamps and event lengths incldue fractional seconds, to enable
...
real time video playback, eventually.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@388 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-11 15:17:30 +00:00
stan
59935302e4
Tidied up functions for device.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@381 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-05 17:22:39 +00:00
stan
645985f2e0
Added query option to zmu.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@380 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-05 17:14:17 +00:00
stan
897a383693
Corrected extraneous Width to be Height.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@379 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-03 16:25:25 +00:00
stan
02f7a5c5ad
Renamed terminate to zm_terminate.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@378 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-02-07 14:39:27 +00:00
stan
c34bffbe1f
Changed colour depth to bits.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@375 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-31 17:13:35 +00:00
stan
3368ebefd4
Added STRICT video config and note.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@366 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-24 15:25:38 +00:00
stan
25034704f4
Added -a option to fix all devices.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@351 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-16 15:07:31 +00:00
stan
7a06d529bd
Added function for outputting current video device settings.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@350 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-16 14:57:30 +00:00
stan
376cc3bc85
Moved monitor defines into public area.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@347 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-16 14:53:26 +00:00
stan
be1d4b9814
Removed zmcfg.h from the distribution.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@339 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-15 15:40:06 +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
77587e24e9
Corrected ZM_EVENT_DIR to ZM_DIR_EVENTS.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@304 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-13 11:50:47 +00:00
stan
c2d2a642d7
Fixed event dir tag typo.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@298 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-13 11:07:16 +00:00
stan
a5e8c853d0
Added 'from zmconfig' tags.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@297 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-13 11:04:17 +00:00
stan
1e91428ede
Now handles multiple options.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@295 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-13 10:51:52 +00:00
stan
a734c26f5d
Changed copyright date to 2003.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@286 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-11 18:22:27 +00:00
stan
1448b6ae74
Further config fixes.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@279 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-11 09:08:57 +00:00
stan
207df0eb06
zmcfg.h now generated file.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@275 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-10 22:23:45 +00:00
stan
46e9fa04de
Updated zmconfig defines and now uses DB server.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@267 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-10 17:03:03 +00:00
stan
1e0ba22367
Converted to use zmconfig tool.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@266 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-10 16:43:47 +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
c0e681f413
Added zmwatch and zmfix.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@244 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-07 10:44:25 +00:00
stan
4f09524208
Added to CVS.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@242 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-07 10:21:21 +00:00
stan
111c2c84e4
Now only dumps images when required.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@232 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-03 15:07:55 +00:00
stan
ae7127473f
Fixed Ready to work with X10 function.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@229 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-02 19:30:05 +00:00
stan
80f4096976
Added proper getopt options and usage. Removed HUP handling.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@216 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-24 12:02:08 +00:00
stan
4541b32d20
Added proper getopt options, added usage and broke out into one daemon per monitor.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@215 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-24 12:01:28 +00:00
stan
298d82e090
Removed CheckFunction function.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@214 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-24 11:58:52 +00:00
stan
2dc1636e93
Added X10 monitor function and deleted CheckFunction function(!).
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@213 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-24 11:58:14 +00:00
stan
58349ac9ae
Changed record_zone_stats to record_event_stats and added define.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@180 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-11 22:41:40 +00:00
stan
75c6e8844c
Changed default forced alarm score to 255.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@177 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-11 00:22:09 +00:00
stan
1fa7019113
Fixed problem with cgi programs, bit of a hack.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@176 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-11 00:21:52 +00:00
stan
55950fdec1
Added forced arming for X10.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@174 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-10 23:29:22 +00:00
stan
e8732da7aa
Added further options to configure script.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@173 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-10 23:02:35 +00:00
stan
d933452e1a
Updated custom installs.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@172 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-10 21:27:29 +00:00
stan
68e8c7f158
Modified to install CGI program correctly.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@171 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-10 14:19:06 +00:00
stan
c88e0be742
Removed install-sh.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@170 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-10 14:14:30 +00:00
stan
a4e4f3a989
Removed old config files.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@169 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-10 14:13:34 +00:00
stan
38bea0c7b5
Changed Zone Monitor to ZoneMinder.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@160 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-10 13:21:41 +00:00
stan
9884a5f5f6
Removed extraneous bits.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@153 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-10 12:35:21 +00:00
stan
66aae7e122
Changed as a result of new configure script.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@146 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-10 11:54:03 +00:00
stan
ba4af340d8
Added to CVS.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@145 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-10 11:53:36 +00:00
stan
543e0caeaa
Removed Mark calls.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@136 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-12-10 10:50:39 +00:00
stan
594a51c71d
Changed shared memory key.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@133 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-11-29 15:06:26 +00:00
stan
6e844a3d4e
Added missing option letter for last event.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@126 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-11-27 16:39:41 +00:00
stan
e4072d56af
Added last event id to shared memory for auto-filtering etc.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@125 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-11-27 16:23:04 +00:00
stan
db6e5103b9
Initial implementation of learning, fixed scoring bug and Mark functions.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@121 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-11-07 12:25:48 +00:00
stan
8e9a8b421f
Changed zmu -i option to write to monitor named image file.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@119 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-10-31 22:17:23 +00:00
stan
9270f7fcf9
Added help and usage.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@118 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-10-31 22:12:53 +00:00
stan
005f3c7b8d
Made shared memory management somewhat more sensible.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@117 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-10-30 17:11:43 +00:00
stan
e28e77fd2c
Changes to shared memory and fixes to variables from the database.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@116 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-10-30 17:02:06 +00:00
stan
d62bafcad8
Moved a whole bunch of static defines into the database for Monitors. Also
...
enable dynamic labelling support.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@113 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-10-30 14:00:42 +00:00
stan
df228f906b
Now stores DB times as localtime rather than UTC.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@109 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-10-30 11:17:04 +00:00
stan
1d12baeaec
Removed extraneous default arguments.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@106 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-10-29 09:08:52 +00:00
stan
e6b0b0a525
Changed main to return int.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@105 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-10-28 14:33:57 +00:00
stan
c840d15cff
Removed extraneous 'error' from message.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@104 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-10-28 14:33:44 +00:00
stan
5eb54d7977
Fixed inactive zone bug and added debug.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@92 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-10-14 09:11:44 +00:00
stan
5081dd268e
TERM signal not not blocked.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@68 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-25 08:46:29 +00:00
stan
cf0b57705c
Moved some enums to #defines in zmcfg.h
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@58 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-24 11:45:57 +00:00
stan
d35e09f4d8
Added GPL header.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@53 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-23 22:08:50 +00:00
stan
f382047643
Simplified debug.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@51 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-23 21:49:37 +00:00
stan
174f046d08
Added to CVS.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@50 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-23 21:18:28 +00:00
stan
24543541fd
Added to CVS.Z
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@49 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-23 21:17:28 +00:00
stan
2dfbd35809
Optimised analysis and sleeps.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@27 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-23 10:13:51 +00:00
stan
6ee0d8bdd0
Added terminal signal handler.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@26 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-23 10:11:04 +00:00
stan
41f3dffc95
Updated to use PATH_MAX and EVENT_DIR. Also corrected broken sql.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@23 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-21 11:14:12 +00:00
stan
3751935c6c
Updated to use PATH_MAX.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@22 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-21 11:13:35 +00:00
stan
9c1d1805aa
Reduced debug level to prevent syslog clutter.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@21 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-20 19:52:02 +00:00
stan
6b455d160b
Sorted out path creation and defines.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@20 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-20 19:48:48 +00:00
stan
b8d6d19920
Removed umask call.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@18 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-20 19:47:23 +00:00
stan
8c40dac6e8
Changed to use DB defines from zmcfg.h
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@15 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-19 09:49:35 +00:00
stan
3c59a9a34d
Changed event scoring to be calculated as events are created.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@14 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-19 09:38:17 +00:00
stan
2da6553533
Added dependencies on 'all' for 'test' and 'install'.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@13 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-19 09:36:59 +00:00
stan
8c0022b943
Changed database name to zm.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@12 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-19 09:24:14 +00:00
stan
03c74d8190
Added config.h
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@9 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-16 18:06:45 +00:00
stan
f58e60a2b7
Added for autoconf support.
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@7 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-16 17:10:34 +00:00
stan
945b535fca
Initial revision
...
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2 e3e1d417-86f3-4887-817a-d78f3d33393f
2002-09-16 09:19:24 +00:00