Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
* add float support to resampling lib
* clean up header file
|
|
Original commit message from CVS:
floatcast has no lib, it's just headers
|
|
Original commit message from CVS:
assimilated.
|
|
Original commit message from CVS:
Fixed a typo in the idct plugin name
make gstriff a real plugin
|
|
if available and a pure c rounding macro...
Original commit message from CVS:
adds functions gst_cast_float and gst_cast_double. Will use lrint and lrintf if available and a pure c rounding macro if not.
This is where optimised asm alternatives can be placed - omega, this means you!
However you have to prove that your asm version is faster than lrintf ;)
|
|
installed. I would appreciate help on how ...
Original commit message from CVS:
currently this creates an empty shared library, just so the header can be installed. I would appreciate help on how to do this properly with automake.
|
|
Original commit message from CVS:
add dir for floatcast header
|
|
function collision in avifile dir
Original commit message from CVS:
* spec fixes
* gst-launch-ext additions
* trying to fix up ieeetest but failed
* function collision in avifile dir
|
|
Original commit message from CVS:
comment them out
|
|
Original commit message from CVS:
please someone fix the necessary pointer cast for this test to work
|
|
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:
Changed to the new props API
Other small tuff.
|
|
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
|
|
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.
|
|
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
|
|
Original commit message from CVS:
- plugins are built without versioning info
|
|
Original commit message from CVS:
more distcheck fixes
|
|
Original commit message from CVS:
more fixes
|
|
Original commit message from CVS:
idct fixes
|
|
Original commit message from CVS:
more fixes
|
|
Original commit message from CVS:
forgot this
|
|
Original commit message from CVS:
dvdread added
more fixes for libs stuff
|
|
<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 ;)
|
|
Original commit message from CVS:
adding resample lib
|
|
Original commit message from CVS:
audio lib removed from this dir
|
|
headers get installed in prefix/include/g...
Original commit message from CVS:
moving and renaming
we put the libs in the source in gst-libs/gst/(dir)
the headers get installed in prefix/include/gst/(dir)
the libs are installed in prefix/lib/gst
with a libgst prefix
the sources should be without the gst prefix
as per irc agreement
please comment if this sounds like a bad idea ;)
|
|
Original commit message from CVS:
- clean up
|
|
Original commit message from CVS:
adding Makefile
|
|
Original commit message from CVS:
fixed some GST_LIBS stuff
added audiofile
added gst-libs/audio building
|
|
Original commit message from CVS:
added audiofile and audio library
|
|
Original commit message from CVS:
audio library
|