1. 8fdcac3 Remove clang:find_bad_constructs suppression from call:call. by Mirko Bonadei · 6 years ago
  2. 9882495 Use generic video header frame ID as picture ID. by Sami Kalliomäki · 6 years ago
  3. d34a188 Fix Vp9 flexible mode in RTP ref frame finder. by Sergey Silkin · 6 years ago
  4. 84ccb2d Remove kVideoCodecUnknown from WebRTC. by Kári Tristan Helgason · 6 years ago
  5. 1a4746a Change RTPVideoTypeHeader to absl::variant and move RTPVideoHeader into its own h/cc file. by philipel · 6 years ago
  6. 57ec685 Unwrap TL0 pic index to avoid having to work with a wrapped number. by philipel · 6 years ago
  7. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  8. 0040b66 Replace rtc::Optional with absl::optional by Danil Chapovalov · 6 years ago
  9. 2b3af2e Delete RTP-specific values from the VideoCodecType enum. by Niels Möller · 6 years ago
  10. 3ea3e30 Fixing some SIGFPEs that are making my tests crash by Natalie Silvanovich · 6 years ago
  11. 1564360 VP9 RTP frame reference finder cleanup. by philipel · 6 years ago
  12. a157e08 VP9 temporal index bounds check. by philipel · 6 years ago
  13. 0fa82a6 Moved FrameKey to api/video/encoded_frame.h and renamed it to VideoLayerFrameId. by philipel · 6 years ago
  14. 459f4e3 VP9 GoF/temporal index check. by philipel · 6 years ago
  15. 80ba333 Move FALLTHROUGH macro to a separate header, and give it an RTC_ prefix by Karl Wiberg · 6 years ago
  16. d7ae3c3 Reland "Rename stereo video codec to multiplex" by Emircan Uysaler · 7 years ago
  17. 1204448 Revert "Reland "Rename stereo video codec to multiplex"" by Taylor Brandstetter · 7 years ago
  18. 4954a77 Reland "Rename stereo video codec to multiplex" by Emircan Uysaler · 7 years ago
  19. 6bc7bb6 Revert "Rename stereo video codec to multiplex" by Ivo Creusen · 7 years ago
  20. bbdabe5 Rename stereo video codec to multiplex by Emircan Uysaler · 7 years ago
  21. 1610f94 Don't cast picture ids (of type int64_t) to int. by philipel · 7 years ago
  22. 90612a6 Reland "Add stereo codec header and pass it through RTP" by Emircan Uysaler · 7 years ago
  23. deb8663 Revert "Add stereo codec header and pass it through RTP" by Philip Eliasson · 7 years ago
  24. 20f2133 Add stereo codec header and pass it through RTP by Emircan Uysaler · 7 years ago
  25. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  26. a81403f Calculate VP9 references to wrap at kPicIdLength instead of 16 bits. by philipel · 7 years ago
  27. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  28. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/modules/video_coding/rtp_frame_reference_finder.cc]
  29. bdf3072 Revert of Remove typedefs.h from webrtc/ root (part 1) (patchset #3 id:40001 of https://codereview.webrtc.org/3007253002/ ) by kjellander · 7 years ago
  30. a895836 Remove typedefs.h from webrtc/ root (part 1) by solenberg · 7 years ago
  31. d4fac69 Unwrap picture ids in the RtpFrameReferencerFinder. by philipel · 7 years ago
  32. 4c14009 Avoid calling RtpFrameObject::GetCodecHeader twice in the RtpFrameReferenceFinder. by philipel · 7 years ago
  33. bb992e7 Remove temporary VP9 pid/tl0 jump fix. by philipel · 7 years ago
  34. 9bd1d66 RtpFrameReferenceFinder VP8 reference calculation fix. by philipel · 7 years ago
  35. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  36. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 7 years ago
  37. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 7 years ago
  38. afcf7f5 Stashed frames are now retried in a loop rather than recursively. by philipel · 7 years ago
  39. aff5be3 Don't recalculate Tl0PicIdx when the VP9 frame has no Tl0PicIdx. by philipel · 7 years ago
  40. 57f19cc Drop VP8 frames in case of duplicates in RtpFrameReferenceFinder. by philipel · 7 years ago
  41. 41bb792 Advance picture id of keyframe if the stream has been continuous without a new keyframe for a while. by philipel · 7 years ago
  42. 266f0a4 Now run EndToEndTest with the WebRTC-NewVideoJitterBuffer experiment. by philipel · 8 years ago
  43. fd5a20f New jitter buffer experiment. by philipel · 8 years ago
  44. 87d7d77 Add new codec for FlexFEC. by brandtr · 8 years ago
  45. 8848828 RtpFrameObject::GetCodecHeader now return rtc::Optional<RTPVideoTypeHeader> by philipel · 8 years ago
  46. 86b92e0 Drop VP8 frames older than the last sync frame in the RtpFrameReferenceFinder. by philipel · 8 years ago
  47. d268d6f Stash non layer-sync frames if we have not yet received an earlier frame for this layer. by philipel · 8 years ago
  48. 463d301 Added ClearTo(seq_num) to RtpFrameReferenceFinder. by philipel · 8 years ago
  49. c9b27d5 Bugfix for Vp9 GOF and missing frames. by philipel · 8 years ago
  50. 9b2ce6b Padding is now used to check for continuity in the packet sequence. by philipel · 8 years ago
  51. 647998c Use picture id to check continuity between frames. by philipel · 8 years ago
  52. 02447bc Logic for finding frame references moved from PacketBuffer to new class by philipel · 8 years ago