summaryrefslogtreecommitdiff
path: root/gst/dtmf
AgeCommit message (Expand)AuthorFilesLines
2009-03-22Makefile.am: no static libs for pluginsStefan Kost1-0/+1
2009-02-25docs: various doc fixesStefan Kost4-10/+6
2009-02-21Document rtpdtmfdepay a bitOlivier Crête3-0/+63
2009-02-21Moved dtmf elements from gst-plugins-farsight to -badOlivier Crête1-1/+2
2009-02-21Fix up documentation blobs SGMLOlivier Crête5-26/+5
2009-02-21Re-indent to Gst styleOlivier Crête8-354/+328
2009-02-21[MOVED FROM GST-P-FARSIGHT] Missing format directiveLaurent Glayal1-1/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] Allow setting a maximum duration to a RTP DTMF eventOlivier Crête2-2/+28
2009-02-21[MOVED FROM GST-P-FARSIGHT] Improve the minimum quanta to make it impossible ...Olivier Crête1-2/+13
2009-02-21[MOVED FROM GST-P-FARSIGHT] Allow setting a minimum size of a sound quanta in...Olivier Crête2-3/+70
2009-02-21[MOVED FROM GST-P-FARSIGHT] Remove .git-darcs-dir filesOlivier Crête1-0/+0
2009-02-21[MOVED FROM GST-P-FARSIGHT] Do wierd casting of the volume to make MSVC happyHåvard Graff1-1/+3
2009-02-21[MOVED FROM GST-P-FARSIGHT] Clarify the documentation of the "event-type" fie...Olivier Crête2-2/+6
2009-02-21[MOVED FROM GST-P-FARSIGHT] Remove g_debugsOlivier Crete1-6/+0
2009-02-21[MOVED FROM GST-P-FARSIGHT] Take rate from the peers caps if possibleOlivier Crete1-1/+80
2009-02-21[MOVED FROM GST-P-FARSIGHT] Put the sample rate in dtmfsrc into a variableOlivier Crete2-11/+16
2009-02-21[MOVED FROM GST-P-FARSIGHT] Take the clock-rate from the caps in rtpdtmfsrcOlivier Crete1-2/+16
2009-02-21[MOVED FROM GST-P-FARSIGHT] Link modules with libm where requiredOlivier Crete1-1/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fix byte ordering issues with dtmfsrc and rtpdtmf...Youness Alaoui2-7/+3
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fix copyrights again, per smcv's advice..Youness Alaoui2-4/+4
2009-02-21[MOVED FROM GST-P-FARSIGHT] Make it clear that dtmfsrc also takes named event...Olivier Crete1-6/+6
2009-02-21[MOVED FROM GST-P-FARSIGHT] debug message made into errors because that's wha...Youness Alaoui1-3/+3
2009-02-21[MOVED FROM GST-P-FARSIGHT] Clean unused stuff...Youness Alaoui1-52/+0
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fix copyrightsYouness Alaoui2-8/+7
2009-02-21[MOVED FROM GST-P-FARSIGHT] Adding support for rtpdtmfdepayYouness Alaoui3-16/+10
2009-02-21[MOVED FROM GST-P-FARSIGHT] encoding name has to be upper-caseOlivier Crete1-2/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Adding necessary files for rtpdtmfdepayYouness Alaoui3-0/+533
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fix typosYouness Alaoui1-2/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] dtmfsrc: Correctly set the endianess in the caps ...Sjoerd Simons1-0/+4
2009-02-21[MOVED FROM GST-P-FARSIGHT] Search&Replace oopsOlivier Crete1-1/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] events dont yet belong in the capsOlivier Crete1-1/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Add patch to make it work with maemo dsp sources ...Olivier Crete2-0/+16
2009-02-21[MOVED FROM GST-P-FARSIGHT] Oops, set to no preroll when playing->paused tooOlivier Crete2-0/+6
2009-02-21[MOVED FROM GST-P-FARSIGHT] Complete port to basesrcOlivier Crete2-70/+75
2009-02-21[MOVED FROM GST-P-FARSIGHT] Add caps negotiation functionOlivier Crete2-38/+118
2009-02-21[MOVED FROM GST-P-FARSIGHT] Properly free non-start eventsOlivier Crete1-0/+4
2009-02-21[MOVED FROM GST-P-FARSIGHT] Make interval and packet_redundancy into uintOlivier Crete2-6/+6
2009-02-21[MOVED FROM GST-P-FARSIGHT] Make the rtp dtmf src use basesrcOlivier Crete2-259/+243
2009-02-21[MOVED FROM GST-P-FARSIGHT] Make dtmf src code nicerOlivier Crete1-48/+54
2009-02-21[MOVED FROM GST-P-FARSIGHT] Implement stopping in a nice thread safe wayOlivier Crete2-70/+133
2009-02-21[MOVED FROM GST-P-FARSIGHT] Remove get_times (Wim says its only good for real...Olivier Crete1-27/+0
2009-02-21[MOVED FROM GST-P-FARSIGHT] using the unlock method of basesrcYouness Alaoui1-7/+21
2009-02-21[MOVED FROM GST-P-FARSIGHT] more debugYouness Alaoui1-0/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] added debugsYouness Alaoui1-0/+15
2009-02-21[MOVED FROM GST-P-FARSIGHT] Make sure to unlock the thread when going to read...Youness Alaoui1-19/+35
2009-02-21[MOVED FROM GST-P-FARSIGHT] Changed dtmfsrc into a subclass of GstBaseSrcYouness Alaoui2-211/+93
2009-02-21[MOVED FROM GST-P-FARSIGHT] Add another fix for a possible race conditionYouness Alaoui4-4/+19
2009-02-21[MOVED FROM GST-P-FARSIGHT] Add comment to explain push backOlivier Crete1-0/+4
2009-02-21[MOVED FROM GST-P-FARSIGHT] Properly do the locking to avoid race conditions ...Olivier Crete2-27/+35
2009-02-21[MOVED FROM GST-P-FARSIGHT] oups, I did it again...Youness Alaoui1-1/+1