2010-05-10  Mike Sheldon <mike@mikeasoft.com>

	* configure.ac:
	Add configure check for highgui.h and cvaux.h

2010-04-14  Mike Sheldon <mike@mikeasoft.com>

	* configure.ac:
	Add configure check for libswscale (patch from Thiago Santos)

2010-02-28  Mike Sheldon <mike@mikeasoft.com>

	* AUTHORS:
	Update list of contributors

	* src/faceblur/gstfaceblur.c:
	* src/facedetect/gstfacedetect.c:
	Fix leaks which were crashing gst-inspect (patch from Stefan Kost)

2010-02-28  Sreerenj Balachandran <bsreerenj@gmail.com>

	* src/textwrite/Makefile.am:
	* src/textwrite/gsttextwrite.c:
	* src/textwrite/gsttextwrite.h:
	* src/gstopencv.c:
	* src/Makefile.am:
	Add a basic plugin to overlay text on to video streams

2009-12-18  Mike Sheldon <mike@mikeasoft.com>

	* src/templatematch/gsttemplatematch.c:
	Fix include statements to not include a hard-coded "opencv/" path

2009-05-26  Mike Sheldon <mike@mikeasoft.com>

	* AUTHORS: 
	Add all current contributors to the authors list

	* src/edgedetect/gstedgedetect.c:
	* src/edgedetect/gstedgedetect.h:
	* src/faceblur/gstfaceblur.c:
	* src/faceblur/gstfaceblur.h:
	* src/facedetect/gstfacedetect.c:
	* src/facedetect/gstfacedetect.h:
	* src/gstopencv.c:
	* src/pyramidsegment/gstpyramidsegment.c:
	* src/pyramidsegment/gstpyramidsegment.h:
	* src/templatematch/gsttemplatematch.c:
	* src/templatematch/gsttemplatematch.h:
	Bring code in to line with general gstreamer standards

2009-05-25  Mike Sheldon <mike@mikeasoft.com>

	* configure.ac:
	* src/Makefile.am:
	* src/gstopencv.c:
	* src/faceblur/gstfaceblur.c:
	* src/faceblur/gstfaceblur.h:
	* src/faceblur/Makefile.am:
	Add face blurring element

	* debian/control:
	* debian/changelog:
	Fix dependencies and package section for debian package

	* src/templatematch/gsttemplatematch.c:
	Fix segfault when no template is loaded
	Update example launch line to load a template

	* examples/python/templatematch.py:
	* examples/python/template.jpg:
	Add example usage of the template matching element

2009-05-13  Noam Lewis <jones.noamle@gmail.com>

	* configure.ac:
	* src/Makefile.am:
	* src/gstopencv.c:
	* src/templatematch/gsttemplatematch.c:
	* src/templatematch/gsttemplatematch.h:
	* src/tempaltematch/Makefile.am:
	Add template matching element

2009-05-08  Kapil Agrawal <kapil@mediamagictechnologies.com>

	* configure.ac:
	* src/Makefile.am:
	* src/gstopencv.c:
	* src/edgedetect/Makefile.am:
	* src/edgedetect/gstedgedetect.c:
	* src/facedetect/Makefile.am:
	* src/facedetect/gstfacedetect.c:
	* src/pyramidsegment/Makefile.am:
	* src/pyramidsegment/gstpyramidsegment.c:
	All elements will register as features of opencv plugin.

2009-05-06  Mike Sheldon <mike@mikeasoft.com>

	* src/facedetect/gstfacedetect.c:
	Fix "profile" parameter in face detect element to accept a string correctly 
	(was using char param instead of string param)

	* src/edgedetect/gstedgedetect.c:
	* src/pyramidsegment/gstpyramidsegment.c:
	* src/facedetect/gstfacedetect.c: 
	Release OpenCV images when finalizing

2009-05-06  Kapil Agrawal <kapil@mediamagictechnologies.com>

	* configure.ac: Added an error check for opencv.
	* src/edgedetect/gstedgedetect.h:
	* src/facedetect/gstfacedetect.h:
	* src/pyramidsegment/gstpyramidsegment.h: Fixed the included path.
	Fixed some compilation errors.
