- 2182096 RtpFrameReferenceFinder return frames directly instead of via callback. by philipel · 3 years, 10 months ago
- ca18809 Move RtpFrameObject and EncodedFrame out of video_coding namespace. by philipel · 4 years ago
- 6a67150 Move RtpFrameReferenceFinder out of video_coding namespace. by philipel · 4 years ago
- 9aa9b8d Prepare to replace VideoLayerFrameId with int64_t. by philipel · 4 years, 1 month ago
- 39f09b4 Handle AV1 without DependencyDescriptor. by philipel · 4 years, 3 months ago
- 4e70216 Break RtpFrameReferenceFinder into descriptor specific parts. by philipel · 4 years, 3 months ago
- a62fa73 Removed unused H264 specific code from RtpFrameReferenceFinder. by philipel · 4 years, 4 months ago
- a65d785 Don't use VP9 specific concepts to combine spatial layer frames in FrameBuffer2. by philipel · 4 years, 4 months ago
- 716a3c9 Remove unused includes from RtpFrameReferenceFinder. by philipel · 4 years, 4 months ago
- 9465978 Remove framemarking RTP extension. by philipel · 4 years, 9 months ago
- 0003269 Clean up old GoPs when the RTP sequence number jump. by philipel · 5 years ago
- 45cb8f6 Drop duplicate VP8 frames in the RtpFrameReferenceFinder. by philipel · 5 years ago
- ef0d76a Add more VP9 header correctness check in RtpFrameReferenceFinder by Ilya Nikolaevskiy · 5 years ago
- a118702 in RtpFrameReferenceFinder VP9 case validate number of references in gof by Danil Chapovalov · 5 years ago
- 545c53e In RtpFrameReferenceFinder VP8 clean not yet received before filling it by Danil Chapovalov · 5 years ago
- 95cb56b Add extra input validation to RtpFrameReferenceFinder for codec-specific cases by Danil Chapovalov · 5 years ago
- 26b4cb3 Detach RtpFrameReferenceFinder from RtpGenericFrameDescriptor by Danil Chapovalov · 5 years ago
- b6bf0b2 Pass picture_id from generic packetizer through codec-specific field by Danil Chapovalov · 5 years ago
- 7a709c0 RtpReferenceFrameFinder: protect against crashes due to large temporal idx value on the wire by Ilya Nikolaevskiy · 5 years ago
- 64f1f3f Replace RTC_FALLTHROUGH with ABSL_FALLTHROUGH_INTENTED by Danil Chapovalov · 5 years ago
- b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 5 years ago
- 7acc4a4 Reset |reference_finder_| on codec switch. by philipel · 5 years ago
- a370556 Refactor to free up PacketBuffer as soon as possible by Johannes Kron · 6 years ago
- a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
- bc7f41b ManageFrameH264 for temporal layers (PART 3/3) by Johnny Lee · 6 years ago
- 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 6 years ago
- 05cf6be [clang-tidy] Apply performance-move-const-arg fixes. by Mirko Bonadei · 6 years ago
- 2ec0c65 Set inter_pic_predicted video codec flag in vp9 encoder correctly by Ilya Nikolaevskiy · 6 years ago
- 5546aef Vp9 flexible mode fixes by Ilya Nikolaevskiy · 6 years ago
- 2837edc Make RtpGenericFrameDescriptor available for E2EE. by philipel · 6 years ago
- dabfcae Use the generic descriptor information in the RtpFrameReferenceFinder. by philipel · 6 years ago
- 0417ead Removed unused member |last_unwrap_| from RtpFrameReferenceFinder. by philipel · 7 years ago
- 5470f40 Renamed GetCodecHeader to GetRtpVideoHeader in RtpFrameObject. by philipel · 7 years ago
- 2f864fb Handle empty GOF. by Sergey Silkin · 7 years ago
- 8fdcac3 Remove clang:find_bad_constructs suppression from call:call. by Mirko Bonadei · 7 years ago
- 9882495 Use generic video header frame ID as picture ID. by Sami Kalliomäki · 7 years ago
- d34a188 Fix Vp9 flexible mode in RTP ref frame finder. by Sergey Silkin · 7 years ago
- 84ccb2d Remove kVideoCodecUnknown from WebRTC. by Kári Tristan Helgason · 7 years ago
- 1a4746a Change RTPVideoTypeHeader to absl::variant and move RTPVideoHeader into its own h/cc file. by philipel · 7 years ago
- 57ec685 Unwrap TL0 pic index to avoid having to work with a wrapped number. by philipel · 7 years ago
- 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
- 0040b66 Replace rtc::Optional with absl::optional by Danil Chapovalov · 7 years ago
- 2b3af2e Delete RTP-specific values from the VideoCodecType enum. by Niels Möller · 7 years ago
- 3ea3e30 Fixing some SIGFPEs that are making my tests crash by Natalie Silvanovich · 7 years ago
- 1564360 VP9 RTP frame reference finder cleanup. by philipel · 7 years ago
- a157e08 VP9 temporal index bounds check. by philipel · 7 years ago
- 0fa82a6 Moved FrameKey to api/video/encoded_frame.h and renamed it to VideoLayerFrameId. by philipel · 7 years ago
- 459f4e3 VP9 GoF/temporal index check. by philipel · 7 years ago
- 80ba333 Move FALLTHROUGH macro to a separate header, and give it an RTC_ prefix by Karl Wiberg · 7 years ago
- d7ae3c3 Reland "Rename stereo video codec to multiplex" by Emircan Uysaler · 7 years ago
- 1204448 Revert "Reland "Rename stereo video codec to multiplex"" by Taylor Brandstetter · 7 years ago
- 4954a77 Reland "Rename stereo video codec to multiplex" by Emircan Uysaler · 7 years ago
- 6bc7bb6 Revert "Rename stereo video codec to multiplex" by Ivo Creusen · 7 years ago
- bbdabe5 Rename stereo video codec to multiplex by Emircan Uysaler · 7 years ago
- 1610f94 Don't cast picture ids (of type int64_t) to int. by philipel · 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
- 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
- a81403f Calculate VP9 references to wrap at kPicIdLength instead of 16 bits. by philipel · 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/rtp_frame_reference_finder.cc]
- bdf3072 Revert of Remove typedefs.h from webrtc/ root (part 1) (patchset #3 id:40001 of https://codereview.webrtc.org/3007253002/ ) by kjellander · 8 years ago
- a895836 Remove typedefs.h from webrtc/ root (part 1) by solenberg · 8 years ago
- d4fac69 Unwrap picture ids in the RtpFrameReferencerFinder. by philipel · 8 years ago
- 4c14009 Avoid calling RtpFrameObject::GetCodecHeader twice in the RtpFrameReferenceFinder. by philipel · 8 years ago
- bb992e7 Remove temporary VP9 pid/tl0 jump fix. by philipel · 8 years ago
- 9bd1d66 RtpFrameReferenceFinder VP8 reference calculation fix. by philipel · 8 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
- afcf7f5 Stashed frames are now retried in a loop rather than recursively. by philipel · 8 years ago
- aff5be3 Don't recalculate Tl0PicIdx when the VP9 frame has no Tl0PicIdx. by philipel · 8 years ago
- 57f19cc0 Drop VP8 frames in case of duplicates in RtpFrameReferenceFinder. by philipel · 8 years ago
- 41bb792 Advance picture id of keyframe if the stream has been continuous without a new keyframe for a while. by philipel · 8 years ago
- 266f0a4 Now run EndToEndTest with the WebRTC-NewVideoJitterBuffer experiment. by philipel · 8 years ago
- fd5a20f New jitter buffer experiment. by philipel · 8 years ago
- 87d7d77 Add new codec for FlexFEC. by brandtr · 8 years ago
- 8848828 RtpFrameObject::GetCodecHeader now return rtc::Optional<RTPVideoTypeHeader> by philipel · 8 years ago
- 86b92e0 Drop VP8 frames older than the last sync frame in the RtpFrameReferenceFinder. by philipel · 8 years ago
- d268d6f Stash non layer-sync frames if we have not yet received an earlier frame for this layer. by philipel · 8 years ago
- 463d301 Added ClearTo(seq_num) to RtpFrameReferenceFinder. by philipel · 9 years ago
- c9b27d5 Bugfix for Vp9 GOF and missing frames. by philipel · 9 years ago
- 9b2ce6b Padding is now used to check for continuity in the packet sequence. by philipel · 9 years ago
- 647998c Use picture id to check continuity between frames. by philipel · 9 years ago
- 02447bc Logic for finding frame references moved from PacketBuffer to new class by philipel · 9 years ago