summaryrefslogtreecommitdiff
path: root/gst/dtmf
Commit message (Expand)AuthorAgeFilesLines
* Makefile.am: no static libs for pluginsStefan Kost2009-03-221-0/+1
* docs: various doc fixesStefan Kost2009-02-254-10/+6
* 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
* [MOVED FROM GST-P-FARSIGHT] Allow setting a minimum size of a sound quanta in...Olivier Crête2009-02-212-3/+70
* [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" fie...Olivier Crête2009-02-212-2/+6
* [MOVED FROM GST-P-FARSIGHT] Remove g_debugsOlivier Crete2009-02-211-6/+0
* [MOVED FROM GST-P-FARSIGHT] Take rate from the peers caps if possibleOlivier Crete2009-02-211-1/+80
* [MOVED FROM GST-P-FARSIGHT] Put the sample rate in dtmfsrc into a variableOlivier Crete2009-02-212-11/+16
* [MOVED FROM GST-P-FARSIGHT] Take the clock-rate from the caps in rtpdtmfsrcOlivier Crete2009-02-211-2/+16
* [MOVED FROM GST-P-FARSIGHT] Link modules with libm where requiredOlivier Crete2009-02-211-1/+1
* [MOVED FROM GST-P-FARSIGHT] Fix byte ordering issues with dtmfsrc and rtpdtmf...Youness Alaoui2009-02-212-7/+3
* [MOVED FROM GST-P-FARSIGHT] Fix copyrights again, per smcv's advice..Youness Alaoui2009-02-212-4/+4
* [MOVED FROM GST-P-FARSIGHT] Make it clear that dtmfsrc also takes named event...Olivier Crete2009-02-211-6/+6
* [MOVED FROM GST-P-FARSIGHT] debug message made into errors because that's wha...Youness Alaoui2009-02-211-3/+3
* [MOVED FROM GST-P-FARSIGHT] Clean unused stuff...Youness Alaoui2009-02-211-52/+0
* [MOVED FROM GST-P-FARSIGHT] Fix copyrightsYouness Alaoui2009-02-212-8/+7
* [MOVED FROM GST-P-FARSIGHT] Adding support for rtpdtmfdepayYouness Alaoui2009-02-213-16/+10
* [MOVED FROM GST-P-FARSIGHT] encoding name has to be upper-caseOlivier Crete2009-02-211-2/+2
* [MOVED FROM GST-P-FARSIGHT] Adding necessary files for rtpdtmfdepayYouness Alaoui2009-02-213-0/+533
* [MOVED FROM GST-P-FARSIGHT] Fix typosYouness Alaoui2009-02-211-2/+2
* [MOVED FROM GST-P-FARSIGHT] dtmfsrc: Correctly set the endianess in the caps ...Sjoerd Simons2009-02-211-0/+4
* [MOVED FROM GST-P-FARSIGHT] Search&Replace oopsOlivier Crete2009-02-211-1/+1
* [MOVED FROM GST-P-FARSIGHT] events dont yet belong in the capsOlivier Crete2009-02-211-1/+2
* [MOVED FROM GST-P-FARSIGHT] Add patch to make it work with maemo dsp sources ...Olivier Crete2009-02-212-0/+16
* [MOVED FROM GST-P-FARSIGHT] Oops, set to no preroll when playing->paused tooOlivier Crete2009-02-212-0/+6
* [MOVED FROM GST-P-FARSIGHT] Complete port to basesrcOlivier Crete2009-02-212-70/+75
* [MOVED FROM GST-P-FARSIGHT] Add caps negotiation functionOlivier Crete2009-02-212-38/+118
* [MOVED FROM GST-P-FARSIGHT] Properly free non-start eventsOlivier Crete2009-02-211-0/+4
* [MOVED FROM GST-P-FARSIGHT] Make interval and packet_redundancy into uintOlivier Crete2009-02-212-6/+6
* [MOVED FROM GST-P-FARSIGHT] Make the rtp dtmf src use basesrcOlivier Crete2009-02-212-259/+243
* [MOVED FROM GST-P-FARSIGHT] Make dtmf src code nicerOlivier Crete2009-02-211-48/+54
* [MOVED FROM GST-P-FARSIGHT] Implement stopping in a nice thread safe wayOlivier Crete2009-02-212-70/+133
* [MOVED FROM GST-P-FARSIGHT] Remove get_times (Wim says its only good for real...Olivier Crete2009-02-211-27/+0
* [MOVED FROM GST-P-FARSIGHT] using the unlock method of basesrcYouness Alaoui2009-02-211-7/+21
* [MOVED FROM GST-P-FARSIGHT] more debugYouness Alaoui2009-02-211-0/+1
* [MOVED FROM GST-P-FARSIGHT] added debugsYouness Alaoui2009-02-211-0/+15
* [MOVED FROM GST-P-FARSIGHT] Make sure to unlock the thread when going to read...Youness Alaoui2009-02-211-19/+35
* [MOVED FROM GST-P-FARSIGHT] Changed dtmfsrc into a subclass of GstBaseSrcYouness Alaoui2009-02-212-211/+93
* [MOVED FROM GST-P-FARSIGHT] Add another fix for a possible race conditionYouness Alaoui2009-02-214-4/+19
* [MOVED FROM GST-P-FARSIGHT] Add comment to explain push backOlivier Crete2009-02-211-0/+4
* [MOVED FROM GST-P-FARSIGHT] Properly do the locking to avoid race conditions ...Olivier Crete2009-02-212-27/+35
* [MOVED FROM GST-P-FARSIGHT] oups, I did it again...Youness Alaoui2009-02-211-1/+1