summaryrefslogtreecommitdiffstats
path: root/gst-libs
AgeCommit message (Collapse)AuthorFilesLines
2002-11-26flac debug cleanup m4 for ffmpegThomas Vander Stichele1-1/+12
Original commit message from CVS: flac debug cleanup m4 for ffmpeg
2002-11-20some fixes, suggestion by thaytan to make _get and _set work similarThomas Vander Stichele1-7/+18
Original commit message from CVS: some fixes, suggestion by thaytan to make _get and _set work similar
2002-11-11adding media infoThomas Vander Stichele1-2/+4
Original commit message from CVS: adding media info
2002-11-11media info libThomas Vander Stichele4-0/+1045
Original commit message from CVS: media info lib
2002-11-09muhahaThomas Vander Stichele1-3/+3
Original commit message from CVS: muhaha
2002-11-05applied dolphy's patchThomas Vander Stichele1-40/+53
Original commit message from CVS: applied dolphy's patch
2002-10-29adding audioThomas Vander Stichele2-16/+82
Original commit message from CVS: adding audio
2002-10-27libgstplay has a new home. it still needs to be packaged thoughSteve Baker5-2/+1833
Original commit message from CVS: libgstplay has a new home. it still needs to be packaged though
2002-10-27Add ogg/vorbis support for avi filesRonald S. Bultje1-0/+6
Original commit message from CVS: Add ogg/vorbis support for avi files
2002-10-25a no-brainer additionThomas Vander Stichele3-0/+40
Original commit message from CVS: a no-brainer addition
2002-10-16added functions gst_gconf_get_default_{audio,video}_sink -- this is so the ↵Andy Wingo2-4/+43
defaults library (gstgconf) can be used by... Original commit message from CVS: added functions gst_gconf_get_default_{audio,video}_sink -- this is so the defaults library (gstgconf) can be used by applications with uninstalled gstreamer (ie, no gconf keys). More specifically, these functions enable the player to work uninstalled, which is a good thing (tm).
2002-10-03build as a lib not a pluginDavid I. Lehn1-2/+2
Original commit message from CVS: build as a lib not a plugin
2002-09-29%f is doubleAndy Wingo1-1/+1
Original commit message from CVS: %f is double
2002-09-26This adds a generic video functions libraryRonald S. Bultje4-2/+106
Original commit message from CVS: This adds a generic video functions library
2002-09-15Add config.h, since we use HAVE_CPU_PPCDavid Schleef1-0/+1
Original commit message from CVS: Add config.h, since we use HAVE_CPU_PPC
2002-09-12const fixesWim Taymans1-1/+1
Original commit message from CVS: const fixes
2002-09-10remove some debugging. it works alreadySteve Baker1-5/+0
Original commit message from CVS: remove some debugging. it works already
2002-09-09some simple fixes and additionsThomas Vander Stichele1-14/+28
Original commit message from CVS: some simple fixes and additions
2002-08-06oops, longtime pending fixThomas Vander Stichele1-1/+7
Original commit message from CVS: oops, longtime pending fix
2002-07-28one bin is enoughSteve Baker1-7/+6
Original commit message from CVS: one bin is enough
2002-07-15this is neaterThomas Vander Stichele1-7/+12
Original commit message from CVS: this is neater
2002-07-15more of theseThomas Vander Stichele1-1/+2
Original commit message from CVS: more of these
2002-07-15more useful infoThomas Vander Stichele1-1/+2
Original commit message from CVS: more useful info
2002-07-15avoid division by zero and add warningThomas Vander Stichele1-1/+5
Original commit message from CVS: avoid division by zero and add warning
2002-07-12small fixesThomas Vander Stichele1-0/+7
Original commit message from CVS: small fixes
2002-07-12parse to BIN dumbassThomas Vander Stichele1-2/+5
Original commit message from CVS: parse to BIN dumbass
2002-07-12api changes and render/ghost functionsThomas Vander Stichele3-16/+74
Original commit message from CVS: api changes and render/ghost functions
2002-07-09merge from release branchThomas Vander Stichele1-1/+1
Original commit message from CVS: merge from release branch
2002-07-02Fix warningDavid Schleef1-0/+1
Original commit message from CVS: Fix warning
2002-07-01gconf stuffThomas Vander Stichele5-2/+145
Original commit message from CVS: gconf stuff
2002-06-29Fix buffer allocation problem.David Schleef1-1/+2
Original commit message from CVS: Fix buffer allocation problem.
2002-06-22header relocationThomas Vander Stichele5-5/+5
Original commit message from CVS: header relocation
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