summaryrefslogtreecommitdiffstats
path: root/ext/sndfile
AgeCommit message (Expand)AuthorFilesLines
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-08-07Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat1-0/+1
2007-06-25gconf/: Remove dysfunctional directory (this stuff is in -good).Tim-Philipp Müller1-0/+7
2007-03-10ext/: Printf format string fixes.Tim-Philipp Müller1-3/+3
2007-02-06ext/sndfile/gstsfsrc.c: Fix build (installed setup).Tim-Philipp Müller1-1/+1
2007-02-05ext/sndfile/: Port sfsrc to 0.10, pull or push, with random access woo.Andy Wingo5-2/+583
2007-02-02configure.ac: ext/Makefile.amAndy Wingo5-848/+618
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-3/+3
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-2/+4
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-3/+1
2006-04-06Unify the long descriptions in the plugin details (#337263).j^1-13/+9
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
2005-12-06expand tabsThomas Vander Stichele1-5/+5
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2-11/+11
2005-09-05Fix up all the state change functions.Jan Schmidt1-12/+13
2005-08-14licensing, name and description changesThomas Vander Stichele1-2/+2
2004-11-01Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt1-1/+4
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-117/+120
2004-03-15*.h: Revert indentingJohan Dahlin1-13/+16
2004-03-14gst-indentThomas Vander Stichele2-256/+276
2004-02-20gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and interleave r...Andy Wingo1-3/+15
2004-02-02remove textdomain callsThomas Vander Stichele1-1/+0
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele1-9/+9
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-8/+8
2004-01-19putting i18n in place for pluginsThomas Vander Stichele1-1/+7
2004-01-19fix soundfile as wellThomas Vander Stichele1-1/+1
2004-01-18use new error signal and classificationThomas Vander Stichele1-15/+20
2003-12-29Fix warning about discarding const qualifierJan Schmidt1-1/+1
2003-12-22Merge CAPS branchDavid Schleef1-35/+30
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2-2/+1
2003-11-06Include config.hDavid Schleef1-0/+3
2003-11-02Sndfile compiles againIain Holmes1-26/+39
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo1-3/+3
2003-09-16reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele1-27/+15
2003-09-15converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte1-15/+27
2003-08-10Remove redundant plugindir definitionDavid Schleef1-1/+0
2003-07-19+ changes for new float caps without slope/intercept + some category changes ...Leif Johnson1-12/+4
2003-07-17fix compilation errorJeremy Simon1-1/+1
2003-07-16actually recurse into sndfile if we are able big ladspa cleanups, mainly to c...Andy Wingo2-117/+316
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje1-8/+8
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-1/+4
2003-06-16caps refcounting fixes for float2int fixed wrt setting of caps on int pad wit...Andy Wingo3-0/+752