summaryrefslogtreecommitdiff
path: root/ext/sndfile
AgeCommit message (Expand)AuthorFilesLines
2021-05-24Use gst_buffer_new_memdup()Tim-Philipp Müller1-1/+1
2021-05-23Use new gst_buffer_new_copy()Tim-Philipp Müller1-1/+1
2021-03-23sndfile: allow per feature registrationStéphane Cerveau7-103/+138
2019-10-14Remove autotools build systemTim-Philipp Müller1-8/+0
2019-05-30meson: add more plugins to plugins listTim-Philipp Müller1-0/+1
2018-12-17meson: Add libsinc to the CFLAGSSebastian Dröge1-1/+1
2018-12-17meson: build sndfile pluginTim-Philipp Müller1-0/+13
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier1-3/+1
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM3-6/+4
2015-11-18Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2-4/+2
2015-09-26sfdec: Fix typo in goto variable nameJimmy Ohn1-2/+2
2014-08-25sndfile: don't decode formats that are better handled by other elementsTim-Philipp Müller1-19/+12
2014-04-29sndfile: send a toc for the segments in the audio fileStefan Sauer1-1/+75
2014-01-18sfdec: This is a decoder, not a demuxerSebastian Dröge1-1/+1
2014-01-06sfdec: skip '\0' strings for metadataStefan Sauer1-10/+10
2014-01-06sfdec: break long methodStefan Sauer1-92/+101
2014-01-06sfdec: remove left over property-id enumStefan Sauer1-6/+0
2014-01-05sfdec: the read functions already return frames_readStefan Sauer1-8/+6
2014-01-05sndfile: enable rf64 formatStefan Sauer1-0/+2
2014-01-05sfdec: add date to taglistStefan Sauer1-1/+14
2013-12-30sndfile: emit midi-base-note tagStefan Sauer1-4/+23
2013-12-20sfdec: make _stop() non fatal when we have an error alreadyStefan Sauer1-3/+1
2013-12-20sfdec: add event function and seeking supportStefan Sauer2-5/+134
2013-12-20sfdec: add taglist supportStefan Sauer1-1/+111
2013-12-20sfdec: add query implementation for position and durationStefan Sauer2-12/+61
2013-12-20sndfile: rewrite sndfile for 1.0Stefan Sauer5-82/+604
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller6-12/+12
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2-2/+2
2012-06-20update for task api changeWim Taymans1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2011-08-04Merge branch 'master' into 0.11Wim Taymans1-0/+5
2011-07-20Fix compilation for unused but not setNicolas Dufresne1-0/+5
2011-03-04sfsink: use basesink preroll lockWim Taymans1-2/+2
2010-10-19various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-4/+8
2010-09-21sfsink: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge1-7/+6
2010-05-19Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGSDavid Schleef1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2-16/+8
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