1. ce1ffcd change PacketBuffer to return it's result rather that use callback by Danil Chapovalov · 4 years, 9 months ago
  2. fc35874 Use new RtpFrameObject ctor for unittests. by philipel · 4 years, 10 months ago
  3. f7457e5 Store PacketBuffer by value instead of as reference counted object by Danil Chapovalov · 4 years, 10 months ago
  4. 0cff4fc Removed unused frame_size param from RtpFrameObject ctor. by philipel · 4 years, 10 months ago
  5. b5e4785 RtpFrameObject now takes an EncodedImageBuffer in its ctor. by philipel · 4 years, 10 months ago
  6. f0be5b5 Make GetBitstream non-virtual since it is no longer needed for testing. by philipel · 4 years, 10 months ago
  7. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 11 months ago
  8. a370556 Refactor to free up PacketBuffer as soon as possible by Johannes Kron · 5 years ago
  9. f00bf42 Add plumbing of RtpPacketInfos to each VideoFrame as input for SourceTracker. by Chen Xing · 5 years ago
  10. abbc50e Move frame_type member from RtpDepacketizer::ParsedPayload to RTPVideoHeader by Niels Möller · 5 years ago
  11. 2af5dcb Reland "Refactor FrameDecryptorInterface::Decrypt to use new API." by Benjamin Wright · 5 years ago
  12. 7dd83e2 Revert "Refactor FrameDecryptorInterface::Decrypt to use new API." by Henrik Boström · 5 years ago
  13. 642aa81 Refactor FrameDecryptorInterface::Decrypt to use new API. by Benjamin Wright · 5 years ago
  14. a556448 Don't recreate the VideoReceiveStream on SetFrameDecryptor in the MediaEngine. by Benjamin Wright · 5 years ago
  15. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 5 years ago
  16. 52426ed Modify BufferedFrameDecryptor to perform fine grained key requests. by Benjamin Wright · 5 years ago
  17. b4643ad Rename "OnReceivedFrame" to "OnAssembledFrame" by Elad Alon · 5 years ago
  18. d5e02f0 Delete redundant members from VCMPacket. by Niels Möller · 5 years ago
  19. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  20. 4348ce2 Calculate min and max receive timestamps for packets in a video frame by Ilya Nikolaevskiy · 6 years ago
  21. 0076529 Add BufferedFrameDecryptor to cleanly deal with receiving encrypted frames. by Benjamin Wright · 6 years ago