summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-21mxfdemux: Add helper function to convert MXFraction to gdouble and use itSebastian Dröge3-2/+9
2009-02-21mxfdemux: Only store the main descriptor in source packagesSebastian Dröge3-82/+61
2009-02-21mxfdemux: Set free'd memory to NULL to prevent a double free later in some casesSebastian Dröge1-0/+1
2009-02-21mxfdemux: Don't use generic metadata parsers for unknown metadata, the result...Sebastian Dröge3-8/+6
2009-02-19mpegtsdemux: s/fluts/mpegtsZaheer Merali9-395/+398
2009-02-17Add doc infrastructure to valveOlivier Crête3-0/+18
2009-02-17Document the GstValveOlivier Crête2-0/+18
2009-02-17Moved valve from gst-plugins-farsight to -badOlivier Crête2-0/+36
2009-02-17Rename fsvalve to valveOlivier Crête1-16/+16
2009-02-17Re-indent valve in gst styleOlivier Crête2-38/+32
2009-02-17[MOVED FROM GST-P-FARSIGHT] Ignore errors if dropping is set to trueOlivier Crête1-0/+16