summaryrefslogtreecommitdiff
path: root/ext/sndfile
Commit message (Expand)AuthorAgeFilesLines
* Use gst_buffer_new_memdup()Tim-Philipp Müller2021-05-241-1/+1
* Use new gst_buffer_new_copy()Tim-Philipp Müller2021-05-231-1/+1
* sndfile: allow per feature registrationStéphane Cerveau2021-03-237-103/+138
* Remove autotools build systemTim-Philipp Müller2019-10-141-8/+0
* meson: add more plugins to plugins listTim-Philipp Müller2019-05-301-0/+1
* meson: Add libsinc to the CFLAGSSebastian Dröge2018-12-171-1/+1
* meson: build sndfile pluginTim-Philipp Müller2018-12-171-0/+13
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-261-3/+1
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-243-6/+4
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-182-4/+2
* sfdec: Fix typo in goto variable nameJimmy Ohn2015-09-261-2/+2
* sndfile: don't decode formats that are better handled by other elementsTim-Philipp Müller2014-08-251-19/+12
* sndfile: send a toc for the segments in the audio fileStefan Sauer2014-04-291-1/+75
* sfdec: This is a decoder, not a demuxerSebastian Dröge2014-01-181-1/+1
* sfdec: skip '\0' strings for metadataStefan Sauer2014-01-061-10/+10
* sfdec: break long methodStefan Sauer2014-01-061-92/+101
* sfdec: remove left over property-id enumStefan Sauer2014-01-061-6/+0
* sfdec: the read functions already return frames_readStefan Sauer2014-01-051-8/+6
* sndfile: enable rf64 formatStefan Sauer2014-01-051-0/+2
* sfdec: add date to taglistStefan Sauer2014-01-051-1/+14
* sndfile: emit midi-base-note tagStefan Sauer2013-12-301-4/+23
* sfdec: make _stop() non fatal when we have an error alreadyStefan Sauer2013-12-201-3/+1
* sfdec: add event function and seeking supportStefan Sauer2013-12-202-5/+134
* sfdec: add taglist supportStefan Sauer2013-12-201-1/+111
* sfdec: add query implementation for position and durationStefan Sauer2013-12-202-12/+61
* sndfile: rewrite sndfile for 1.0Stefan Sauer2013-12-205-82/+604
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-046-12/+12
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
* update for task api changeWim Taymans2012-06-201-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* Merge branch 'master' into 0.11Wim Taymans2011-08-041-0/+5
|\
| * Fix compilation for unused but not setNicolas Dufresne2011-07-201-0/+5
* | sfsink: use basesink preroll lockWim Taymans2011-03-041-2/+2
|/
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-4/+8
* sfsink: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge2010-09-211-7/+6
* Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGSDavid Schleef2010-05-191-1/+1
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-182-16/+8
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat2008-08-071-0/+1
* gconf/: Remove dysfunctional directory (this stuff is in -good).Tim-Philipp Müller2007-06-251-0/+7
* ext/: Printf format string fixes.Tim-Philipp Müller2007-03-101-3/+3
* ext/sndfile/gstsfsrc.c: Fix build (installed setup).Tim-Philipp Müller2007-02-061-1/+1
* ext/sndfile/: Port sfsrc to 0.10, pull or push, with random access woo.Andy Wingo2007-02-055-2/+583
* configure.ac: ext/Makefile.amAndy Wingo2007-02-025-848/+618
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-011-3/+3
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-2/+4
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-3/+1