Age | Commit message (Expand) | Author | Files | Lines |
2009-02-25 | docs: various doc fixes | Stefan Kost | 1 | -1/+0 |
2009-02-21 | Document rtpdtmfdepay a bit | Olivier Crête | 1 | -0/+1 |
2009-02-21 | Fix up documentation blobs SGML | Olivier Crête | 1 | -13/+1 |
2009-02-21 | Re-indent to Gst style | Olivier Crête | 1 | -126/+112 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Clarify the documentation of the "event-type" fie... | Olivier Crête | 1 | -1/+3 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Remove g_debugs | Olivier Crete | 1 | -6/+0 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Take rate from the peers caps if possible | Olivier Crete | 1 | -1/+80 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Put the sample rate in dtmfsrc into a variable | Olivier Crete | 1 | -11/+14 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Fix byte ordering issues with dtmfsrc and rtpdtmf... | Youness Alaoui | 1 | -5/+1 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Make it clear that dtmfsrc also takes named event... | Olivier Crete | 1 | -6/+6 |
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] Add patch to make it work with maemo dsp sources ... | Olivier Crete | 1 | -0/+8 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Oops, set to no preroll when playing->paused too | Olivier Crete | 1 | -0/+3 |
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 | 1 | -2/+2 |
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] Implement stopping in a nice thread safe way | Olivier Crete | 1 | -68/+130 |
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 | 1 | -207/+90 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Add another fix for a possible race condition | Youness Alaoui | 1 | -2/+9 |
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 | 1 | -15/+15 |
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 | 1 | -0/+14 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] ClockID when waiting for buffer is now unschedule... | Youness Alaoui | 1 | -40/+47 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Cleaned up the code a bit, no use of GST_* and re... | Youness Alaoui | 1 | -17/+27 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Fix overly long lines and tabs | Olivier Crete | 1 | -12/+19 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] untabbified dtmfsrc | Youness Alaoui | 1 | -11/+11 |
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] 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 | 1 | -6/+6 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Added a queue based system for the dtmfsrc. Now i... | Youness Alaoui | 1 | -41/+155 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Added dtmfsrc, a DTMF Tone Generator, and made it... | Youness Alaoui | 1 | -0/+729 |