Sign in
webrtc
/
src
/
175aa2e95c19a1e02786b09602c6f62b3554f1a2
/
modules
/
video_coding
/
jitter_buffer_common.h
a12c42a
Delete root header file typedef.h.
by Niels Möller
· 6 years ago
8643b78
Moved NackModule and VCMPacket to their own targets
by Ilya Nikolaevskiy
· 7 years ago
7120742
Adding NOLINT for typedefs.h and common_types.h
by Mirko Bonadei
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
[Renamed from webrtc/modules/video_coding/jitter_buffer_common.h]
9d3ab61
Lint fix for webrtc/modules/video_coding PART 2!
by philipel
· 9 years ago
2557b86
modules/video_coding refactorings
by Henrik Kjellander
· 9 years ago
[Renamed from webrtc/modules/video_coding/main/source/jitter_buffer_common.h]
907dcfd
Increase packet limit in jitter buffer.
by sprang
· 9 years ago
f31a47a
VCM:Accounting for bounds when inserting packets. We currently receive indicators to the first and last packets of the frame, but not have any sanity to verify that all packets are indeed within the bounds (when available). This cl attempts to fix that,
by mikhal@webrtc.org
· 11 years ago
dbf6a81
Follow-up changes to kSelectiveErrors
by mikhal@webrtc.org
· 11 years ago
d818dcb
Sets up framework for decoding with errors: collects frame sizes (in number of packets) in JB and passes this information to VCMSessionInfo with rtt_ms as FrameData.
by agalusza@google.com
· 11 years ago
4cf1a8a
Removes kStateFree and kStateDecoding, added a free_frames_ list which simplifies finding a free frame.
by stefan@webrtc.org
· 12 years ago
3417eb4
Consolidate GetFrame and InsertPacket and move NACK list processing to after a packet has been successfully inserted.
by stefan@webrtc.org
· 12 years ago
d35964a
Fixing AV sync. Increased 2 const to allow for a bigger difference in AV sync.
by pwestin@webrtc.org
· 12 years ago
7bc465b
Fix issues with incorrect wrap checks when having big buffers and high bitrate.
by stefan@webrtc.org
· 12 years ago
7b859cc
Webrtc_Word32 => int32_t in video_coding/main/
by pbos@webrtc.org
· 12 years ago
ef9f76a
Adding a receive side API for buffering mode.
by mikhal@webrtc.org
· 12 years ago
119c67d
Adding a max jitter filter to the JB estimate - allowing two modes, one will return the last estimate (current setting), and another will return the max value seen, and allow setting an initial value.
by mikhal@webrtc.org
· 12 years ago
14b43be
Move src/ -> webrtc/
by andrew@webrtc.org
· 12 years ago
[Renamed from src/modules/video_coding/main/source/jitter_buffer_common.h]
076fa6e
The second step towards a list based SessionInfo.
by stefan@webrtc.org
· 13 years ago
f13388f
video_coding: Requesting a key frame after a JB flush
by mikhal@webrtc.org
· 13 years ago
6b9a7f8
video_coding: Allowing for a decodable state independent of selective nacking
by mikhal@webrtc.org
· 13 years ago
4c059d8
Add metric for number of packets discarded by JB due to not being decodable
by stefan@webrtc.org
· 13 years ago
470e71d
by niklase@google.com
· 14 years ago