2005-02-09  Dennis Smit  <ds@nerds-incorporated.org>

	TAGGING 0.2.0 RELEASE!

2005-02-01  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_param.*: Small doh in VisObject param.

2005-02-01  Dennis Smit  <ds@nerds-incorporated.org>

	* *: Made 0.2.0 release ready, nearly.

	* libvisual/lv_param.*: Added VisObject param type.

2005-01-29  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_plugin.*: Return the ->environ member VisObject
	on visual_plugin_environ_get.

2005-01-25  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_transform.*: Adding new subsystem (and new plugin
	type).

	* libvisual/lv_error.*:
	* libvisual/lv_plugin.h:
	* libvisual/lv_libvisual.c:
	Adopting to new plugin type.

	VisTransformPlugins can be used to transform a VisVideo, VisPalette
	and they are also used to implement the 'trans' elements in
	libvisual-avs.

2005-01-25  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_palette.* (visual_palette_color_cycle): Adding a color
	cycler.

	* libvisual/lv_param.c (visual_param_entry_compare,
	visual_param_entry_set_from_param): Support
	VISUAL_PARAM_ENTRY_TYPE_PALETTE as well.

2005-01-25  Dennis Smit  <ds@nerds-incorporated.org>
	
	* libvisual/lv_param.c: It's nearly unbelievable how much shit one can
	code (self inflicted yeah).

2005-01-25  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_param.*: Renamed visual_param_container_match_copy to
	visual_param_container_copy_match.	

2005-01-25  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_param.* (visual_param_container_copy): Added function
	to copy complete containers into others.

2005-01-24  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_time.c (visual_timer_elapsed_msecs): added function
	that can be used as a drop in replacement for SDL_GetTicks(). Handy
	for porting.

	* libvisual/lv_time.c: past -> passed. .. yeah language screw up.

2005-01-21  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_param.c (visual_param_container_match_copy): Adding
	function for the upcoming libvisual advanced visual studio stuff, is
	used to sync with winamp AVS presets and LV avs presets.

	* libvisual/lv_video.c: Some general small changes.

2005-01-18  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_cpu.c: More work.

2005-01-18  Max Howell  <max.howell@methylblue.com>

	* .cvsignore libvisual/.cvsignore:
	Ignore the generated files

2005-01-13  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c (visual_video_alpha_fill):
	Do not over run, be cooler. yay!

2005-01-13  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_mem.c (visual_mem_copy): I'll be looking at it
	throughly soon, let's just fallback to memcpy for now. ..

2005-01-13  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_mem.* (visual_mem_copy): We were uint32_t indexing not
	uint8_t indexing, so add 16, instead of 64 every cycle, in the mmx
	variant, yes this was quite aggressive :)

