summaryrefslogtreecommitdiff
path: root/gst/spectrum
AgeCommit message (Expand)AuthorFilesLines
2021-03-29spectrum: allow per feature registrationStéphane Cerveau2-2/+6
2019-10-14Remove autotools build systemTim-Philipp Müller2-20/+0
2019-10-05documentation: fix a number of typosAaron Boxer1-1/+1
2019-05-29doc: remove xml from commentsMathieu Duponchelle1-3/+1
2019-05-25doc: fix element section documentationsMathieu Duponchelle1-3/+3
2019-05-13doc: Port documentation to hotdocThibault Saunier1-0/+1
2019-05-13docs: Port all docstring to gtk-doc markdownThibault Saunier1-55/+14
2018-04-25Meson: Generate pc file for all plugins in goodXavier Claessens1-0/+1
2017-10-03Use proper GtkDoc notation for NULL/FALSE/TRUEReynaldo H. Verdejo Pinochet1-1/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+8
2016-02-21win32: remove outdated build cruftTim-Philipp Müller1-151/+0
2015-09-23spectrum: send phase values in the GstMessage for Phase infoVikram Fugro1-2/+1
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-15/+0
2015-02-15spectrum: Fix min and max for bands propertyNicolas Dufresne1-1/+1
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-02-18docs: use docbook markup for xi:includeStefan Sauer1-2/+2
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-04-03spectrum: remove old since commentStefan Sauer1-7/+0
2013-02-28spectrum: remove the since doc-comment from 0.10Stefan Sauer1-7/+0
2013-02-05spectrum: remove outdates readmeStefan Sauer1-5/+0
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2012-10-10spectrum: elements post element messagesWim Taymans1-1/+1
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-02-23update for basetransform lock removalWim Taymans2-9/+18
2012-01-25more memory API portingWim Taymans1-3/+6
2012-01-05spectrum: Update for the new raw audio caps layout fieldSebastian Dröge1-1/+2
2011-11-22Fix printf format compiler warnings on OS X / 64bitMatej Knopp1-3/+4
2011-09-06-good: port to new audio capsWim Taymans1-3/+3
2011-08-19port to more audio api changesWim Taymans1-2/+3
2011-08-19port more elements to new audio caps and APIWim Taymans1-185/+44
2011-08-17Merge branch 'master' into 0.11Wim Taymans1-1/+1
2011-08-16spectrum: avoid crashing by resetting the correct number of channelsVincent Penquerc'h1-1/+1
2011-06-30spectrum: remove deprecated propertyMark Nauwelaerts1-10/+0
2011-06-30spectrum: port to 0.11Mark Nauwelaerts1-25/+23
2011-04-11android: Make it ready for androgenizerThibault Saunier1-0/+15
2011-03-25spectrum: refactor processing loop for block based operationStefan Kost2-255/+291
2011-03-24spectrum: fix the error accumulation and frames_todo handlingStefan Kost1-12/+8
2011-03-24spectrum: fix broken code resulting for a wrong splitup of changesStefan Kost1-2/+2
2011-03-24spectrum: simplify the have_interval calculationStefan Kost2-12/+12
2011-03-24spectrum: use local var for input_data functionStefan Kost1-2/+5
2011-03-10spectrum: more comments and tune and loggingStefan Kost1-5/+12
2011-03-10spectrum: avoid unneccesary extra fft runsStefan Kost1-8/+6
2011-03-10spectrum: only scale the vectors that we are processingStefan Kost1-5/+9
2011-03-10spectrum: put number of channels to instance variableStefan Kost2-11/+15
2011-03-10spectrum: update doc review stampStefan Kost1-1/+1
2011-03-10spectrum: use function pointers for data readersStefan Kost2-93/+244
2011-03-09spectrum: multi-channel supportStefan Kost2-68/+267