1. f00bf42 Add plumbing of RtpPacketInfos to each VideoFrame as input for SourceTracker. by Chen Xing · 5 years ago
  2. abbc50e Move frame_type member from RtpDepacketizer::ParsedPayload to RTPVideoHeader by Niels Möller · 5 years ago
  3. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 6 years ago
  4. 075e7fd Delete VCMPacket constructor with WebRtcRTPHeader by Niels Möller · 6 years ago
  5. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 6 years ago
  6. 0cb858c New VCMPacket constructor without WebRtcRTPHeader argument by Niels Möller · 6 years ago
  7. d5e02f0 Delete redundant members from VCMPacket. by Niels Möller · 6 years ago
  8. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  9. 2837edc Make RtpGenericFrameDescriptor available for E2EE. by philipel · 6 years ago
  10. ef615ea Added is_last_packet_in_frame to match is_first_packet_in_frame. by philipel · 6 years ago
  11. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  12. 2234121 VCMPacket: Set VCMNaluCompleteness for generic codecs by Magnus Jedvert · 6 years ago
  13. 8643b78 Moved NackModule and VCMPacket to their own targets by Ilya Nikolaevskiy · 6 years ago
  14. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  15. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  16. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/modules/video_coding/packet.h]
  17. 04f4d12 Implement timing frames. by ilnik · 7 years ago
  18. b34f6a8 Remove deprecated isFirstPacket member name by danilchap · 7 years ago
  19. 0d1b2b6 Reland of Rename RTPVideoHeader.isFirstPacket to .is_first_packet_in_frame. by johan · 8 years ago
  20. 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
  21. efde908 Rename RTPVideoHeader.isFirstPacket to .is_first_packet_in_frame. by johan · 8 years ago
  22. 37f93af Remove unused constructor from VCMPacket. by Johan Ahlers · 8 years ago
  23. 6b4b5f3 Add sender controlled playout delay limits by isheriff · 8 years ago
  24. 5ceaaae PacketBuffer now can save how many times a packet has been nacked. by philipel · 8 years ago
  25. 9d3ab61 Lint fix for webrtc/modules/video_coding PART 2! by philipel · 9 years ago
  26. 2557b86 modules/video_coding refactorings by Henrik Kjellander · 9 years ago[Renamed (95%) from webrtc/modules/video_coding/main/source/packet.h]
  27. ff761fb modules: more interface -> include renames by Henrik Kjellander · 9 years ago
  28. 45b229c Remove an unnecessary webrtc:: namespace prefix. by Wan-Teh Chang · 9 years ago
  29. 4591fbd Use size_t more consistently for packet/payload lengths. by pkasting@chromium.org · 10 years ago
  30. 6c75c98 Propagate capture ntp timestamp from rtp to renderer. by wu@webrtc.org · 11 years ago
  31. a440732 Include files from webrtc/.. paths in video_coding/. by pbos@webrtc.org · 11 years ago
  32. d900e8b Proper spacing for end-of-namespace comments. by pbos@webrtc.org · 11 years ago
  33. 3417eb4 Consolidate GetFrame and InsertPacket and move NACK list processing to after a packet has been successfully inserted. by stefan@webrtc.org · 11 years ago
  34. 3004c79 Fix clang errors in non-GYP_DEFINES=clang=1 build by pbos@webrtc.org · 11 years ago
  35. 7b859cc Webrtc_Word32 => int32_t in video_coding/main/ by pbos@webrtc.org · 12 years ago
  36. 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago[Renamed from src/modules/video_coding/main/source/packet.h]
  37. 5621057 Removing unused code. Review URL: https://webrtc-codereview.appspot.com/349008 by pwestin@webrtc.org · 13 years ago
  38. c3d8910 Adds support for VP8 partitions by stefan@webrtc.org · 13 years ago
  39. 473bac8 Propagate codec specific info to decoder by henrik.lundin@webrtc.org · 13 years ago
  40. 470e71d by niklase@google.com · 13 years ago