summaryrefslogtreecommitdiff
path: root/gst/audiovisualizers/gstspacescope.c
Commit message (Collapse)AuthorAgeFilesLines
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-111-10/+5
| | | | | | | | | | | | | Split plugin into features including dynamic types which can be indiviually registered during a static build. More details here: https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/199 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/661 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2110>
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-1/+1
|
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-041-0/+2
|
* 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/+11
| | | | 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-15/+13
| | | | | | 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.
* audiovisualizer: shorten base class nameStefan Sauer2012-07-161-13/+12
| | | | | As suggested on IRC rename to AudioVisualizer. We use custom suffix on the type to avoid clashing with other copies for the time being.
* audiovis: port to 0.11 some moreWim Taymans2012-02-071-1/+2
|
* port to new memory APIWim Taymans2012-01-251-8/+9
|
* audiovisualizers: Update for the new raw audio capsSebastian Dröge2012-01-051-1/+3
|
* Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-301-11/+199
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: docs/libs/Makefile.am ext/kate/gstkatetiger.c ext/opus/gstopusdec.c ext/xvid/gstxvidenc.c gst-libs/gst/basecamerabinsrc/Makefile.am gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.c gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.h gst-libs/gst/video/gstbasevideocodec.c gst-libs/gst/video/gstbasevideocodec.h gst-libs/gst/video/gstbasevideodecoder.c gst-libs/gst/video/gstbasevideoencoder.c gst/asfmux/gstasfmux.c gst/audiovisualizers/gstwavescope.c gst/camerabin2/gstcamerabin2.c gst/debugutils/gstcompare.c gst/frei0r/gstfrei0rmixer.c gst/mpegpsmux/mpegpsmux.c gst/mpegtsmux/mpegtsmux.c gst/mxf/mxfmux.c gst/videomeasure/gstvideomeasure_ssim.c gst/videoparsers/gsth264parse.c gst/videoparsers/gstmpeg4videoparse.c
| * spacespace: whitespace cleanupsStefan Sauer2011-11-301-1/+0
| |
| * spacescope: add color-modesStefan Sauer2011-11-301-11/+200
| | | | | | | | | | In colormode we split the signal in low,mid,high frequency parts and draw them separately into red, gree, blue color channels.
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+4
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662664
* | Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey2011-11-251-12/+141
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: ext/faac/gstfaac.c ext/opus/gstopusdec.c ext/opus/gstopusenc.c gst/audiovisualizers/gstspacescope.c gst/colorspace/colorspace.c
| * audiovisualizers: add aa-line code and user for wave/space-scopeStefan Sauer2011-11-241-5/+6
| |
| * spacescope: use the drawhelpers and add a draw-style propertyStefan Sauer2011-11-231-10/+138
| | | | | | | | Like in wavescope support drawing dots and lines.
* | audiovisualizer: port to 0.11Stefan Sauer2011-11-101-17/+21
|/
* audiovisualizers: remove some not needed boilerplateStefan Kost2011-06-061-2/+0
|
* audiovisualizers: add a spacescope elementStefan Kost2011-06-061-0/+131
Add another element that maps left/right channel to x,y coordinates.