summaryrefslogtreecommitdiffstats
path: root/gst/mpegaudioparse
AgeCommit message (Collapse)AuthorFilesLines
2003-05-21Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron1-2/+2
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-04-10fixes to mp3 typefinding:Benjamin Otte1-27/+147
Original commit message from CVS: fixes to mp3 typefinding: - removed workaround that detected files with valid ID3v2 tag as mp3 (not needed anymore) Invalid files didn't occur because of broken length in the tag but because of padding in the beginning of the audio data most of the time. - fixed various assorted stuff in the old typefind function (like not adjusting buffer size after skipping) - added 2nd typefind function to detect mp3 streams (fixes #94113)
2003-04-07Fix a bunch of endianness conversions that were done as long instead of ↵David Schleef1-7/+7
int32. Should go into 0.6.1. Original commit message from CVS: Fix a bunch of endianness conversions that were done as long instead of int32. Should go into 0.6.1.
2003-04-04Partial fix for #109700. Should be applied to 0.6.1.David Schleef1-2/+2
Original commit message from CVS: Partial fix for #109700. Should be applied to 0.6.1.
2002-12-08Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flacIain Holmes2-4/+4
Original commit message from CVS: Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: parallel install fixes
2002-09-18plugins part of license field patchChristian Schaller1-0/+1
Original commit message from CVS: plugins part of license field patch
2002-09-11- Ripped some ID3 tag parsing from libid3 for typefind.Wim Taymans1-23/+40
Original commit message from CVS: - Ripped some ID3 tag parsing from libid3 for typefind. - Added ID3V1 to fypefind. - Don't check for a valid mp3 header after finding the ID3 tag as some ID3 tags seem broken.
2002-07-08- use _merge instead of _appendWim Taymans1-1/+1
Original commit message from CVS: - use _merge instead of _append - unref events
2002-04-20a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo1-3/+3
details->klass reorganizations an element br... Original commit message from CVS: * 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-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo2-10/+10
and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
2002-04-06fixed first bunch of compiler warningsBenjamin Otte1-2/+2
Original commit message from CVS: fixed first bunch of compiler warnings
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo2-22/+22
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-20s/Gnome-Streamer/GStreamer/Andy Wingo3-3/+3
Original commit message from CVS: s/Gnome-Streamer/GStreamer/
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo4-34/+34
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-2/+2
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-02-21Uhm, if I'll be fixing errors like this all over just because I'm enabling ↵Thomas Vander Stichele1-2/+2
plugin debug output for the first time, I'... Original commit message from CVS: Uhm, if I'll be fixing errors like this all over just because I'm enabling plugin debug output for the first time, I'm in for a world of hurt over the next few hours...
2002-02-08fixed silly bug apparently gcc 3 allows this according to gcc3Thomas Vander Stichele1-2/+2
Original commit message from CVS: fixed silly bug apparently gcc 3 allows this according to gcc3
2002-02-08bugfix: do Uraeus' job - no more //Benjamin Otte1-2/+2
Original commit message from CVS: bugfix: do Uraeus' job - no more //
2002-02-08bugfix: allow ID3v2 tags at start of audioBenjamin Otte1-1/+30
Original commit message from CVS: bugfix: allow ID3v2 tags at start of audio
2002-01-18- plugins are built without versioning infoWrobell1-0/+2
Original commit message from CVS: - plugins are built without versioning info
2002-01-13Bring the plugins in sync with the new core capsnego system.Wim Taymans1-1/+0
Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
2002-01-12s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn1-2/+4
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
2001-12-28Fixed some pluginsWim Taymans1-6/+4
Original commit message from CVS: Fixed some plugins
2001-12-28Remove caps from the template for nowWim Taymans1-1/+3
Original commit message from CVS: Remove caps from the template for now
2001-12-28Don't set the capsWim Taymans1-2/+1
Original commit message from CVS: Don't set the caps
2001-12-23some changes, can't remember what :-)Andy Wingo1-1/+1
Original commit message from CVS: some changes, can't remember what :-)
2001-12-23much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe ↵Andy Wingo1-1/+1
they should go to ext/ Original commit message from CVS: much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/
2001-12-22Initial revisionAndy Wingo5-0/+682
Original commit message from CVS: Initial revision