index
:
~bilboed/gst-plugins-good
WIP
closedcaption
damaged
master
pushfile
qtdemux
qtdemux-cc
qtdemuxgap
qtpushfix
Personal repository for gst-plugins-good
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
rtpmanager
/
gstrtpjitterbuffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-08
rtpjitterbuffer: fix debug message on pt mismatch
Tim-Philipp Müller
1
-1
/
+1
2017-09-17
rtpjitterbuffer: implement basic chain_list function
Tim-Philipp Müller
1
-0
/
+29
2017-09-14
rtpbin: add option for increasing ts_offset gradually
Patrick Radizi
1
-3
/
+91
2017-06-28
rtpjitterbuffer: Add a faststart-min-packets property
Nicolas Dufresne
1
-1
/
+67
2017-02-26
rtpjitterbuffer: Don't always reset PTS to 0 after a gap
Andrew
1
-4
/
+7
2016-12-02
jitterbuffer: Don't leak duplicate items
Edward Hervey
1
-1
/
+3
2016-11-04
rtpjitterbuffer: fix timer-reuse bug
Havard Graff
1
-0
/
+1
2016-11-04
rtpjitterbuffer: fix lost-event using dts instead of pts
Havard Graff
1
-180
/
+184
2016-11-04
rtpjitterbuffer: fix bug in reschedule_timer
Havard Graff
1
-7
/
+12
2016-09-14
rtpjitterbuffer: Fix calculating next_seqnum when dropping old buffers from a...
Thomas Bluemel
1
-1
/
+1
2016-09-14
rtpjitterbuffer: improved rtx-rtt averaging
Havard Graff
1
-4
/
+27
2016-09-14
rtpjitterbuffer: Detect whether to assume equidistant spacing when loss
Stian Selnes
1
-44
/
+66
2016-09-14
rtpjitterbuffer: Don't request rtx if 'now' is past retry period
Stian Selnes
1
-1
/
+2
2016-09-14
rtpjitterbuffer: Fix lost duration when gap after lost timer
Stian Selnes
1
-1
/
+3
2016-09-14
rtpjitterbuffer: Expose rtx-deadline as a property
Havard Graff
1
-1
/
+33
2016-09-14
rtpjitterbuffer: Improved expected-timer handling when gap > 0
Havard Graff
1
-4
/
+6
2016-09-14
rtpjitterbuffer: Major improvements for RTX stats
Stian Selnes
1
-61
/
+252
2016-09-14
rtpjitterbuffer: Add and expose more stats and increase testing of it
Havard Graff
1
-7
/
+44
2016-09-14
rtpjitterbuffer: Option to disable rtx-delay-reorder
Havard Graff
1
-33
/
+35
2016-08-10
rtpjitterbuffer: Actually calculate the packet rate for max-dropout and max-m...
Thomas Bluemel
1
-0
/
+4
2016-08-04
rtpjitterbuffer: avoid unref of null buffer
Thiago Santos
1
-1
/
+3
2016-06-08
rtpjitterbuffer: Work with non-TIME segments
Olivier Crête
1
-13
/
+13
2016-05-14
jitterbuffer: Upgrade debug message to error
Olivier Crête
1
-1
/
+1
2016-05-06
rtpjitterbuffer: Fix stall when receiving already lost packet
Havard Graff
1
-1
/
+36
2016-04-27
rtpjitterbuffer: Ensure to not take caps with the wrong pt for getting the cl...
Sebastian Dröge
1
-5
/
+18
2016-04-07
jiterbuffer: Move assertion to the right location
Edward Hervey
1
-3
/
+3
2016-04-07
jitterbuffer: Speed up lost timeout handling
Edward Hervey
1
-28
/
+47
2016-04-07
jitterbuffer: Don't create lost events if we don't need them
Edward Hervey
1
-16
/
+20
2016-04-07
jitterbuffer: Add tracing of lock usage
Edward Hervey
1
-2
/
+9
2016-04-03
rtpjitterbuffer: Add RFC7273 media clock handling
Sebastian Dröge
1
-6
/
+113
2016-03-24
good: use new gst_element_class_add_static_pad_template()
Vineeth TM
1
-6
/
+6
2016-03-02
Revert "rtpjitterbuffer: don't forget to unlock mutex in error code path in t...
Sebastian Dröge
1
-2
/
+0
2016-03-01
rtpjitterbuffer: don't forget to unlock mutex in error code path in two cases
Tim-Philipp Müller
1
-0
/
+2
2016-02-21
rtpmanager: Don't warn for duplicate/reordered packets
Stian Selnes
1
-2
/
+2
2016-01-18
Revert "WIP: rtpjitterbuffer: Add RFC7273 media clock handling"
Sebastian Dröge
1
-86
/
+0
2016-01-18
WIP: rtpjitterbuffer: Add RFC7273 media clock handling
Sebastian Dröge
1
-0
/
+86
2015-12-09
rtpjitterbuffer: Fix packet dropping after a big discont
Sebastian Dröge
1
-1
/
+11
2015-11-03
rtpmanager: switch G_GINT64_FORMAT for GST_STIME_ARGS
Luis de Bethencourt
1
-2
/
+3
2015-10-07
rtpmanager: Take into account packet rate for max-dropout and max-misorder ca...
Miguel París Díaz
1
-16
/
+34
2015-10-07
rtpmanager: add "max-dropout-time" and "max-misorder-time" props
Miguel París Díaz
1
-1
/
+41
2015-09-26
gst: Don't use deprecated gst_segment_to_position()
Sebastian Dröge
1
-2
/
+4
2015-09-25
rtpbin/rtpjitterbuffer/rtspsrc: Add property to set maximum ms between RTCP S...
Sebastian Dröge
1
-2
/
+35
2015-09-13
rtpjitterbuffer: reset just a bit more upon flush_stop
Mark Nauwelaerts
1
-0
/
+1
2015-09-13
rtpjitterbuffer: remove dead struct member
Mark Nauwelaerts
1
-3
/
+0
2015-08-13
rtpjitterbuffer: Keep the DTS estimate if we got no DTS after a jitterbuffer ...
Sebastian Dröge
1
-1
/
+7
2015-07-10
rtpjitterbuffer: Fix indention
Sebastian Dröge
1
-1
/
+1
2015-07-10
rtpjitterbuffer: Always estimate DTS from the current clock time
Sebastian Dröge
1
-56
/
+47
2015-07-08
rtpjitterbuffer: Calculate DTS from the clock if we had none for the first pa...
Sebastian Dröge
1
-0
/
+22
2015-07-08
rtpjitterbuffer: fix gap-time calculation and remove "late"
Havard Graff
1
-15
/
+19
2015-07-08
Revert "rtpjitterbuffer: Fix expected_dts calc in calculate_expected"
Stian Selnes
1
-2
/
+2
[next]