1. 1905397 Remove unused NextFrame function from FrameBuffer. by philipel · 4 years, 7 months ago
  2. b9bfe65 Delete VCMEncodedFrame::VerifyAndAllocate by Niels Möller · 5 years ago
  3. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  4. 0c141c5 Fix frames dropped statistics by Johannes Kron · 5 years ago
  5. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  6. bfd343b Add totalDecodeTime to RTCInboundRTPStreamStats by Johannes Kron · 5 years ago
  7. 2799e63 Add sizes of spatial layer frames to EncodedImage by Sergey Silkin · 5 years ago
  8. cd936fd Wait for keyframe after decoding error. by philipel · 5 years ago
  9. d9c2d94 Move ownership of VCMJitterEstimator to FrameBuffer by Niels Möller · 5 years ago
  10. 7cca042 Refactor FrameBuffer2 tests, without mocking the jitter estimator by Niels Möller · 5 years ago
  11. a8ae407 Add ability to cap the video jitter estimate to a max value. by “Michael · 5 years ago
  12. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  13. 9b0b1e0 Delete unused method VCMReceiveStatisticsCallback::OnReceiveRatesUpdated by Niels Möller · 5 years ago
  14. 493a650 Propagate base minimum delay from video jitter buffer to webrtc/api. by Ruslan Burakov · 6 years ago
  15. 77536a2 Rename EncodedImage::_length --> size_, and make private. by Niels Möller · 6 years ago
  16. 61832dd Propagate spatial index to EncodedImage. by Sergey Silkin · 6 years ago
  17. 5546aef Vp9 flexible mode fixes by Ilya Nikolaevskiy · 6 years ago
  18. 648a7ce Delete method EncodedFrame::GetBitstream, part 1 by Niels Möller · 6 years ago
  19. c572ff3 Add default constructor for rtc::Event by Niels Möller · 6 years ago
  20. 6d21650 Don't decode frames with an older timestamp than the last decoded timestamp. by philipel · 6 years ago
  21. 2377588 Add accessor methods for RTP timestamp of EncodedImage. by Niels Möller · 6 years ago
  22. 52f53d5 Revert "Add Timestamp accessor methods to the EncodedImage class." by Björn Terelius · 6 years ago
  23. f34d467 Add Timestamp accessor methods to the EncodedImage class. by Niels Möller · 6 years ago
  24. 798b282 Don't update internal state of the FrameBuffer2 when an undecodable frame is inserted. by philipel · 6 years ago
  25. 812ceaf Ensure render time is zero when playout delay is zero so that minimal latency in the render pipeline is ensured. by Stefan Holmer · 6 years ago
  26. 0fa82a6 Moved FrameKey to api/video/encoded_frame.h and renamed it to VideoLayerFrameId. by philipel · 6 years ago
  27. 9771c50 Clear the FrameBuffer if it's full and a keyframe is being inserted. by philipel · 7 years ago
  28. 8c4fe16 Make Frame buffer not drop frames unnecessary by Ilya Nikolaevskiy · 7 years ago
  29. e7c891f Renamed FrameObject to EncodedFrame. by philipel · 7 years ago
  30. a194e58 Move sequence_number_utils.h to rtc_base/ by Bjorn Terelius · 7 years ago
  31. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  32. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/modules/video_coding/frame_buffer2_unittest.cc]
  33. 6d5b4d6 Piggybacking simulcast id and ALR experiment id into video content type extension. by ilnik · 7 years ago
  34. 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
  35. 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
  36. 5b9746e When using clang, switch on -Wc++11-narrowing by kwiberg · 7 years ago
  37. 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
  38. 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
  39. 26b4804 Request keyframes more frequently on stream start/decoding error. by philipel · 7 years ago
  40. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  41. 2edc684 Report timing frames info in GetStats. by ilnik · 7 years ago
  42. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 7 years ago
  43. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 7 years ago
  44. 112adf9 Validate references of frames inserted into FrameBuffer2. by philipel · 7 years ago
  45. b2a318b Configured VCMTiming with sender defining delay times. by gnish · 7 years ago
  46. f684269 Reject re-inserting already decoded frames into FrameBuffer2. by philipel · 7 years ago
  47. 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 · 7 years ago
  48. 0f8b403 Introduce a new constructor to PlatformThread. by tommi · 8 years ago
  49. 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
  50. e525d6a Revert Make the new jitter buffer the default jitter buffer. by stefan · 8 years ago
  51. 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
  52. 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
  53. 3e00528 Disable flaky test TestFrameBuffer2.OneUnorderedSuperFrame. by aleloi · 8 years ago
  54. 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
  55. 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
  56. 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
  57. fcc6006 Clear the FrameBuffer in case of a backward jump in the picture id. by philipel · 8 years ago
  58. 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
  59. 0f0763d Make the new jitter buffer the default jitter buffer. by philipel · 8 years ago
  60. fd5a20f New jitter buffer experiment. by philipel · 8 years ago
  61. 93e451b Skip non-continuous FrameInfos when finding the next frame to return from FrameBuffer::NextFrame. by philipel · 8 years ago
  62. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  63. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  64. e0b2f15 Frame continuity is now tested as soon as a frame is inserted into the FrameBuffer. by philipel · 8 years ago
  65. 7556282 FrameBuffer::NextFrame now return a ReturnReason and take an additional std::unique_ptr<FrameObject>* as output parameter. by philipel · 8 years ago
  66. 4f6cd6a Wire up VCMTiming in FrameBuffer2. by philipel · 8 years ago
  67. b4d3108 Added various timestamps to FrameObject. by philipel · 8 years ago
  68. 94616b3 Disabled flaky test TestFrameBuffer2.OneLayerStreamReordered by philipel · 8 years ago
  69. 6e8224f Reduce flakyness of timing dependent tests for TestFrameBuffer2.*. by philipel · 8 years ago
  70. 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
  71. b711f10 Revert of FrameBuffer for the new jitter buffer. (patchset #9 id:160001 of https://codereview.webrtc.org/1969403007/ ) by honghaiz · 8 years ago
  72. a376e70 FrameBuffer for the new jitter buffer. by philipel · 8 years ago