Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
- use _merge instead of _append
- unref events
|
|
Original commit message from CVS:
- use _merge instead of _append
- fix events in modplug
|
|
Original commit message from CVS:
windowed sinc bandpass filter
|
|
Original commit message from CVS:
highly unoptimized windowed sinc filter
|
|
Original commit message from CVS:
cosmetic change
|
|
Original commit message from CVS:
Fix timestamps
|
|
Original commit message from CVS:
* working jack elements (fixed a problem in upstream jack)
* random other fixen...
|
|
the next samples.
Original commit message from CVS:
Fix seeking in modplug. It appears the seek really happened after getting
the next samples.
|
|
Original commit message from CVS:
add seek event, first shot ;)
|
|
Original commit message from CVS:
rearranging element tree
|
|
Original commit message from CVS:
modplug should work (no seek events for now)
|
|
vorbis to implement an iir filter not optimi...
Original commit message from CVS:
new filter subdir for standard audio filters
first filter uses code from vorbis to implement an iir filter
not optimized yet, iir code uses doubles and plugin uses float
|
|
Original commit message from CVS:
Make elements nanoseconds aware
|
|
file that used to autoplug but doesn't any...
Original commit message from CVS:
add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't anymore, then let me know or add a rank to the missing element.
|
|
Original commit message from CVS:
Don't crash on events.
|
|
Original commit message from CVS:
update to deal with events and set timestamps properly
|
|
Original commit message from CVS:
use new bytestream api
|
|
Original commit message from CVS:
use new bytestream api. please test if you care about this plugin
|
|
Original commit message from CVS:
still in anal-retentive mode, please make liberal use of the delete key
|
|
Original commit message from CVS:
conformity
|
|
Original commit message from CVS:
various name fixes and sundry
|
|
Original commit message from CVS:
adding new quicktime parser:
- openquicktime free (hense gst/qtdemux)
- no more seeks for parsing -> better for network streams
- uses GstByteStream
- less memcpy's
- long ChangeLog record in pompous style
|
|
Original commit message from CVS:
festival doesn't depend on the libs
|
|
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:
various Wall fixes
|
|
Original commit message from CVS:
fixed rest of warning for gcc 3 in /gst.
fixed some Makefiles: s/-m486/-mcpu=i486/
disabled mpegaudioparse plugin. What good is this rotten code for anyway?
|
|
Original commit message from CVS:
fixed first bunch of compiler warnings
|
|
Original commit message from CVS:
Get the 'signed' property as a boolean.
|
|
Original commit message from CVS:
Changed to the new props API
Other small tuff.
|
|
win the race to max LOC changed ;-)
Original commit message from CVS:
added a bunch of cvsignore stuff off of a fresh checkout and build
i will win the race to max LOC changed ;-)
|
|
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:
cosmetic
|
|
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
|
|
just makes more sense that way added jack ...
Original commit message from CVS:
* s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way
* added jack element, doesn't quite work right yet but i didn't want to lose the work -- it does build, register,
and attempt to run though
* imposed some restrictions on the naming of request pads to better allow for reverse parsing
* added '%s' to reverse parsing
* added new bin flag to indicate that it is self-iterating, and some lame code in gst-launch to test it out
* fixen on launch-gui
* added pkg-config stuff for the editor's libs
|
|
Original commit message from CVS:
let's not install the libmodplug helper library
|
|
Original commit message from CVS:
adding TIMESTAMP to buffer ( work with goom now ;)
adding AUTHORS
code cleanup
|
|
Original commit message from CVS:
remove EXTRA_DIST
|
|
Original commit message from CVS:
adding modplug
|
|
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...
|
|
request-pad elements add a hack in gstel...
Original commit message from CVS:
* changes to spider:
* add padtemplates so the connect functions can connect two request-pad
elements
* add a hack in gstelement.c. please look at this, Company, and see how
we can get around this
* add backwards caps-propagation support in identity, int2float, float2int,
adder, speed, volume
|
|
Original commit message from CVS:
capsnego fixes in adder, speed, and identity
|
|
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:
sigh
|
|
Original commit message from CVS:
fixing an error
|
|
Original commit message from CVS:
Cleanups
|