1. 707f278 Add RTT to playout delay behind WebRTC-AddRttToPlayoutDelay field trial. by philipel · 7 years ago
  2. 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 · 7 years ago
  3. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  4. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/modules/video_coding/frame_buffer2.cc]
  5. 3b3c9c4 Don't treat picture ids as wrapping in the FrameBuffer2 class. by philipel · 7 years ago
  6. d4fac69 Unwrap picture ids in the RtpFrameReferencerFinder. by philipel · 7 years ago
  7. 6d5b4d6 Piggybacking simulcast id and ALR experiment id into video content type extension. by ilnik · 7 years ago
  8. 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 · 7 years ago
  9. 3042c2d Reland of quest keyframes more frequently on stream start/decoding error. (patchset #1 id:1 of https://codereview.chromium.org/2995153002/ ) by philipel · 7 years ago
  10. 53959fc Revert of quest keyframes more frequently on stream start/decoding error. (patchset #2 id:170001 of https://codereview.webrtc.org/2996823002/ ) by tkchin · 7 years ago
  11. 628ac59 Reland of quest keyframes more frequently on stream start/decoding error. (patchset #1 id:1 of https://codereview.chromium.org/2994043002/ ) by philipel · 7 years ago
  12. 77a9831 Revert of Request keyframes more frequently on stream start/decoding error. (patchset #1 id:1 of https://codereview.webrtc.org/2993793002/ ) by deadbeef · 7 years ago
  13. f1e08d0 Fix the video buffer size should take rtt into consideration by gustavogb · 7 years ago
  14. 26b4804 Request keyframes more frequently on stream start/decoding error. by philipel · 7 years ago
  15. 65e1f94 Throttle log message in FrameBuffer. by philipel · 7 years ago
  16. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  17. 2edc684 Report timing frames info in GetStats. by ilnik · 7 years ago
  18. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 7 years ago
  19. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 7 years ago
  20. 112adf9 Validate references of frames inserted into FrameBuffer2. by philipel · 7 years ago
  21. 95e9754 More gracefully handle timing errors, such as unexpected changes in the rtp timestamp. by stefan · 7 years ago
  22. e95b78b Add a couple of checks to FrameBuffer while we're continuing to look at RtpFrameReferenceFinder. by tommi · 7 years ago
  23. b2a318b Configured VCMTiming with sender defining delay times. by gnish · 8 years ago
  24. f684269 Reject re-inserting already decoded frames into FrameBuffer2. by philipel · 8 years ago
  25. 9078d8c Add warning about timestamp non-monotonicity in the frame buffer. by brandtr · 8 years ago
  26. 146a48b Check if the order of frames becomes ambiguous if we were to insert the incoming frame, and if so, clear the FrameBuffer. by philipel · 8 years ago
  27. 29f730e Release the critial section between recursive calls in FrameBuffer::NextFrame. by philipel · 8 years ago
  28. 0a73564 Change FrameBuffer::Stop to not require a critical section. by tommi · 8 years ago
  29. db23ea6 Add performance tracing for PlatformThread and parts of the video code. 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. e075430 Don't update the jitter estimate with frames containing retransmitted packets. by philipel · 8 years ago
  37. 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
  38. 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
  39. fcc6006 Clear the FrameBuffer in case of a backward jump in the picture id. by philipel · 8 years ago
  40. 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
  41. 0f0763d Make the new jitter buffer the default jitter buffer. by philipel · 8 years ago
  42. be74270 Calculate JitterBufferDelayInMs in the new jitter buffer. by philipel · 8 years ago
  43. 266f0a4 Now run EndToEndTest with the WebRTC-NewVideoJitterBuffer experiment. by philipel · 8 years ago
  44. fd5a20f New jitter buffer experiment. by philipel · 8 years ago
  45. 37abf53 Delete FrameObject::size member. by nisse · 8 years ago
  46. 93e451b Skip non-continuous FrameInfos when finding the next frame to return from FrameBuffer::NextFrame. by philipel · 8 years ago
  47. e0b2f15 Frame continuity is now tested as soon as a frame is inserted into the FrameBuffer. by philipel · 8 years ago
  48. 7556282 FrameBuffer::NextFrame now return a ReturnReason and take an additional std::unique_ptr<FrameObject>* as output parameter. by philipel · 8 years ago
  49. 4f6cd6a Wire up VCMTiming in FrameBuffer2. by philipel · 8 years ago
  50. 504c47d FrameBuffer2 now has Start/Stop methods. by philipel · 8 years ago
  51. be7a9e5 Revert "Revert of FrameBuffer for the new jitter buffer. (patchset #9 id:160001 of https://codereview.webrtc.org/1969403007/ )" by philipel · 8 years ago
  52. b711f10 Revert of FrameBuffer for the new jitter buffer. (patchset #9 id:160001 of https://codereview.webrtc.org/1969403007/ ) by honghaiz · 8 years ago
  53. a376e70 FrameBuffer for the new jitter buffer. by philipel · 8 years ago