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