Commit Graph

  • cd4d3e067c Implemented minimum_frame_time , proof of concept AngelCarpintero 2006-06-30 23:21:12 +00:00
  • 853b6df1fd Language error KennethLavrsen 2006-06-30 22:49:38 +00:00
  • 287da62755 Updating changelog and credits for removing minimum_gap and adding minimum_frame_time KennethLavrsen 2006-06-30 22:38:21 +00:00
  • f58131321c minimum_gap option removed from Motion. minumum_frame_time option is added. Feature not yet implemented but it on its way KennethLavrsen 2006-06-30 22:26:10 +00:00
  • 4f1d9d3e5e removed minimum_gap feature from motion.c KennethLavrsen 2006-06-30 22:14:26 +00:00
  • ce337d935c Remove annoying log message AngelCarpintero 2006-06-28 15:15:32 +00:00
  • 2dc47742d8 Andrew Hamilton suggested not using 'i' as condition in a for loop. Wonder why. But if it causes a problem let us change it. KennethLavrsen 2006-06-27 06:40:11 +00:00
  • 68d1815307 Moved some debug definitions from netcam.c to motion.h so I can use them in other parts of motion KennethLavrsen 2006-06-21 22:48:37 +00:00
  • 5401dedc04 Fixed the .mpg .avi filename issue. Change some unsafe use of sprintf to snprintf http://www.lavrsen.dk/twiki/bin/view/Motion/SupportQuestion2005x09x05x133031 http://www.lavrsen.dk/twiki/bin/view/Motion/SupportQuestion2006x06x19x174238 KennethLavrsen 2006-06-20 19:50:43 +00:00
  • 1ba3e31315 Some naming clean up in ffmpeg_avcodec_log() AngelCarpintero 2006-06-02 19:31:19 +00:00
  • 640418ba06 Fix a warning making happy av_log_set_callback() AngelCarpintero 2006-06-01 08:36:29 +00:00
  • fd1259175f Fixing more problems with ffmpeg logging (Peter Smith) KennethLavrsen 2006-06-01 01:23:15 +00:00
  • 952790e955 ffmpeg logging improvement (Peter Smith) Logging now only happens in debug mode. Fixed prototype definition of logging funtion http://www.lavrsen.dk/twiki/bin/view/Motion/FfmpegAvicodecLogging KennethLavrsen 2006-05-31 23:03:08 +00:00
  • 1b34508dc8 Modify configure to keep backwards compatibility with old versions of Freebsd, Add a custom message in make file for freebsd and update README.FreeBSD including information for FreeBSD 6.0 AngelCarpintero 2006-05-29 02:56:49 +00:00
  • fdef0d5c9d Changed version in the motion-dist + some temporary debug code in ffmpeg logging. KennethLavrsen 2006-05-25 18:44:49 +00:00
  • 294ac81652 Improved upon a few ambiguous log messages which may be emitted by the Event handling code with regards to Ffmpeg (Peter Smith) http://www.lavrsen.dk/twiki/bin/view/Motion/LoggingEventFix KennethLavrsen 2006-05-25 09:57:48 +00:00
  • eb6bf59477 Forgot to remove comment in previous checkin KennethLavrsen 2006-05-23 23:43:32 +00:00
  • a5f26a7f0f Small improvement of ffmpeg logging. Still working on it. KennethLavrsen 2006-05-23 23:42:29 +00:00
  • 9c9fd3e2fd Redoing the SVN74 with fixes. Ffmpeg code mutex locking fix (Peter Smith) http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2006x04x07x164654 Ffmpeg avicodec logging improved (Peter Smith and improved by Kenneth Lavrsen) http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2006x04x07x164654 KennethLavrsen 2006-05-22 23:57:01 +00:00
  • 6b5936cfdb Reverting SVN 74. There were severe error in the ffmpeg logging code. KennethLavrsen 2006-05-22 22:42:22 +00:00
  • 70806c12c2 Ffmpeg code mutex locking fix (Peter Smith) http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2006x04x07x164654 Ffmpeg avicodec logging improved (Peter Smith) http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2006x04x07x164654 KennethLavrsen 2006-05-22 22:07:48 +00:00
  • 9d6d77f570 Improved reporting of thread numbers during startup in setup mode. (Peter Smith and Kenneth Lavrsen) http://www.lavrsen.dk/twiki/bin/view/Motion/SlightlyImprovedThreadCreationLogging KennethLavrsen 2006-04-30 17:57:30 +00:00
  • e82721ef8f Fix some typos and add a more clear explanation of --without-bktr AngelCarpintero 2006-04-21 17:13:09 +00:00
  • 4c1d2b2506 Update version number to 3.2.7 AngelCarpintero 2006-04-16 17:52:03 +00:00
  • 9dd552a0a6 16 Apr 2006 wbrack@mmm.com.hk Added a bit more code for suppressing excessive error messages BillBrack 2006-04-16 14:26:01 +00:00
  • 51443e2a39 16 Apr 2006 wbrack@mmm.com.hk Added some code to reduce excessive error messages when a connection problem occurs (bug 2006x 04x 11x 122239) BillBrack 2006-04-16 13:59:05 +00:00
  • 4807b42181 Bumped up revision number to 3.2.7 and reran autoconf. Still open issues before release of 3.2.7 can be made. RPMs seems to be broken with current specfile. KennethLavrsen 2006-04-16 07:14:19 +00:00
  • ca3ac6a28b Guide update. Update of CHANGELOG and CREDITS from netcam bugfix KennethLavrsen 2006-04-16 07:11:28 +00:00
  • dffe9105da 16 Apr 06 wbrack@mmm.com.hk Modified netcam code to use 'select' on recv instead of SO_RECVTIMEO. Also removed the 'timeout' argument from the routine netcam_recv (since it wasn't used anywhere). BillBrack 2006-04-16 02:45:32 +00:00
  • ea0d819030 CHANGELOG update - ready for release 3.2.6 KennethLavrsen 2006-03-23 07:10:34 +00:00
  • cd17ee4929 text_changes now shows a '-' when motion detection is paused instead of just showing 0 (Kenneth Lavrsen) http://www.lavrsen.dk/twiki/bin/view/Motion/FeatureRequest2006x03x16x095713 KennethLavrsen 2006-03-16 17:53:06 +00:00
  • 0ae04d572e Updated version number for next release Added CHANGELOG and CREDITS entries for Angels fix for http://www.lavrsen.dk/twiki/bin/view/Motion/WebHttpManyThreads KennethLavrsen 2006-03-13 07:15:26 +00:00
  • 89ddcdc159 Fix a bug that didn't allow use web interface with more that 9 threads , now it's ready to be use up to 99 threads. AngelCarpintero 2006-03-13 02:48:10 +00:00
  • bbefefd4a7 Fixed bug where variables time_last_frame and time_current_frame had been extended to also be used for snapshot feature but declaration was hidden between #ifdef HAVE_FFMPEG. (Kenneth Lavrsen) http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2006x03x09x012244 KennethLavrsen 2006-03-09 07:43:31 +00:00
  • 769bcef4d0 Update man page and control file for debian. AngelCarpintero 2006-03-08 00:21:43 +00:00
  • ecedaf9360 Grrr. Forgot the movie_filename change in change history, in Motion Guide, in manpages, everywhere. I am making a quick micro release called 3.2.5.1. Sorry Sack extra work for you. KennethLavrsen 2006-03-07 21:52:04 +00:00
  • 2ec717122b Ran autoconf KennethLavrsen 2006-03-06 01:16:16 +00:00
  • 1e26d67367 Copied motion.1 to debian Updated Motion Guide KennethLavrsen 2006-03-06 00:44:12 +00:00
  • 7d72a41ece Updated motion man page. Added new tracking options and converted to UTF8 KennethLavrsen 2006-03-05 23:18:54 +00:00
  • 57bdf484f1 Update debian directory AngelCarpintero 2006-03-04 23:40:01 +00:00
  • e761d2368a Fix mysql configure auto-detection for x64 systems. AngelCarpintero 2006-03-04 23:13:23 +00:00
  • 8634fabc1e Added debug information to help debugging stepper. AngelCarpintero 2006-03-02 09:08:53 +00:00
  • 938c08a6e5 Fix a silly bug in stepper_center UP called twice and first call in wrong place AngelCarpintero 2006-03-02 07:13:21 +00:00
  • 0e8d5d36e2 Added VIA Ezra C3 patch & update CREDITS and CHANGELOG AngelCarpintero 2006-02-28 17:44:49 +00:00
  • 808605c0e2 Update with latest change AngelCarpintero 2006-02-27 18:50:05 +00:00
  • 25ceb1b950 Add tilt support for stepper , look to RifRaf stepper design. AngelCarpintero 2006-02-27 18:45:09 +00:00
  • 1c7fb25a0f Reverted SVN 47 http://www.lavrsen.dk/twiki/bin/view/Motion/WebcamMempool because it memory leaks KennethLavrsen 2006-02-23 18:26:15 +00:00
  • 67fa537f45 Module webcam used to malloc and free memory for each jpeg. Now it implements a pool for unused memory. If memory is needed unused memory from the pool is used first, and otherwise malloced. Additionally fixed a small bug: webcam_add_client misses new->tmpbuffer->ref++. (Peter Holik) http://www.lavrsen.dk/twiki/bin/view/Motion/WebcamMempool KennethLavrsen 2006-02-22 09:03:23 +00:00
  • 5a7638360b Fixed a syntax error in picture.c get_pgm() which caused the program to seg fault when a mask file size did not match the picture size. Now the program correctly gives an error message and continues without the mask. http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2005x10x08x150720 KennethLavrsen 2006-02-22 07:20:54 +00:00
  • 81af7d9295 Added some constants in video.c function v4l_picture_controls() which can help people hack an optimal set of values for controlling auto brighness for their particular camera. For now I am do not want to add all of these to the already too large number of motion config options. Maybe based on feedback we can permanently change the constants and add an additional auto brightness option. Or maybe a combined option that sets more constant based on an algoritm. (Kenneth Lavrsen) http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2006x02x07x212816 KennethLavrsen 2006-02-21 08:42:45 +00:00
  • 0f807518f9 Fix for missed snapshots with slow netcams BugReport2006x02x07x162149 motion.spec is updated after configure (no real change) KennethLavrsen 2006-02-21 01:46:27 +00:00
  • 6732c6d550 Updated CREDITS for 3.2.5 release KennethLavrsen 2006-02-19 11:19:37 +00:00
  • 51704fa85f Updated CHANGELOG to include Angels specfile change KennethLavrsen 2006-02-19 10:08:03 +00:00
  • 7f065ec18e Fix issue with rpm , see the irc channel log. http://koala.ilog.fr/twikiirc/bin/irclogger_log/motion?date=2006-02-14,Tue AngelCarpintero 2006-02-14 22:55:15 +00:00
  • 9ef350ae3f Costmetic changes done , removing not needed includes from many files , usually because they already includes motion.h that has already needed files included. AngelCarpintero 2006-01-24 05:30:47 +00:00
  • 552ecb561d Test commit to try mailing list KennethLavrsen 2006-01-24 00:15:52 +00:00
  • 76708cdd8d Fixed a bug in the rgb2yuv420p function. (Daniel Ladd) AngelCarpintero 2006-01-23 22:47:51 +00:00
  • 1ffc0f748e fix a typo /dev/tuner :-) AngelCarpintero 2006-01-23 04:15:08 +00:00
  • 09c436b68a * fix many typos in comments ( i ran aspell against the code ). AngelCarpintero 2006-01-21 03:14:32 +00:00
  • c4355ba8f1 * Fixes a problem with despeckle , that didn't allow to remove labeling action from http remote control. AngelCarpintero 2006-01-21 03:12:14 +00:00
  • 5e43db66f3 * Solves the problem that happens in FreeBSD and Debian Sarge because the version of ffmpeg is LIBAVFORMAT_BUILD < 4629. AngelCarpintero 2006-01-21 03:10:28 +00:00
  • 3e428a2025 Update with CREDITS for patch : AngelCarpintero 2006-01-21 02:13:09 +00:00
  • aef4e0101d Update with last patch commit : AngelCarpintero 2006-01-21 02:12:19 +00:00
  • 20e3327a87 /* motion.c * * Detect changes in a video stream. * Copyright 2000 by Jeroen Vreeken (pe1rxq@amsat.org) * This software is distributed under the GNU public license version 2 * See also the file 'COPYING'. * */ #include "ffmpeg.h" #include "motion.h" AngelCarpintero 2006-01-21 01:42:35 +00:00
  • e628bde0e6 Fixed sql_mask not initialisated correctly (Angel Carpintero) http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2006x01x09x175603 KennethLavrsen 2006-01-09 20:13:11 +00:00
  • 8f05c3652a Updated motion-dist conf for ffmpeg_interlace and movie_filename KennethLavrsen 2005-12-30 17:25:30 +00:00
  • deda080ef5 Typo in CHANGELOG KennethLavrsen 2005-12-30 02:02:49 +00:00
  • ccfcfd9433 Changed CREDITS to same bullet format as CHANGELOG (Kenneth Lavrsen) KennethLavrsen 2005-12-30 02:01:37 +00:00
  • 3c7e6ec301 Changed CHANGELOG to same bullet format as used by TWiki to make it easier to write release notes (Kenneth Lavrsen) KennethLavrsen 2005-12-30 01:34:16 +00:00
  • e2a96f5732 Updating motion-guide.html from make dist KennethLavrsen 2005-12-29 23:51:41 +00:00
  • f498fc18f8 Integrated the ffmpeg_interlace feature (Alexey Belyaev/Andrew Hamilton) http://www.lavrsen.dk/twiki/bin/view/Motion/MotionffmpegDeinterlace KennethLavrsen 2005-12-29 23:32:52 +00:00
  • 5221670f09 Initial import root 2005-12-27 08:54:39 +00:00