1. f9fc171 Add rtt_mult_experiment to evaluate video robustness vs. latency by “Michael · 7 years ago
  2. be682d4 Fix chromium warnings for SdpVideoFormat. by Niels Möller · 7 years ago
  3. 9718711 VideoStreamDecoderImpl implementation, part 1. by philipel · 7 years ago
  4. 0fa82a6 Moved FrameKey to api/video/encoded_frame.h and renamed it to VideoLayerFrameId. by philipel · 7 years ago
  5. e7c891f Renamed FrameObject to EncodedFrame. by philipel · 7 years ago
  6. 1610f94 Don't cast picture ids (of type int64_t) to int. by philipel · 7 years ago
  7. a194e58 Move sequence_number_utils.h to rtc_base/ by Bjorn Terelius · 7 years ago
  8. e21be1d Reland of Fix the video buffer size should take rtt into consideration (patchset #2 id:160001 of https://codereview.chromium.org/3002033002/ ) by philipel · 8 years ago
  9. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  10. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/modules/video_coding/frame_buffer2.h]
  11. 3b3c9c4 Don't treat picture ids as wrapping in the FrameBuffer2 class. by philipel · 8 years ago
  12. 56359be Update thread annotiation macros in modules to use RTC_ prefix by danilchap · 8 years ago
  13. bdbc889 Revert of Fix the video buffer size should take rtt into consideration (patchset #3 id:40001 of https://codereview.chromium.org/2980413002/ ) by philipel · 8 years ago
  14. 3042c2d Reland of quest keyframes more frequently on stream start/decoding error. (patchset #1 id:1 of https://codereview.chromium.org/2995153002/ ) by philipel · 8 years ago
  15. 53959fc Revert of quest keyframes more frequently on stream start/decoding error. (patchset #2 id:170001 of https://codereview.webrtc.org/2996823002/ ) by tkchin · 8 years ago
  16. 628ac59 Reland of quest keyframes more frequently on stream start/decoding error. (patchset #1 id:1 of https://codereview.chromium.org/2994043002/ ) by philipel · 8 years ago
  17. 77a9831 Revert of Request keyframes more frequently on stream start/decoding error. (patchset #1 id:1 of https://codereview.webrtc.org/2993793002/ ) by deadbeef · 8 years ago
  18. f1e08d0 Fix the video buffer size should take rtt into consideration by gustavogb · 8 years ago
  19. 26b4804 Request keyframes more frequently on stream start/decoding error. by philipel · 8 years ago
  20. 65e1f94 Throttle log message in FrameBuffer. by philipel · 8 years ago
  21. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  22. 2edc684 Report timing frames info in GetStats. by ilnik · 8 years ago
  23. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
  24. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
  25. 112adf9 Validate references of frames inserted into FrameBuffer2. by philipel · 8 years ago
  26. 95e9754 More gracefully handle timing errors, such as unexpected changes in the rtp timestamp. by stefan · 8 years ago
  27. b2a318b Configured VCMTiming with sender defining delay times. by gnish · 8 years ago
  28. 29f730e Release the critial section between recursive calls in FrameBuffer::NextFrame. by philipel · 8 years ago
  29. 0a73564 Change FrameBuffer::Stop to not require a critical section. by tommi · 8 years ago
  30. a45102f Revert of Revert Make the new jitter buffer the default jitter buffer. (patchset #1 id:1 of https://codereview.chromium.org/2682073003/ ) by philipel · 8 years ago
  31. e525d6a Revert Make the new jitter buffer the default jitter buffer. by stefan · 8 years ago
  32. e5bd702 Reland of Make the new jitter buffer the default jitter buffer. (patchset #2 id:260001 of https://codereview.chromium.org/2656983002/ ) by philipel · 8 years ago
  33. 1c05625 Fix race condition in FrameBuffer2 by philipel · 8 years ago
  34. 27378f3 Revert of Make the new jitter buffer the default jitter buffer. (patchset #2 id:290001 of https://codereview.chromium.org/2652043005/ ) by philipel · 8 years ago
  35. 09d6ef0 Reland of Make the new jitter buffer the default jitter buffer. (patchset #1 id:1 of https://codereview.webrtc.org/2638423003/ ) by philipel · 8 years ago
  36. 04926b8 Revert of Make the new jitter buffer the default jitter buffer. (patchset #2 id:230001 of https://codereview.webrtc.org/2642753002/ ) by kjellander · 8 years ago
  37. f20dd00 Reland of Make the new jitter buffer the default jitter buffer. (patchset #1 id:1 of https://codereview.chromium.org/2632123005/ ) by philipel · 8 years ago
  38. fcc6006 Clear the FrameBuffer in case of a backward jump in the picture id. by philipel · 8 years ago
  39. c08c191 Revert of Make the new jitter buffer the default jitter buffer. (patchset #7 id:120001 of https://codereview.chromium.org/2627463004/ ) by philipel · 8 years ago
  40. 0f0763d Make the new jitter buffer the default jitter buffer. by philipel · 8 years ago
  41. be74270 Calculate JitterBufferDelayInMs in the new jitter buffer. by philipel · 8 years ago
  42. 266f0a4 Now run EndToEndTest with the WebRTC-NewVideoJitterBuffer experiment. by philipel · 8 years ago
  43. e0b2f15 Frame continuity is now tested as soon as a frame is inserted into the FrameBuffer. by philipel · 9 years ago
  44. 7556282 FrameBuffer::NextFrame now return a ReturnReason and take an additional std::unique_ptr<FrameObject>* as output parameter. by philipel · 9 years ago
  45. 4f6cd6a Wire up VCMTiming in FrameBuffer2. by philipel · 9 years ago
  46. 504c47d FrameBuffer2 now has Start/Stop methods. by philipel · 9 years ago
  47. be7a9e5 Revert "Revert of FrameBuffer for the new jitter buffer. (patchset #9 id:160001 of https://codereview.webrtc.org/1969403007/ )" by philipel · 9 years ago
  48. b711f10 Revert of FrameBuffer for the new jitter buffer. (patchset #9 id:160001 of https://codereview.webrtc.org/1969403007/ ) by honghaiz · 9 years ago
  49. a376e70 FrameBuffer for the new jitter buffer. by philipel · 9 years ago