summaryrefslogtreecommitdiff
path: root/gst/audiovisualizers/gstspectrascope.c
Commit message (Collapse)AuthorAgeFilesLines
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-3/+3
|
* build: Factor out endian-order RGB formatsNirbheek Chauhan2016-06-211-5/+7
| | | | MSVC seems to ignore preprocessor conditionals inside static pad templates
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=763081
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-1/+1
| | | | | | | | rename gst-launch --> gst-launch-1.0 replace old elements with new elements(ffmpegcolorspace -> videoconvert, ffenc_** -> avenc_**) fix caps in examples https://bugzilla.gnome.org/show_bug.cgi?id=759432
* audiovisualizer: fix the license from GPL to LGPLStefan Sauer2015-04-251-10/+12
| | | | This was a copy'n'paste buf in the initial commit done by myself.
* Fix FSF addressTim-Philipp Müller2012-11-041-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
| | | | | where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there.
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
|
* audiovisualizer: sync to change in base and portStefan Sauer2012-08-171-11/+9
| | | | | | Add support for GstVideoMeta and GstVideoFrame. Remove some redundant fields that are also in GstVideoInfo. Don't disable the shader code, it does not look broken.
* spectrascope: fabs->sqrt to calculate the magnitudeStefan Sauer2012-07-191-1/+1
|
* audiovisualizer: shorten base class nameStefan Sauer2012-07-161-8/+6
| | | | | As suggested on IRC rename to AudioVisualizer. We use custom suffix on the type to avoid clashing with other copies for the time being.
* spectrascope: avoid dark pixels in fade-and-move-up modeStefan Sauer2012-06-241-1/+3
|
* audiovis: port to 0.11 some moreWim Taymans2012-02-071-2/+5
|
* port to new memory APIWim Taymans2012-01-251-9/+13
|
* audiovisualizers: Update for the new raw audio capsSebastian Dröge2012-01-051-1/+3
|
* audiovisualizer: port to 0.11Stefan Sauer2011-11-101-25/+30
|
* spectrascope: make a copy of the audiodata before downmixing and windowingStefan Kost2011-08-121-1/+3
| | | | | The buffers come from the adapter and the data might overlap. We don't want to modify it in place.
* audiovisualizers: doc-blob and comment updatesStefan Kost2011-06-061-2/+2
|
* audiovisualizers: rename baseclass from basescope to baseaudiovisualizerStefan Kost2011-06-061-7/+8
|
* audiovisualizers: rename scopes plugin to audiovisualizersStefan Kost2011-06-061-0/+221