summaryrefslogtreecommitdiff
path: root/gst/rtpmanager
AgeCommit message (Expand)AuthorFilesLines
2009-10-22tests: add a jitterbuffer testStefan Kost1-0/+1
2009-10-16build: use gst-glib-gen.mak to fix the glib build rules.Stefan Kost1-2/+3
2009-10-14rtpptdemux: only forward the lost-event to the last seen pt-numberHåvard Graff1-0/+36
2009-10-07build: fprintf, sprintf, sscanf need stdio.hStefan Kost1-0/+1
2009-10-05rtpbin: use locking around the sessionsWim Taymans1-0/+2
2009-10-01jitterbuffer: cache latency in nanosecondsWim Taymans1-3/+6
2009-10-01jitterbuffer: handle -1 input timestampsWim Taymans1-5/+4
2009-09-10docs: fix gtk-doc warningsStefan Kost2-4/+4
2009-09-08rtpbin: add ignore-pt parameterMarc Leeman2-28/+79
2009-09-08rtpbin: propagate payload-type-change signal from demuxerHåvard Graff2-1/+39
2009-09-08jitterbuffer: change severity of clock-rate change debugHavard Graff1-1/+7
2009-09-08jitterbuffer: avoid throwing reordered buffers with same timestampsHåvard Graff1-3/+3
2009-09-08rtpbin: make free_session() remove stream referencesStig Sandnes1-0/+36
2009-09-08rtpbin: use locked state on internal binsHavard Graff1-0/+6
2009-09-03rtpsource: fix memleakLaurent Glayal1-6/+11
2009-09-03rtpjitterbuffer: Lock clock_rate variableOlivier Crête1-18/+31
2009-09-03rtpsource: whitespace fixesWim Taymans1-5/+5
2009-09-03rtpsession: whitespace fixesWim Taymans1-8/+8
2009-09-01rtpmanager: Fixed a copy & paste errorPeter Kjellerstedt1-2/+2
2009-09-01rtpmanager: Removed unused variable privPeter Kjellerstedt1-22/+0
2009-09-01rtpmanager: A little clean upPeter Kjellerstedt1-3/+4
2009-09-01rtpmanager: Make sure that used caps are not freed already (take 2)Peter Kjellerstedt1-2/+4
2009-09-01jitterbuffer: make sure time does not go backwardsWim Taymans3-22/+36
2009-09-01rtpmanager: Set caps in gst_rtp_session_send_rtcp() correctly againPeter Kjellerstedt1-1/+1
2009-08-31rtpsession: use proper locking for pads and capsWim Taymans1-34/+85
2009-08-31rtpbin: whitespace fixesWim Taymans1-19/+19
2009-08-31jitterbuffer: add slope estimation code and debugWim Taymans1-4/+13
2009-08-31jitterbuffer: reset skew when timestamps changeWim Taymans1-10/+20
2009-08-31jitterbuffer: make sure time never goes invalidWim Taymans1-1/+7
2009-08-31rtpsession: Make sure that used caps are not freed alreadySebastian Dröge1-2/+5
2009-08-31rtp: Use new gst_iterator_new_single() for the internal linked pads iterationSebastian Dröge4-219/+48
2009-08-31rtpsession: Use iterate internal links instead of deprecated get internal linksSebastian Dröge1-29/+87
2009-08-31jitterbuffer: Use iterate internal links instead of deprecated get internal l...Sebastian Dröge1-14/+75
2009-08-31rtpssrcdemux: Use iterate internal links instead of deprecated get internal l...Sebastian Dröge1-23/+83
2009-08-14rtpbin: Fix reference leakOlivier Crête1-1/+3
2009-08-11rtpsource: avoid buffer leak on bad seqnumric1-0/+1
2009-08-11rtpsource: allow for NULL caps on buffersWim Taymans1-3/+2
2009-08-11rtpsource: Incoming buffers do not always have capsOlivier Crête1-1/+2
2009-08-11rtpsession: avoid doing lip-sync in BYEWim Taymans1-0/+2
2009-08-11rtpbin: don't do lip-sync after a BYEWim Taymans1-5/+10
2009-08-11rtpbin: only reconsider once for BYEWim Taymans1-5/+11
2009-08-11rtpsession: Free conflicting addresses on finalizeOlivier Crête1-0/+3
2009-08-11rtpbin: use new method for netaddress to stringWim Taymans1-42/+5
2009-08-11rtpbin: do better cleanup of the src ghostpadsWim Taymans1-14/+30
2009-08-11rtpsession: add a commentWim Taymans1-1/+1
2009-08-11rtpbin: add SDES propertyWim Taymans3-271/+39
2009-08-11rtpbin: add SDES property that takes GstStructureWim Taymans4-105/+104
2009-08-11rtpbin: removed old gstrtpclientWim Taymans4-547/+0
2009-08-11rtpbin: add support for buffer-listBranko Subasic5-62/+161
2009-08-11Make build without warnings with debugging disabledTim-Philipp Müller1-3/+2