1. b258c56 Send and Receive VideoFrameTrackingid RTP header extension. by Jeremy Leconte · 3 years, 10 months ago
  2. ca18809 Move RtpFrameObject and EncodedFrame out of video_coding namespace. by philipel · 3 years, 10 months ago
  3. 1b0d543 Removed _completeFrame since we never allow incomplete frames. by philipel · 4 years, 3 months ago
  4. 08ae7ce Reland "Delete the non-const version of the EncodedImage::data() method." by Niels Möller · 4 years, 4 months ago
  5. 111de341 Revert "Delete the non-const version of the EncodedImage::data() method." by Marina Ciocea · 4 years, 4 months ago
  6. f2969fa Delete the non-const version of the EncodedImage::data() method. by Niels Möller · 4 years, 4 months ago
  7. 3d22108 Remove unused critical section includes. by Markus Handell · 4 years, 6 months ago
  8. 9465978 Remove framemarking RTP extension. by philipel · 4 years, 7 months ago
  9. 5179469 Delete deprecated RtpFrameObject constructor by Danil Chapovalov · 4 years, 10 months ago
  10. e209fe6 Do not propagate generic descriptor on receiving frame by Danil Chapovalov · 5 years ago
  11. bc1750d Revert "Do not propagate generic descriptor on receiving frame" by Danil Chapovalov · 5 years ago
  12. abf73de Do not propagate generic descriptor on receiving frame by Danil Chapovalov · 5 years ago
  13. b3bb204 Remove unused RtpFrameObject ctor. by philipel · 5 years ago
  14. 5dacece Removed unused _rotation_set variable from EncodedFrame. by philipel · 5 years ago
  15. 85d5c19 Added RtpFrameObject ctor with no PacketBuffer pointer. by philipel · 5 years ago
  16. 0cff4fc Removed unused frame_size param from RtpFrameObject ctor. by philipel · 5 years ago
  17. b5e4785 RtpFrameObject now takes an EncodedImageBuffer in its ctor. by philipel · 5 years ago
  18. 76161f7 Move the call to GetBitstream out of the RtpFrameObject ctor. by philipel · 5 years ago
  19. a370556 Refactor to free up PacketBuffer as soon as possible by Johannes Kron · 5 years ago
  20. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  21. f00bf42 Add plumbing of RtpPacketInfos to each VideoFrame as input for SourceTracker. by Chen Xing · 6 years ago
  22. 4d504c7 New interface EncodedImageBufferInterface, replacing use of CopyOnWriteBuffer by Niels Möller · 6 years ago
  23. abbc50e Move frame_type member from RtpDepacketizer::ParsedPayload to RTPVideoHeader by Niels Möller · 6 years ago
  24. 009ab3c Delete EncodedImage::GetBufferPaddingBytes by Niels Möller · 6 years ago
  25. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 6 years ago
  26. d5e02f0 Delete redundant members from VCMPacket. by Niels Möller · 6 years ago
  27. 938dd9f Add owned data buffer to EncodedImage by Niels Möller · 6 years ago
  28. b769894 Remove rule that discourages passing optional by const reference by Danil Chapovalov · 6 years ago
  29. 24871e4 Rename EncodedImage::_buffer --> buffer_, and make private by Niels Möller · 6 years ago
  30. 77536a2 Rename EncodedImage::_length --> size_, and make private. by Niels Möller · 6 years ago
  31. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  32. 4348ce2 Calculate min and max receive timestamps for packets in a video frame by Ilya Nikolaevskiy · 6 years ago
  33. 48a7946 Convert all webrtc code to not access EncodedImage::_size directly. by Niels Möller · 6 years ago
  34. 3f10ca8 Always record receive timestamps even on when the invalid flag is set. by Benjamin Wright · 6 years ago
  35. 5546aef Vp9 flexible mode fixes by Ilya Nikolaevskiy · 6 years ago
  36. d0b69a8 Send and receive color space information if available by Johannes Kron · 6 years ago
  37. f0eee00 Move size() method to EncodedImage base class by Niels Möller · 6 years ago
  38. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  39. 648a7ce Delete method EncodedFrame::GetBitstream, part 1 by Niels Möller · 6 years ago
  40. 5fb2454 Added RtpFrameObject::SetBitstream so that the frame can be updated with the decrypted payload. by philipel · 6 years ago
  41. 2837edc Make RtpGenericFrameDescriptor available for E2EE. by philipel · 6 years ago
  42. ef615ea Added is_last_packet_in_frame to match is_first_packet_in_frame. by philipel · 6 years ago
  43. e0c8b23 Frame marking RTP header extension (PART 1: implement extension) by Johnny Lee · 6 years ago
  44. 5470f40 Renamed GetCodecHeader to GetRtpVideoHeader in RtpFrameObject. by philipel · 6 years ago
  45. 9882495 Use generic video header frame ID as picture ID. by Sami Kalliomäki · 6 years ago
  46. 2377588 Add accessor methods for RTP timestamp of EncodedImage. by Niels Möller · 6 years ago
  47. 1a4746a Change RTPVideoTypeHeader to absl::variant and move RTPVideoHeader into its own h/cc file. by philipel · 7 years ago
  48. 52f53d5 Revert "Add Timestamp accessor methods to the EncodedImage class." by Björn Terelius · 7 years ago
  49. f34d467 Add Timestamp accessor methods to the EncodedImage class. by Niels Möller · 7 years ago
  50. 0040b66 Replace rtc::Optional with absl::optional by Danil Chapovalov · 7 years ago
  51. b6c462d Cleanup webrtc:: namespace from leaked TimingFrameFlags by Ilya Nikolaevskiy · 7 years ago
  52. e7c891f Renamed FrameObject to EncodedFrame. by philipel · 7 years ago
  53. d5a272f Create public EncodedFrame interface. by philipel · 7 years ago
  54. 9bb8f05 Cleanup of unused RTP structs and packetizer for stereo codec by Emircan Uysaler · 7 years ago
  55. 90612a6 Reland "Add stereo codec header and pass it through RTP" by Emircan Uysaler · 7 years ago
  56. deb8663 Revert "Add stereo codec header and pass it through RTP" by Philip Eliasson · 7 years ago
  57. 20f2133 Add stereo codec header and pass it through RTP by Emircan Uysaler · 7 years ago
  58. 6bd3902 Optional: Use nullopt and implicit construction in /modules/video_coding by Oskar Sundbom · 7 years ago
  59. 88f080a Move SPS/PPS/IDR requirement from RtpFrameObject to PacketBuffer. by Rasmus Brandt · 7 years ago
  60. 996eb9e Fix typo in VideoSendTiming header extension structure by Danil Chapovalov · 7 years ago
  61. 58b7291 Log warning when receiving an H.264 containing IDR, but not SPS/PPS. by Rasmus Brandt · 7 years ago
  62. edf4ff7 Only treat H.264 frames containing SPS, PPS, and IDR as key frames. by Rasmus Brandt · 7 years ago
  63. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  64. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/modules/video_coding/frame_object.cc]
  65. ba050a6 Reland of Add a flags field to video timing extension. (patchset #1 id:1 of https://codereview.webrtc.org/2995953002/ ) by sprang · 7 years ago
  66. f0f7378 Revert of Add a flags field to video timing extension. (patchset #15 id:280001 of https://codereview.webrtc.org/3000753002/ ) by emircan · 7 years ago
  67. cf5d485 Add a flags field to video timing extension. by sprang · 7 years ago
  68. ee89e78 Replace CHECK(x && y) with two separate CHECK() calls by kwiberg · 7 years ago
  69. 227f8b9 Reland of Fix off-by-one bugs in video_coding::PacketBuffer when the buffer is filled with a single frame. (patchset #1 id:1 of https://codereview.chromium.org/2990183002/ ) by philipel · 7 years ago
  70. c18f1d7 Revert of Fix off-by-one bugs in video_coding::PacketBuffer when the buffer is filled with a single frame. (patchset #5 id:80001 of https://codereview.chromium.org/2993513002/ ) by philipel · 7 years ago
  71. ee13e89 Fix off-by-one bugs in video_coding::PacketBuffer when the buffer is filled with a single frame. by philipel · 7 years ago
  72. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  73. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
  74. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
  75. 04f4d12 Implement timing frames. by ilnik · 8 years ago
  76. 7d79e63 Cast sequence number in RtpFrameObject. by philipel · 8 years ago
  77. e87c876 Check H264 NALUs for frametype and insert SPS/PPS packets into the PacketBuffer. by philipel · 8 years ago
  78. b2a318b Configured VCMTiming with sender defining delay times. by gnish · 8 years ago
  79. 00d802b Reland of Add content type information to encoded images and corresponding rtp extension header (patchset #1 id:1 of https://codereview.webrtc.org/2809653004/ ) by ilnik · 8 years ago
  80. 27c46e2 Revert of Add content type information to encoded images and corresponding rtp extension header (patchset #4 id:400001 of https://codereview.webrtc.org/2812913002/ ) by ilnik · 8 years ago
  81. 774f6b4 Reland of Add content type information to encoded images and corresponding rtp extension header (patchset #1 id:1 of https://codereview.webrtc.org/2816463002/ ) by ilnik · 8 years ago
  82. 29dbb19 Revert of Add content type information to encoded images and corresponding rtp extension header (patchset #1 id:1 of https://codereview.webrtc.org/2811963002/ ) by ilnik · 8 years ago
  83. 4fa0c4f Reland of Add content type information to encoded images and corresponding rtp extension header (patchset #1 id:1 of https://codereview.webrtc.org/2816463002/ ) by ilnik · 8 years ago
  84. 5721866 Revert of Add content type information to encoded images and corresponding rtp extension header (patchset #31 id:600001 of https://codereview.webrtc.org/2772033002/ ) by ilnik · 8 years ago
  85. 64e739a Add content type information to Encoded Images and add corresponding RTP extension header. by ilnik · 8 years ago
  86. e075430 Don't update the jitter estimate with frames containing retransmitted packets. by philipel · 8 years ago
  87. 59e99b7 Set |_encodedWidth| and |_encodedHeight| in RtpFrameObject. by philipel · 8 years ago
  88. 266f0a4 Now run EndToEndTest with the WebRTC-NewVideoJitterBuffer experiment. by philipel · 8 years ago
  89. 3692845 Allocate extra buffer space in FrameObject in case of H264. by philipel · 8 years ago
  90. 8848828 RtpFrameObject::GetCodecHeader now return rtc::Optional<RTPVideoTypeHeader> by philipel · 8 years ago
  91. 37abf53 Delete FrameObject::size member. by nisse · 8 years ago
  92. b4d3108 Added various timestamps to FrameObject. by philipel · 9 years ago
  93. 552866c FrameObject inherit from VCMEncodedFrame. by philipel · 9 years ago
  94. 6b4b5f3 Add sender controlled playout delay limits by isheriff · 9 years ago
  95. 5ceaaae PacketBuffer now can save how many times a packet has been nacked. by philipel · 9 years ago
  96. 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
  97. b711f10 Revert of FrameBuffer for the new jitter buffer. (patchset #9 id:160001 of https://codereview.webrtc.org/1969403007/ ) by honghaiz · 9 years ago
  98. a376e70 FrameBuffer for the new jitter buffer. by philipel · 9 years ago
  99. 02447bc Logic for finding frame references moved from PacketBuffer to new class by philipel · 9 years ago
  100. a105987 Convert Vp9 Rtp headers to frame references. by philipel · 9 years ago