2003-10-11  Rolf Dubitzky <rolf@dubitzky.de>
	* all: tag and release version 0.2.3
	
2003-10-08  Jason Wood <jasonwood@blueyonder.co.uk>
	* bootstrap: export WANT_AUTOCONF_2_5=1 for compilation on Mandrake.
	* utils/pencode.cc: Add #include <cassert>, fixing bug [811344]
	* libpiave/streammgr.cc: Add #include <cassert>
	* libpiave/server: Large messages are now read correctly.
	* many: Fix memory leaks


2003-09-09  Rolf Dubitzky <rolf@dubitzky.de>
	* plugins/iostream/vorbisfile: new input plugin to read Ogg/Vorbis I
	files
	* plugins/iostream/sndfile: new input plugin to read wav/au/aiff
	and other plain sample file formats.
	* libpiave/storybase.cc: remove AudioIFace and replace with
	AVIFacve si ce it does basically the same and was superfluous.
	
2003-09-09  Rolf Dubitzky <rolf@dubitzky.de>
	* plugins/iostream/avi: plugin to read AVI containers
	* plugins/iostream/arts: plugin to use aRts sound daemon

2003-09-09  Rolf Dubitzky <rolf@dubitzky.de>
	* plugins/iostream/xine: disabled 
	* scenebuilder.cc: disable effect parsing to be compatible with 
	current kdenlive CVS
	* libpive/mediaelements.cc: move ColorStill class to plugins/effects/image:
	
2003-09-08  Rolf Dubitzky <rolf@dubitzky.de>
	* many: merge i18n changes into 03-devel branch

2003-06-28  Rolf Dubitzky <rolf@dubitzky.de>

	* plugin.hh: add 'priority' property to plugins. in case more than
	one plugin fullfills the requirements of a query the plugin with
	the highest priority is returned. non functioning plugins can be
	disabled.
	
2003-06-26  Rolf Dubitzky <rolf@dubitzky.de>

	* IEEE1394.cc/AVCController.cc: Added first infrastructure for DV
	capturing.  
	* configure.in: introduced dependecy on libraw1394 and
	libavc1394 
	* util/pgrab.cc: add a very primitive frontend to test
	capturing

2003-06-23  Gilles Caulier <caulier.gilles@free.fr>

	Add i18n fonctions with Gettext (inpired from Gphoto2 package).
	Add some string for i18n.
	Add French translations


2003-02-14  Rolf Dubitzky <rolf@dubitzky.de>

	* many: 'Time' was 'int' is now a class (basically a double)
	* videoformat.cc: introduce CideoFmt which is basically width
	height, aspect, FOURCC and frames per second. This wil become 
	more. This will be used to check the compatibility of iostreams
	* piave_base.hh: remvode display format. move render_format to renderFmt

2003-02-12  Rolf Dubitzky <rolf@dubitzky.de>

	* all: many bugfixes
	* libxml++: dependencies removed.

	
2003-01-27  Rolf Dubitzky <rolf@dubitzky.de>

	* plugins/iostream/arts: new aRts plugin. Uses primitive C
	interface. Still needs latency optimizing. audio and vidoe a badly
	out of sync, but is still better than artsdsp.

2003-01-26  Rolf Dubitzky <rolf@dubitzky.de>

	* Makefile.am: install plugins to $libdir/piave/{iostream|effects}/
	* many: implement reply to getCapabilities
	* configure.in: version is now 0.2.9  will stay there till 0.3.0

	
2003-01-25  Rolf Dubitzky <rolf@dubitzky.de>

	* all: complete redesign of component handling. Up to now, all
	effects, in/out streams etc. have been classes inside the
	library. They have been removed and placed in seperate directories
	/plugins. Plugins are compiled to seperate libraries and loaded o
	runtime. All capabilities are reported and the plugin manager can
	reply with plugins to requests for capabilities.
	* frame.cc and related: removed all dependencies to gdk-pixbuf.


2003-01-13  Rolf Dubitzky <rolf@dubitzky.de>

        * kdenserver.cc: rounding bugfix


2003-01-13  Rolf Dubitzky <rolf@dubitzky.de>

        * release 0.2.0 the first beta version

	
