2004-15-02
	- fixed audio pts bug that made esp. piped audio input ugly

2004-14-02
	- enforce a minimum capture area of 20x20. libavcodec seems
	  inclined to segfault on smaller frames
	- fixed race condition in capture.c due to the delay added
	  for the frame drop meter
	- backported the pause/max_time fix from gvidcap to xvidcap
	
2004-13-02
	- fixed bug in job.c for building without libavcodec

2004-12-02
	- made previous button insensitive when movie_no == 0 or
	  pic_no < step (i.e. when the movie or frame counter would
	  otherwise become negative, though for single frame capture
	  that was taken care of elsewhere, too)
	- completed backport of autocontinue feature to xvidcap (dis-
	  abled autocontinue for individual frame capture ... change
	  through preferences dialog wasn't detected for xvidcap)
	- fixed segfault when clicking pause->rec->stop
	- fixed weird frame count reset when doing rec->stop->pause
	  ->rec->stop. instead of the second rec, the last stop would
	  set the frame count to zero
	
2004-07-02
	- fixed bug which made usage not display --compress
	- fixed bug where --time 0 would set --frames to  zero, too
	  and vice versa
   	- made sure autocontinue does NOT work with individual frames
	- fixed some more pause/record stuff
	- removed several debug statements or output for verbose output
	  only

2004-06-02
	- added frame drop monitor widget
	- fixed incomplete make uninstall

2004-17-01
	- changed menu from file menu to popup menu on right click
	  on filename button (saves space)
	- put filename button into toolbar (looks better)
	- added autocontinue pref in GTK GUI

2004-13-01
	- added FLG_AUTO_CONTINUE, VC_CONTINUE, and XVC_StartCapture
	  so autocontinue can look and work the same for max_frames
	  and max_time
	- added --continue [yes|no] param
	- changed --nogui to --gui [yes|no]
	- changed --audio to --audio [yes|no]

2004-12-01
	- added autocontinue for max_time (visible GUI stop/start
	  here, though)
	- fixed stop_timer handling for pause button

2004-11-01
	- added autocontinue for capture to mpeg with movie counter
	  and max_frames. No autocontinue if filename is fix.
	- improved movie counter and GUI interaction. 
	- fixed a/v sync problem after pausing
	- enabled pause button before record in gvidcap

2004-10-01
	- Added movie numbering (manually in-/decrement using next
	  and previous buttons)
	- Changed next/previous buttons to work on movie number
	  for on-the-fly encoding
	- Changed filename and single capture buttons to only work 
	  for single frame capture 
	- fixed completely broken pause button in gvidcap

2004-08-01
	- minor fix for capturing without audio on audio-enabled
	  systems

2004-06-01
	- changed MS_MPEG4 to DIV3 and added MSMPEG4V2 as DIV2
	- added DIV2 support for AVI files since WMP only supports
	  DIV3 in ASF files and we don't have an audio encoder 
	  WMP accepts for ASF files. WMP comaptibility now through
	  DIV2 in AVI files
	- fixed pts for audio stream (video frames still timed inde-
	  pendently). This fixes the a/v sync issues
	- fixed minor bug by which audio on/off toggle in the pre-
	  ferences of gvidcap wouldn't save on OK
	- changed default codec from NONE to MPEG1. This fixes bug
	  nr 864872

2003-12-22
	- fixed configure.ac to remove symlinks in ffmpeg directory
	  correctly
	- fixed configure.ac to use ${AWK} instead of hard-coded awk

2003-12-16
	- fixed various bugs that sneaked in after 1.1.1rc2 or hadn't
	  been noticed before

2003-12-12
	- added sound support through FFMPEG
	- added FLV1 support through FFMPEG
	- reworked man page
	- streamlined GTK2 selection frame code
	- fixed keyboard shortcuts bug for Xt GUI
	- fixed XVidcap.ad template for Xresources
	
2003-11-12
        - added GTK2 GUI (this is a major redesign of the code to
	  enable GUI abstraction to also be able to keep a unified
	  binary distribution. Also, if somebody with know-how about
	  Qt wants to add a KDE GUI, that should now be easy)
        - added basic command line functionality
        - changed --cap_size parameter to --cap_geometry to allow
          positioning of the selection frame

2003-10-09
	- build system bugfixes for building without ffmpeg
	- recognize *.mpg extension as MPEG

2003-09-08
	- bugfixes for compilation with gcc 3.3.1
	- upgrade to ffmpeg 0.4.7
	- change of default compilation options regarding ffmpeg (rf. INSTALL)

2003-07-31
	- made some small additions/fixes to make building on HP-UX
	  easier ... have been told it works considerably well

2003-06-30
	- added config options to allow specification of static linkage
	  for certain libraries
	- removed GNUTime stuff from default compilation
	- enabled build without ffmpeg
	- added basic widget for the selection of coded to use w/ ffmpeg
	- changed ffmpeg's configure to only build encoders

2003-06-22
	- added working code for 8bit pseudo color ... need to keep an
	  eye on quality

2003-06-18
	- cleaned up color space handling for 32bit depth in xtoffmpeg.c
	- fixed some minor bugs w/ handling of options
	- added variable bitrate depending on image size and selected
	  quality ... need to verify the metric works out well.

2003-06-13
	- made xvidcap work on Solaris/SPARC

2003-05-03
	- tidied up distribution w/ autotools and embedded ffmpeg. this
	  version uses ffmpeg-cvs-2003-05-18 due to color problems w/
	  image format conversions in 0.4.6. Be expecting dynamically
	  linked versions with the next stable ffmpeg release.

2003-05-30
	- fixed stupid error leading to color troubles when encoding through
	  ffmpeg
	- added very basic support for rgb24 bgr24 input (untested, 8-bit
	  pseudo-color has been confirmed to NOT work atm)

2003-05-26
	- released 1.0.10
	- preliminary support for on-line encoding through FFMPEG, atm. only 
	  works if:
	    - System is running on Linux x86
	    - You can use the Makefile as is (no good configure, yet)
	    - X dump is 32 bit rgba (which should be the case for XFree
	      in 24 or 32 bit)

1999-02-05
	- released 1.0.9
	- small changes in Xw to make keyboard input available again.. still not
	  perfect :(
	- minor changes in gt/ppm2qt, colors should be correct now

1999-02-04
	- added some gt_* prefixes in the gt code
	- changed ATOM_* to GTA_*

1999-02-03
	- released 1.0.8
	- capture.c/h: defined correct callback arguments
	- minor changes in configure.in
	- rename some files, minor changes in gnutime

1998-12-20
	- added ChangeLog
