Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
fc9dcb6a00a9dd390c24745371356eab4fe2ad92
/
modules
/
video_coding
/
session_info.h
425f713
Delete unused methods in VCMFrameBuffer and VCMSessionInfo.
by Niels Möller
· 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/session_info.h]
a669a3a
Revert "Revert of Use sps and pps to determine decodability of H.264 frames. (patchset #4 id:60001 of https://codereview.webrtc.org/2341713002/ )"
by stefan
· 8 years ago
3cdfcd8
Revert of Use sps and pps to determine decodability of H.264 frames. (patchset #4 id:60001 of https://codereview.webrtc.org/2341713002/ )
by stefan
· 8 years ago
17b0263
Use sps and pps to determine decodability of H.264 frames.
by Stefan Holmer
· 8 years ago
6f112cc
Delete unused support for vp8 partitions.
by nisse
· 8 years ago
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 (95%) from webrtc/modules/video_coding/main/source/session_info.h]
ff761fb
modules: more interface -> include renames
by Henrik Kjellander
· 9 years ago
9a4cd87
Add support for handling reordered SS data on the receive-side for VP9.
by asapersson
· 9 years ago
16825b1
Use int64_t more consistently for times, in particular for RTT values.
by pkasting@chromium.org
· 10 years ago
4591fbd
Use size_t more consistently for packet/payload lengths.
by pkasting@chromium.org
· 10 years ago
2ec5606
Add H.264 packetization.
by stefan@webrtc.org
· 10 years ago
34c5da6
Cleaned up logging in video_coding.
by stefan@webrtc.org
· 11 years ago
2b810bf
Removing non decodable count from session info: This value isn't used, and therfore can be removed. This is a step towards the refactor of the session info to use maps.
by mikhal@webrtc.org
· 11 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
d177c10
Added logic for kSelectiveErrors to VCMJitterBuffer and corresponding unit tests.
by agalusza@google.com
· 11 years ago
a7e360e
Removed lines preventing simultaneous kHardNack and decoding with errors. Also made changes recommended by gcl lint (with the exception of changing non-const references to pointers).
by agalusza@google.com
· 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
a440732
Include files from webrtc/.. paths in video_coding/.
by pbos@webrtc.org
· 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
885cd13
Start NACKing as soon as we have the first packet of a key frame.
by stefan@webrtc.org
· 12 years ago
a64300a
Refactor NACK list creation to build the NACK list as packets arrive.
by stefan@webrtc.org
· 12 years ago
bf535b9
Optimize NACK list creation.
by stefan@webrtc.org
· 12 years ago
bd941d3
Fixes two bugs related to padding in the jitter buffer.
by stefan@webrtc.org
· 12 years ago
7d5dacc
Revert 3183 - Fixes two bugs related to padding in the jitter buffer.
by henrike@webrtc.org
· 12 years ago
e4fb44c
Fixes two bugs related to padding in the jitter buffer.
by stefan@webrtc.org
· 12 years ago
891d55e
Revert 3181 - Fixes two bugs related to padding in the jitter buffer.
by henrike@webrtc.org
· 12 years ago
d42e51c
Fixes two bugs related to padding in the jitter buffer.
by stefan@webrtc.org
· 12 years ago
14b43be
Move src/ -> webrtc/
by andrew@webrtc.org
· 12 years ago
[Renamed from src/modules/video_coding/main/source/session_info.h]
5621057
Removing unused code. Review URL: https://webrtc-codereview.appspot.com/349008
by pwestin@webrtc.org
· 13 years ago
b07aa40
Fixes issue 210. Removes diff between two different arrays.
by stefan@webrtc.org
· 13 years ago
cd64886
video_coding: Updating NACK functions naming
by mikhal@webrtc.org
· 13 years ago
eda86dc
Adding a LayerSync bit to VP8 RTP header
by henrik.lundin@webrtc.org
· 13 years ago
076fa6e
The second step towards a list based SessionInfo.
by stefan@webrtc.org
· 13 years ago
ea71440
video_coding: Adding the non reference flag to the receive side logic.
by mikhal@webrtc.org
· 13 years ago
f5ee1dc
video_coding: Adding temporal layer info support to receive side
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
ffd28f9
Request key frames to battle error propagation.
by stefan@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
c3d8910
Adds support for VP8 partitions
by stefan@webrtc.org
· 13 years ago
18a186e
Updates to VCM rx side: A. 2 bug fixes:
by mikhal@google.com
· 13 years ago
470e71d
by niklase@google.com
· 14 years ago