2003-01-11  Rolf Dubitzky <rolf@dubitzky.de>

        * plugins: this is where loadable plugins will go
	* libpiave/pluginmgr.cc: the manager class for the plugiin
	handling
	* kdenserver.cc: add SDL thread to handle SDL events
	* avstream.cc: fix encoding for empty frames
	* avstream.cc: add fillFileProperties() to report to kdenlive

	
2003-01-11  Rolf Dubitzky <rolf@dubitzky.de>

        * clean: add automake cache
	* frame.cc: add makeDVFrame  to convert from pixbuf to DV fmt
	* kdenserver.cc: add render command
	* kdenserver.cc: add ping command
	* kdenserver.cc: change defaults for play cmnd
	* kdenserver.cc: start play at last seek_pos
	* ossstream.cc: fix buf handling non DVFrames if not yet
	initialized
	* player.cc: add start and stop points
	* pive/main.cc: add -a full size (no preview) option
        * all: add #include "config.h"
	* configure.in: add _GNU_SOURCE to config.h

	
2003-01-07  Rolf Dubitzky <rolf@dubitzky.de>

        * server.cc: fix std::string usage

	
2003-01-07  Rolf Dubitzky <rolf@dubitzky.de>

        * server.cc: remove double newlines from replys and add a single
	double newline at the end. kdenlive needs to find the end of a message.

	
2003-01-05  Rolf Dubitzky <rolf@dubitzky.de>

	* kdenserver.cc: support scenelist parsing
	* storybase.cc: implement multinodes 'StoryMNode'
	* ringbuffer.cc: implement a simple ringbuffer for command queueing
	* libpiave/Makefile.am: added ringbuffer.cc
	* many: remove all member functions which take xmlpp args from
	mediaelements
	* VEML.cc: deep copy daughters from XMLNode to VEMLcmnd
	(unchecked)
	* piave_base.cc: introduce display_width/height/size globals in
	addition to full_w/h/s and render_w/h/s
	* mediaelements.cc: introdiuce hack to support YUV in
	ColorStill. black is the singl hardcoded color
	* medialements.cc: added a 'print' member  function to all
	mediaelemst for debugging.
	* outsdlstream.cc: make yuv/rgb_surface an option to the stream.
	* storybase.cc: add _emptyFrame to StoryBoard/StoryMNode. This
	frame will be displayed in case of out-of-bounds requests.
	* piave/main.cc: removed -i -o -q options. new options:
	-p port  / -v verbose / -d debug / -f format

	
2002-11-29  Rolf Dubitzky <rolf@dubitzky.de>

	* INSTALL: typos
	* kdenserver.cc: reply "filename" not "name"

	
2002-11-28  Rolf Dubitzky <rolf@dubitzky.de>

        * configure.in: require libxml++
	* INSTALL: more detailed instructions

	
2002-11-24  Rolf Dubitzky <rolf@dubitzky.de>

	* piave_base.hh: introduce verbose and quiet falgs
	on verbose INFO is printed
	on quiet neiter INFO nor WARN is printed
	* piave/main.cc: introduce option -q and -v
	* server.cc: remove all perror and cout statements
	* {kden}server.cc: switch to blocking IO
	* acconfig.h: removed - that was a misunderstanding
	* configure.in: added thirs argument to AC_DEFINE
	* many: fixes for gcc 3.2 (added std:: etc.)
	* many: remove all 'using' statements from header files
	* kdenserver{.cc|.hh}: first implementation of xml parser

	
2002-11-23  Rolf Dubitzky <rolf@dubitzky.de>

	* acconfig.h: new -- use autoheader
	* many: include "config.h"
	* {kden}server.cc/.hh: split KdenliveServer from Server into
	seperate file
	* examples/main.cc: added usage information (option -h)
	* libpiave/main.cc: split main.cc into examples/main.cc and
	piave/main.cc
	* configure.in: start using libtool for libpiave
	* examples/: contains examples and tests
	* piave/: contains the piave executable

	
2002-11-21 Rolf Dubitzky <rolf@dubitzky.de>

	* many: update to new libxml++-0.16.0 API
	* many: prepare complete rewrite of XMLParser
