Commit Graph

  • b1128b102f Apply code standard AngelCarpintero 2008-07-17 11:27:29 +00:00
  • 749e1fd667 Some more changes in code standard and revert ACCEPT_STATIC_OBJECT_TIME change AngelCarpintero 2008-07-17 11:25:07 +00:00
  • 9709f438c4 Apply code standard AngelCarpintero 2008-07-17 09:55:50 +00:00
  • c2044fbe09 Apply new code standard ( chuck 2 ) AngelCarpintero 2008-07-16 20:34:23 +00:00
  • 623085d49c Apply new code standard ( chuck 1 ) AngelCarpintero 2008-07-16 20:15:27 +00:00
  • 74749482ed Updated the code standard to a more standard OSS form KennethLavrsen 2008-07-15 21:10:25 +00:00
  • dcff036263 Updating the code standard to a more normal OSS model KennethLavrsen 2008-07-15 21:09:32 +00:00
  • ad2a2cdcf3 - Fix round robin in BSD switching to METEOR_CAP_SINGLE - Some improvements in capture code , added better logging - Free mutex in web control on error AngelCarpintero 2008-07-09 11:45:25 +00:00
  • 406ade0aa8 - Fix round robin in BSD switching to METEOR_CAP_SINGLE - Some improvements in capture code , added better logging - Disable IPV6 in BSD - Free mutex in web control on error AngelCarpintero 2008-07-09 11:05:22 +00:00
  • dc27136cbe Update log adding function name , remove setup_mode as a login level. Added servo_position() and check limits to avoid overflow maxN , minN AngelCarpintero 2008-07-07 13:53:42 +00:00
  • 612e08cd36 Fix reverse mode for movement , still need to find a solution for stepsize AngelCarpintero 2008-07-04 05:51:36 +00:00
  • ca818eddd6 http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2008x06x19x123218 AngelCarpintero 2008-07-04 02:53:10 +00:00
  • 1b4a4c8c82 http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2008x06x19x123218 AngelCarpintero 2008-07-04 01:06:12 +00:00
  • 716b5f171e Fix a typo , more debug stuff in track , fix not open port resetting fd to -1 AngelCarpintero 2008-07-03 06:39:46 +00:00
  • 208d7430e3 Fix manual relative servo_move , add TRACK_DEBUG to all track debug logs and use an alternate method to use mirror on absolute movements AngelCarpintero 2008-07-03 04:03:32 +00:00
  • 48aa7acbee Fix typos , log message , track_move no need to be called from motion when no active ( auto tracking ) , reverse center AngelCarpintero 2008-07-03 02:09:30 +00:00
  • 29fe6c47f3 Basic Servo API implementation , auto track might be broken yet AngelCarpintero 2008-07-02 03:58:03 +00:00
  • a736aadf9c Remove DOC_DIR and used datadir instead AngelCarpintero 2008-06-19 19:56:28 +00:00
  • 106b64e140 Remove DOC_DIR and used datadir instead AngelCarpintero 2008-06-19 12:32:02 +00:00
  • 384a935308 Rename red by redbox for locate_motion and populate changes to config and man page AngelCarpintero 2008-06-16 04:27:39 +00:00
  • 2dafe96627 Added a new option name change and replace malloc/strdup by mymalloc and mystrdup AngelCarpintero 2008-06-15 23:27:49 +00:00
  • 9f743c80e2 More changes in option names from http://www.lavrsen.dk/twiki/bin/view/Motion/IntuitiveOptionNamesDiscussion AngelCarpintero 2008-06-15 16:32:13 +00:00
  • 751d79f722 Add support for ffmpeg-2008-04-09 port version of FreeBSD AngelCarpintero 2008-06-15 11:04:38 +00:00
  • dfe7662f0b Add support for ffmpeg-2008-04-09 port version of FreeBSD AngelCarpintero 2008-06-14 20:45:17 +00:00
  • e892397a1d http://www.lavrsen.dk/twiki/bin/view/Motion/SupportQuestion2008x06x11x183727 ( support encode videos 1280x1024) AngelCarpintero 2008-06-13 08:56:15 +00:00
  • 431ac89875 Clean code , cosmetic changes and http://www.lavrsen.dk/twiki/bin/view/Motion/SupportQuestion2008x06x11x183727 ( support encode videos 1280x1024) AngelCarpintero 2008-06-13 08:27:58 +00:00
  • 6190728875 Added write_nonblock and read_noblock functions that use a limit of 1 second writes/reads AngelCarpintero 2008-06-12 05:52:22 +00:00
  • 0e4ccbf7bf Modified locate box to appear in red color and 2 pixels wide. JoergWeber 2008-06-11 17:30:52 +00:00
  • fa6e94cba9 Fix a security issue in web control interface and update CHANGELOG & CREDITS from 3.2.10.1 AngelCarpintero 2008-06-10 23:19:31 +00:00
  • fe1f209c35 Update CHANGELOG & CREDITS for 3.2.10.1 bugfix release AngelCarpintero 2008-06-10 22:19:49 +00:00
  • 12920a1d7b Fix stack smashing on sscanf AngelCarpintero 2008-06-10 21:41:57 +00:00
  • 1594641b6e Security fix AngelCarpintero 2008-06-06 08:07:04 +00:00
  • d68a2f63ee Fix security hole AngelCarpintero 2008-06-06 06:53:09 +00:00
  • 21937b3003 Commit http://www.lavrsen.dk/twiki/bin/view/Motion/LinksysWVC200SupportPatch AngelCarpintero 2008-06-03 04:34:26 +00:00
  • 5b4986e033 Rename jpeg_filename by picture_filename , removed ppm and added picture_type that allow specify jpeg , ppm ,( others like png when someone add support ) AngelCarpintero 2008-05-26 20:20:38 +00:00
  • d2ac02f8b0 Replace max_mpeg_time by max_movie_time, also references of mpeg refering to movies. AngelCarpintero 2008-05-26 03:37:49 +00:00
  • e26baa5ded Merge database config options, now unique parameter are used for any database engine, so replaced mysql_* , pgsql_* by database_* . To choose database (mysql, postgresql) added database_type. AngelCarpintero 2008-05-25 15:48:02 +00:00
  • be4a74c7a8 Makeking changes according to http://www.lavrsen.dk/twiki/bin/view/Motion/IntuitiveOptionNamesDiscussion ( locate_motion, sql_log_movie , webcontrol_*, despeckle_filter. Add a wrapped #ifdef / #endif for FFMPEG in motion.c AngelCarpintero 2008-05-21 12:53:43 +00:00
  • b969b6a5bf Forget to checking logger AngelCarpintero 2008-05-18 22:17:42 +00:00
  • 7cfadbe5e2 Autodetec x86_64 libs first in configure, more code standard and clean source code, insolate logger AngelCarpintero 2008-05-18 14:23:50 +00:00
  • f7903d3896 Rename webcam to stream ( files , functions and options ) AngelCarpintero 2008-05-14 09:04:35 +00:00
  • 568b7752bb Major clean up code , apply CODE_STANDARD rules, add partially IPV6 http://www.lavrsen.dk/twiki/bin/view/Motion/IPv6 ( webcam and http-control , not netcam yet ) AngelCarpintero 2008-05-12 02:39:58 +00:00
  • ff1504b771 Tag 3.2.10 release-3.2.10 AngelCarpintero 2008-05-07 04:13:33 +00:00
  • db44c5b046 Motion guide update to 3.2.10 AngelCarpintero 2008-05-07 04:12:27 +00:00
  • 52b733cdaf Better ident on picture.c , backport WATCHDOG_OFF when not restart in motion_loop and exit motion when only running one thread a this thread quits http://www.lavrsen.dk/twiki/bin/view/Motion/WatchdogAndThreadPatch , but not ffmpeg quit. AngelCarpintero 2008-05-07 03:40:42 +00:00
  • 99e9ebbed3 Patch watchdow according to http://www.lavrsen.dk/twiki/bin/view/Motion/WatchdogAndThreadPatch and thread-quit-ffmpeg-error-on-no-space-left.diff AngelCarpintero 2008-05-06 12:26:28 +00:00
  • 6a1bffba4e Added --with-pwcbsd to 3.2.10, better ident for video.c and fix a gcc 4.2.3 warning in v4l_startpipe() AngelCarpintero 2008-05-04 10:42:00 +00:00
  • 3f364e4165 Added --with-pwcbsd to 3.2.10, better ident for video.c and fix a gcc 4.2.3 warning in v4l_startpipe() AngelCarpintero 2008-05-04 10:42:00 +00:00
  • 2aa77f0022 Update motion man page AngelCarpintero 2008-05-04 08:56:52 +00:00
  • 4f82227e85 Update motion man page AngelCarpintero 2008-05-04 08:56:52 +00:00
  • 4c5b4a93fd Added a missing space in detection status AngelCarpintero 2008-05-03 02:22:09 +00:00
  • 638114a49f Added a missing space in detection status AngelCarpintero 2008-05-03 02:22:09 +00:00
  • 110859b262 Added ffmpeg debug to configure and minor fix for mysql message AngelCarpintero 2008-05-01 23:46:14 +00:00
  • d18b47c1ee Added ffmpeg debug to configure and minor fix for mysql message AngelCarpintero 2008-05-01 23:46:14 +00:00
  • 4561590432 Update FreeBSD readme with adding information to use webcams (PWC based ) AngelCarpintero 2008-04-27 18:36:25 +00:00
  • 37a67a0576 Update FreeBSD readme with adding information to use webcams (PWC based ) AngelCarpintero 2008-04-27 18:36:25 +00:00
  • c4f0cac70c Fix some warnings for FreeBSD , devname shadow name and function isn't a prototype. Added to configure.in --with-pwcbsd to allow compile motion in freebsd with webcam support instead of bktr AngelCarpintero 2008-04-19 06:56:52 +00:00
  • 0bdd7ab523 Fix some warnings for FreeBSD , devname shadow name and function isn't a prototype AngelCarpintero 2008-04-19 06:29:03 +00:00
  • 7a5b1ad72b Port to FreeBSD fix http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2008x02x25x013419 conf.c AngelCarpintero 2008-04-18 02:05:38 +00:00
  • 1cfd0f981b Port fix http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2008x02x25x013419 for FreeBSD AngelCarpintero 2008-04-18 02:00:56 +00:00
  • 34b0848807 http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2008x02x27x092849, better debug for Error image header AngelCarpintero 2008-04-17 03:08:33 +00:00
  • 2ab0d32c24 http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2008x02x27x092849, better debug for Error image header AngelCarpintero 2008-04-17 03:08:33 +00:00
  • 292d1fe55e Reset post capture on end event AngelCarpintero 2008-04-16 02:22:11 +00:00
  • 6626048910 Reset post capture on end event AngelCarpintero 2008-04-16 02:22:11 +00:00
  • 75c766c988 Applied fillerframes_svn317_v1.1_debug.patch from http://www.lavrsen.dk/twiki/bin/view/Motion/FeatureRequest2007x12x16x132522 with some warning fixed AngelCarpintero 2008-04-13 23:31:33 +00:00
  • a06b459cf7 Added some missing log messages and little change in configure for PostgreSQL AngelCarpintero 2008-03-26 04:28:43 +00:00
  • 1a282d3ede Fixed stepper when used with track_auto on and merge 3.2.10 changes from trunk -r325 AngelCarpintero 2008-03-20 05:37:32 +00:00
  • 9b97859321 Fixed stepper when used with track_auto on AngelCarpintero 2008-03-20 04:23:01 +00:00
  • 0ad2f2fa13 Fix get_current_dir_name, added a wrapper for SO that does not support it AngelCarpintero 2008-03-06 09:27:37 +00:00
  • 628cc4ab8e Add a better detection of PostgreSQL and add to config.h.in HAVE_MYSQL and HAVE_PGSQL AngelCarpintero 2008-03-03 06:50:06 +00:00
  • f232a4aae1 http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2008x02x25x025134 AngelCarpintero 2008-02-28 10:51:11 +00:00
  • 6531574cd8 Resolve http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2006x03x10x000151 and update CHANGELOG & CREDIT files AngelCarpintero 2008-02-25 12:31:44 +00:00
  • 5f6e4e2cf2 http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2008x02x25x013419 & update configure AngelCarpintero 2008-02-25 11:36:32 +00:00
  • 7330daabdb http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2008x02x25x013419 AngelCarpintero 2008-02-25 11:29:42 +00:00
  • bafef960f6 Avoid Conditional jump or move depends on uninitialised value(2) in alg_update_reference_frame (alg.c:1092), make sure that http control exits fine AngelCarpintero 2008-02-23 14:14:01 +00:00
  • 30f6d51b61 Fix an issue to access to short types , but not a solution to type ranges values yet. AngelCarpintero 2008-02-18 11:12:07 +00:00
  • 871cbdeabf Change version name in trunk , Added svn revision running autoconf AngelCarpintero 2008-02-18 06:05:57 +00:00
  • 7c15706dcf Added debug for framerate in event.c and ffmpeg.c, added error log when compile without-v4l or without-bktr and no netcam_url is set, improve FreeBSD capture adding CONTINOUS method and failover SINGLE method on failure. AngelCarpintero 2008-02-18 04:23:10 +00:00
  • dc26b5d46c Added a startup delay of 2 sec. If not fps is wrong in movie if it starts within this time e.g. output_all. DagErlandsson 2008-02-17 08:34:45 +00:00
  • 20926e163f Fix a problem when we only have one thread, sometimes when restart thread or watchdog expires, motion exits. DagErlandsson 2008-02-09 09:36:59 +00:00
  • 6bba5749af Improvement for netcam Keep-alive http://www.lavrsen.dk/twiki/bin/view/Motion/FeatureRequest2007x01x22x231542 AngelCarpintero 2008-02-09 04:36:20 +00:00
  • 52e9135c87 Better threads support & detection AngelCarpintero 2008-02-07 08:11:06 +00:00
  • 1daae25a48 Better ident, fix missing K&R if/else style and fix some LOG_DEBUG in netcam. AngelCarpintero 2008-01-27 22:03:20 +00:00
  • 71874f82b5 Better ident, fix missing K&R if/else style and fix some LOG_DEBUG in netcam. AngelCarpintero 2008-01-27 22:03:20 +00:00
  • bc8364bc10 http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2008x01x21x043812 AngelCarpintero 2008-01-27 19:46:22 +00:00
  • a49974a882 http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2008x01x21x043812 AngelCarpintero 2008-01-27 19:46:22 +00:00
  • 80249d1fb7 Merge -r 298:307 trunk after FreeBSD watchdog , --without-bktr AngelCarpintero 2008-01-26 04:11:01 +00:00
  • b165e109b4 Fix --without-bktr and port watchdog to FreeBSD AngelCarpintero 2008-01-26 03:39:59 +00:00
  • a109cdbe9f Define AVERROR for ffmpeg 0.4.8 & 0.4.9-pre1 and add a missing motion_log() AngelCarpintero 2008-01-18 03:23:33 +00:00
  • 1e5918bb28 Comment out includes, previously commented that breaks compilation AngelCarpintero 2008-01-16 12:28:44 +00:00
  • f007525762 Fix problem to create new ffmpeg file for new versions of ffmpeg including errno.h to allow define propely AVERROR macro from avcodec.h AngelCarpintero 2008-01-15 02:30:26 +00:00
  • ccbb46a1f3 Removed more duplicated includes, avoid freebsd warning for pwc-ioctl.h , code indented in ffmpeg.c and avoid warning of shadow declaration AngelCarpintero 2008-01-14 05:55:08 +00:00
  • 6073d3e3fb Fix motion compile when --without-v4l is used, avoid a segfault on thread quit trying to close webcam when it's already closed AngelCarpintero 2008-01-14 02:37:51 +00:00
  • b6c1a012df Fix logging level in track.c , added some more unsigned short int and comment some duplicated includes AngelCarpintero 2008-01-13 08:43:05 +00:00
  • aa09cc09df Better lost_connection flag , avoid to report false lost connection for netcams AngelCarpintero 2008-01-11 05:30:22 +00:00
  • 4dda0ad34e Added tag release for 3.2.9 release-3.2.9 AngelCarpintero 2008-01-09 20:03:37 +00:00
  • 4d5f9c805f Fixed so a preview image always is from saved images, even if we have minimum_motion_frames and a image is "better", but not within minimum_motion_frames. DagErlandsson 2008-01-09 19:05:50 +00:00
  • 78e9c60f42 Fixed so a preview image always is from saved images, even if we have minimum_motion_frames and a image is "better", but not within minimum_motion_frames. DagErlandsson 2008-01-09 17:31:43 +00:00
  • 609fe1d30d Creating branch for 3.2.10 AngelCarpintero 2008-01-07 02:59:09 +00:00
  • 3c98046ffd Update pwc-ioctl.h to 10.0.10 AngelCarpintero 2008-01-07 00:19:49 +00:00