summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/audio/audio.c
AgeCommit message (Collapse)AuthorFilesLines
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-20/+20
Original commit message from CVS: don't mix tabs and spaces
2004-03-14gst-indentThomas Vander Stichele1-74/+70
Original commit message from CVS: gst-indent
2004-01-12adding structure setters matching the templates for audioThomas Vander Stichele1-0/+77
Original commit message from CVS: adding structure setters matching the templates for audio
2003-12-27Fix warningsJeremy Simon1-4/+4
Original commit message from CVS: Fix warnings
2003-12-22Merge CAPS branchDavid Schleef1-12/+19
Original commit message from CVS: Merge CAPS branch
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
Original commit message from CVS: remove copyright field from plugins
2003-10-31first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, ↵Benjamin Otte1-5/+14
sys/oss, ext/gnomevfs, gst/typefind and ex... Original commit message from CVS: first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss, ext/gnomevfs, gst/typefind and ext/mad. You guessed it, everything Rhythmbox needs ;) fixed BMP typefind and made gnomevfs one plugin instead of two while doing this
2003-07-16actually recurse into sndfile if we are able big ladspa cleanups, mainly to ↵Andy Wingo1-1/+1
comply with the buffer-frames caps proper... Original commit message from CVS: * actually recurse into sndfile if we are able * big ladspa cleanups, mainly to comply with the buffer-frames caps property, but also general cleanups - the samplerate prop is gone, if you want to set it explicitly (as in for get-based plugins) you need to use a filtered connection, just like with buffer-frames * big float2int and int2float changes for buffer-frames compatibility - I think it's quite a bit simpler * make the ossclock general, add it to gstaudio, and use it in sndfile as well i need to update mimetypes, but that's coming soon. there are some other plugins that don't support buffer-frames, i guess i need to get around to fixing them as well.
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-04-13spec fixes gst-launch-ext additions trying to fix up ieeetest but failed ↵Thomas Vander Stichele1-1/+1
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-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-24added plugin_desc structures to libs, which makes their locations cached in ↵Andy Wingo1-0/+14
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 Wingo1-1/+1
Original commit message from CVS: s/Gnome-Streamer/GStreamer/
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo1-1/+1
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.
2001-12-22moving and renaming we put the libs in the source in gst-libs/gst/(dir) the ↵Thomas Vander Stichele1-0/+152
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 ;)