1. a32d710 Propagate media receiver rtcp observers to RtcpTransceiver by Danil Chapovalov · 7 years ago
  2. d5cae4d Add hacky way to send TransportFeedback in RtcpTransceiver by Danil Chapovalov · 7 years ago
  3. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  4. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  5. 1de4b62 Change RtpRtcp::SetRemb signature to match RtcpTransceiver::SetRemb by Danil Chapovalov · 7 years ago
  6. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  7. 7ca9ae2 Add rtcp observers for media receiver to RtcpTransceiverImpl by Danil Chapovalov · 7 years ago
  8. 6acefdb Fixes to build WebRTC for Fuchsia by Sergey Ulanov · 7 years ago
  9. a00137c Avoid lifetime issues with FlexfecReceiver packet buffer. by Rasmus Brandt · 7 years ago
  10. c7c4191 Declare the RTCP packets_lost field as signed in the API. by Harald Alvestrand · 7 years ago
  11. 70206d6 Reland "Make RTCP cumulative_lost be a signed value" by Harald Alvestrand · 7 years ago
  12. 062a8ea Revert "Make RTCP cumulative_lost be a signed value" by Zhi Huang · 7 years ago
  13. 4c34f43 Make RTCP cumulative_lost be a signed value by Harald Alvestrand · 7 years ago
  14. d73ba12 Do not send 48 empty FEC packets when there is a large media packet seq. num. gap. by Rasmus Brandt · 7 years ago
  15. 5c3cc41 Change RtcpPacket::PacketReadyCallback to rtc::FunctionView from interface by Danil Chapovalov · 7 years ago
  16. a498ae8 Stop using public_deps in system_wrappers. by Mirko Bonadei · 7 years ago
  17. b5728d9 Stop using public_deps in modules/rtp_rtcp. by Mirko Bonadei · 7 years ago
  18. 3310274 Remove WebRTC-ClockEstimation experiment and make new clock estimation always enabled by Ilya Nikolaevskiy · 7 years ago
  19. 6348d5b Disable TimeUtilTest.TimeMicrosToNtpMatchRealTimeClockInitially on ios by Danil Chapovalov · 7 years ago
  20. e0572e5 Reland "Replaced magic numbers with constants for PacketFeedback." by srte · 7 years ago
  21. 319a675 Calculate RTT using ExtendedReports in RtcpTransceiver by Danil Chapovalov · 7 years ago
  22. 90612a6 Reland "Add stereo codec header and pass it through RTP" by Emircan Uysaler · 7 years ago
  23. 575ceef Revert "Replaced magic numbers with constants for PacketFeedback." by Lu Liu · 7 years ago
  24. 37b5223 Replaced magic numbers with constants for PacketFeedback. by srte · 7 years ago
  25. deb8663 Revert "Add stereo codec header and pass it through RTP" by Philip Eliasson · 7 years ago
  26. 8d19e03 Simpliy RtcpTransceiver::SendImmediateFeedback signature by Danil Chapovalov · 7 years ago
  27. 20f2133 Add stereo codec header and pass it through RTP by Emircan Uysaler · 7 years ago
  28. 3fb614b Remove unused UlpfecGenerator::BuildRedPacket. by Rasmus Brandt · 7 years ago
  29. 979d6f9 in RtcpTransceiver tests use dedicate RtcpParserTransport by Danil Chapovalov · 7 years ago
  30. 327c43c Add sending Nack to RtcpTransceiver by Danil Chapovalov · 7 years ago
  31. 2492984 Add TimeMicrosToNtp to calculate current NtpTime without Clock by Danil Chapovalov · 7 years ago
  32. 01f2ec3 Add a new function to BitrateAllocation: HasBitrate. by erikvarga@webrtc.org · 7 years ago
  33. 3419cf9 Optional: Use nullopt and implicit construction in /modules/rtp_rtcp by Oskar Sundbom · 7 years ago
  34. 2ddf98d Add RequestKeyFrame with Fir to RtcpTransceiver by Danil Chapovalov · 7 years ago
  35. 65c3922 Move some more numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  36. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  37. a7e418c Add RequestKeyFrame with Pli to RtcpTransceiver by Danil Chapovalov · 7 years ago
  38. c0fd5f9 Add Thread-safe wrapper for RtcpTransceiver by Danil Chapovalov · 7 years ago
  39. 8b64fd8 Reland of "Use moving median filters in RemoteNtpTimeEstimator, RtpToNtpEstimator"" by Ilya Nikolaevskiy · 7 years ago
  40. 84c1a15 Remove deprecated field names in struct RTCPReportBlock by Danil Chapovalov · 7 years ago
  41. f6703c4 Revert "Use moving median filters in RemoteNtpTimeEstimator, RtpToNtpEstimator" by Mirko Bonadei · 7 years ago
  42. 550b666 Use moving median filters in RemoteNtpTimeEstimator, RtpToNtpEstimator by Ilya Nikolaevskiy · 7 years ago
  43. 651707b Remove deprecated SetREMB functions from RtpRtcp by Danil Chapovalov · 7 years ago
  44. 61a7b14 Removing conditional visibility. by Mirko Bonadei · 7 years ago
  45. d328229 Add sending REMB support to RtcpTransceiver by Danil Chapovalov · 7 years ago
  46. d2f37d8 Add Incoming packet handler to RtcpTransceiver by Danil Chapovalov · 7 years ago
  47. d4fdc27 Introduce MicrosecondsToCompactNtp function by Danil Chapovalov · 7 years ago
  48. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  49. eb0ed28 Add rtcp::CommonHeader::packet_size function by Danil Chapovalov · 7 years ago
  50. 3f2634e Reland "Keep spatial_idx=kNoSpatialIdx(255) if there is no layer indices." by Sergey Silkin · 7 years ago
  51. 731d1ca Reduce flakiness of asynchronous RtcpTransceiver tests by Danil Chapovalov · 7 years ago
  52. ae29428 Revert "Keep spatial_idx=kNoSpatialIdx(255) if there is no layer indices." by Ivo Creusen · 7 years ago
  53. 47836b4 Keep spatial_idx=kNoSpatialIdx(255) if there is no layer indices. by Sergey Silkin · 7 years ago
  54. f0cc814 Support writing network timestamp delta fields into VideoTimingExtension by Danil Chapovalov · 7 years ago
  55. 13a8f20 Add CHECKs to FlexfecReceiver. by Rasmus Brandt · 7 years ago
  56. 996eb9e Fix typo in VideoSendTiming header extension structure by Danil Chapovalov · 7 years ago
  57. 8c8d49e Add periodic compound packet sending to RtcpTransceiver by Danil Chapovalov · 7 years ago
  58. 90397d9 Remove use of RTPFragmentationHeader from RTPSenderAudio by Niels Möller · 7 years ago
  59. 34fa295 Delete unused VP8 packetization modes. by Niels Möller · 7 years ago
  60. 78161ca Add sending sdes to RtcpTransceiver. by Danil Chapovalov · 7 years ago
  61. 398a7c6 Create skeleton of the rtcp transceiver. by Danil Chapovalov · 7 years ago
  62. 21360eb Add application extension field to RtpPacketReceived. by Dino Radaković · 7 years ago
  63. 78609d5 Reland of BWE allocation strategy by Alex Narest · 7 years ago
  64. dc9ca93 Revert "BWE allocation strategy" by Alex Narest · 7 years ago
  65. f74d641 Simplify setting/unsetting REMB in RtcpSender by Danil Chapovalov · 7 years ago
  66. a5fbc23 BWE allocation strategy by Alex Narest · 7 years ago
  67. 39260c4 Revert "BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic." by Lu Liu · 7 years ago
  68. 54d1da1 BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic. by Alex Narest · 7 years ago
  69. 5de6b1a Delete remnants of support for RFC 5450, extended jitter report. by Niels Möller · 7 years ago
  70. 51e21aa Simplify RtpRtcp interface for REMB by Danil Chapovalov · 7 years ago
  71. bef945f in Vp8 packetizer use DCHECK instead of assert by Danil Chapovalov · 7 years ago
  72. 22ec952 Delete in_order argument to RtpReceiver::IncomingRtpPacket by Niels Möller · 7 years ago
  73. c62f6c7 RTPPayloadRegistry: Use SdpAudioFormat to represent audio codecs by Karl Wiberg · 7 years ago
  74. c3fa8e1 New method RtpReceiver::GetLatestTimestamps. by Niels Möller · 7 years ago
  75. 4a87e1c Remove encoding code from RtcEventLogImpl and use RtcEventLogEncoder instead by Elad Alon · 7 years ago
  76. 958288a Fix wrap-around logic in ForwardErrorCorrection. by Niels Möller · 7 years ago
  77. c545daf Make rtp_packet.h public by Elad Alon · 7 years ago
  78. 884e49f Convert PayloadUnion from a union to a class, step 3 by Karl Wiberg · 7 years ago
  79. 440216f Split LogRtpHeader and LogRtcpPacket into separate versions for incoming and outgoing packets. by Bjorn Terelius · 7 years ago
  80. c856dc2 Convert PayloadUnion from a union to a class, step 2 by Karl Wiberg · 7 years ago
  81. 83d3ec1 Convert PayloadUnion from a union to a class, step 1 by Karl Wiberg · 7 years ago
  82. 760c4b4 Trigger rtt and stats update on report block rather than receiver report. by Danil Chapovalov · 7 years ago
  83. c9d5b05 Add lock annotations and const declarations to RtpReceiverImpl. by Niels Möller · 7 years ago
  84. bbf389c Delete redundant logic for setting is_first_packet_in_frame by Niels Möller · 7 years ago
  85. 73b60b8 Remove the redundant method GetPayloadSpecifics by Karl Wiberg · 7 years ago
  86. 92d9dd0 rtp_rtcp_format: Separate public and private source files by Karl Wiberg · 7 years ago
  87. a5f043f Change ForwardErrorCorrection class to accept one received packet at a time. by nisse · 7 years ago
  88. c5267d2 Simplify ReceiveStatistics: merge GetActiveStatisticians into RtcpReportBlocks by Danil Chapovalov · 7 years ago
  89. 4354725 Delete deprecated metod RtpRtcp::SetMaxTransferUnit. by nisse · 7 years ago
  90. 6c17057 Move rtcp packet classes from rtp_rtcp to rtp_rtcp_format target by Danil Chapovalov · 7 years ago
  91. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  92. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  93. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago
  94. 5adc73a by niklase@google.com · 13 years ago
  95. f0a476b Add PictureID and NonReference to codec information by hlundin@google.com · 13 years ago
  96. 98b4ed1 Disabling DEBUG_FILE in the overuse detector by default. by holmer@google.com · 13 years ago
  97. 6b04739 Route CodecSpecificInfo from encoder to packetizer by hlundin@google.com · 14 years ago
  98. 67d7282 Allow the FEC to protect up to maximum #packets (48) if the by marpan@google.com · 14 years ago
  99. 1eccf7d Some code cleanup for rtp_sender_video.cc. by marpan@google.com · 14 years ago
  100. 6cc3f00 Include forward_error_correction_internal.cc which was added in #93 to android build by leozwang@google.com · 14 years ago