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