summaryrefslogtreecommitdiff
path: root/gst/audiovisualizers
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-292-1/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: NEWS RELEASE common configure.ac docs/libs/gst-plugins-bad-libs-sections.txt docs/plugins/gst-plugins-bad-plugins.args docs/plugins/gst-plugins-bad-plugins.hierarchy docs/plugins/gst-plugins-bad-plugins.interfaces docs/plugins/inspect/plugin-adpcmdec.xml docs/plugins/inspect/plugin-adpcmenc.xml docs/plugins/inspect/plugin-assrender.xml docs/plugins/inspect/plugin-audiovisualizers.xml docs/plugins/inspect/plugin-autoconvert.xml docs/plugins/inspect/plugin-bayer.xml docs/plugins/inspect/plugin-bz2.xml docs/plugins/inspect/plugin-camerabin2.xml docs/plugins/inspect/plugin-celt.xml docs/plugins/inspect/plugin-dataurisrc.xml docs/plugins/inspect/plugin-debugutilsbad.xml docs/plugins/inspect/plugin-dtmf.xml docs/plugins/inspect/plugin-dtsdec.xml docs/plugins/inspect/plugin-dvbsuboverlay.xml docs/plugins/inspect/plugin-dvdspu.xml docs/plugins/inspect/plugin-faac.xml docs/plugins/inspect/plugin-faad.xml docs/plugins/inspect/plugin-gsm.xml docs/plugins/inspect/plugin-h264parse.xml docs/plugins/inspect/plugin-mms.xml docs/plugins/inspect/plugin-modplug.xml docs/plugins/inspect/plugin-mpeg2enc.xml docs/plugins/inspect/plugin-mpegdemux2.xml docs/plugins/inspect/plugin-mpegtsdemux.xml docs/plugins/inspect/plugin-mpegvideoparse.xml docs/plugins/inspect/plugin-mplex.xml docs/plugins/inspect/plugin-pcapparse.xml docs/plugins/inspect/plugin-rawparse.xml docs/plugins/inspect/plugin-rtpmux.xml docs/plugins/inspect/plugin-rtpvp8.xml docs/plugins/inspect/plugin-scaletempo.xml docs/plugins/inspect/plugin-schro.xml docs/plugins/inspect/plugin-sdp.xml docs/plugins/inspect/plugin-segmentclip.xml docs/plugins/inspect/plugin-shm.xml docs/plugins/inspect/plugin-videomaxrate.xml docs/plugins/inspect/plugin-videoparsersbad.xml docs/plugins/inspect/plugin-vp8.xml docs/plugins/inspect/plugin-y4mdec.xml ext/celt/gstceltdec.c ext/dts/gstdtsdec.c ext/modplug/gstmodplug.cc ext/opus/gstopusenc.c gst-libs/gst/video/gstbasevideocodec.c gst-libs/gst/video/gstbasevideocodec.h gst-libs/gst/video/gstbasevideodecoder.c gst-libs/gst/video/gstbasevideodecoder.h gst-libs/gst/video/gstbasevideoencoder.c gst-libs/gst/video/gstbasevideoencoder.h gst/adpcmdec/Makefile.am gst/audiovisualizers/gstbaseaudiovisualizer.c gst/h264parse/gsth264parse.c gst/mpegdemux/mpegtsparse.c gst/mpegtsdemux/mpegtsbase.c gst/mpegtsdemux/mpegtspacketizer.c gst/mpegtsdemux/mpegtsparse.c gst/mpegtsdemux/tsdemux.c gst/mpegtsdemux/tsdemux.h gst/mxf/mxfdemux.c gst/rawparse/gstaudioparse.c gst/videoparsers/gsth263parse.c gst/videoparsers/gsth264parse.c sys/d3dvideosink/d3dvideosink.c sys/decklink/gstdecklinksink.cpp sys/dvb/gstdvbsrc.c sys/shm/gstshmsrc.c sys/vdpau/h264/gstvdph264dec.c sys/vdpau/mpeg/gstvdpmpegdec.c tests/examples/opencv/gst_element_print_properties.c win32/common/config.h
| * baseaudiovisualizer: Fix 'comparison of unsigned expression >= 0 is always ↵Sebastian Dröge2012-03-061-1/+1
| | | | | | | | true' compiler warning
| * audiovisualizers: planning + example updateStefan Sauer2012-03-041-0/+7
| |
* | update for bufferpool changesWim Taymans2012-03-151-1/+1
| |
* | update for allocation query changesWim Taymans2012-03-151-16/+18
| |
* | take padding into accountWim Taymans2012-03-141-3/+4
| |
* | fix for caps api changesWim Taymans2012-03-111-2/+3
| |
* | update for new memory apiWim Taymans2012-02-221-2/+2
| |
* | Merge branch 'master' into 0.11Wim Taymans2012-02-101-0/+5
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ext/chromaprint/gstchromaprint.c ext/mpeg2enc/Makefile.am ext/voaacenc/gstvoaacenc.c gst/dvbsuboverlay/gstdvbsuboverlay.c gst/mpegtsdemux/mpegtsbase.c gst/sdp/gstsdpdemux.c gst/videoparsers/gsth264parse.c sys/d3dvideosink/d3dvideosink.c tests/examples/camerabin/gst-camera-perf.c tests/examples/camerabin/gst-camerabin-test.c tests/examples/camerabin2/gst-camerabin2-test.c tests/examples/mxf/mxfdemux-structure.c tests/examples/scaletempo/demo-main.c
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-271-0/+5
| |
* | audiovis: port to 0.11 some moreWim Taymans2012-02-076-64/+45
| |
* | port to new memory APIWim Taymans2012-01-255-37/+52
| |
* | port to new gthread APIWim Taymans2012-01-192-11/+11
| |
* | audiovisualizers: Update for the new raw audio capsSebastian Dröge2012-01-054-4/+12
| |
* | Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-306-66/+426
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-302-2/+1
| |
| * wavescape: also add colormodes like in spacescopeStefan Sauer2011-11-302-9/+170
| |
| * audiovisualizer: update READMEStefan Sauer2011-11-301-9/+27
| |
| * spacescope: add color-modesStefan Sauer2011-11-303-14/+212
| | | | | | | | | | In colormode we split the signal in low,mid,high frequency parts and draw them separately into red, gree, blue color channels.
| * audiovisualizers: streamline the line_aa codeStefan Sauer2011-11-301-37/+18
| | | | | | | | Have a reusable dot_aa code and reuse in the line drawing.
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-284-16/+16
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662664
* | Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey2011-11-255-23/+239
|\ \ | |/ | | | | | | | | | | | | | | 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-244-9/+85
| |
| * audiovisualizers: update README and TODO commentsStefan Sauer2011-11-232-7/+13
| |
| * spacescope: use the drawhelpers and add a draw-style propertyStefan Sauer2011-11-232-10/+144
| | | | | | | | Like in wavescope support drawing dots and lines.
* | Merge branch 'master' into 0.11Wim Taymans2011-11-234-27/+206
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | Conflicts: ext/opus/gstopusdec.c ext/opus/gstopusenc.c ext/opus/gstopusparse.c gst/audiovisualizers/gstwavescope.c gst/filter/Makefile.am gst/filter/gstfilter.c gst/filter/gstiir.c gst/playondemand/gstplayondemand.c
| * audiovisualizers: add some simple drawing helpers for reuseStefan Sauer2011-11-233-29/+44
| | | | | | | | Add a (uninstalled) header with simple drawing macros
| * wavescope: add a style property for drawing modesStefan Sauer2011-11-232-15/+176
| | | | | | | | Add a style enum of { dots, lines}. Now this elements is a superset of smoothwave.
* | add parent to pad functionsWim Taymans2011-11-171-13/+12
| |
* | add parent to query functionWim Taymans2011-11-161-19/+9
| |
* | update for renamed flagsWim Taymans2011-11-161-4/+1
| | | | | | | | Use the _check_reconfigure method instead of checking flags.
* | _peer_get_caps() -> _peer_query_caps()Wim Taymans2011-11-151-1/+1
| |
* | audiovisualizer: port to 0.11Stefan Sauer2011-11-106-189/+492
| |
* | controller: port to new controller location and apiStefan Sauer2011-11-043-7/+3
|/
* basevisualizer: add more shader variants and simplify codeStefan Kost2011-08-122-177/+210
| | | | | | Use macros to simplyfy the shading code. Those will ease to add support for other colorspaces in the future. Add more variants for the shading (left,right, horiz-in, vert-out, vert-in).
* basevisualizer: more docsStefan Kost2011-08-121-4/+7
|
* baseaudiovisualizer: protect config with a lockStefan Kost2011-08-122-2/+31
| | | | | Before it was easy to crash the elements when using a ximagesink and triggering renegotiation by resizing.
* 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.
* baseaudiovisualizer: fix last block conditionStefan Kost2011-06-061-5/+7
| | | | | Also push out the last frame if we have exact amount of samples. Fix the adapter flushing to not cause endless loops. Drop a redundant avail() check.
* audiovisualizers: add a README with comments and plansStefan Kost2011-06-061-0/+51
|
* audiovisualizers: remove some not needed boilerplateStefan Kost2011-06-062-11/+0
|
* audiovisualizers: add a spacescope elementStefan Kost2011-06-064-1/+185
| | | | Add another element that maps left/right channel to x,y coordinates.
* synaescope: tweak the algorithmStefan Kost2011-06-061-22/+27
| | | | | Speed-up the calculation a bit. Keep a few values as doubles. Tune the scaling to get nices colors.
* audiovisualizers: doc-blob and comment updatesStefan Kost2011-06-063-5/+9
|
* audiovisualizers: rename baseclass from basescope to baseaudiovisualizerStefan Kost2011-06-069-157/+172
|
* audiovisualizers: rename scopes plugin to audiovisualizersStefan Kost2011-06-0610-0/+1809