summaryrefslogtreecommitdiff
path: root/ext/webrtcdsp
AgeCommit message (Expand)AuthorFilesLines
2021-04-19webrtcdsp: Propagate VAD to audio level metaPhilippe Normand1-2/+15
2021-03-23webrtcdsp: allow per feature registrationStéphane Cerveau6-26/+103
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle1-4/+4
2020-06-04plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge1-0/+4
2020-03-15webrtcdsp: Fix documentation markupPhilippe Normand1-1/+1
2019-11-05documentation: fixed a heap o' typosAaron Boxer3-5/+5
2019-10-14Remove autotools build systemTim-Philipp Müller1-20/+0
2019-05-13docs: Build documentation with hotdocThibault Saunier1-0/+1
2019-04-13webrtcdsp/meson.build: don't forget to set c++11 modeDan Kegel1-0/+1
2018-11-12build: link against the gnustl dependency on android for c++ pluginsMatthew Waters1-3/+2
2018-08-11meson: Add gnustl dep for webrtcdsp on AndroidNirbheek Chauhan1-2/+7
2018-08-03webrtcdsp: Avoid redefinition of GST_USE_UNSTABLE_APINicolas Dufresne2-0/+4
2018-08-03webrtcdsp: add support for using F32/non-interleaved buffersGeorge Kiagiadakis6-57/+247
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-1/+2
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-05-18Fix up package name and origin in some pluginsTim-Philipp Müller1-1/+1
2017-05-09Bump and update for meson 0.40.1Nicolas Dufresne1-7/+2
2017-05-02webrtcdsp: fix doc string of echo-cancel propertyGeorge Kiagiadakis1-2/+1
2017-03-29webrtcechoprobe: return from _read() early if the probe is not configured yetGeorge Kiagiadakis1-1/+2
2017-03-27webrtcdsp: Add support to build with mesonNicolas Dufresne1-0/+23
2017-03-27webrtcdsp: expose voice activity detection.Mathieu Duponchelle1-1/+129
2017-02-23webrtcdsp: expose new properties.Mathieu Duponchelle1-4/+127
2016-07-13webrtcdsp: Add delay-agnostic propertyNicolas Dufresne2-3/+41
2016-07-05webrtcdsp: Workaround GCC/MingW 4.7 limitationsNicolas Dufresne1-10/+12
2016-06-30webrtcdsp: Rewrite echo data synchronizationNicolas Dufresne3-123/+143
2016-06-30webrtcdsp: We now fail if there is no echo probeNicolas Dufresne1-1/+1
2016-06-23webrtcdsp: Offset timestamp with durationNicolas Dufresne1-3/+11
2016-06-22webrtcdsp: Synchronize with delaysNicolas Dufresne1-21/+5
2016-06-22webrtdsp: Remove restriction on channels numberNicolas Dufresne1-6/+4
2016-06-22webrtcdsp: Style fixNicolas Dufresne1-1/+1
2016-06-21webrtcdsp: Add WebRTC Audio Processing supportNicolas Dufresne5-0/+1269