Age | Commit message (Expand) | Author | Files | Lines |
2009-04-15 | jitterbuffer: prevent overflow in EOS estimation | Wim Taymans | 1 | -1/+1 |
2009-04-15 | jitterbuffer: more estimated EOS fixes | Wim Taymans | 1 | -6/+18 |
2009-04-15 | jitterbuffer: release lock before pushing EOS | Wim Taymans | 1 | -1/+1 |
2009-03-27 | rtpbin: add on_npt_stop signal | Wim Taymans | 1 | -12/+167 |
2009-01-22 | Unlock the jitterbuffer before pushing out the packet-lost events. | Wim Taymans | 1 | -5/+8 |
2008-11-20 | gst/rtpmanager/gstrtpjitterbuffer.c: Initialize return value to fix compiler ... | Sebastian Dröge | 1 | -1/+1 |
2008-11-19 | gst/rtpmanager/gstrtpjitterbuffer.c: Mark signal arg as static scope. | Wim Taymans | 1 | -1/+1 |
2008-11-19 | gst/rtpmanager/gstrtpbin.c: Remove internal sync pad, use signals instead to ... | Wim Taymans | 1 | -21/+322 |
2008-11-17 | gst/rtpmanager/gstrtpbin.c: Do not try to keep track of the clock-rate oursel... | Wim Taymans | 1 | -5/+9 |
2008-11-13 | gst/rtpmanager/: Small cleanups and some more debug info. | Wim Taymans | 1 | -6/+7 |
2008-11-10 | gst/rtpmanager/gstrtpjitterbuffer.c: Also configure the next expected output ... | Wim Taymans | 1 | -5/+5 |
2008-10-16 | gst/rtpmanager/gstrtpjitterbuffer.c: Fix problem with using the output seqnum... | Wim Taymans | 1 | -27/+45 |
2008-10-07 | gst/rtpmanager/gstrtpjitterbuffer.c: Only update the seqnum-base when it was ... | Wim Taymans | 1 | -5/+7 |
2008-09-05 | gst/rtpmanager/gstrtpbin.*: Add signal to notify listeners when a sender beco... | Wim Taymans | 1 | -28/+52 |
2008-08-05 | gst/rtpmanager/gstrtpjitterbuffer.c: Make the buffer metadata writable before... | Olivier Crete | 1 | -2/+6 |
2008-08-05 | gst/rtpmanager/gstrtpjitterbuffer.c: Fix debug by logging the right seqnum. | Håvard Graff | 1 | -2/+3 |
2008-07-03 | gst/rtpmanager/: Corrected a typo (interpollate -> interpolate). | Peter Kjellerstedt | 1 | -1/+1 |
2008-06-16 | Final round of doc updates. | Stefan Kost | 1 | -1/+2 |
2008-06-16 | gst/: More doc updates. More xrefs. | Stefan Kost | 1 | -19/+13 |
2008-06-12 | Do not use short_description in section docs for elements. We extract them fr... | Stefan Kost | 1 | -2/+0 |
2008-05-26 | gst/rtpmanager/gstrtpjitterbuffer.c: When checking the seqnum, reset the jitt... | Wim Taymans | 1 | -7/+27 |
2008-05-14 | gst/rtpmanager/gstrtpjitterbuffer.c: Simply drop bad RTP packets with a warni... | Wim Taymans | 1 | -4/+4 |
2008-05-12 | gst/rtpmanager/gstrtpjitterbuffer.c: Avoid waiting for a negative (huge) dura... | Wim Taymans | 1 | -2/+8 |
2008-05-12 | gst/rtpmanager/gstrtpjitterbuffer.c: Initialise with GST_CLOCK_TIME_NONE to a... | Jan Schmidt | 1 | -1/+1 |
2008-04-25 | gst/rtpmanager/gstrtpjitterbuffer.c: Disable sending out rtp packet lost even... | Wim Taymans | 1 | -14/+52 |
2008-04-25 | gst/rtpmanager/gstrtpjitterbuffer.c: Remove private version of a function tha... | Wim Taymans | 1 | -37/+109 |
2008-04-21 | gst/rtpmanager/gstrtpbin.c: Ref caps when inserting into the cache. | Olivier Crete | 1 | -0/+5 |
2008-04-17 | gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcou... | Wim Taymans | 1 | -1/+4 |
2008-01-29 | gst/rtpmanager/gstrtpjitterbuffer.c: Try to get the new clock-rate from the b... | Thijs Vermeir | 1 | -0/+7 |
2008-01-25 | gst/rtpmanager/: Remove the fixed clock-rate from the jitterbuffer and extend... | Olivier Crete | 1 | -5/+2 |
2008-01-25 | gst/rtpmanager/gstrtpjitterbuffer.c: Remove old unused variable. | Olivier Crete | 1 | -6/+9 |
2008-01-04 | gst/rtpmanager/gstrtpjitterbuffer.c: Don't unref the popped buffer when we do... | Wim Taymans | 1 | -3/+1 |
2007-11-22 | gst/rtpmanager/gstrtpjitterbuffer.c: jitterbuffer can buffer an unlimited amo... | Wim Taymans | 1 | -4/+2 |
2007-10-05 | gst/rtpmanager/gstrtpjitterbuffer.c: Only peek at the tail element instead of... | Wim Taymans | 1 | -22/+25 |
2007-10-02 | gst/rtpmanager/gstrtpjitterbuffer.c: Remove some old unused variables. | Wim Taymans | 1 | -13/+13 |
2007-09-28 | gst/rtpmanager/gstrtpjitterbuffer.c: Remove jitter correction code, it's now ... | Wim Taymans | 1 | -66/+42 |
2007-09-17 | gst/rtpmanager/gstrtpbin.c: Link to the right pads regardless of which one wa... | Wim Taymans | 1 | -3/+3 |
2007-09-16 | gst/rtpmanager/gstrtpbin.c: Use lock to protect variable. | Wim Taymans | 1 | -75/+78 |
2007-09-15 | gst/rtpmanager/gstrtpbin.c: Also set NTP base time on new sessions. | Wim Taymans | 1 | -5/+8 |
2007-09-12 | gst/rtpmanager/: Various leak fixes. | Wim Taymans | 1 | -8/+9 |
2007-09-12 | gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that... | Wim Taymans | 1 | -1/+1 |
2007-09-03 | gst/rtpmanager/: Updated example pipelines in docs. | Wim Taymans | 1 | -25/+96 |
2007-08-31 | gst/rtpmanager/gstrtpjitterbuffer.c: Use extended timestamp to release buffer... | Wim Taymans | 1 | -13/+23 |
2007-08-29 | gst/rtpmanager/gstrtpjitterbuffer.c: Improve Comments. | Wim Taymans | 1 | -3/+3 |
2007-08-27 | gst/rtpmanager/gstrtpjitterbuffer.c: When synchronizing buffers, take peer la... | Wim Taymans | 1 | -1/+14 |
2007-08-23 | Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a... | Tim-Philipp Müller | 1 | -43/+43 |
2007-08-21 | gst/rtpmanager/gstrtpjitterbuffer.c: When drop-on-latency is set but we have ... | Wim Taymans | 1 | -4/+6 |
2007-08-16 | gst/rtpmanager/gstrtpjitterbuffer.c: Fix EOS handling. | Wim Taymans | 1 | -12/+21 |
2007-08-10 | gst/rtpmanager/: Remove complicated async queue and replace with more simple ... | Wim Taymans | 1 | -137/+116 |
2007-07-18 | Add stdlib include (free, atoi, exit). | Stefan Kost | 1 | -0/+1 |