Age | Commit message (Expand) | Author | Files | Lines |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Adding necessary files for rtpdtmfdepay | Youness Alaoui | 3 | -0/+533 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Fix typos | Youness Alaoui | 1 | -2/+2 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] dtmfsrc: Correctly set the endianess in the caps ... | Sjoerd Simons | 1 | -0/+4 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Search&Replace oops | Olivier Crete | 1 | -1/+1 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] events dont yet belong in the caps | Olivier Crete | 1 | -1/+2 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Add patch to make it work with maemo dsp sources ... | Olivier Crete | 2 | -0/+16 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Oops, set to no preroll when playing->paused too | Olivier Crete | 2 | -0/+6 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Complete port to basesrc | Olivier Crete | 2 | -70/+75 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Add caps negotiation function | Olivier Crete | 2 | -38/+118 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Properly free non-start events | Olivier Crete | 1 | -0/+4 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Make interval and packet_redundancy into uint | Olivier Crete | 2 | -6/+6 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Make the rtp dtmf src use basesrc | Olivier Crete | 2 | -259/+243 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Make dtmf src code nicer | Olivier Crete | 1 | -48/+54 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Remove unused directory | Olivier Crete | 1 | -0/+0 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Implement stopping in a nice thread safe way | Olivier Crete | 2 | -70/+133 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Remove get_times (Wim says its only good for real... | Olivier Crete | 1 | -27/+0 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] using the unlock method of basesrc | Youness Alaoui | 1 | -7/+21 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] more debug | Youness Alaoui | 1 | -0/+1 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] added debugs | Youness Alaoui | 1 | -0/+15 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Make sure to unlock the thread when going to read... | Youness Alaoui | 1 | -19/+35 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Changed dtmfsrc into a subclass of GstBaseSrc | Youness Alaoui | 2 | -211/+93 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Add another fix for a possible race condition | Youness Alaoui | 4 | -4/+19 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Add comment to explain push back | Olivier Crete | 1 | -0/+4 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Properly do the locking to avoid race conditions ... | Olivier Crete | 2 | -27/+35 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] oups, I did it again... | Youness Alaoui | 1 | -1/+1 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] oups, sorry.. DTMF, not RTP_DTMF for this file... | Youness Alaoui | 1 | -2/+2 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Fixes the deadlock when pausing the dtmfsrc and r... | Youness Alaoui | 4 | -6/+31 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] ClockID when waiting for buffer is now unschedule... | Youness Alaoui | 4 | -78/+101 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Cleaned up the code a bit, no use of GST_* and re... | Youness Alaoui | 2 | -32/+55 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Fix overly long lines and tabs | Olivier Crete | 2 | -35/+49 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] untabbified dtmfsrc | Youness Alaoui | 2 | -22/+22 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Fix RTP timestamps by sending a new_segment event... | Youness Alaoui | 1 | -1/+4 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Better handling of packets, we send the same dura... | Youness Alaoui | 1 | -24/+15 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Changing minimum values to work better on some ga... | Youness Alaoui | 1 | -2/+2 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] The DTMF tone generator now respects the volume a... | Youness Alaoui | 1 | -0/+6 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] don't know why I did that... | Youness Alaoui | 1 | -1/+1 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Ported the event queue work from dtmfsrc to rtpdt... | Youness Alaoui | 2 | -103/+215 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] ouch, printing with arguments but without %s.. th... | Youness Alaoui | 1 | -3/+3 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Moved the timestamp from the event to dtmfsrc str... | Youness Alaoui | 2 | -7/+7 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Added a queue based system for the dtmfsrc. Now i... | Youness Alaoui | 2 | -45/+177 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Added dtmfsrc, a DTMF Tone Generator, and made it... | Youness Alaoui | 6 | -23/+845 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Moved rtpdtmf to dtmf directory | Youness Alaoui | 4 | -0/+0 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Send all packet from the streaming thread, includ... | Olivier Crete | 2 | -15/+25 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Put non-zero duration in first packet and put a m... | Olivier Crete | 1 | -5/+12 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Fix RTP timestamp on dtmf packets | Olivier Crete | 1 | -2/+1 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Only set marker on very first packet of an event | Olivier Crete | 1 | -0/+3 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Send on packet start time | Olivier Crete | 1 | -5/+6 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] RTP timestamp is the time of the beginning of the... | Olivier Crete | 1 | -2/+0 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] 80 column is enough for everyone | Olivier Crete | 1 | -8/+12 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Add redundancy and interval properties to rtpdtmf... | Olivier Crete | 2 | -12/+70 |