-------------------------------------------------------------------------------
ChangeLog
-------------------------------------------------------------------------------

Mon Dec 31 16:49:29 GMT 2001 Mike Jagdis <jaggy@purplet.demon.co.uk>

 * Changed configure.in to play nice with older autoconf.

 * Added support for RGB32 in addition to GREY and RGB24 video formats.

 * Changed RGB to greyscale mapping to use weighted rather than
   simple averaging.


Wed Dec 27 15:34:22 CET 2000 Uwe Hermann <uh1763@hermann-uwe.de>

 * AUTHORS: Added Gerd Knorr <kraxel@strusel007.de>, as parts of his
   xawtv code is used in aatv.

 * Makefile.am, Makefile.in: Use ${top_srcdir} instead of ${srcdir}.

 * NEWS: Updates for 0.2.

 * README: Inserted some newlines where necessary. Added the 'License' section.
   Removed the 'I picked some information and code from XawTV by Gerd Knorr'
   section, as this information is in AUTHORS now.

 * TODO: Added an item.

 * aatv.1: Removed some Debianisms. Added sections FILES and BUGS.

 * configure, configure.in: Bumped version to 0.2. Removed unnecessary
   compiler flags, which were intended for HP/UX portability, but I doubt
   HP/UX has <linux/videodev.h> etc...
   Renamed AATV_EXPAND_DIR to EXPAND_DIR to make it more generic.

 * src/Makefile.am, src/Makefile.in: Cosmetic changes.

 * src/aatv.c, src/grabber.c: Removed the 'Picked some code from Gerd Knorr'
   paragraph, as this info is in AUTHORS now.

 * src/aatv.h: Added the standard GPL-header.

 * src/grabber.c: Check return value of malloc().
   

Wed Dec 20 20:40:07 CET 2000 Uwe Hermann <uh1763@hermann-uwe.de>

 * Autoconfiscated the whole package.
 * Added the manpage aatv.1.
 * Updated the documentation.
 * Fixed several compiler warnings which src/aatv.c generated.

