summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/riff
AgeCommit message (Collapse)AuthorFilesLines
2003-09-11Remove all locally-defined optimization flagsDavid Schleef1-1/+1
Original commit message from CVS: Remove all locally-defined optimization flags
2003-09-03Remove vestigal code (#121174)David Schleef1-11/+0
Original commit message from CVS: Remove vestigal code (#121174)
2003-08-13clean up code, fix typos in lst checkinDavid Schleef2-11/+9
Original commit message from CVS: clean up code, fix typos in lst checkin
2003-08-13Move some code from wavparseDavid Schleef2-0/+28
Original commit message from CVS: Move some code from wavparse
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte2-18/+18
Original commit message from CVS: 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-22This ISO_VARARGS macro is more consistant with the others.Brian Cameron1-1/+1
Original commit message from CVS: This ISO_VARARGS macro is more consistant with the others.
2003-05-21Corrected the configure.ac so it actually works. Updated some c files so ↵Brian Cameron1-0/+8
that they build on Solaris. This mostly in... Original commit message from CVS: 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-21Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron1-1/+1
script set up all gcc specific compiler a... Original commit message from CVS: 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-31Renamed GST_RIFF_WAVE_FORMAT_DIVX and _divx to _DIVX_WMAV1 and _DIVX_WMAV2 ↵Owen Fraser-Green1-2/+3
and added _WMAV9 Original commit message from CVS: Renamed GST_RIFF_WAVE_FORMAT_DIVX and _divx to _DIVX_WMAV1 and _DIVX_WMAV2 and added _WMAV9
2003-01-31Add metadata/streaminfo to AVIRonald S. Bultje1-0/+26
Original commit message from CVS: Add metadata/streaminfo to AVI
2003-01-21- Add strn tagWim Taymans2-1/+2
Original commit message from CVS: - Add strn tag - fix memleak in debugging code
2003-01-19Hmm, forgot to commit this crucial define..Wim Taymans1-0/+1
Original commit message from CVS: Hmm, forgot to commit this crucial define..
2003-01-15Add a new riff id tag: dmlhIain Holmes1-0/+6
Original commit message from CVS: Add a new riff id tag: dmlh
2002-12-12commit patch from Nall for riffutilChristian Schaller1-2/+3
Original commit message from CVS: commit patch from Nall for riffutil
2002-12-11fix 100982Thomas Vander Stichele1-1/+1
Original commit message from CVS: fix 100982
2002-12-11merge back from release branchThomas Vander Stichele1-3/+2
Original commit message from CVS: merge back from release branch
2002-12-08parallel install fixesThomas Vander Stichele1-3/+4
Original commit message from CVS: parallel install fixes
2002-10-27Add ogg/vorbis support for avi filesRonald S. Bultje1-0/+6
Original commit message from CVS: Add ogg/vorbis support for avi files
2002-06-22header relocationThomas Vander Stichele1-1/+1
Original commit message from CVS: header relocation
2002-05-08Fixed a typo in the idct plugin name make gstriff a real pluginWim Taymans2-206/+1
Original commit message from CVS: Fixed a typo in the idct plugin name make gstriff a real plugin
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo2-18/+18
fixes to adder's caps, again Original commit message from CVS: * filter newlines out of GST_DEBUG statements to reflect new core behavior * fixes to adder's caps, again
2002-03-24added plugin_desc structures to libs, which makes their locations cached in ↵Andy Wingo1-0/+14
the registry. this speeds plugin loading ... Original commit message from CVS: * 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-20s/Gnome-Streamer/GStreamer/Andy Wingo5-5/+5
Original commit message from CVS: s/Gnome-Streamer/GStreamer/
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo5-38/+38
versioning is done internally to the plugins with... Original commit message from CVS: * 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-19s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables ↵Andy Wingo1-1/+1
variables are defined as make variables automagi... Original commit message from CVS: 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-31- plugins are built without versioning infoWrobell1-0/+1
Original commit message from CVS: - plugins are built without versioning info
2001-12-23dvdread added more fixes for libs stuffThomas Vander Stichele1-2/+2
Original commit message from CVS: dvdread added more fixes for libs stuff
2001-12-23made changes everywhere to accomodate for the headers being in ↵Thomas Vander Stichele6-0/+1087
<gst/(lib)/...> we'll need to conclude this fast becau... Original commit message from CVS: 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 ;)