diff --git a/CHANGELOG b/CHANGELOG index 0bf5c90f..2e153fef 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,8 @@ Feaures * Improved deb packaging , install the init.d script. (Angel Carpintero). * Add swf codec to video creation (Bowser Pete, Andy Brown). http://www.lavrsen.dk/twiki/bin/view/Motion/FFmpegSWFcreation + * ucvideo track pan/tilt support ( Michal Licko ,Dirk Wesenberg and Angel Carpintero ) + http://www.lavrsen.dk/twiki/bin/view/Motion/LinuxUvcTrackingPatch Bugfixes * Removed a duplicate call to jpeg_destroy_decompress already is called from netcam_image_conv (Krzysztof Blaszkowski). @@ -13,7 +15,8 @@ Bugfixes * Fix memory management in ffmpeg.c http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2006x12x19x062432 (Rafis Khayrullin). * Fix of ffmpeg_avcodec_log code (Alain Guidez). http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2007x03x25x074612 - + * Fix a segfault adding correct size to be used for bayer2rgb24() (Damian Wrobel) + http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2007x03x30x175913 3.2.7 Formal Release - Summary of Changes diff --git a/CREDITS b/CREDITS index b3305a9a..6dfe14e7 100644 --- a/CREDITS +++ b/CREDITS @@ -339,6 +339,8 @@ Angel Carpintero * Improved deb packaging , install the init.d script. * Reconnet to mysql if connection dropped. http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2006x10x10x081903 + * Track pan/tilt support for uvcvideo ( Michal Licko ,Dirk Wesenberg and Angel Carpintero ) + http://www.lavrsen.dk/twiki/bin/view/Motion/LinuxUvcTrackingPatch John Edwards * Added the 'pal-nc' norm. @@ -932,6 +934,10 @@ Mike Lees * Implemented the new brightness, contrast, hue, saturation features http://www.lavrsen.dk/twiki/bin/view/Motion/BrightnessContrastPatch +Michal Licko + * Track pan/tilt support for uvcvideo ( Michal Licko ,Dirk Wesenberg and Angel Carpintero ) + http://www.lavrsen.dk/twiki/bin/view/Motion/LinuxUvcTrackingPatch + Bill Maidment * Fixed bug reporting errors when creating symlink to last snap. @@ -1241,12 +1247,20 @@ Joerg Weber on how much motion was detected relative to threshold setting. http://www.lavrsen.dk/twiki/bin/view/Motion/ReferenceFramePatch +Dirk Wesenberg + * Track pan/tilt support for uvcvideo ( Michal Licko ,Dirk Wesenberg and Angel Carpintero ) + http://www.lavrsen.dk/twiki/bin/view/Motion/LinuxUvcTrackingPatch + Tristan Willy - * Wrote Axis 2100 support and added the check for ~/.motion/motin.conf + * Wrote Axis 2100 support and added the check for ~/.motion/motion.conf Robert Eugene Wood * Inverse pixels for locate box. +Damian Wrobel + * Fix a segfault adding correct size to be used for bayer2rgb24(). + http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2007x03x30x175913 + Yieldtech * These guys are making a complete linux based security system with motion as one of its components.