summaryrefslogtreecommitdiff
path: root/gst/spectrum
Commit message (Expand)AuthorAgeFilesLines
* win32: remove outdated build cruftTim-Philipp Müller2016-02-211-151/+0
* spectrum: send phase values in the GstMessage for Phase infoVikram Fugro2015-09-231-2/+1
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-15/+0
* spectrum: Fix min and max for bands propertyNicolas Dufresne2015-02-151-1/+1
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-261-2/+0
* docs: use docbook markup for xi:includeStefan Sauer2014-02-181-2/+2
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* spectrum: remove old since commentStefan Sauer2013-04-031-7/+0
* spectrum: remove the since doc-comment from 0.10Stefan Sauer2013-02-281-7/+0
* spectrum: remove outdates readmeStefan Sauer2013-02-051-5/+0
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
* spectrum: elements post element messagesWim Taymans2012-10-101-1/+1
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* update for basetransform lock removalWim Taymans2012-02-232-9/+18
* more memory API portingWim Taymans2012-01-251-3/+6
* spectrum: Update for the new raw audio caps layout fieldSebastian Dröge2012-01-051-1/+2
* Fix printf format compiler warnings on OS X / 64bitMatej Knopp2011-11-221-3/+4
* -good: port to new audio capsWim Taymans2011-09-061-3/+3
* port to more audio api changesWim Taymans2011-08-191-2/+3
* port more elements to new audio caps and APIWim Taymans2011-08-191-185/+44
* Merge branch 'master' into 0.11Wim Taymans2011-08-171-1/+1
|\
| * spectrum: avoid crashing by resetting the correct number of channelsVincent Penquerc'h2011-08-161-1/+1
* | spectrum: remove deprecated propertyMark Nauwelaerts2011-06-301-10/+0
* | spectrum: port to 0.11Mark Nauwelaerts2011-06-301-25/+23
|/
* android: Make it ready for androgenizerThibault Saunier2011-04-111-0/+15
* spectrum: refactor processing loop for block based operationStefan Kost2011-03-252-255/+291
* spectrum: fix the error accumulation and frames_todo handlingStefan Kost2011-03-241-12/+8
* spectrum: fix broken code resulting for a wrong splitup of changesStefan Kost2011-03-241-2/+2
* spectrum: simplify the have_interval calculationStefan Kost2011-03-242-12/+12
* spectrum: use local var for input_data functionStefan Kost2011-03-241-2/+5
* spectrum: more comments and tune and loggingStefan Kost2011-03-101-5/+12
* spectrum: avoid unneccesary extra fft runsStefan Kost2011-03-101-8/+6
* spectrum: only scale the vectors that we are processingStefan Kost2011-03-101-5/+9
* spectrum: put number of channels to instance variableStefan Kost2011-03-102-11/+15
* spectrum: update doc review stampStefan Kost2011-03-101-1/+1
* spectrum: use function pointers for data readersStefan Kost2011-03-102-93/+244
* spectrum: multi-channel supportStefan Kost2011-03-092-68/+267
* spectrum: more xrefs in the docsStefan Kost2011-03-091-2/+2
* spectrum: factor out the code that accumulated samples into the ring-bufferStefan Kost2011-03-091-45/+52
* spectrum: pull format to temp var to improve readability of lines using itStefan Kost2011-03-091-7/+6
* spectrum: code cleanup for copying data to ring-bufferStefan Kost2011-03-091-29/+36
* spectrum: add a GstSpecrtumChannel context structureStefan Kost2011-03-092-115/+177
* spectrum: call the instance var spectrum instead of filterStefan Kost2011-03-091-2/+2
* spectrum: don't value we already took from the gvalueStefan Kost2011-03-091-1/+1
* spectrum only aggregate magnitude/phase if user asks for itStefan Kost2010-09-061-13/+17
* spectrum: improve performance with local varsStefan Kost2010-09-061-12/+14
* spectrum: code cleanupStefan Kost2010-09-061-15/+25
* spectrum: improve property setterStefan Kost2010-09-061-19/+16