2003-09-11 12:57  dschleef

	* Makefile.am: Remove all locally-defined optimization flags

2003-09-02 20:49  dschleef

	* riffutil.c: Remove vestigal code (#121174)

2003-09-02 20:48  dschleef

	* riffutil.c: Remove unused macro definition that was causing build
	  problems (#121174)

2003-08-12 23:43  dschleef

	* riff.h, riffparse.c: clean up code, fix typos in lst checkin

2003-08-12 21:47  dschleef

	* riff.h, riffparse.c: Move some code from wavparse

2003-06-29 12:46  company

	* riffencode.c, riffparse.c: compatibility fix for new GST_DEBUG
	  stuff.  Includes fixes for missing includes for config.h and
	  unistd.h

	  I only ensured for plugins I can build that they work, so if some
	  of them are still broken, you gotta fix them yourselves
	  unfortunately.

2003-05-22 03:03  yippi

	* riffutil.c: This ISO_VARARGS macro is more consistant with the
	  others.

2003-05-21 11:16  yippi

	* riffutil.c: Corrected the configure.ac so it actually works.
	  Updated some c files so that they build on Solaris.  This mostly
	  involved supporting ISO style variable-argument macros.

2003-05-21 08:16  yippi

	* Makefile.am: Updated autogen.sh/configure.ac and various
	  Makefiles to make the configure script set up all gcc specific
	  compiler arguments, rather than hardcoding them in the
	  Makefile.am files

2003-01-31 15:06  ow3n

	* riff.h: Renamed GST_RIFF_WAVE_FORMAT_DIVX and _divx to
	  _DIVX_WMAV1 and _DIVX_WMAV2 and added _WMAV9

2003-01-31 11:37  rbultje

	* riff.h: Add metadata/streaminfo to AVI

2003-01-27 05:54  theuraeus

	* riff.h: Commiting fix from Malcomn Trednick from bug
	  http://bugzilla.gnome.org/show_bug.cgi?id=104524

2003-01-21 14:23  wtay

	* riff.h, riffutil.c: - Add strn tag - fix memleak in debugging
	  code

2003-01-18 17:53  wtay

	* riff.h: Hmm, forgot to commit this crucial define..

2003-01-14 16:38  nodatadj

	* riff.h: Add a new riff id tag: dmlh

2002-12-12 03:42  theuraeus

	* riffutil.c: commit patch from Nall for riffutil

2002-12-11 15:32  thomasvs

	* Makefile.am: fix 100982

2002-12-11 13:58  thomasvs

	* Makefile.am: merge back from release branch

2002-12-10 05:48  thomasvs

	* Makefile.am: back by popular demand

2002-12-08 06:50  thomasvs

	* Makefile.am: parallel install fixes

2002-10-27 10:08  rbultje

	* riff.h: Add ogg/vorbis support for avi files

2002-06-22 16:37  thomasvs

	* Makefile.am: header relocation

2002-05-08 13:10  wtay

	* Makefile.am, riff.c: Fixed a typo in the idct plugin name make
	  gstriff a real plugin

2002-03-24 14:07  wingo

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

2002-03-24 12:55  wingo

	* riff.c: * added plugin_desc structures to libs, which makes their
	  locations cached in the registry. this speeds plugin loading
	  considerably, especially on uninstalled versions.

	  * put the lib path before all others, for speed reasons.

	  * some fixes to adder's caps.

	  * added linefeeds (\n) to GST_DEBUG strings to match GST_INFO
	  behavior. this is more sane. all code will need to be converted.
	  i think some perl can do this.

2002-03-20 13:45  wingo

	* riff.c, riff.h, riffencode.c, riffparse.c, riffutil.c:
	  s/Gnome-Streamer/GStreamer/

2002-03-18 20:10  wingo

	* Makefile.am, riff.c, riffencode.c, riffparse.c, riffutil.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-01-30 16:22  wrobell

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

2001-12-23 04:29  thomasvs

	* Makefile.am: dvdread added more fixes for libs stuff

2001-12-23 04:18  thomasvs

	* Makefile.am, riff.c, riff.h, riffencode.c, riffparse.c,
	  riffutil.c: made changes everywhere to accomodate for the headers
	  being in <gst/(lib)/...> we'll need to conclude this fast because
	  we will also need to change stuff in core real soon for the libs
	  in order to fix everything and I can't do it right now because I
	  disabled all of the plugins here ;)

