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