1. 0fa82a6 Moved FrameKey to api/video/encoded_frame.h and renamed it to VideoLayerFrameId. by philipel · 7 years ago
  2. d397a0d Add dropped frames metric on the receive side by Ilya Nikolaevskiy · 7 years ago
  3. bc5a408 Fix off-by-one error when removing information about missing packet in PacketBuffer. by philipel · 7 years ago
  4. 6bd3902 Optional: Use nullopt and implicit construction in /modules/video_coding by Oskar Sundbom · 7 years ago
  5. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  6. 88f080a Move SPS/PPS/IDR requirement from RtpFrameObject to PacketBuffer. by Rasmus Brandt · 7 years ago
  7. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  8. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/modules/video_coding/packet_buffer.cc]
  9. 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
  10. c5fb468 Don't clear newer packets from the video_coding::PacketBuffer when calling ClearTo. by philipel · 7 years ago
  11. 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
  12. ee13e89 Fix off-by-one bugs in video_coding::PacketBuffer when the buffer is filled with a single frame. by philipel · 7 years ago
  13. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  14. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 7 years ago
  15. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 7 years ago
  16. 2c9f9f2 Only create H264 frames if there are no gaps in the packet sequence number. by philipel · 7 years ago
  17. 3184f8e Dont request keyframes if the stream is inactive or if we are currently receiving a keyframe. by philipel · 7 years ago
  18. 5391071 Break backwards traversal loop if we have looped around all packets in the PacketBuffer for H264 frames. by philipel · 7 years ago
  19. c703dc2 Clear PacketBuffer when full. by philipel · 7 years ago
  20. 8c61924 video_coding::PacketBuffer now group all H264 packets with the same timestamp into the same frame. by philipel · 8 years ago
  21. ea142f8 Don't detect a new frame if a previous packet is used in a previous frame. by philipel · 8 years ago
  22. 0d1b2b6 Reland of Rename RTPVideoHeader.isFirstPacket to .is_first_packet_in_frame. by johan · 8 years ago
  23. 2c2f34c PacketBuffer now correctly cast sequence numbers to uint16_t. by philipel · 8 years ago
  24. 0ad2111 Revert of Rename RTPVideoHeader.isFirstPacket to .is_first_packet_in_frame. (patchset #1 id:1 of https://codereview.webrtc.org/2574943003/ ) by danilchap · 8 years ago
  25. efde908 Rename RTPVideoHeader.isFirstPacket to .is_first_packet_in_frame. by johan · 8 years ago
  26. 759e0b7 Fix memory leak in video_coding::PacketBuffer::InsertPacket. by philipel · 8 years ago
  27. 20dce34 Fixed bug in PacketBuffer to correctly detect new complete frames after ClearTo has been called. by philipel · 8 years ago
  28. fd5a20f New jitter buffer experiment. by philipel · 8 years ago
  29. 41b8ca0 PacketBuffer no longer copy the bitstream data of incoming packets. by philipel · 8 years ago
  30. aee3e0e Only advance |first_seq_num_| if packets are explicitly cleared from the PacketBuffer. by philipel · 8 years ago
  31. 1f39ba1 Copy payload data when inserting packets into video_coding::PacketBuffer. by philipel · 8 years ago
  32. 17deeb4 PacketBuffer is now ref counted. by philipel · 8 years ago
  33. b4d3108 Added various timestamps to FrameObject. by philipel · 8 years ago
  34. 9b2ce6b Padding is now used to check for continuity in the packet sequence. by philipel · 8 years ago
  35. 5ceaaae PacketBuffer now can save how many times a packet has been nacked. by philipel · 8 years ago
  36. 02447bc Logic for finding frame references moved from PacketBuffer to new class by philipel · 8 years ago
  37. a105987 Convert Vp9 Rtp headers to frame references. by philipel · 8 years ago
  38. 2ddf093 Fix missing-break-fallthrough warning. by Peter Boström · 8 years ago
  39. f413933 Convert Vp8 Rtp headers to frame references. by philipel · 8 years ago
  40. c707ab7 Packet buffer for the new jitter buffer. by philipel · 8 years ago