zoneminder/web
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
..
ajax Removed permissions check when creating new log entries. Instead check that request is 'post'ed and moved some other requests to be 'post' only. 2011-08-26 10:50:50 +00:00
css git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3459 e3e1d417-86f3-4887-817a-d78f3d33393f 2011-06-21 09:19:10 +00:00
graphics git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3459 e3e1d417-86f3-4887-817a-d78f3d33393f 2011-06-21 09:19:10 +00:00
includes 1) Added image size requirements to ensure proper alignment 2012-02-01 07:33:20 +02:00
js Fixed problem with link to overlay css file 2011-07-27 16:09:09 +00:00
lang Added SFTP upload option. 2011-08-23 14:10:20 +00:00
scripts git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2508 e3e1d417-86f3-4887-817a-d78f3d33393f 2008-07-14 13:54:50 +00:00
skins Some small changes 2012-02-01 07:33:20 +02:00
tools git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3459 e3e1d417-86f3-4887-817a-d78f3d33393f 2011-06-21 09:19:10 +00:00
views git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3459 e3e1d417-86f3-4887-817a-d78f3d33393f 2011-06-21 09:19:10 +00:00
Makefile.am Removed original apache config and merged with new one in misc 2011-05-15 21:16:36 +00:00
Makefile.in Regenerated. 2011-05-16 14:48:52 +00:00
index.php Detaint some user inputs to avoid malicious file inclusion 2011-07-22 08:37:01 +00:00