2005-01-11  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_mem.* (visual_mem_copy): Added function, will contain
	optimized memcopies for mmx,sse etc.

	* libvisual/*: Use visual_mem_copy.

2005-01-11  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_plugin.*: Finish up the VisPluginEnviron stuff.

	* libvisual/lv_video_mmx.c (_lv_blit_overlay_alpha32_mmx): Made a bit
	smaller, we don't need to pxor items when we're already moving data
	inside them anyway.

2005-01-11  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video_mmx.c (_lv_blit_overlay_alpha32_mmx):
	Fixed some mmx.

	* libvisual/lv_video.c (depth_transform_8_to_32_c): Optimized
	a bit.

2005-01-09  Dennis Smit  <ds@nerds-incorporated.org>

	* configurea.ac: Splitting out VISUAL_OS_BSD into VISUAL_OS_FREEBSD,
	VISUAL_OS_NETBSD, VISUAL_OS_OPENBSD.

2005-01-09  Dennis Smit  <ds@nerds-incorporated.org>

	* AUTHORS, libvisual/lv_cpu.c:
	Updating some credits

2005-01-09  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c (visual_video_alpha_fill):
	Fixed very stupid bug, not the alpha is correct.

2005-01-09  Dennis Smit  <ds@nerds-incorporated.org>

	* configure.ac: Added check for sysconf()
	
	* libvisual/lv_cpu.*: More work.

2005-01-09  Dennis Smit  <ds@nerds-incorporated.org>

	* configure.ac: Renamed VISUAL_ARCH_Ix86 to VISUAL_ARCH_X86.

	* libvisual/lv_cpu.*: More work.

	* libvisual/lv_error.*: Added VISUAL_ERROR_CPU_INVALID_CODE.

	* libvisual/lv_video_mmx.*: #ifdefs around arch dependant
	assembly code.

2005-01-08  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video_mmx.c (_lv_blit_overlay_alpha32_mmx):
	Small changes.
	
2005-01-08  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video_mmx.c (_lv_blit_overlay_alpha32_mmx):
	Added a MMX version of the 32 bits alpha overlay blitter.

	* libvisual/lv_video.c (blit_overlay_alpha32): Removed the buffer
	indexes, and change the pointers directly.

	* libvisual/lv_video.* (visual_video_blit_overlay):
	Use the MMX blitter, when appropiate.

2005-01-08  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_random.c: Removed unused global internal random
	context.

2005-01-07  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.*: Some small fixes, cleanups.

2005-01-07  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_cpu.*: Loads of work, ideas and code from mplayer,
	needs shitload more work.

	* libvisual/lv_video_mmx.c: Added, contains mmx optimized versions of
	functions within VisVideo. (Currently a 32 bits bilinear scaler
	in mmx by Jeko.

	* libvisual/lv_video.*: Updated for the mmx stuff.

	PLEASE ALL TEST THIS WELL

2005-01-05  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_plugin.*: VisPluginEnviron stuff added, thanks to
	Vitaly!

2005-01-02  Dennis Smit  <ds@nerds-incorporated.org>
	
	* libvisual/lv_cpu.*: Some work, still needs a lot, look at mplayers
	cpudetect.c for hints.

2005-01-02  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c: Made all the nearest scalers fixed point.

2005-01-01  Dennis Smit  <ds@nerds-incorporated.org>
	
	* *: Fixed copyright headers, updated for 2005, fixed emails, and
	credits. I am sure that I forgot many names in all the copyright
	headers of the source files, make sure you add yourself at the
	appropiate places. (Add yourself to the Authors: list when you've
	worked on that file).

2005-01-01  Dennis Smit  <ds@nerds-incorporated.org>

	* COPYING: Fixed to be LGPL.

2004-12-31  Dennis Smit  <ds@nerds-incorporated.org>

	* configure.ac: Fixes by Vitaly V. Bursov regarding openGL detection,
	or rather the removal of it (now done within plugin package). And also
	stuff for fastrnd is now defined.

2004-12-28  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_plugin.*: Fixed some stupid mistakes.

	* libvisual/lv_log.h: Use visual_error_raise instead of
	raise(SIGTRAP).

2004-12-28  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_plugin.*: Moved the plugin specific structs to be
	objects, and unref the stuff from the get_plugin_info function.

	* libvisual/lv_morph.c, libvisual/lv_actor.c, libvisual/lv_input.c:
	Updated to changes.

2004-12-22  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c: Removed unused bits from the nearest scalers

	* libvisual/*: Made all the LV objects NON const, it's only annoying.
	char * are still consts (and will stay consts) at the right points.

2004-12-20  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_error.c: Finished the human readable error translation
	table thingy.

2004-12-20  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c (scale_bilinear_32): Small fix.

	(scale_bilinear_24, scale_bilinear_16, scale_bilinear_8):
	Implemented.

2004-12-20  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c (scale_bilinear_32): New version
	by Jeko from Goom, fixed point and a lot faster. Thanks a lot!

2004-12-19  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c (visual_video_filter_bilinear): Removed
	and incorporated in the visual_video_scale. Also created the 32 bits
	version of a bilinear scaler, based on numerous docs and an old
	patch that was done by Duilio. It should be optimized a lot still.

	Also some random pitch correction fixed to the nearest scalers have
	been done.

	* libvisual/lv_songinfo.c (visual_songinfo_set_cover): Use the
	bilinear scaler.

	* libvisual/lv_error.c: Added the human readable error string list,
	strings still empty, also updated the visual_error_to_string function.

2004-12-16  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c (visual_video_blit_overlay,
	blit_overlay_noalpha, blit_overlay_alpha32): Completely rewritten
	both blitters, they are now: understandable, faster, readable,
	maintable, especially NON buggy.

	(visual_video_scale): Check if both depths are equal.

2004-12-15  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.c: FORGOT TO COMPILE BEFORE COMMIT.. I am dumb.

	* libvisual/lv_thread.*: Fixes and added visual_thread_enable ()
	and visual_thread_is_enabled () functions, to manually overwrite
	thread support.

2004-12-14  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.h: Finished up documentation mostly. Also removed
	all traces of VisChoiceType, it was bullocks.

2004-12-13  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_thread.* (visual_mutex_init): Added new functions
	to initialize non allocated mutexes.

2004-12-13  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c (scale_nearest_24): 24 now works, tho I am not
	very happy with the implementation.

2004-12-12  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_param.*: Fixing my constant screw up and added
	an empty param list define.

2004-12-12  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_param.*: Added a palette param and did some serious
	bug fixes in the param system.

2004-12-11  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_thread.*: Removed the set_priority function and
	documentated.

2004-12-10  Dennis Smit  <ds@nerds-incorporated.org>
	
	* libvisual/lv_video.c (visual_video_filter_bilinear): Added function
	frame, and basics, not yet the bili impl.

2004-12-09  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c (depth_transform_16_to_32_c): Somehow I find it
	extremely non trivial to get color ordering right.

	I really have to make a test it all color transform tester to get rid
	of these kinds of bugs.

	* libvisual/lv_video.c (scale_nearest_16, scale_nearest_24,
	scale_nearest_32): Added, 24 bit version is still lame tho.

2004-12-08  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/*: Use visual_object_initialize instead of
	doing boilerplating in the objects themselves.

2004-12-08  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_object.*: Introduced visual_object_initialize, to
	replace VisObject boilerplating with.

2004-12-07  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_param.h: Renamed VISUAL_PARAM_TYPE to
	VISUAL_PARAM_ENTRY_TYPE.

	Added visual_param_entry_get_type method.

	* libvisual/lv_param.c, libvisual/lv_ui.c:
	Sync with lv_param.h

2004-12-07  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_thread.c: Implemented the joinable flag, played a
	bit with defines, did some other stuff!

	* libvisual/lv_param.c (visual_param_entry_notify_callbacks):
	Lock the thread when traversing the change callbacks.

2004-12-07  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.c: All methods documentated now!

	Yeah I've been slacking a bit lately, been very busy...
	On the other hand I also started to reverse engineer
	the winamp advanced visual studio preset format!

2004-12-04  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_palette.c (visual_palette_free_colors):
	After colors are freed set ncolors to 0.

2004-12-02  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_songinfo.c (visual_songinfo_copy): Ooops
	cover art copying borked totally, because of some changes.

	We don't copy anylonger, instead just ref the object, yay! :)

2004-12-01  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_songinfo.c (visual_songinfo_set_cover):
	Fixed up to work with the scaler, won't work yet because
	we don't support the depth yet, but the API is right this way.

	* libvisual/lv_video.c (visual_video_scale): Bug fixed.

2004-12-01  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_bin.c (bin_dtor): Fixed a few things.

2004-12-01  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_actor.c (visual_video_negotiate): Splitted up
	the function internally, to give it a bit more overview.

2004-12-01  Dennis Smit  <ds@nerds-incorporated.org>

	* configure.ac: Check for gcc and version, to set some
	options. Patch by Duilio Javier Protti, thanks!

2004-11-28  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_plugin.c (visual_plugin_get_list):
	Don't completely bail out when there is a invalid path in the plugin
	registry. Instead spit a warning and just use those that are valid.

2004-11-27  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.*: Added widget_dtor to destroy the tooltip string
	in. Destroyers of widgets that inherent from VisUIWidget chain with the widget_dtor
	function.

2004-11-27  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.* (visual_ui_widget_get_tooltip): Added function to
	retrieve the tooltip from a VisUIWidget.

2004-11-27  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_color.*: Backing out changes that I did to the VisColor
	struct. I might have been smoking crack...

2004-11-27  Dennis Smit  <ds@nerds-incorporated.org>

	* configure.ac, libvisual.pc.in, tools/Makefile.am,
	examples/Makefile.am, libvisual/Makefile.am:

	Cleanups, added LIBVISUAL_PLUGINS_BASE_DIR. 

	Patch by: Vitaly V. Bursov

2004-11-27  Dennis Smit  <ds@nerds-incorporated.org>

	* configure.ac: Updates from Duilio

2004-11-26  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_color.*: Added H S V entry in the VisColor struct, this
	is mostly for VisUI...

2004-11-25  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.c, libvisual/lv_event.h, libvisual/lv_video.c:
	Docs update.

2004-11-25  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c: Yeah, made a crasher..

2004-11-25  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.*: More docs.

	* libvisual/lv_video.*: VisVideo now is an VisObject as well!

2004-11-25  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/*: Use VisObject it's private to load private data in.
	deprecate all the per struct private functions.

2004-11-25  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_plugin.*: Implemented VisObject through the VisPlugin
	system.

2004-11-24  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.c: NULLify members in the dtor.

2004-11-24  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_param.h: Fixed param creation macro!

2004-11-24  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.*: Moved to VisObject!

2004-11-24  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_object.h: Small doc addition

2004-11-24  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_morph.c (visual_morph_run): Don't try to blend NULL
	palettes. This fixed the error spitting at blending between 8 bits and
	non 8 bits plugins.

2004-11-23  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_songinfo.c (visual_songinfo_compare):
	Fixed the comparing, the songinfo borkage problem is solved by this.

2004-11-23  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_list.c, libvisual/lv_ui.c: Doxygen fixes.

2004-11-23  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/*: This change is BIG, most Vis systems are now moved
	over to the VisObject system, losing their old destroy/free functions
	in favor of the object_unref/destroy functions. Ref counting is
	implemented all over the place and VisObjects (nearly everything)
	can register dtors. an object can even be destroyed when it's not
	allocated. In such case it will only cleanup internals.

	YES THIS BREAKS EVERYTHING! :)

2004-11-23  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_object.*: Added files, containing the VisObject
	system. This still needs to be implemented all over the libvisual
	system, included with ref counting, this will probably happen over the
	days.

	* libvisual/lv_error.h: Updated with new error codes.

	* libvisual/*: Some small cleanups in a few files.

2004-11-22  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_thread.h: A bit of documentation and #ifdef magic.

2004-11-22  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_plugin.*: Implemented a string only plugin type
	system in the fashion of "Domain:package:type", as example:
	"Libvisual:core:actor". These are very easy to filter and such.

	Yes this is an API break, so need to recompile EVERYTHING.

2004-11-19  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_thread.c: Added #ifdefs to check for threading model
	and if threading is actually supported.

	* configure.ac: Check for threading model (Duilio thanks!!)

2004-11-17  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/*: Renamed all the blah_blah_func_t to VisBlahBlahFunc. I
	think this naming suites better with the rest.

2004-11-17  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_thread.*: Added part of the implementation.

2004-11-17  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_thread.c, libvisual/lv_thread.h: Added files,
	nothing implemented yet, but we need a VisThread and VisMutex
	here. This is needed to lock when we do the callbacks in VisParam.

2004-11-17  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_param.*: Generate a callback 'id' when param change
	callbacks are added, and adapted the rest to this.

2004-11-14  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.c: Small doc updates.

2004-11-10  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/*: A lot more doc work, and some small cleanups!! :).

2004-11-09  Duilio Protti <dprotti@users.sourceforge.net>

	* libvisual/lv_cpu.c (cpuid): use cpuid instruction only
	if we are on an Intel machine (486 or 386 checking need to
	be done).

2004-11-09  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/*: Mostly doc work, and some small cleanups.

2004-11-08  Dennis Smit  <ds@nerds-incorporated.org>
	
	I WILL COMPILE BEFORE COMMIT.
	I WILL COMPILE BEFORE COMMIT.
	I WILL COMPILE BEFORE COMMIT.
	I WILL COMPILE BEFORE CO

	* libvisual/lv_video.c: Some cleanups.

2004-11-08  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_cpu.*: Added a part of the implementation!

	Thanks to: Chong Kai Xiong  <descender@phreaker.net> for initial code
	regarding cpuid.

	* libvisual/lv_video.*: Added beginning of the VisVideo scaler
	thingies.

	Thanks to: Chong Kai Xiong  <descender@phreaker.net> for the patch!

2004-11-08  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/*: More doc work, and some small cleanups...

2004-11-08  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.* (visual_ui_box_get_next): Removed in favor for
	visual_ui_box_get_childs, which is more consistent with the rest of
	the API, and way more sane implementation wise.

	And added loads of documentation!

2004-11-05  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_types.h: Check if uint*_t's are already
	defined.

	* libvisual/lv_mem.h: Fix __attribute_malloc__ on different
	systems.

	Patch by: Thomas Klausner <thomasklausner@users.sourceforge.net>

	Thanks!!!

2004-11-05  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_error.h, libvisual/lv_video.c: More docs,
	and more VisError.

2004-11-05  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_error.h, libvisual/lv_ui.c: More documentation.

2004-11-05  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_fft.*: Cleanups a bit.

2004-11-05  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_libvisual.* (visual_get_userinterface):
	Added VisUI config for libvisual global parameters.

2004-11-05  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_types.h: Added new file, that contains common types, and type
	helper macros.

	* libvisual/lv_plugin.* (visual_plugin_get_specific):
	Added function that gives a void * to the plugin specific part of a
	plugin.

	(visual_plugin_actor_get_songinfo): Added function that gets the
	songinfo from an actor plugin.

	(VISUAL_PLUGIN_ACTOR, VISUAL_PLUGIN_INPUT, VISUAL_PLUGIN_MACROS):
	Added these casting macros. Keep in mind that these are for casting
	over the void * retrieved by the visual_plugin_get_specific function.

	NOT complete VisPluginData structures.

	* libvisual/lv_ui.h: Adapted to lv_types.h

2004-11-04  Dennis Smit  <ds@nerds-incorporated.org>

	* ChangeLog: Renamed src to libvisual, I must be psychotic or
	something.. or maybe it's something deep in my mind telling me
	I should rename a certain dir...

	* libvisual/lv_actor.h: Removed songinfo entry, and made the
	songcompare entry non pointer.

	* libvisual/lv_actor.c: Point to the songinfo that is encapsulated in
	the VisActorPlugin and adapt to other songinfo related changes. Really
	made the songinfo check for update piece much much much shorter and
	nicer, without stupid allocations all the time.

	* libvisual/lv_error.h: Did a bit of docs, and added a few entries.

	* libvisual/lv_plugin.h: Moved VisSongInfo from VisPluginData to
	VisActorPlugin, where it, in my opinion belongs.

	* libvisual/lv_ui.c: Added a bit of docs, and propogate errors from
	the destroyer functions.

2004-11-04  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/*: Loads of work on better error reporting, and many cleanups
	all around.

2004-11-02  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_error.h, libvisual/lv_error.c
	(visual_error_to_string): Added function that translates
	an error value into a string.

2004-10-24  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c (visual_video_blit_overlay): Splitted up into
	smaller functions. Need to clean this up, and fix the negative offset
	bug. AND optimize it :)

2004-10-24  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.*: Added support for tooltips.

2004-10-23  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_actor.c (visual_actor_run):
	Moved the event handler, to be really really first of everything.

	* libvisual/lv_color.c (visual_color_compare): Changed a bit.

	* libvisual/lv_param.c (visual_param_container_add): Emit a change event
	when a param gets added. Now you can sync internal vars with the param
	completely through the event loop in a plugin. So no double inits
	in a plugin it's init function.

	* libvisual/lv_param.c (visual_param_entry_compare): Added to compare an
	entry.

	* libvisual/lv_plugin.c (visual_plugin_realize): Set eventqueue before init.

	* libvisual/lv_ui.c (visual_ui_choice_get_active): Added function, to
	retrieve the index of the active choice.

	* libvisual/lv_ui.c (visual_ui_checkbox_new): Added extra flag indicating if
	the checkbox is a boolean param. If so, you don't have to provide the
	TRUE, FALSE choices yourself.

2004-10-22  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_param.*, libvisual/lv_ui.c: Added support for paramlists, through
	the add_many interface, for both VISUAL_UI_CHOICE and paramcontainer.

	Look at the jakdaw plugin how this is used.

	Owyeah, recompile EVERYTHING

2004-10-22  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.c: And the finishing touch.. hopefully :)

2004-10-22  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.*: Adding methods to destroy widgets as well.

2004-10-22  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_color.* (visual_color_compare): Added function.

	* libvisual/lv_param.*: Added support for change notify callback functions,
	check if the value REALLY changed, on change notify.

	* libvisual/lv_ui.*: Implemented VisUITable.

2004-10-21  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.*: Adding some more handy functions. 

2004-10-21  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_plugin.*: Added functions to support the VisUI config ui from
	within the plugins.

2004-10-21  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/*:

	Renamed screenbuffer to pixels, regarding VisVideo.

2004-10-21  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.*: Added 'bold' property for VisUILabel, and some
	small changes.

2004-10-21  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_param.*: Added: visual_param_entry_set_from_param.
	And overhauled string param handling, color param handling.

	And some more changes/fixes.

	* libvisual/lv_ui.*: Work on the choice group, get, set API.

2004-10-21  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_param.c (visual_param_entry_set_string):
	strdup string, so we always have the exact entry.

	(visual_param_entry_free): Free the string if it's
	allocated

2004-10-21  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.c: OOPS.

2004-10-21  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.c, libvisual/lv_ui.h: Added VisUISeparator, and some more
	fixes/changes.

2004-10-20  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.c: For all instance creation functions, unset
	size requisition on widgets, standard.

2004-10-20  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.*: Yeah, lots of checkins today, there is a huge
	thunderstorm here, so, I'm getting a bit paranoia :)...

	Anyway, more impl!

2004-10-20  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.*: More impl.

2004-10-20  Duilio Protti  <dprotti@users.sourceforge.net>

	* libvisual/*: added const pointers on API functions anywhere.

2004-10-20  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_param.c (visual_param_entry_get_double):
	sanity checked on FLOAT instead of DOUBLE, doh!

2004-10-20  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.*: Added visual_ui_mutator_set_precision.

2004-10-20  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_param.*: Fixed namespaces for the get_eventqueue,
	set_eventqueue methods on the visual_param_container 'class'.

	* libvisual/lv_plugin.c: Adapt to changes in VisParam

2004-10-20  Dennis Smit  <ds@nerds-incorporated.org>

	 * libvisual/lv_ui.c, libvisual/lv_ui.h: Renamed VisUIText to VisUIEntry,
	 same story.

2004-10-20  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.c, libvisual/lv_ui.h: Renamed VisUIGroup to VisUIFrame,
	seen that is the GTK equalevant.

2004-10-19  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.c, libvisual/lv_ui.h: Some details on VisUIBox.

2004-10-19  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.c, libvisual/lv_ui.h: Added functions to set and
	retrieve a private on a VisUI component, this is for client
	use, not plugin use. Clients might want to add a pointer to
	their own widget, and such.

2004-10-18  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.c: Most of the UI description work is done,
	next we have to make a test widget, do the event and propogate UI
	changes into the param.

2004-10-18  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.c: More work.

2004-10-18  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.c: Load of work on the VisUI implementation.

	* libvisual/lv_ui.h: Some fixes.

2004-10-18  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.c: Adding functions, still need to do the impl.

2004-10-18  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_list.h: Removed unused function define.
	* libvisual/lv_ui.h: Added many prototypes, defines, enums etc.

2004-10-18  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_ui.h: Added many structures and typedefs
	that should form the main structure for VisUI.

2004-10-17  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/Makefile.am: Added lv_ui.*

	* libvisual/lv_ui.c, libvisual/lv_ui.h: Added files.

2004-10-14  Dennis Smit  <ds@nerds-incorporated.org>

	* configure.ac: Bumped version to 0.2.0

2004-10-06  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_param.*: Added visual_param_entry_set_double
	and visual_param_entry_get_double for the double parameter.

2004-10-05  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_plugin.h: Documentated all the libvisual
	plugin method function signatures.

2004-10-05  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_error.c: Renamed the static globals, to be non
	__lv_ prefixed, these are statics so won't be exported.

2004-10-05  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_error.*: Added files containing the
	visual_error_raise and visual_error_set_handler
	methods.

	* libvisual/lv_log.c (_lv_log): Use the visual_error_raise
	function.

	* libvisual/lv_log.h (VisLogSeverity): Some docs update for
	this structure.

2004-10-04  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_event.* (visual_event_queue_add_mousebutton):
	Adopted to also have x, y coords as arguments.

2004-10-04  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_random.*: A bit of a overhaul by
	Vitaly V. Bursov, thanks Vitaly :) (owyeah
	also added double, float)

2004-10-03  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_input.c (input_upload_callback_func_t):
	Documentated this callback function.

2004-10-03  Dennis Smit  <ds@Nerds-incorporated.org>

	* libvisual/lv_random.*: Documentated, and
	a few small fixes.

2004-10-03  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_random.c (visual_random_int_range,
	visual_random_context_int_range):

	Don't use modulo operator to limit max. Instead
	do a division. Modulo tends to quickly generate
	the same pattern over and over.

	Thanks to Vitaly V. Bursov for pointing this out.

2004-10-03  Dennis Smit  <ds@nerds-incorporated.org>
	
	* libvisual/lv_bin.c (visual_bin_set_morph_by_name):
	Destroy the morph plugin if it's already there
	in the managed bin.

2004-10-03  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_plugin.*: Added the VisPluginFlags enumerate.
	Added the 'flags' field to the VisPluginInfo structure.

	(visual_plugin_load):
	Check if the plugin is already loaded, while having
	the VISUAL_PLUGIN_FLAG_NOT_REENTRANT flag.

2004-10-02  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_event.c: Fixing docs.

	* libvisual/lv_log.c: Finish private for callbacks support.
	Also finished docs.

	* libvisual/lv_plugin.c (visual_plugin_load): Seed the
	private randomizer.

2004-10-02  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_plugin.* (visual_plugin_get_random_context):
	Added function to obtain the VisRandomContext for this plugin.

	(visual_plugin_actor_new, visual_plugin_actor_free, 
	visual_plugin_input_new, visual_plugin_input_free,
	visual_plugin_morph_new, visual_plugin_morph_free):
	Removed unused and deprecated functions. Plugin 
	specific data should never be allocated.

	Added VisRandomContext to the VisPluginData structure.

	* libvisual/lv_random.*: Implemented more, and added the 
	VisRandomContext related functions.
	
2004-10-02  Duilio Protti  <dprotti@users.sourceforge.net>

	* libvisual/lv_log.*: Added visual_log_set_all_messages_handler().

2004-10-02  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_random.*: Added some functions to
	do randomness and such.

	* libvisual/*.h: Header include cleanups.

2004-10-01  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_log.c: Small codestyle fix.

2004-10-01  Duilio Protti  <dprotti@users.sourceforge.net>

	* libvisual/lv_log.*:
	added VisLogVerboseness enum type.
	added visual_log_{set/get}_verboseness().
	added visual_log_set_{info/warning/critical/error}_handler().

	For now handlers will not work on systems without varargs
	macros.

2004-10-01  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_random.h, libvisual/lv_random.c:
	Added files, which will contain the random subsystem.

	* libvisual/libvisual.h: Added lv_random.h.

	* libvisual/Makefile.am: Updated the makefile.

2004-09-29  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_plugin.h: Added an index field to the
	VisPluginRef structure. This field contains the index
	number for the given plugin within a plugin.so it's
	VisPluginInfo table.

	* libvisual/lv_plugin.c (plugin_add_dir_to_list):
	Adapted to changes in visual_plugin_get_references.

	(visual_plugin_load): Support plugin libraries.

	(visual_plugin_get_references): Supprt plugin
	libraries, and return a VisPluginRef ** instead of
	VisPluginRef *.

	Plugin libraries now work, as demonstrated in the
	slide morph plugin.

2004-09-28  Duilio Protti  <dprotti@users.sourceforge.net>

	* libvisual.pc.in: Cflags changed to -I${includedir} instead
	of -I${includedir}/libvisual.

2004-09-28  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_param.c: Reverted changes and use
	visual_list_destroy_elements to destroy the elements
	without destroying the non allocated list.

	* libvisual/lv_event.c: Same scenario as in param, same
	solution.

	* libvisual/lv_list.c (visual_list_destroy_elements):
	Added function.

2004-09-28  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_param.c: Made VisList entries
	VisList *entries, allocate it, and now the destroyer
	doesn't screw up memory anylonger, thanks Vitaly.

2004-09-27  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_libvisual.c (visual_quit):
	Moved the resetting of progname to the bottom
	so error messages in visual_quit still had a progname.

	Also set progname to null after the free.

	* libvisual/lv_param.c (visual_param_container_destroy):
	Have to investigate this, weird affairs, valgrind
	reports here in the visual_list_destroy.. out commented
	for now. but needs fixage obviously.

2004-09-27  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_list.c, libvisual/lv_list.h:
	Small fixes in the list implementation and a
	bugfix in visual_list_get that didn't allow
	'0' as an index.

2004-09-27  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_event.c, libvisual/lv_event.h:
	Several changes for libvisual-display. Also
	contains a few new events. This is >NOT< ABI
	compatible, and VISUAL_PLUGIN_API_VERSION has been bumped.

2004-09-27  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_plugin.c (visual_plugin_get_api_version):
	Added function that returns VISUAL_PLUGIN_API_VERSION.

2004-09-24  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_libvisual.c (visual_is_initialized):
	Conform to codingstyle.

2004-09-23  Duilio Protti  <dprotti@users.sourceforge.net>

	* configure.ac: added --enable-profiling option. Now
	example programs are included on the dist target even
	if they are disabled.
	* libvisual/lv_input.c (visual_input_get_list): small doc
	update.
	* libvisual/lv_libvisual.*: added public API function
	visual_is_initialized().

2004-09-21  Duilio Protti  <dprotti@users.sourceforge.net>

	* libvisual/lv_log.c: now only VISUAL_LOG_DEBUG shows the
	file where the message is showed from (otherwise there is
	too much output).

2004-09-21  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/*.c: Renamed all the remaining LVPlugin
	to VisPluginData (in the docs).

	* libvisual/lv_plugin.c (visual_plugin_unload): Free
	the VisPluginData structure after unload, fixes a memleak.

2004-09-16  Duilio Protti  <dprotti@users.sourceforge.net>

	* libvisual/Makefile.am: don't redefine $(libdir),
	just use the substituted one.

	Patch from: Jeremy Huddleston <eradicator@gentoo.org>

2004-09-15  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c: Removed some unused vars.

2004-09-14  Duilio Protti  <dprotti@users.sourceforge.net>

	* Makefile.am: $(includedir)/libvisual directory is
	removed on uninstall. Added support for DESTDIR variable
	on install-exec-local target (which installs lvconfig.h),
	needed for packagers (thanks to Burkhard Plaum).
	
2004-09-13  Duilio Protti  <dprotti@users.sourceforge.net>

	* configure.ac:
	 - now examples refuses to build if libvisual is not
	installed, and takes flags through pkg-config.
	 - GL detection is done not just looking for headers,
	but also we try to link against the library (thanks
	salsaman).
	* libvisual/lv_libvisual.c (visual_get_version): return
	version defined on config.h.

2004-09-10  Dennis Smit  <ds@nerds-incorporated.org>

	* NEWS: Updated.

	Release 0.1.6

2004-09-10  Dennis Smit  <ds@nerds-incorporated.org>
	
	* libvisual/lv_video.c: Changed the way
	*->8 bits conversions are done. We don't
	try to make an 3-2-3 colorspace anylonger.
	Instead we make a grayscale from the rgb
	image and place a palette over that.

2004-09-09  Duilio Protti  <dprotti@users.sourceforge.net>

	* libvisual/Makefile.am: fixed include problem
	when installing for first time (thanks salsaman).
	
2004-09-09  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_bin.c (visual_bin_switch_actor):
	Changed to use the new morph API stuff.

	(visual_bin_switch_set_mode): Added function
	that upstreams the preferred morph mode to
	the VisMorph.

	(visual_bin_switch_set_time): Added function
	that upstreams the preferred morph time when
	VISUAL_MORPH_MODE_TIME is used.

	(visual_bin_run): Use the new VisMorph API
	stuff.

	* libvisual/lv_bin.h: Updated for lv_bin.c.

	* libvisual/lv_morph.c (visual_morph_set_time):
	Added API for timed morph.

	(visual_morph_set_steps): Added API to set
	the number of steps when in VISUAL_MORPH_MODE_STEPS.

	(visual_morph_set_mode): Added API to set
	the morph to a certain mode. The new morph
	stuff also enables the morph to automaticly
	set the morph rate and such.

	(visual_morph_is_done): Returns TRUE if the morph
	is done after an automatic morph.

	(visual_morph_run): Added support for the automatic
	morph options.

	* libvisual/lv_morph.h: Updated for lv_morph.c.

	* libvisual/lv_time.c (visual_time_new): Use
	visual_time_set.

	(visual_time_set): New API call to set VisTime
	to a certain value.

	(visual_time_copy): New API to copy a VisTime
	in another.

	(visual_timer_is_active): New API that returns
	TRUE if the timer is currently active.
	
	(visual_timer_has_past_by_values): Use visual_time_set.

2004-09-08  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c
	(visual_video_depth_transform_to_buffer):
	Only check in 8BIT for pal.

2004-09-08  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_morph.c (visual_morph_run):
	Set the morph palette on the dest video.

	* libvisual/lv_actor.c (visual_actor_run):
	Set the actor palette on the dest video.

	* libvisual/lv_video.c
	(visual_video_blit_overlay):
	Don't use the borked temp local VisPalette
	but the one set on the VisVideo when
	transforming from an 8BIT to blah depth.

2004-09-08  Duilio Protti  <dprotti@users.sourceforge.net>

	* configure.ac: added ARCH and OS checks.

2004-09-08  Dennis Smit  <ds@nerds-incorporated.org>

	* examples/morph.c: Use alsa as the standard
	input plugin.

2004-09-06  Dennis Smit  <ds@nerds-incorporated.org>

	I will first compile before commit.
	I will first compile before commit.
	I will first compile before commit.
	I will first compi.....

	* libvisual/lv_morph.c: Fixed compile errors.

	* libvisual/lv_plugin.c: Removed some debug
	printfs.

2004-09-06  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_plugin.h: Added a requests_audio field
	to the VisMorphPlugin structure.

	And fixed some documentation.

	* libvisual/lv_morph.h, libvisual/lv_morph.c
	(visual_morph_requests_audio): Added function
	to check if a VisMorphPlugin requires a VisAudio
	context or not.

2004-09-05  Duilio Protti  <dprotti@users.sourceforge.net>

	* libvisual/lv_mem.c: visual_mem_malloc0() fails if
	we request 0 bytes of memory (malloc(0) leads to a memory
	leak).

2004-09-04  Duilio Protti  <dprotti@users.sourceforge.net>

	* configure.ac:
	 - Added checks for Win32 portability and
	OpenGL support.
	 - tools removed from build tree (temporary).
	* lvconfig.h:
	 - VISUAL_WIN32 macro is defined if we are on one
	of these systems.
	 - VISUAL_HAVE_OPENGL macro is defined accordingly.
	 * libvisual/lv_time.c: visual_time_usleep()
	 implemented.
	
2004-09-01  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/*: New plugin loader. Is capable of loading
	multiply features per plugin, does API, struct size checks etc.

	Mostly thanks to Vitaly for the first design!

	Also some bug fixes and small other thingies went in.

2004-08-27  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_color.c (visual_color_copy): Added function.

2004-08-27  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c (visual_video_have_allocated_buffer):
	Added function to check if a VisVideo has a private allocated
	buffer.

	(visual_video_depth_transform): Use visual_video_blit_overlay
	if the depths are the same, this is done because while the
	dimension is the same, pitch can still be different.

	* libvisual/lv_songinfo.c, libvisual/lv_songinfo.h: Made the cover
	not a pointer but a real member of the VisSongInfo structure,
	and adapted code for this and some coverart support work.

	* libvisual/lv_video.c (visual_video_allocate_buffer): If a buffer
	allocation for a 0 sized video is requested don't try to malloc,
	instead set screenbuffer to NULL and set VISUAL_VIDEO_FLAGS_NONE.

	* TODO: Updates.

2004-08-26  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_color.c (visual_color_from_hsv,
	visual_color_to_hsv): Added functions to do rgb<->hsv
	conversions.

	* libvisual/lv_morph.c (visual_morph_new, visual_morph_free):
	Allocate, free colors for the morphpalette. Fixed crasher.

	* libvisual/lv_palette.c: Finished some documentation.

2004-08-26  Dennis Smit  <ds@nerds-incorporated.org>

	* Makefile.am, libvisual/Makefile.am, configure.ac:
	Fixed some build issues regarding lvconfig.h

2004-08-25  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_libvisual.c (visual_init): Improved
	error checking, by Duilio

2004-08-25  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_plugin.c (visual_plugin_registry_filter):
	Improved error checking, possible memleak plugged. Originally
	by Duilio.

2004-08-25  Dennis Smit  <ds@nerds-incorporated.org>

	* examples/simplesdl.c: Returning Duilios changes (with some fixes).

2004-08-25  Dennis Smit  <ds@nerds-incorporated.org>

	* TODO: Updates.

	* examples/simplesdl.c, examples/morphsdl.c:
	Random API updates and such.

	* libvisual/lv_audio.c (visual_audio_analyze):
	Added normalized audio freq analyser.

	* libvisual/lv_bmp.c (visual_bitmap_load):
	Updates to api changes and palette support.

	* libvisual/lv_color.c, libvisual/lv_color.h: Added, supports
	for VisColor.

	* libvisual/lv_cpu.c, libvisual/lv_cpu.h: Added, far from finished.

	* libvisual/lv_event.c, libvisual/lv_event.h: Added support for
	param change events.

	* libvisual/lv_input.c (visual_input_new): Fixed bug, function was
	always failing.

	* libvisual/lv_libvisual.c: Added global params.

	* libvisual/lv_palette.c, libvisual/lv_palette.h: Updated to VisColor
	and added some methods to help with colors.

	* libvisual/lv_param.c, libvisual/lv_param.h: Complete parameter
	sub system.

	* libvisual/lv_param.c (visual_plugin_get_params): Added function.

	* libvisual/lv_songinfo.c: Using VisTime for all timing related
	things.

	* libvisual/lv_video.c (visual_video_color_bgr_to_rgb): Added rgb, bgr conversion.
	(visual_video_compare): Checks if two VisVideos have the same
	settings.

	* libvisual/lv_time.c, libvisual/lv_time.h: Added time, timer subsystems.

	* tools/lv-inspect.c: Added more help.

2004-07-25  Dennis smit  <ds@nerds-incorporated.org>

	* tools/lv-inspect.c: Some more work!

	* libvisual/lv_plugin.c (visual_plugin_get_info):
	Added function.

2004-07-24  Dennis Smit  <ds@nerds-incorporated.org>

	* tools/lv-inspect.c: More work on lv-inspect.

2004-07-24  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/*.c: More VisMemizing.

2004-07-24  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/*.c: Partily VisMemized. Replaced
	mallocs by visual_mem_new0 mostly and such.

	* tools/lv-inspect.c: Changes the output text.

2004-07-24  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_input.c (visual_input_set_callback):
	Fixed documentation.

	* libvisual/lv_mem.h: Added the visual_mem_new0 macro
	to group VisMem in documentation.

2004-07-24  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_mem.c: Added visual_mem_free
	wrapper function.

2004-07-24  Dennis Smit  <ds@nerds-incorporated.org>

	* configure.ac: Add 'tools' to build_subdirs. 

	* tools/Makefile.am: Added.

	* tools/lv-inspect.c: Added, a tool to inspect
	a certain plugin.

	* libvisual/lv_plugin.c (plugin_init), (visual_plugin_load):
	Fixed small bugs while setting the reference on the plugin type
	encapsulation.

2004-07-23  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/*.c, *.h: Renamed 'private' to 'priv' everywhere
	so the header files are usable by C++ programs, plugins.

	This is especially needed for the G-Force plugin seen it's
	a C++ plugin!

2004-07-13  Duilio Protti <dprotti@users.sourceforge.net>

	* libvisual/lv_bmp.c: check for video parameter sanity.
	* Makefile.am: now lvconfig.h gets installed right.
	
2004-07-13  Vitaly V. Bursov  <vitalyvb@users.sourceforge.net>

	* libvisual/lv_endianess.h: Added.

	* libvisual/lv_bmp.c: Fixed endianess issues. Needs testing.

	* libvisual/libvisual.h: Include lv_endianess.h

	* libvisual/Makefile.am: Add lv_endianess.h to headers list.

2004-07-10  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_actor.c: Moved out the actor
	specific event queue stuff and adopted to
	the visual_plugin_event... stuff.

	Added visual_actor_get_plugin function to get
	a LVPlugin from a VisActor

	* libvisual/lv_plugin.c (visual_plugin_events_pump,
	visual_plugin_get_eventqueue): Added event function
	to LVPlugin system.

	* libvisual/lv_plugin.h: Added VisEventQueue eventqueue to
	the LVPlugin data structure.

	* libvisual/lv_morph.c, libvisual/lv_input.c:
	Added visual_..._get_plgin functions to get
	a LVPlugin from the VisMorph and VisInput.

2004-07-09  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_plugin.c: Renamed all the
	private _lv_plugin functions to public
	visual_plugin functions.

2004-07-09  Dennis Smit  <ds@nerds-incorporated.org>

	* examples/morphsdl.c: Runs again.

2004-07-08  Vitaly V. Bursov  <vitalyvb@users.sourceforge.net>

	* libvisual/lv_plugin.c: fixed double free() of list
	in visual_plugin_ref_list_destroy()
	* libvisual/lv_list.c: fixed typo in if condition
	in visual_list_destroy()

2004-07-07  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_actor.c:
	(visual_actor_get_next_by_name_gl,
	visual_actor_get_prev_by_name_gl,
	visual_actor_get_next_by_name_nogl,
	visual_actor_get_prev_by_name_nogl):
	New methods.

2004-07-07  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_mem.c: Doc fixes.

2004-07-06  Duilio Protti  <dprotti@users.sourceforge.net>

	* libvisual/lv_mem.c: added.
	* libvisual/lv_video.c: use visual_mem functions.
	* libvisual/lv_list.c: use visual_mem functions.
	* configure.ac: added macro AC_TYPE_SIZE_T required for
	lv_mem.h, and also check for size_t type size.
	* lvconfig.h: addet visual_size_t typedef and 
	VISUAL_SIZE_T_FORMAT macro.

2004-07-05  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c (visual_video_blit_overlay):
	Nearly complete by now.

2004-07-04  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_param.c, libvisual/lv_param.h:
	Very beginning of the param system.

2004-07-02  Duilio Protti  <dprotti@users.sourceforge.net>

	* libvisual/lv_video.c: added flags field to VisVideo
	structure. Now function checks where the screenbuffer
	was allocated by us or was set pointing to an externally
	allocated memory.
	* libvisual/lv_log.h: if the system is GNU, we add printf
	format attribute to lv_log(). This way gcc will print
	warnings if format string doesn't match the number/type
	of variable arguments.

2004-07-01  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c (visual_video_blit_overlay):
	Fscking ehm. I mean negative offsets are kinda
	working, but I'm to tired!

2004-07-01  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c (visual_video_blit_overlay):
	More alpha overlay fixes, now works in 8bits depth
	as well. Only thing left is negative offset values.

2004-07-01  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c (visual_video_blit_fit):
	Deprecated for the overlay function.

	(visual_video_alpha_fill): Added, sets an alpha
	value for the complete context in a VisVideo.

2004-07-01  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c (visual_video_alpha_color):
	Added function that sets a certain color as the
	alpha channel.

	(visual_video_blit_overlay): More work on the alpha
	overlay, getting there.

	* TODO: Updates.

2004-07-01  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c (visual_video_blit_overlay):
	Fixed up, almost completely working alpha support.

	This function will deprecate the blit_fit when it's
	finished.

2004-06-30  Duilio Protti  <dprotti@users.sourceforge.net>

	* libvisual/lv_plugin.c: added extensive error checking.
	* libvisual/lv_bin.c: added more error checking to
	visual_bin_sync().
	* libvisual/lv_video.c: Removed temporarily the free()
	call from visual_video_free_buffer(), because we don't
	known if this is memory malloc'ed from us (in XMMS plugin
	this point to the pixels field of the SDL_ScreenSurface
	created by SDL, which can be even a hardware surface).
	* configure.ac: endianness macros renamed to 
	VISUAL_BIG_ENDIAN and VISUAL_LITTLE_ENDIAN.

2004-06-30  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c,
	libvisual/lv_log.c:
	Some doxygen fixes.

2004-06-30  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_video.c:
	Renamed visual_video_fit_in_video to
	visual_video_blit_fit.

	Added visual_video_blit_overlay, no alpha
	support yet tho.

	* libvisual/lv_video.h:
	Changed the prototypes appropiately to the
	changes in lv_video.c.

2004-06-30  Dennis Smit  <ds@nerds-incorporated.org>

	* configure.ac: Remove the check for stdint.h
	and do check for sys/types.h.

	* libvisual/*.c, libvisual/*.h:
	Removed stdint and use sys/types.h for portability
	reasons.

2004-06-29  Duilio Protti  <dprotti@users.sourceforge.net>

	* configure.ac: added check for endianess, and set
	LV_BIG_ENDIAN and LV_LITTLE_ENDIAN macros on lvconfig.h
	accordingly.
	* libvisual/lv_bin.c: show messages through visual_log,
	added error checking. Now the XMMS plugin doesn't hang
	the terminal on exit, but still crashing.

2004-06-27  Duilio Protti  <dprotti@users.sourceforge.net>

	* configure.ac: output file lvconfig.h with macro
	definitions for the installed LibVisual.
	* libvisual/libvisual.h: added #include <lvconfig.h>.
	* libvisual/lv_log.*: now VISUAL_LOG_ERROR causes to
	program abort. Added visual_log_return_if_fail(expr)
	and visual_log_return_val_if_fail() macros to show
	useful messages.
	* libvisual/*.c: make use of visual_log_return_val_if_fail()
	macro to some modules.
	
2004-06-27  Dennis Smit  <ds@nerds-incorporated.org>

	* NEWS: Updating the NEWS file.

2004-06-26  Duilio Protti  <dprotti@users.sourceforge.net>

	* configure.ac: added check for ISOC99 and GNUC varargs
	macros, to be used by visual_log().
	* libvisual/lv_log.* : now visual_log() accepts a format
	string and variable arguments.

2004-06-25  Duilio Protti  <dprotti@users.sourceforge.net>

	* libvisual/lv_libvisual.h: visual_init() signature changed to
	int (*) (int*, char***). Added messages using visual_log().
	* configure.ac: user variable CFLAGS overrided.
	* examples/simplesdl.c: some cleanup to avoid warnings.
	* examples/morphsdl.c: cleanup to avoid warnings, moved
	visual_init() call to use new signature, #include now is
	made relative to the current dir, to use the new libvisual
	instead of the installed one.
	* libvisual/lv_bin.h: added visual_bin_set_morph_by_name()
	and visual_bin_set_steps().
	* libvisual/*.h: changed all function f() declarations to
	funcion f(void), because f() are not valid ISOC99 prototypes.
	* libvisual/lv_plugin.c: with the previous prototypes correction,
	I have found a major bug on visual_plugin_ref_list_destroy()
	when passing a function pointer of incorrect type to 
	visual_list_destroy().
	* libvisual/Makefile.am: to avoid above type errors, added
	compiler flag -Wstrict-prototypes.
	
2004-06-21  Duilio Protti  <dprotti@users.sourceforge.net>

	* autogen.sh: check for libtool and run libtoolize --force
	
2004-06-20  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual/lv_actor.c (visual_actor_video_negotiate):
	Removed unused variable.

	* configure.ac: Renamed AM_PROG_LIBTOOL to AC_PROG_LIBTOOL.

2004-06-20  Duilio Protti  <dprotti@users.sourceforge.net>

	* configure.ac: added check for SDL, needed to
	compile the examples.
	* examples/Makefile.am: added, replacing the old
	hand made Makefile.in.
	* libvisual/Makefile.am: included DEFS variable,
	so things like inline will be defined as preprocessor
	define's
	
2004-06-18  Duilio Protti  <dprotti@users.sourceforge.net>

	* configure.in: moved to configure.ac
	* configure.ac: updated to autoconf 2.57 requirements,
	and too much checks added.
	* autogen.sh: script added
	
2004-06-17  Dennis Smit  <ds@nerds-incorporated.org>
	Version 0.1.4 has been released.
	
	* Fixes for SGI regarding time.h
	* Architecture fixes, using precise intergral types from stdint.h
	* Made an builtin bitmap loader, for loading textures and such.
	* Documentated the code using doxygen.
	* Many many cleanups.
	* Made all the enumerate non anonymous.

2004-05-27  Dennis Smit  <ds@nerds-incorporated.org>
	Version 0.1.3 has been released.

	* Install lv_log.h
	* Lots and lots of work on the managed bin.
	* Managed bin now seamlessly automaticly morphs from whatever
	  to whatever. (Ok i lied here, the managed bin needs
	  a rewrite, but it SEEMS to work)
	* Better support for openGL.
	* Have requisition method for the actor plugins.
	* Pass audio to the morph plugins.
	* Don't open the plugins with RTL_GLOBAL.

2004-05-13  Dennis Smit  <ds@nerds-incorporated.org>
	Version 0.1.2 has been released.

	* Morph plugins (transistion between actors).
	* Event layer for both keyboard, mouse, song change, resolution
	  change.
	* Songinfo system which can be used to set and read songinfo
	  so you can draw text with the song name in visuals (i already
	  fixed this up for the goom plugin, worked out of the box!)
	* The Bin is extended a lot, and i added support for managed
	  bins, where a bin creates it's own actor and input so you
	  don't have to manage those, also you can morph to a new
	  actor using the bin as simple as
	  'visual_bin_switch_actor (bin, actor)' or
	  'visual_bin_switch_actor_by_name (bin, name_of_actor)'.
	* Fixed the issues regarding resize.
	* Have a visual_init and visual_quit, libvisual manages
	  the plugin registry itself now.
	* New plugin layer, instead of a loader for every type there
	  is now an universal plugin loader that wraps the
	  different types in a VisPlugin type.
	* Some small stuff.

2004-04-24  Dennis Smit  <ds@nerds-incorporated.org>
	Version 0.1-pre4 has been released.
	
	* Changed the way plugins are registred, you can now use
	  libvisual_init (&argc, &argv) (or NULL, NULL), also
	  don't forget to do a libvisual_quit ().
	* Made an universal plugin loader instead of separated ones.
	* Random small stuff i forgot about.

