libavg 0.7.0 - August 31, 2007

  svn Revision 2309

  Major new features:
    
    * Support for camera tracking and multitouch surfaces. (Lots of code by
      igor@c-base.org.)
    * Multi-threaded video decoding and video playback at speeds other than the 
      player redraw speed.
    * API cleanups (not really a major feature, but a heads up that things will 
      break :-)).
    * Much improved documentation.


  Other improvements:
  
    * Improved dynamic node API (DivNode::insertChild()).
    * Video4Linux support curtesy of Xullo (x@02l.net).
    * Update to new ffmpeg version.
    * Callback support on video end of file.
    * Support for python threads.
    * Improved warp interface.
    * Event callbacks now pass the event as a parameter.
    * Added Player::setOnFrameHandler().
    * Added Node::getRelPos().
    * Any pythoon callable can be used as event handler now using 
      Node::setEventHandler().
    * Added Anim.abort() and .isDone().
    * Lots of new automatic low-level tests.
    * libavg now uses correct python package semantics. Use 
      'from libavg import avg' to import it now. It shouldn't be necessary to 
      use PYTHONPATH anymore (igor@c-base.org).
    * Much faster Image::setBitmap().


libavg 0.6.0 - October 7, 2006 

  svn Revision 1664

  Major new features:

    * Added support for dynamically adding and removing nodes to/from the tree.
    * libavg now runs under windows, curtesy of Thomas Schüppel. 

  Other improvements:

    * Compatible with Mesa 6.5.1 OpenGL.
    * Much improved Gentoo ebuild.
    * Added event capture capability (setEventCapture/releaseEventCapture) to nodes.
    * Major speed improvement for motion jpeg videos.
    * Some panorama image improvements.
    * Text rendering speed improvements, minor text rendering quality improvements.
    * Fixed mac fontconfig configuration directory issue.
    * Fixed camera bug that caused an endless loop after 16 open/close cycles.
    * Better error checking for broken videos and missing video files.
    * More minor bugfixes.

libavg 0.5.9 - August 11, 2006

    * Test suite now completely automatic and a lot faster.

