summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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] Remove unused directoryOlivier Crete1-0/+0
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
2009-02-21[MOVED FROM GST-P-FARSIGHT] oups, sorry.. DTMF, not RTP_DTMF for this file...Youness Alaoui1-2/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fixes the deadlock when pausing the dtmfsrc and r...Youness Alaoui4-6/+31
2009-02-21[MOVED FROM GST-P-FARSIGHT] ClockID when waiting for buffer is now unschedule...Youness Alaoui4-78/+101
2009-02-21[MOVED FROM GST-P-FARSIGHT] Cleaned up the code a bit, no use of GST_* and re...Youness Alaoui2-32/+55
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fix overly long lines and tabsOlivier Crete2-35/+49
2009-02-21[MOVED FROM GST-P-FARSIGHT] untabbified dtmfsrcYouness Alaoui2-22/+22
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fix RTP timestamps by sending a new_segment event...Youness Alaoui1-1/+4
2009-02-21[MOVED FROM GST-P-FARSIGHT] Better handling of packets, we send the same dura...Youness Alaoui1-24/+15
2009-02-21[MOVED FROM GST-P-FARSIGHT] Changing minimum values to work better on some ga...Youness Alaoui1-2/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] The DTMF tone generator now respects the volume a...Youness Alaoui1-0/+6
2009-02-21[MOVED FROM GST-P-FARSIGHT] don't know why I did that...Youness Alaoui1-1/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] Ported the event queue work from dtmfsrc to rtpdt...Youness Alaoui2-103/+215
2009-02-21[MOVED FROM GST-P-FARSIGHT] ouch, printing with arguments but without %s.. th...Youness Alaoui1-3/+3
2009-02-21[MOVED FROM GST-P-FARSIGHT] Moved the timestamp from the event to dtmfsrc str...Youness Alaoui2-7/+7
2009-02-21[MOVED FROM GST-P-FARSIGHT] Added a queue based system for the dtmfsrc. Now i...Youness Alaoui2-45/+177
2009-02-21[MOVED FROM GST-P-FARSIGHT] Added dtmfsrc, a DTMF Tone Generator, and made it...Youness Alaoui6-23/+845
2009-02-21[MOVED FROM GST-P-FARSIGHT] Moved rtpdtmf to dtmf directoryYouness Alaoui4-0/+0
2009-02-21[MOVED FROM GST-P-FARSIGHT] Send all packet from the streaming thread, includ...Olivier Crete2-15/+25
2009-02-21[MOVED FROM GST-P-FARSIGHT] Put non-zero duration in first packet and put a m...Olivier Crete1-5/+12
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fix RTP timestamp on dtmf packetsOlivier Crete1-2/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] Only set marker on very first packet of an eventOlivier Crete1-0/+3
2009-02-21[MOVED FROM GST-P-FARSIGHT] Send on packet start timeOlivier Crete1-5/+6
2009-02-21[MOVED FROM GST-P-FARSIGHT] RTP timestamp is the time of the beginning of the...Olivier Crete1-2/+0
2009-02-21[MOVED FROM GST-P-FARSIGHT] 80 column is enough for everyoneOlivier Crete1-8/+12
2009-02-21[MOVED FROM GST-P-FARSIGHT] Add redundancy and interval properties to rtpdtmf...Olivier Crete2-12/+70