1. c60774b Delete RTPFragmentationHeader as no longer used by Danil Chapovalov · 4 years, 6 months ago
  2. 84a812e Check old_vector_size prior to copying in RTPFragmentationHeader::Resize by Dan Minor · 4 years, 8 months ago
  3. f87536c Reland "Reland "Refactors UlpFec and FlexFec to use a common interface."" by Erik Språng · 5 years ago
  4. c310889 Revert "Reland "Refactors UlpFec and FlexFec to use a common interface."" by Erik Språng · 5 years ago
  5. 49734dc Reland "Refactors UlpFec and FlexFec to use a common interface." by Erik Språng · 5 years ago
  6. cb4d380 Revert "Refactors UlpFec and FlexFec to use a common interface." by Erik Språng · 5 years ago
  7. 11af1d7 Refactors UlpFec and FlexFec to use a common interface. by Erik Språng · 5 years ago
  8. 7c06777 Cleanup includes in modules/include/module_common_types.h by Danil Chapovalov · 5 years ago
  9. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  10. 099b02a Get rid of deprecated version of NackSender::SendNack [2/2] by Elad Alon · 6 years ago
  11. a47ba41 Get rid of deprecated version of NackSender::SendNack [1/2] by Elad Alon · 6 years ago
  12. 4d9e428 Remove some leftover TODOs for webrtc:10336 by Elad Alon · 6 years ago
  13. e86af2c Allowing buffering a LNTF (loss notification) feedback message in RTCPSender by Elad Alon · 6 years ago
  14. ef09c5b Buffer RTCP feedback messages in RtpVideoStreamReceiver by Elad Alon · 6 years ago
  15. fd26ef7 Delete unused RTPFragmentationHeader members by Niels Möller · 6 years ago
  16. 0fb0bd8 Delete WebRtcRTPHeader, this struct is no longer used. by Niels Möller · 6 years ago
  17. abbc50e Move frame_type member from RtpDepacketizer::ParsedPayload to RTPVideoHeader by Niels Möller · 6 years ago
  18. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 6 years ago
  19. 075e7fd Delete VCMPacket constructor with WebRtcRTPHeader by Niels Möller · 6 years ago
  20. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 6 years ago
  21. 10874b2 Create LossNotificationController by Elad Alon · 6 years ago
  22. f93eda1 Move some video codec constants to separate file. by Erik Språng · 6 years ago
  23. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  24. 276827c Export symbols needed by the Chromium component build (part 3). by Mirko Bonadei · 6 years ago
  25. 44b384d Delete support for VoIP metrics (RFC 3611 4.7) by Niels Möller · 6 years ago
  26. db12856 Cleanup modules_common_types by Danil Chapovalov · 6 years ago
  27. 01a8990 Remove deprecated type alias for RtpVideoCodecTypes. by Kári Tristan Helgason · 7 years ago
  28. 9a29c03 Fix random crashes - invariant broken in LinkedSet (LRU) implementation. by Yves Gerey · 7 years ago
  29. a12c42a Delete root header file typedef.h. by Niels Möller · 7 years ago
  30. 1a4746a Change RTPVideoTypeHeader to absl::variant and move RTPVideoHeader into its own h/cc file. by philipel · 7 years ago
  31. 5ab67a5 Add accessors to the types in the RTPVideoTypeHeader in RTPVideoHeader. by philipel · 7 years ago
  32. 011dc64 Remove RTPTypeHeader union and use RTPVideoHeader directly. by philipel · 7 years ago
  33. 8b23dba Add RTPVideoHeader const accessor. by philipel · 7 years ago
  34. 196100e Replace rtc::Optional with absl::optional by Danil Chapovalov · 7 years ago
  35. 7b55c73 Add RTPVideoHeader accessor. by philipel · 7 years ago
  36. 0a5fe77 Clean up in module_common_types.h by removing the unused struct RTPAudioHeader. by philipel · 7 years ago
  37. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  38. 8643b78 Moved NackModule and VCMPacket to their own targets by Ilya Nikolaevskiy · 7 years ago
  39. 520ca4e Delete enum RtpVideoCodecTypes, replaced with VideoCodecType. by Niels Möller · 7 years ago
  40. c6c4426 Moves network control interface to API. by Sebastian Jansson · 7 years ago
  41. ae8d8a1 Remove audio_frame.h from module_common_types.h by Fredrik Solenberg · 7 years ago
  42. 0dd1b0a Revert "Revert "Enables PeerConnectionFactory using external fec controller"" by Ying Wang · 7 years ago
  43. 0073301 Revert "Enables PeerConnectionFactory using external fec controller" by Taylor Brandstetter · 7 years ago
  44. 4f07bdb Enables PeerConnectionFactory using external fec controller by Ying Wang · 7 years ago
  45. d377f04 Move AudioFrame to its own header file and target in api/. by Niels Möller · 7 years ago
  46. 9bb8f05 Cleanup of unused RTP structs and packetizer for stereo codec by Emircan Uysaler · 7 years ago
  47. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
  48. 90612a6 Reland "Add stereo codec header and pass it through RTP" by Emircan Uysaler · 7 years ago
  49. deb8663 Revert "Add stereo codec header and pass it through RTP" by Philip Eliasson · 7 years ago
  50. 20f2133 Add stereo codec header and pass it through RTP by Emircan Uysaler · 7 years ago
  51. 248ccf8 Optional: Use nullopt and implicit construction in / by Oskar Sundbom · 7 years ago
  52. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  53. feee08f Marked UnwrapWithoutUpdate function as const by Sebastian Jansson · 7 years ago
  54. 558cabf Refactor RtpToNtpEstimator and MovingMedianFilter by Ilya Nikolaevskiy · 7 years ago
  55. a32dd01 Reland "Remove AudioDeviceObserver and make ADM not inherit from the Module interface." by Fredrik Solenberg · 7 years ago
  56. d4404c2 Revert "Remove AudioDeviceObserver and make ADM not inherit from the Module interface." by Fredrik Solenberg · 7 years ago
  57. 34cdd2d Remove AudioDeviceObserver and make ADM not inherit from the Module interface. by Fredrik Solenberg · 7 years ago
  58. c7b4a45 Remove various IDs: by solenberg · 7 years ago
  59. e423a9de Revert of Remove various IDs (patchset #7 id:120001 of https://codereview.webrtc.org/3019543002/ ) by solenberg · 7 years ago
  60. 2d0f775 Remove various IDs: by solenberg · 7 years ago
  61. fb08994 Adding time profiling support to AudioFrame by henrika · 7 years ago
  62. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  63. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  64. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago