summaryrefslogtreecommitdiff
path: root/gst/dtmf
Commit message (Collapse)AuthorAgeFilesLines
* Clean up LDFLAGS, LIBS, CFLAGSTim-Philipp Müller2009-11-221-3/+5
| | | | | | | Fix order, fix variables that don't exist, like GST_LIBS_LIBS, use $(LIBM) instead of -lm, and move _LIBS from LDFLAGS to LIBADD. Spotted by Havard Graff.
* dtmf: Use _stdint.h from configureOlivier Crête2009-11-201-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=602465
* dtmf: Update dtmfdetect to make it MSVC friendlyOlivier Crête2009-11-192-1/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=602465
* dtmfdetect: Add DTMF tone detectorOlivier Crête2009-11-056-2/+993
| | | | | | It looks at raw audio data and emits messages when DTMF is detected. The dtmf detector is the same Goertzel implementation used in FreeSwitch and Asterisk. It is in the public domain.
* dtmfsrc: Reject empty capsOlivier Crête2009-11-041-0/+3
|
* dtmfsrc: Use log level for repeated debug messagesOlivier Crête2009-11-041-7/+5
|
* dtmfsrc: Allow for any samplerateOlivier Crête2009-11-041-49/+18
|
* dtmf: fix warnings in macosx snow leopardJosep Torra2009-10-111-2/+3
|
* dtmfsrc: Empty event queue on finalizeOlivier Crête2009-08-121-1/+7
|
* dtmf: Use GSlice for internal event structuresOlivier Crête2009-08-122-17/+17
|
* rtpdtmfsrc: Cleanup events on finalizeTim-Philipp Müller2009-08-121-4/+5
| | | | | | Problem found by Laurent Glayal Fixes bug #591440
* rtpdtmfsrc: Cleanup events on finalizeTim-Philipp Müller2009-08-121-3/+14
| | | | | | Problem found by Laurent Glayal Fixes bug #591440
* Makefile.am: no static libs for pluginsStefan Kost2009-03-221-0/+1
|
* docs: various doc fixesStefan Kost2009-02-254-10/+6
| | | | | | No short-desc as we have them in the element details. Also keep things (Makefile.am and sections.txt) sorted. Reword ambigous returns. No text after since please.
* Document rtpdtmfdepay a bitOlivier Crête2009-02-213-0/+63
|
* Moved dtmf elements from gst-plugins-farsight to -badOlivier Crête2009-02-211-1/+2
|
* Fix up documentation blobs SGMLOlivier Crête2009-02-215-26/+5
|
* Re-indent to Gst styleOlivier Crête2009-02-218-354/+328
|
* [MOVED FROM GST-P-FARSIGHT] Missing format directiveLaurent Glayal2009-02-211-1/+1
|
* [MOVED FROM GST-P-FARSIGHT] Allow setting a maximum duration to a RTP DTMF eventOlivier Crête2009-02-212-2/+28
|
* [MOVED FROM GST-P-FARSIGHT] Improve the minimum quanta to make it impossible ↵Olivier Crête2009-02-211-2/+13
| | | | for the duration to fall down to 0
* [MOVED FROM GST-P-FARSIGHT] Allow setting a minimum size of a sound quanta ↵Olivier Crête2009-02-212-3/+70
| | | | in the dtmf depayloader
* [MOVED FROM GST-P-FARSIGHT] Remove .git-darcs-dir filesOlivier Crête2009-02-211-0/+0
|
* [MOVED FROM GST-P-FARSIGHT] Do wierd casting of the volume to make MSVC happyHåvard Graff2009-02-211-1/+3
|
* [MOVED FROM GST-P-FARSIGHT] Clarify the documentation of the "event-type" ↵Olivier Crête2009-02-212-2/+6
| | | | field when specifying dtmf events
* [MOVED FROM GST-P-FARSIGHT] Remove g_debugsOlivier Crete2009-02-211-6/+0
| | | | 20080722213938-3e2dc-44a82d017fe66f3112301c410aa0b543de6156ad.gz
* [MOVED FROM GST-P-FARSIGHT] Take rate from the peers caps if possibleOlivier Crete2009-02-211-1/+80
| | | | 20080613235723-3e2dc-15690ee42708c539e1be12e20e076a5613faea96.gz
* [MOVED FROM GST-P-FARSIGHT] Put the sample rate in dtmfsrc into a variableOlivier Crete2009-02-212-11/+16
| | | | 20080613234144-3e2dc-e60070943bec829b703b8821c7aa4351a02deebe.gz
* [MOVED FROM GST-P-FARSIGHT] Take the clock-rate from the caps in rtpdtmfsrcOlivier Crete2009-02-211-2/+16
| | | | 20080613233006-3e2dc-a7d4e918643f4f8c1bb2cc2678558c654025920e.gz
* [MOVED FROM GST-P-FARSIGHT] Link modules with libm where requiredOlivier Crete2009-02-211-1/+1
| | | | 20080428222237-3e2dc-b1e9120c1e9ca1a510bfd7c27e2d45f0d4a12504.gz
* [MOVED FROM GST-P-FARSIGHT] Fix byte ordering issues with dtmfsrc and ↵Youness Alaoui2009-02-212-7/+3
| | | | | | rtpdtmfdepay.. use of G_STRINGIFY to avoid error on MSVC 20080412234418-4f0f6-4828d1613dfcd564afd236dfc8fb57a299092f83.gz
* [MOVED FROM GST-P-FARSIGHT] Fix copyrights again, per smcv's advice..Youness Alaoui2009-02-212-4/+4
| | | | 20080320191438-4f0f6-671c9db5d996a4601df017ceab4af6d16469c966.gz
* [MOVED FROM GST-P-FARSIGHT] Make it clear that dtmfsrc also takes named ↵Olivier Crete2009-02-211-6/+6
| | | | | | events as input 20080319211731-3e2dc-26c729f6dc8db27e71cf6b22646a81530dbf862f.gz
* [MOVED FROM GST-P-FARSIGHT] debug message made into errors because that's ↵Youness Alaoui2009-02-211-3/+3
| | | | | | what they are... 20080320184841-4f0f6-8a2d283297b02713dade0ae4acaa5f6e0f67eace.gz
* [MOVED FROM GST-P-FARSIGHT] Clean unused stuff...Youness Alaoui2009-02-211-52/+0
| | | | 20080320183937-4f0f6-bcb841cdc07f9e9677512f4b50b4b659a58c6783.gz
* [MOVED FROM GST-P-FARSIGHT] Fix copyrightsYouness Alaoui2009-02-212-8/+7
| | | | 20080320183912-4f0f6-689365d5a406632e3d088fac74e4fb6f8a4eb0ea.gz
* [MOVED FROM GST-P-FARSIGHT] Adding support for rtpdtmfdepayYouness Alaoui2009-02-213-16/+10
| | | | 20080320011301-4f0f6-d36a5d24be20336e36c4796d75476c9b5ee1a7e1.gz
* [MOVED FROM GST-P-FARSIGHT] encoding name has to be upper-caseOlivier Crete2009-02-211-2/+2
| | | | 20080319193251-3e2dc-1581b33be9b486e35ec4948009677ccd5ffdc098.gz
* [MOVED FROM GST-P-FARSIGHT] Adding necessary files for rtpdtmfdepayYouness Alaoui2009-02-213-0/+533
| | | | 20080320005147-4f0f6-550fe22f70152f3aab3dcd7a6b02cbf81e89232d.gz
* [MOVED FROM GST-P-FARSIGHT] Fix typosYouness Alaoui2009-02-211-2/+2
| | | | 20080320005041-4f0f6-9d22fa5d155e35b605ea85b1fd9e7197a882a1f0.gz
* [MOVED FROM GST-P-FARSIGHT] dtmfsrc: Correctly set the endianess in the caps ↵Sjoerd Simons2009-02-211-0/+4
| | | | | | to the machines endianess 20080216134140-93b9a-40a3a9d7ac1679c5e0dfd24a6b91e4aba6cc6496.gz
* [MOVED FROM GST-P-FARSIGHT] Search&Replace oopsOlivier Crete2009-02-211-1/+1
| | | | 20070917175233-3e2dc-57f579c4b890993f49fa8e9e6470a3eb79d2b922.gz
* [MOVED FROM GST-P-FARSIGHT] events dont yet belong in the capsOlivier Crete2009-02-211-1/+2
| | | | 20070917175133-3e2dc-fd1d83b7826b898110fc571ae7c3440f1887434d.gz
* [MOVED FROM GST-P-FARSIGHT] Add patch to make it work with maemo dsp sources ↵Olivier Crete2009-02-212-0/+16
| | | | | | that payload incorrectly 20070917160820-3e2dc-06b1b1d1b0918b30dabea5a0714cb732b3b8d8dd.gz
* [MOVED FROM GST-P-FARSIGHT] Oops, set to no preroll when playing->paused tooOlivier Crete2009-02-212-0/+6
| | | | 20070917042649-3e2dc-94adb6aa0617e815a6e233232dabb4bbc48dc82c.gz
* [MOVED FROM GST-P-FARSIGHT] Complete port to basesrcOlivier Crete2009-02-212-70/+75
| | | | 20070917003654-3e2dc-db0f84dabd9dd1ac929a0461865b8aaa8ef91a77.gz
* [MOVED FROM GST-P-FARSIGHT] Add caps negotiation functionOlivier Crete2009-02-212-38/+118
| | | | 20070917002412-3e2dc-ca266816e9629746e9083c5bb8b7f73b94a9b2b0.gz
* [MOVED FROM GST-P-FARSIGHT] Properly free non-start eventsOlivier Crete2009-02-211-0/+4
| | | | 20070917001659-3e2dc-a571777e3ecfb90989f87412f554aa10a31cc2ca.gz
* [MOVED FROM GST-P-FARSIGHT] Make interval and packet_redundancy into uintOlivier Crete2009-02-212-6/+6
| | | | 20070917001552-3e2dc-60032e547b3669b87317c981d985c156aab91b40.gz
* [MOVED FROM GST-P-FARSIGHT] Make the rtp dtmf src use basesrcOlivier Crete2009-02-212-259/+243
| | | | 20070916194408-3e2dc-734000130dce2434a014acf843d641ff0e60aa5a.gz