2003-04-16 12:22  wtay

	* gstcolorspace.c: Fix 110963  - fix refcounting in colorspace

2003-02-02 12:00  wtay

	* gstcolorspace.c: - properly ref/unref the caps while doing caps
	nego

2003-01-12 13:31  wtay

	* gstcolorspace.c: unref pool too

2003-01-10 05:38  thomasvs

	* gstcolorspace.c: PadConnect -> PadLink

2003-01-10 02:22  thomasvs

	* gstcolorspace.c: another batch of connect->link fixes please let
	me know about issues and please refrain of making them yourself, so
	that I don't spend double the time resolving conflicts

2002-12-08 06:49  thomasvs

	* Makefile.am: parallel install fixes

2002-09-18 12:02  theuraeus

	* gstcolorspace.c: plugins part of license field patch

2002-09-12 13:57  wtay

	* gstcolorspace.c, yuv2rgb.c, yuv2rgb.h: Destroy state when going
	to READY

2002-09-10 02:31  rbultje

	* gstcolorspace.c: This updates all plugins to the new API for
	gst_pad_try_set_caps

2002-07-11 08:48  wtay

	* gstcolorspace.c: Setup the YV12 to RGB converter too

2002-07-11 06:31  wtay

	* yuv2rgb.c: Add some more convertors (for YV12). this is getting
	silly...

2002-06-21 14:14  wtay

	* yuv2yuv.c: Include right header file for memcpy

2002-06-21 11:29  wtay

	* gstcolorspace.c, gstcolorspace.h, yuv2rgb.c, yuv2yuv.c,
	yuv2yuv.h: Fixed problem with color conversion Added conversion
	between YV12 and I420

2002-05-31 01:24  sbaker3

	* gstcolorspace.c: add ranks only for plugins who participate in
	autoplugging.  If you have a file that used to autoplug but doesn't
	anymore, then let me know or add a rank to the missing element.

2002-05-07 15:15  jesimon

	* Makefile.am, yuv2yuv.h: add a yuv2yuv.h file

2002-05-07 15:13  jesimon

	* yuv2rgb.c: swap the cr and the cb component for the
	yuv420P_to_rgb no mmx routine

2002-04-20 14:42  wingo

	* gstcolorspace.c: * a hack to work around intltool's brokenness *
	a current check for mpeg2dec * details->klass reorganizations * an
	element browser that uses details->klass * separated cdxa parse out
	from the avi directory

2002-04-11 13:42  wingo

	* gstcolorspace.c: GstPadTemplate <-> gst_pad_template <->
	GST_PAD_TEMPLATE
	
	same with *factory and typefind.
	
	also, some -Werror fixes.

2002-04-06 10:14  company

	* yuv2rgb.c: fixed warnings in /ext added mikmod_types.h to get it
	done

2002-03-30 09:06  wtay

	* gstcolorspace.c, yuv2rgb.c: Changed to the new props API Other
	small tuff.

2002-03-24 14:06  wingo

	* yuv2rgb.c: * filter newlines out of GST_DEBUG statements to
	reflect new core behavior * fixes to adder's caps, again

2002-03-20 13:44  wingo

	* gstcolorspace.c, gstcolorspace.h, yuv2rgb.c, yuv2yuv.c:
	s/Gnome-Streamer/GStreamer/

2002-03-18 20:09  wingo

	* Makefile.am, gstcolorspace.c, gstcolorspace.h, yuv2rgb.c,
	yuv2yuv.c: * removal of //-style comments * don't link plugins to
	core libs -- the versioning is done internally to the plugins with
	the plugin_info struct,   and symbol resolution is lazy, so we can
	always know if a plugin can be loaded by the plugin_info data. in
	theory.

2002-03-18 17:39  wingo

	* Makefile.am: s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/
	
	@-substitued variables variables are defined as make variables
	automagically, and this gives the user the freedom to say make
	GST_PLUGIN_LDFLAGS=-myflag

2002-02-02 08:21  wtay

	* rgb2yuv.c: Faster RGB to YUV conversion

2002-01-20 08:45  wtay

	* gstcolorspace.c: Return donw when we changed the caps in the
	connect function.

2002-01-17 18:05  wrobell

	* Makefile.am: - plugins are built without versioning info

2002-01-13 14:27  wtay

	* Makefile.am, gstcolorspace.c, gstcolorspace.h, rgb2yuv.c: Bring
	the plugins in sync with the new core capsnego system.	Added some
	features, enhancements...

2002-01-11 19:34  dlehn

	* Makefile.am: * s/filter/plugin/ * link plugins to GST_LIBS *
	rearrange rules to a common format

2001-12-23 06:29  thomasvs

	* Makefile.am: added hermes

2001-12-23 06:25  thomasvs

	* Makefile.am, gstcolorspace.c, gstcolorspace.h, yuv2rgb.c,
	yuv2rgb.h, yuv2rgb_mmx16.s, yuv2yuv.c: adding hermes

