summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-21[MOVED FROM GST-P-FARSIGHT] Only send dtmf if the method is unspecified or is 1Olivier Crete1-1/+16
2009-02-21[MOVED FROM GST-P-FARSIGHT] Make documentation consistent with itselfOlivier Crete1-1/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] Use segment to calculate dtmfsrc rtp timestampOlivier Crete2-2/+22
2009-02-21[MOVED FROM GST-P-FARSIGHT] Clean-up and refactorize dtmfsrc codezeeshan.ali@nokia.com1-100/+146
2009-02-21[MOVED FROM GST-P-FARSIGHT] Ooops, little typoOlivier Crete1-1/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] Make it generate the proper rtp timestamps in syn...Olivier Crete2-37/+32
2009-02-21[MOVED FROM GST-P-FARSIGHT] Increment the ts after setting the buffer's tszeeshan.ali@nokia.com1-1/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] Calculate the rtp ts before gst ts get incrementedzeeshan.ali@nokia.com1-7/+8
2009-02-21[MOVED FROM GST-P-FARSIGHT] Some code-cleanupzeeshan.ali@nokia.com1-4/+5
2009-02-21[MOVED FROM GST-P-FARSIGHT] Initialize the GstSegment at the right timezeeshan.ali@nokia.com1-2/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] Call set_caps when we have all the paramszeeshan.ali@nokia.com1-2/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Set caps on the buffer before pushing itzeeshan.ali@nokia.com1-0/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Request for stream lock when generating DTMF packetszeeshan.ali@nokia.com1-0/+19
2009-02-21[MOVED FROM GST-P-FARSIGHT] Correct caps printoutzeeshan.ali@nokia.com1-2/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Add doc-section commentszeeshan.ali@nokia.com1-0/+89
2009-02-21[MOVED FROM GST-P-FARSIGHT] Add copyrightszeeshan.ali@nokia.com2-0/+3
2009-02-21[MOVED FROM GST-P-FARSIGHT] No need to handle downstream eventszeeshan.ali@nokia.com1-15/+0
2009-02-21[MOVED FROM GST-P-FARSIGHT] Attempt to correct event handlingzeeshan.ali@nokia.com1-4/+8
2009-02-21[MOVED FROM GST-P-FARSIGHT] Use pause_task instead of stop_task to avoid any ...zeeshan.ali@nokia.com1-2/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Put correct seq and timestamps on the packetszeeshan.ali@nokia.com2-24/+138
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fix the copyright noticezeeshan.ali@nokia.com2-2/+6
2009-02-21[MOVED FROM GST-P-FARSIGHT] Add RTP DTMF event packet generator element and t...zeeshan.ali@nokia.com4-0/+605
2009-02-21autogen.sh: actually setting up a symbolic link for the pre-commit hookEdward Hervey1-2/+2
2009-02-21mxfdemux: Add read-only property to get the structural metadataSebastian Dröge1-1/+24
2009-02-21mxfdemux: Add MPEG video bitrate to the tags if availableSebastian Dröge1-0/+6
2009-02-21mxfdemux: Post structural metadata tree as tag on the busSebastian Dröge10-6/+1854
2009-02-21mxfdemux: Fix calculation of AES3 bitrate tagSebastian Dröge1-1/+4