1. 36189cd Move RtpExtension to api/ directory and config.h/.cc to call/. by Stefan Holmer · 7 years ago
  2. 054582b Replace remaining gflags usages with rtc_base/flags by oprypin · 7 years ago
  3. 00ed864 Recently we moved webrtc/base to webrtc/rtc_base, so these by mbonadei · 8 years ago
  4. 94c183c Revert of Add logging of host lookups made by TurnPort to the RtcEventLog. (patchset #11 id:200001 of https://codereview.webrtc.org/2996933003/ ) by maxmorin · 8 years ago
  5. 4282b1f Add logging host lookups made by TurnPort to the RtcEventLog. by jonaso · 8 years ago
  6. f0c86c0 Move video send/receive stream headers to webrtc/call. by aleloi · 8 years ago
  7. ea15d68 Replace CHECK(x && y) with two separate CHECK() calls by kwiberg · 8 years ago
  8. 0767241 Use default header extension map in rtc_event_log2text by terelius · 8 years ago
  9. ddd358a nit: Avoid pointer-to-unique_ptr in RtcEventLogImpl by eladalon · 8 years ago
  10. 76de83e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  11. bc32410 Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  12. 60154fd Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  13. 1af60eb Limit the number of simultaneous event logs. by terelius · 8 years ago
  14. f91805c Support building WebRTC without audio and video. by zhihuang · 8 years ago
  15. 2ad5ffa Change rtp header extension AbsoluteSendTime::Write to take time in 24bit format by Danil Chapovalov · 8 years ago
  16. f75b6fa Use rtp_header_extension_map.h instead of rtp_header_extension.h by Danil Chapovalov · 8 years ago
  17. 9b1dfac Make rtc_event_log2text output header extensions by ilnik · 8 years ago
  18. b570312 Delete rtc_event_log/ringbuffer.h by terelius · 8 years ago
  19. 3c99f1b Replace RingBuffer by std::deque in RtcEventLog. by terelius · 8 years ago
  20. 209359f Print configured header extensions and codecs in rtc_event_log2text. by terelius · 8 years ago
  21. bf87cd5 Use oneof in event log proto to reduce memory consumption. by terelius · 8 years ago
  22. 361dd29 Ensure the RtcEventLog parser is backwards compatible by terelius · 8 years ago
  23. 33f05e7 This cl removes RtcEventLog deps to call:call_interfaces. The purpose is to be able to use the event log from the upcoming RtpTransport. by perkj · 8 years ago
  24. 4ffb4f0 Remove final from RtcEventLogNullImpl by perkj · 8 years ago
  25. eaf4d68 Replace AudioSendStream::Config with rtclog::StreamConfig. by perkj · 8 years ago
  26. a6d8766 Replace AudioReceiveStream::Config with rtclog::StreamConfig. by perkj · 8 years ago
  27. 433b35c Replace VideoSendStream::Config with new rtclog::StreamConfig in RtcEventLog. by perkj · 8 years ago
  28. acddd51 Replace VideoReceiveStream::Config with new rtclog::StreamConfig in RtcEventLog. by perkj · 8 years ago
  29. 4bea16c Change rtp_event_log2text to ignore webrtc::MediaType from proto. by perkj · 8 years ago
  30. 654261a DCHECK that we don't insert nullptr into event log. by terelius · 8 years ago
  31. cf0efb1 Create tool to print statistics about the file size usage of an RTC event log. by terelius · 8 years ago
  32. abaa3ad Delay based logging. by philipel · 8 years ago
  33. 19ef130 Resolve dependency between rtc_event_log_api and remote_bitrate_estimator by michaelt · 8 years ago
  34. b9bfcb4 Reland of Loosening the coupling between WebRTC and //third_party/protobuf (patchset #1 id:1 of https://codereview.webrtc.org/2786363002/ ) by mbonadei · 8 years ago
  35. 8c39fad Resolve cyclic dependency between audio network adaptor and event log api by michaelt · 8 years ago
  36. 4136d39 Replace use of system_wrappers/include/logging.h by base/logging.h. by nisse · 8 years ago
  37. dadd180 Revert of Loosening the coupling between WebRTC and //third_party/protobuf (patchset #16 id:300001 of https://codereview.webrtc.org/2747863003/ ) by mbonadei · 8 years ago
  38. 05344e1 To accommodate some downstream WebRTC users we need to loosen by mbonadei · 8 years ago
  39. f2dfa45 Visualize events related to probing in the total bitrate graph. by philipel · 8 years ago
  40. 940f189 Delete support for receiving RTCP RPSI and SLI message. by nisse · 8 years ago
  41. 50bdc3b Remove unused include from rtc_event_log_parser.cc by terelius · 8 years ago
  42. 1c1bd4d Add probe logging to RtcEventLog. by philipel · 8 years ago
  43. 25435fe Introduce a new constructor to PlatformThread. by tommi · 8 years ago
  44. 6bbab56 Reland of Delete class SSRCDatabase, and its global ssrc registry. (patchset #1 id:1 of https://codereview.webrtc.org/2700413002/ ) by nisse · 8 years ago
  45. 223ac94 Rename some variables and methods in RTC event log. by terelius · 8 years ago
  46. 3264fc7 Revert of Delete class SSRCDatabase, and its global ssrc registry. (patchset #20 id:370001 of https://codereview.webrtc.org/2644303002/ ) by kjellander · 8 years ago
  47. 46dc8df Delete class SSRCDatabase, and its global ssrc registry, by nisse · 8 years ago
  48. 60d2fc1 Add logging of delay-based bandwidth estimate. by terelius · 8 years ago
  49. 1d92546 Add option to print information about configured SSRCs from RTC event logs. by terelius · 8 years ago
  50. c13cf2a New tool for printing basic packet information from an RTC event log to stdout. by terelius · 8 years ago
  51. bcf3fd3 Reland of Make RTX pt/apt reconfigurable by calling WebRtcVideoChannel2::SetRecvParameters. (patchset #1 id:1 of https://codereview.webrtc.org/2649323010/ ) by brandtr · 8 years ago
  52. 3bdef22 Revert of Make RTX pt/apt reconfigurable by calling WebRtcVideoChannel2::SetRecvParameters. (patchset #7 id:160001 of https://codereview.webrtc.org/2646073004/ ) by kjellander · 8 years ago
  53. 914a215 Make RTX pt/apt reconfigurable by calling WebRtcVideoChannel2::SetRecvParameters. by brandtr · 8 years ago
  54. 4fdc30d Reland of "Log audio network adapter decisions in event log." by minyue · 8 years ago
  55. 5b7322d Revert of Log audio network adapter decisions in event log. (patchset #14 id:320001 of https://codereview.webrtc.org/2559953002/ ) by sakal · 8 years ago
  56. dc916a1 Log audio network adapter decisions in event log. by michaelt · 8 years ago
  57. 7d1154d Convert rtc_event_log from webrtc::Clock to rtc::TimeMicros. by nisse · 8 years ago
  58. 31212ba Moved call.h and most of api/call/* into call/ by ossu · 8 years ago
  59. 45a0bd3 Replace test_support_main by test_main and get rid of test_support_main_threaded_mac by ehmaldonado · 8 years ago
  60. 5928a3d Fix BWE simulations so that it uses the delay based BWE. by terelius · 8 years ago
  61. 19689f4 Added logging for audio send/receive stream configs. by ivoc · 8 years ago
  62. 8a79089 Replace rtcp parser in rtc event log handlers. RTCPUtility is going away. by danilchap · 8 years ago
  63. e59b6ff Moved RtcEventLog files from call/ to logging/ by skvlad · 8 years ago