Age | Commit message (Collapse) | Author | Files | Lines |
|
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)
|
|
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.
|
|
Original commit message from CVS:
Partial fix for #109700. Should be applied to 0.6.1.
|
|
Original commit message from CVS:
Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
|
|
Original commit message from CVS:
parallel install fixes
|
|
Original commit message from CVS:
plugins part of license field patch
|
|
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.
|
|
Original commit message from CVS:
- use _merge instead of _append
- unref events
|
|
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
|
|
and typefind.
Original commit message from CVS:
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE
same with *factory and typefind.
also, some -Werror fixes.
|
|
Original commit message from CVS:
fixed first bunch of compiler warnings
|
|
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
|
|
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
|
|
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.
|
|
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
|
|
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...
|
|
Original commit message from CVS:
fixed silly bug
apparently gcc 3 allows this according to gcc3
|
|
Original commit message from CVS:
bugfix: do Uraeus' job - no more //
|
|
Original commit message from CVS:
bugfix: allow ID3v2 tags at start of audio
|
|
Original commit message from CVS:
- plugins are built without versioning info
|
|
Original commit message from CVS:
Bring the plugins in sync with the new core capsnego system.
Added some features, enhancements...
|
|
Original commit message from CVS:
* s/filter/plugin/
* link plugins to GST_LIBS
* rearrange rules to a common format
|
|
Original commit message from CVS:
Fixed some plugins
|
|
Original commit message from CVS:
Remove caps from the template for now
|
|
Original commit message from CVS:
Don't set the caps
|
|
Original commit message from CVS:
some changes, can't remember what :-)
|
|
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/
|
|
Original commit message from CVS:
Initial revision
|