Commit Graph

  • e1b7f364e4 Update files in debian directory AngelCarpintero 2007-07-08 17:33:14 +00:00
  • 7925cf5160 Some doc work was missed with new tracking feature KennethLavrsen 2007-07-08 16:49:18 +00:00
  • ce0f35c6d9 Updated Motion Guide for 3.2.8 Updated the script that makes a local copy of the guide to fit the version of TWiki that currently runs the Motion web KennethLavrsen 2007-07-08 14:24:53 +00:00
  • 1c01e44679 Improve message log for enabling stream server AngelCarpintero 2007-07-04 04:46:22 +00:00
  • cc453cc8bc Patch that fix a weird issue with bayer rgb ( that i think is not best way but it works ). TODO: check that users using bayer rgb have no problem with this patch , if some issue appears then a new config option is needed to let users choose between bayer rgb and bayer bgr. http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2007x06x05x012249 AngelCarpintero 2007-07-04 02:17:37 +00:00
  • e88af4bece Testing that SVN can send emails again KennethLavrsen 2007-06-18 08:38:44 +00:00
  • 85f179eff0 Sorry for these checkins I cannot make the damm mailer script work KennethLavrsen 2007-06-18 08:23:54 +00:00
  • c42a21a875 test commit. I have updated the webserver and the subversion server Previous commit was not sent as email because of missing script KennethLavrsen 2007-06-18 07:58:43 +00:00
  • c888bf0bc4 Thread numbers could get goofed up if you have many threads and some are netcams The netcam thread would increase the threads_running variable while Motion was still starting threads. The fix is to not use thread_running to set the thread number but instead use the loop variable. If no thread files the first camera thread is 1 so this is handled as special case KennethLavrsen 2007-06-18 07:53:15 +00:00
  • cd6c025a03 Update information for FreeBSD AngelCarpintero 2007-06-04 09:49:03 +00:00
  • 62e929be24 Update bugfixes adding compilation fix for uvc tracking type. AngelCarpintero 2007-04-29 19:36:45 +00:00
  • 6b8dfd4a21 Update man page adding new swf codec and uvc track type AngelCarpintero 2007-04-29 19:32:07 +00:00
  • 9343869866 Avoid break compilation for systems that don't support V4L2 adding ifdef MOTION_V4L2 around uvc tracking code AngelCarpintero 2007-04-29 14:11:56 +00:00
  • 63ebe2da3e Fix compilation issue when DWITHOUT_V4L flag is used by passing --without-v4l to configure AngelCarpintero 2007-04-29 13:55:59 +00:00
  • c2c8f33b17 Added an experimental patch to allow use file:/// to read from filesystem. AngelCarpintero 2007-04-23 21:51:50 +00:00
  • 7587854927 Small adjustment of change log for 3.2.8 beta1 release KennethLavrsen 2007-04-20 06:12:44 +00:00
  • de7e5f2432 Update Changelog and Credits file, i hope nothing is missing there. AngelCarpintero 2007-04-17 15:10:48 +00:00
  • f01b625f64 Update CHANGELOG and CREDITS with latest features , bugfixes. AngelCarpintero 2007-04-01 16:30:10 +00:00
  • 27859c364f Clean track.c, better ident and add uvcvideo track type to motion-dist.conf AngelCarpintero 2007-04-01 00:34:07 +00:00
  • 42cb3b36b7 Fixed BugReport2007x03x30x175913 , added LinuxUvcTrackingPatch not yet verified AngelCarpintero 2007-03-31 13:12:52 +00:00
  • 3c8476d692 Fix in ffmpeg_avcodec_log received by email from Alain Guidez I have not tested it but Alain seems to know the ffmpeg code well KennethLavrsen 2007-03-25 07:54:02 +00:00
  • 03ef78abde Remove mysql dependency from debian package and added a note to setup motion to run as daemon to create the pid file. AngelCarpintero 2007-03-12 04:23:48 +00:00
  • 98849d9093 Revert a change to increase the size of cnt->imgs.common_buffer AngelCarpintero 2007-02-20 14:59:06 +00:00
  • f30ac39a19 Added a FreeBSD directory to allow people from BSD to get a daily version and create a port AngelCarpintero 2007-02-07 22:33:34 +00:00
  • 320abd7f10 Fix previous commit , fixing colors for uyvyto420p AngelCarpintero 2007-02-05 22:04:28 +00:00
  • d1eca61335 Fix , don't remove pid file when motion reload config file( HUP signal ) AngelCarpintero 2007-02-04 02:57:00 +00:00
  • 88352421fe Added support for V4L2_PIX_FMT_UYVY and a conversion function from uyvy to yuv420p AngelCarpintero 2007-02-03 01:47:12 +00:00
  • 0940b5db22 Fix MJPEG , now it works :) , but seems that some issues about image distorsion may happen , not sure if the problem is from ffmpeg. AngelCarpintero 2007-01-31 19:49:07 +00:00
  • f83311f967 Add global mutex around libavcodec call in mjpeg. Add more information to debug V4L2 AngelCarpintero 2007-01-28 19:36:43 +00:00
  • 7fab0db46c Fix bufsize for mjpeg and added a correct fmt. Add V4L2_CID_GAMMA control. Implement v4l2_set_fps but not used yet. AngelCarpintero 2007-01-28 02:19:17 +00:00
  • 6d24b529f0 Update width and height when size of image is adjusted in V4L2 AngelCarpintero 2007-01-26 22:25:23 +00:00
  • 9b9494f52d Fixed autodetection for VIA cpu , no needed to use --without-optimizecpu. Added many others ( http://gentoo-wiki.com/Safe_Cflags ) . AngelCarpintero 2007-01-21 13:00:53 +00:00
  • de504a489c Krzysztof fix a corruption memory in mjpeg and ident de code. AngelCarpintero 2007-01-20 02:33:35 +00:00
  • da853aa9ca Small fix MJPEG depends on ffmpeg support. AngelCarpintero 2007-01-18 11:17:20 +00:00
  • 84f4c662aa We need to include kernel header stuff after motion.h etc so we avoid including time.h KennethLavrsen 2007-01-18 07:54:11 +00:00
  • 18c981e665 Big commit for V4L2, many things won't work but that's the only way to test them. Added experimental MJPEG support for V4L2 using libavcodec. Change the order of palettes, use V4L2_PIX_FMT_SBGGR8 ( bayer ) before than V4L2_PIX_FMT_SN9C10X ( that is compressed ). Add video standard support for bttv cards (VIDIOC_G_STD). Increased the number of buffers to use and the minumun for V4L2. Change the HAVE_V4L2 by MOTION_V4L2 as Kenneth reported .Add a info message in V4L to show the palette used that will made easier to add support for more palettes and handle problems. Increase the size of cnt->imgs.common_buffer that was only used by despeckle , now is used by MJPEG ( it will be reviewed ). AngelCarpintero 2007-01-18 02:35:34 +00:00
  • a9f8986bda Fix a previous error in V4L2 detection, not yet happy with all systems :-( AngelCarpintero 2007-01-16 06:21:28 +00:00
  • 7cb09296e4 Update configure.in with autoupdate to fix some potencial problems in the future. AngelCarpintero 2007-01-16 06:05:10 +00:00
  • e9e223f9a7 change the way configure search mysql headers and libs, added 3 parameters to configure --without-mysql to disable support, --with-mysql-include directory of mysql.h and --with-mysql-lib directory of libmysqlclient.a or libmysqlclient.so AngelCarpintero 2007-01-16 05:53:31 +00:00
  • f96f60a996 A second approach to detect videodev2.h for V4L2 support. Added a xioclt function like V4L2 API explain. Implemente vid_close for V4L2 as separate function to implement stop capturing as V4L2 explain. AngelCarpintero 2007-01-15 04:01:07 +00:00
  • c5e0ee9022 Change configure to detect V4L2 when videodev.h doesn't include videodev2.h, also included in video2.c with a conditional define HAVE_V4L2_OLD AngelCarpintero 2007-01-14 14:50:40 +00:00
  • af6fe9d2c6 Added experimental support for V4L2_PIX_FMT_SBGGR8 ( bayer ), V4L2_PIX_FMT_SN9C10X using code from sonix driver ( TODO : remplace bayer2rgb24 by bayer2yuv420) and V4L2_PIX_FMT_MJPEG. AngelCarpintero 2007-01-14 06:54:55 +00:00
  • d2e0f897fb Use V4L2_PIX_FMT_YUV420 as the preferal palette. AngelCarpintero 2007-01-11 21:41:27 +00:00
  • 6daec25e7c First approach to fix the problem to compile motion if v4l2 is not supported AngelCarpintero 2007-01-11 00:51:43 +00:00
  • efe789b089 Update configure running autoconf, that will avoid some support question for those people that forget to run autoconf. V4L2_CAP_RADIO is not checked because break motion compilation because is not included in some kernel versions in videodev2.h AngelCarpintero 2007-01-10 02:51:43 +00:00
  • 619cad48f7 Merge V4L2 patch , seems that some distro with old kernels fails to compile , so a patch is needed in configure.in to find videodev2.h AngelCarpintero 2007-01-10 00:45:27 +00:00
  • 5b725d7db7 http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2006x12x19x062432, other fix AngelCarpintero 2007-01-08 20:37:21 +00:00
  • 88c9185355 http://www.lavrsen.dk/twiki/bin/view/Motion/FFmpegSWFcreation still missing the name of the author in CHANGELOG and CREDIT files. AngelCarpintero 2007-01-02 12:21:05 +00:00
  • f3233f6f56 ffmpeg patch http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2006x12x19x062432 AngelCarpintero 2006-12-29 15:33:45 +00:00
  • 01f9e55e87 Fix an error in FreeBSD , the use of capture even fields depends on height value. AngelCarpintero 2006-12-07 05:56:57 +00:00
  • ad2453a728 Fix a small warning in Makefile.in for new version of autoconf AngelCarpintero 2006-11-21 08:42:35 +00:00
  • eba5cb9c32 Fix that bug, but ONLY for mysql http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2006x10x10x081903 AngelCarpintero 2006-11-21 04:15:39 +00:00
  • c3532e4a58 Removed a duplicate call to jpeg_destroy_decompress already is called from netcam_image_conv ( this belongs to Krzysztof Blaszkowski), that commit is from v4l2 patch. Next commits i will try to clean and fix things in that patch but first i need to commit no related fixes. AngelCarpintero 2006-11-19 10:39:36 +00:00
  • 16ec798335 Update changelog with latest features added. AngelCarpintero 2006-11-16 02:26:22 +00:00
  • 587d1a8e4d Add connection status for all threads and it is queried main thread. AngelCarpintero 2006-11-15 00:03:23 +00:00
  • 2fd78cfab7 Add to motion package the installation of init.d script AngelCarpintero 2006-11-14 19:08:23 +00:00
  • ca0d8b1678 Missing thread parameter in webhttpd code Ran autoconf making a fresh configure for 3.2.8 version KennethLavrsen 2006-11-12 16:06:45 +00:00
  • 80a1057f5a Added FeatureRequest2006x11x09x050638 AngelCarpintero 2006-11-11 06:29:38 +00:00
  • cfe9e0defc Update version number to indetify svn version AngelCarpintero 2006-11-04 18:31:04 +00:00
  • 773ef74ae7 pid file is also a new feature (changelog again) KennethLavrsen 2006-10-20 00:16:39 +00:00
  • 22b3e6ec8f Split change log in features and bugfixes KennethLavrsen 2006-10-20 00:14:39 +00:00
  • 2a07f7a48e Motion guide update (configure options were not updated) KennethLavrsen 2006-10-19 23:44:40 +00:00
  • e9852c3a0a Ran autoconf and changed some tabs to spaces KennethLavrsen 2006-10-19 23:02:05 +00:00
  • 3abcc4b9f7 Add make deb to build a deb package in debian/ubuntu/etc ... you need to run 'make deb' as root or use sudo instead. AngelCarpintero 2006-10-16 20:11:18 +00:00
  • 8f78624fae Update information and synchronize files with current development. AngelCarpintero 2006-10-16 20:02:06 +00:00
  • e34aabfbd1 Cosmetic code change KennethLavrsen 2006-10-16 19:44:33 +00:00
  • 56c7b0b473 Forgot to delete the problem line KennethLavrsen 2006-10-16 19:40:59 +00:00
  • ccce5bce94 2nd part of PID fix. Warning gone KennethLavrsen 2006-10-16 19:40:00 +00:00
  • b43551de94 Motion hangs when reporting creation of PID file. There will be a 2nd part to remove compiler warning. KennethLavrsen 2006-10-16 19:36:26 +00:00
  • 26e5295c5d More credits added. Man page - old configs removed. Motion guide update again KennethLavrsen 2006-10-16 08:47:04 +00:00
  • ff43b60e33 Andrew Hamilton never received his credit for adding ffmpeg_interlace in 3.2.5 Thanks Andrew KennethLavrsen 2006-10-16 08:33:15 +00:00
  • 31e506cdc5 Update guide. Removed forgotten +es from man page KennethLavrsen 2006-10-16 08:24:43 +00:00
  • 9cd46deefa Updated the motion.1 man page based on the autogenerated file from http://www.lavrsen.dk/twiki/bin/view/Motion/MotionOptionsAlphabeticalManpage?skin=text KennethLavrsen 2006-10-16 08:10:23 +00:00
  • bbec1e47cf Removing a space and testing new SVN post-commit script which hopefully adds the authors name to email title KennethLavrsen 2006-10-16 07:08:37 +00:00
  • 6dbd06acad Stepper tracker initialization should be handled by ignoring it instead of exiting like we already do with the other track types. KennethLavrsen 2006-10-16 06:13:46 +00:00
  • d9ab41898e Added function motion_remove_pid() to remove the pid file when motion exits. AngelCarpintero 2006-10-16 00:01:40 +00:00
  • 9bb3c00042 Add to motion man page and motion description of -p parameter AngelCarpintero 2006-10-11 19:09:09 +00:00
  • bdfdc168df Add to motion man page process_id_file description AngelCarpintero 2006-10-11 18:58:09 +00:00
  • 12affb461d Change init.d files , no need to create or remove pid files, motion does already. AngelCarpintero 2006-10-10 10:25:09 +00:00
  • 09239c65fc Added pid file feature (FeatureRequest2006x06x06x123003) following the advices and fixes of Kenneth. Fixed a floating-point exception when framelimit is smaller than 2. Fix a small bug in conf_process() removing useless ending chars as \n, \r, etc ... AngelCarpintero 2006-10-10 08:44:37 +00:00
  • 00a5dbb8c7 Not enough space for tempstring in mystrftime KennethLavrsen 2006-10-09 22:38:16 +00:00
  • a5e77ac72c Pointer bug caused smartmask overlay to not set intensity correctly Updated CHANGELOG and CREDITS for the past 4-5 checkins KennethLavrsen 2006-10-09 21:59:51 +00:00
  • b04e8995ca Fix BugReport2006x07x08x070417 replacing -D__freebsd_ by BSD macro included in sys/param.h for BSD platforms. Fix BugReport2006x07x08x071646 using native pthreads in BSD platforms and adding linuxthreads as a optional parameter from configure. AngelCarpintero 2006-10-08 04:03:19 +00:00
  • afe69a8b43 Remove a not sense else and put a new global mutex arround avcodec_close to avoid problems with not thread safe functions in ffmpeg AngelCarpintero 2006-10-02 22:52:33 +00:00
  • e810f329af fix README.axis_2100 JoergWeber 2006-08-29 09:28:15 +00:00
  • ad14d7616a Fix BugReport2006x07x10x111239, thanks:) AngelCarpintero 2006-08-08 08:49:04 +00:00
  • be6636bb7c Update of CREDITS and CHANGELOG As always thankful to the both new and old contributors KennethLavrsen 2006-07-18 19:46:21 +00:00
  • a5f6542e38 Implemented proposed patch from Peter Holik to avoid open file descriptor BillBrack 2006-07-17 21:44:10 +00:00
  • a47d1e4b9b Fix posible syntax error AngelCarpintero 2006-07-15 23:25:58 +00:00
  • de2a30b106 Fix segfault when no service is set in netcam_url ( redone , fixing past problem) AngelCarpintero 2006-07-14 10:00:28 +00:00
  • 391c384d51 Reverted SVN 99. It may have been a fix for certain segmentation faults but I get segmentation fault under normal use with this fix when I use my netcam. So that fix will have to be redone. KennethLavrsen 2006-07-14 08:04:20 +00:00
  • 16eab4bb76 Making reference frame dekay depending on amount of Motion detected http://www.lavrsen.dk/twiki/bin/view/Motion/ReferenceFramePatch KennethLavrsen 2006-07-13 20:44:12 +00:00
  • 9271852d91 Reverted 101 per advice from Bill Brack. KennethLavrsen 2006-07-13 20:02:26 +00:00
  • e4e7495629 Avoid open filedescriptors in netcam (Peter Holik) http://www.lavrsen.dk/twiki/bin/view/Motion/AvoidOpenfiledescriptors KennethLavrsen 2006-07-13 18:18:05 +00:00
  • 11a80ee053 fix shark's teeth issue AngelCarpintero 2006-07-05 10:51:20 +00:00
  • 6f8ded0006 Fix segfault when netcam_url has not service ( http , ftp ). AngelCarpintero 2006-07-03 01:23:18 +00:00
  • f554dcadc6 Update of CHANGELOG and CREDIT for ffmpeg version fix KennethLavrsen 2006-07-02 15:33:16 +00:00
  • 32b4abf85f ffmpeg no longer has a FFMPEG_VERSION_INT defined starting from SVN SVN rev 5577 Instead can use the LIBAVFORMAT_BUILD as we have already used elsewhere LIBAVFORMAT_BUILD is 4616 in ffmpeg-0.4.9pre1 KennethLavrsen 2006-07-02 15:26:55 +00:00
  • c38ecbbb7b Fixed the case of setting minimum_frame_time from nonzero to zero via webcontrol. KennethLavrsen 2006-07-01 00:16:44 +00:00
  • c6d0499045 Indented the minumum_frame_time IF and removed some old comments KennethLavrsen 2006-06-30 23:41:33 +00:00