summaryrefslogtreecommitdiffstats
path: root/gst-libs
AgeCommit message (Collapse)AuthorFilesLines
2002-05-29add float support to resampling lib clean up header fileAndy Wingo6-113/+567
Original commit message from CVS: * add float support to resampling lib * clean up header file
2002-05-20floatcast has no lib, it's just headersAndy Wingo1-10/+0
Original commit message from CVS: floatcast has no lib, it's just headers
2002-05-13assimilated.Thomas Vander Stichele1-1/+1
Original commit message from CVS: assimilated.
2002-05-08Fixed a typo in the idct plugin name make gstriff a real pluginWim Taymans3-207/+2
Original commit message from CVS: Fixed a typo in the idct plugin name make gstriff a real plugin
2002-04-26adds functions gst_cast_float and gst_cast_double. Will use lrint and lrintf ↵Steve Baker1-0/+54
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 ;)
2002-04-26currently this creates an empty shared library, just so the header can be ↵Steve Baker1-0/+12
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.
2002-04-26add dir for floatcast headerSteve Baker1-2/+2
Original commit message from CVS: add dir for floatcast header
2002-04-13spec fixes gst-launch-ext additions trying to fix up ieeetest but failed ↵Thomas Vander Stichele2-2/+2
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
2002-04-12comment them outThomas Vander Stichele1-4/+4
Original commit message from CVS: comment them out
2002-04-12please someone fix the necessary pointer cast for this test to workThomas Vander Stichele1-1/+1
Original commit message from CVS: please someone fix the necessary pointer cast for this test to work
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo1-1/+1
and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
2002-03-30Changed to the new props APIWim Taymans1-10/+15
Original commit message from CVS: Changed to the new props API Other small tuff.
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 Wingo4-0/+56
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 Wingo9-9/+9
Original commit message from CVS: s/Gnome-Streamer/GStreamer/
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo15-590/+590
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 Wingo4-4/+4
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 infoWrobell4-0/+4
Original commit message from CVS: - plugins are built without versioning info
2001-12-25more distcheck fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: more distcheck fixes
2001-12-23more fixesThomas Vander Stichele12-4/+3451
Original commit message from CVS: more fixes
2001-12-23idct fixesThomas Vander Stichele2-2/+2
Original commit message from CVS: idct fixes
2001-12-23more fixesThomas Vander Stichele2-0/+159
Original commit message from CVS: more fixes
2001-12-23forgot thisThomas Vander Stichele1-0/+5
Original commit message from CVS: forgot this
2001-12-23dvdread added more fixes for libs stuffThomas Vander Stichele3-6/+6
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 Stichele7-5/+1092
<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 ;)
2001-12-23adding resample libThomas Vander Stichele7-0/+1641
Original commit message from CVS: adding resample lib
2001-12-22audio lib removed from this dirThomas Vander Stichele4-276/+2
Original commit message from CVS: audio lib removed from this dir
2001-12-22moving and renaming we put the libs in the source in gst-libs/gst/(dir) the ↵Thomas Vander Stichele3-0/+272
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 ;)
2001-12-21- clean upWrobell1-3/+0
Original commit message from CVS: - clean up
2001-12-21adding MakefileThomas Vander Stichele1-0/+5
Original commit message from CVS: adding Makefile
2001-12-21fixed some GST_LIBS stuff added audiofile added gst-libs/audio buildingThomas Vander Stichele1-1/+1
Original commit message from CVS: fixed some GST_LIBS stuff added audiofile added gst-libs/audio building
2001-12-21added audiofile and audio libraryThomas Vander Stichele1-2/+2
Original commit message from CVS: added audiofile and audio library
2001-12-21audio libraryThomas Vander Stichele3-0/+275
Original commit message from CVS: audio library