From 287da6275587ce0ca095da938d0750ff99d1ebb2 Mon Sep 17 00:00:00 2001 From: KennethLavrsen Date: Fri, 30 Jun 2006 22:38:21 +0000 Subject: [PATCH] Updating changelog and credits for removing minimum_gap and adding minimum_frame_time --- CHANGELOG | 7 ++++++- CREDITS | 9 ++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 98a6d0b7..8eb8e4e9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -19,7 +19,12 @@ http://www.lavrsen.dk/twiki/bin/view/Motion/SupportQuestion2005x09x05x133031 http://www.lavrsen.dk/twiki/bin/view/Motion/SupportQuestion2006x06x19x174238 * Altered the risky use of sprintf to snprintf in all places related to - use with config strings that can become very long (Kenneth Lavrsen) + use with config strings that can become very long (Kenneth Lavrsen) + * Removed annoying debug messages (v4l_set_input really needed ?) in the FreeBSD + version (Angel Carpintero) + * Removed the minimum_gap feature which was utterly useless (Kenneth Lavrsen) + * Added new feature: minimum_frame_time which enables capturing at a lower rate + than 2 frames per second (Kenneth Lavrsen and Angel Carpintero) 3.2.6 Formal Bugfix Release. * Fixed bug where variables time_last_frame and time_current_frame had been diff --git a/CREDITS b/CREDITS index 94469b05..254b372c 100644 --- a/CREDITS +++ b/CREDITS @@ -307,6 +307,10 @@ Angel Carpintero Motion can present up to 99 cameras in its http remote control interface (Angel Carpintero based on idea by Chuck Sheehan) http://www.lavrsen.dk/twiki/bin/view/Motion/WebHttpManyThreads + * Removed annoying debug messages (v4l_set_input really needed ?) in the FreeBSD + version. + * Added new feature: minimum_frame_time which enables capturing at a lower rate + than 2 frames per second (Kenneth Lavrsen and Angel Carpintero) John Edwards * Added the 'pal-nc' norm. @@ -872,7 +876,10 @@ Kenneth Lavrsen (Currently project managing Motion) http://www.lavrsen.dk/twiki/bin/view/Motion/SupportQuestion2005x09x05x133031 http://www.lavrsen.dk/twiki/bin/view/Motion/SupportQuestion2006x06x19x174238 * Altered the risky use of sprintf to snprintf in all places related to - use with config strings that can become very long. + use with config strings that can become very long. + * Removed the minimum_gap feature which was utterly useless + * Added new feature: minimum_frame_time which enables capturing at a lower rate + than 2 frames per second (Kenneth Lavrsen and Angel Carpintero) Mike Lees * Added the onffmpegclose feature.