1. 8fdcac3 Remove clang:find_bad_constructs suppression from call:call. by Mirko Bonadei · 6 years ago
  2. b0588e6 Reland "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 6 years ago
  3. 8d92e8d Revert "Reland "Move FakeCodec to separate target and behave like real encoder."" by Ilya Nikolaevskiy · 6 years ago
  4. f2a8287 Reland "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 6 years ago
  5. 7d13a6e Revert "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 6 years ago
  6. 223eba5 Move FakeCodec to separate target and behave like real encoder. by Ilya Nikolaevskiy · 6 years ago
  7. 4e199e9 Mark DirectTransport subclasses ctors as deprecated and switch from them by Artem Titov · 6 years ago
  8. dd2eebe Deprecate two DirectTransport ctors and remove their direct usage. by Artem Titov · 6 years ago
  9. 46c4e60 Introduce SimulatedNetworkReceiverInterface. by Artem Titov · 6 years ago
  10. f189c48 Delete webrtc::PacketTime and backwards compatibility. by Niels Möller · 6 years ago
  11. 3229d65 Switch webrtc users from deprecated ctors. by Artem Titov · 6 years ago
  12. e23b8a9 Do not use FakeNetworkPipe::SetConfig. by Artem Titov · 6 years ago
  13. f96b1ca Move SimulatedNetwork class to separate file. by Sebastian Jansson · 6 years ago
  14. 7008287 Delete struct webrtc::PacketTime. by Niels Möller · 6 years ago
  15. ed1dcf9 Enable clang::find_bad_constructs for call/ (part 1). by Mirko Bonadei · 6 years ago
  16. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  17. 5c302c0 Delete obsolete file call/video_config.h. by Niels Möller · 6 years ago
  18. 213618e New api function CreateVideoStreamEncoder. by Niels Möller · 6 years ago
  19. 9416ef8 Rename PayloadRouter to RtpVideoSender. by Stefan Holmer · 6 years ago
  20. dbdb3a0 Refactoring PayloadRouter. by Stefan Holmer · 6 years ago
  21. f704468 Reland "Move allocation and rtp conversion logic out of payload router." by Stefan Holmer · 6 years ago
  22. c2406e4 Revert "Move allocation and rtp conversion logic out of payload router." by JT Teh · 6 years ago
  23. 1da4d79 Move allocation and rtp conversion logic out of payload router. by Stefan Holmer · 6 years ago
  24. a2f1533 Moved PayloadRouter to call/. by Stefan Holmer · 6 years ago
  25. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  26. b6b29e0 Convert video quality test from a TEST_F to a TEST fixture. by Patrik Höglund · 6 years ago
  27. b9b146c Replace rtc::Optional with absl::optional in audio, call and video by Danil Chapovalov · 6 years ago
  28. dfce03a Allows injection of network controller factory into peer connection factory. by Sebastian Jansson · 6 years ago
  29. 0a8f435 Move VideoEncoderConfig from call/ to api/. by Niels Möller · 6 years ago
  30. ef75ebe Directly include VideoBitrateAllocation in call/ targets by Erik Språng · 6 years ago
  31. c6ce9c5 New file api/video/BUILD.gn by Niels Möller · 6 years ago
  32. c6c4426 Moves network control interface to API. by Sebastian Jansson · 6 years ago
  33. 0c4f7be New api struct BitrateSettings. by Niels Möller · 6 years ago
  34. e625605 Moving task queue from Call to transport controller. by Sebastian Jansson · 6 years ago
  35. 0940811 Moving demux from FakeNetworkPipe to DirectTransport. by Sebastian Jansson · 6 years ago
  36. 8326780 Adds mock bitrate allocator. by Sebastian Jansson · 6 years ago
  37. 11b34f4 Remove chromium clang style errors affecting sdk/android/media_jni by Paulina Hensman · 6 years ago
  38. abbe841 This CL removes all usages of our custom ostream << overloads. by Jonas Olsson · 6 years ago
  39. 88614b0 Pass VideoEncoderFactory from WebrtcVideoEngine to VideoStreamEncoder. by Niels Möller · 6 years ago
  40. 2b85792 Move rw_lock_wrapper.h to rtc_base/synchronization/ by Karl Wiberg · 6 years ago
  41. b34556e Added receive time calculator under field trial. by Sebastian Jansson · 6 years ago
  42. 7696bef Remove the public_deps to fileutils from test_support. by Patrik Höglund · 6 years ago
  43. 7bd79a0 Split up audio_device build target by Paulina Hensman · 6 years ago
  44. 0970851 Reland: Add ability to emulate degraded network in Call via field trial by Erik Språng · 6 years ago
  45. 16cba5c Revert "Add ability to emulate degraded network in Call via field trial" by Ilya Nikolaevskiy · 6 years ago
  46. 31a12c5 Add ability to emulate degraded network in Call via field trial by Erik Språng · 6 years ago
  47. 19bea51 Adding task queue congestion control experiment. by Sebastian Jansson · 6 years ago
  48. 3faa832 Separate test/fake_audio_device on API and implementation. Step 2. by Artem Titov · 6 years ago
  49. 19704ec Removing AvailableBandwidth method on transport controller. by Sebastian Jansson · 6 years ago
  50. 6723cdc Revert "Separate test/fake_audio_device on API and implementation." by Artem Titov · 6 years ago
  51. 8ea5f9a Separate test/fake_audio_device on API and implementation. by Artem Titov · 6 years ago
  52. a646d30 Enables configuration of transmission max bitrate multiplier and fec protection level. by Ying Wang · 6 years ago
  53. 45087cd Moved retransmission rate limiter to Call class. by Sebastian Jansson · 6 years ago
  54. c33c0fc Moved pacer and congestion thread from call. by Sebastian Jansson · 6 years ago
  55. 35dd6cd Added dependencies to mock transport controller send. by Sebastian Jansson · 6 years ago
  56. 8f83b42 Moved bitrate config interface from Call class. by Sebastian Jansson · 6 years ago
  57. 91bb667 Moved routes tracking to rtp transport controller. by Sebastian Jansson · 6 years ago
  58. 97f61ea Moved bitrate configuration to rtp controller by Sebastian Jansson · 6 years ago
  59. e5447fb Removed fake rtp transport controller send. by Sebastian Jansson · 6 years ago
  60. df023aa Extracted bitrate configuration from call class. by Sebastian Jansson · 6 years ago
  61. fc8d26b Reland "Moved BitrateConfig out of Call::Config." by Sebastian Jansson · 6 years ago
  62. e4bf600 Revert "Moved BitrateConfig out of Call::Config." by Lu Liu · 6 years ago
  63. 5897fe2 Moved BitrateConfig out of Call::Config. by Sebastian Jansson · 6 years ago
  64. 2ae140a BUILD.gn file for api/audio. by Gustaf Ullberg · 6 years ago
  65. 8366e17 Rename Call::Config to CallConfig, keep old name as alias. by Niels Möller · 6 years ago
  66. 970b088 Reland "Break up rtc_event_log_api to solve circular dependencies." by Qingsi Wang · 6 years ago
  67. 75df728 Revert "Break up rtc_event_log_api to solve circular dependencies." by Mirko Bonadei · 6 years ago
  68. 001546d Break up rtc_event_log_api to solve circular dependencies. by Qingsi Wang · 7 years ago
  69. 65ce311 Removing useless dependencies on //testing/gmock. by Mirko Bonadei · 7 years ago
  70. 3b790f3 Make fec controller plug-able. by Ying Wang · 7 years ago
  71. 2ffe3e8 Reland Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  72. c1094eb Revert "Use runtime enabled features API to enable dual stream mode" by Lu Liu · 7 years ago
  73. 6f011df Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  74. a8b7c7f Move remaining traces of VoiceEngine by Fredrik Solenberg · 7 years ago
  75. 9c68613 Update gn files to support Mozilla build by Dan Minor · 7 years ago
  76. 8f5787a Move ownership of voe::Channel into Audio[Receive|Send]Stream. by Fredrik Solenberg · 7 years ago
  77. a7f2d84 Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" by Per Kjellander · 7 years ago
  78. c73e1f4 Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"" by Per Kjellander · 7 years ago
  79. 588c548 GN rtc_* templates: Set default visibility to webrtc_root + "/*" by Karl Wiberg · 7 years ago
  80. e66572b Reland "iOS: Save perf results under Documents/perf_result.json" by Edward Lemur · 7 years ago
  81. 9e19403 Move videosourceinterface to api. by Patrik Höglund · 7 years ago
  82. 6213929 Add missing files to audio_processing. by Patrik Höglund · 7 years ago
  83. 2a87797 Remove voe::TransmitMixer by Fredrik Solenberg · 7 years ago
  84. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
  85. 712989d Revert "Reland "iOS: Save perf results under Documents/perf_result.json"" by Mirko Bonadei · 7 years ago
  86. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  87. 8b886bb Reland "iOS: Save perf results under Documents/perf_result.json" by Edward Lemur · 7 years ago
  88. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  89. 081c651 Revert "iOS: Save perf results under Documents/perf_result.json" by Rasmus Brandt · 7 years ago
  90. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  91. 10a8e7a iOS: Save perf results under Documents/perf_result.json by Edward Lemur · 7 years ago
  92. a498ae8 Stop using public_deps in system_wrappers. by Mirko Bonadei · 7 years ago
  93. b5728d9 Stop using public_deps in modules/rtp_rtcp. by Mirko Bonadei · 7 years ago
  94. 03d6f2f Stop using public_deps in modules/audio_mixer. by Mirko Bonadei · 7 years ago
  95. a0e1a55 Stop using public_deps in the call module. by Mirko Bonadei · 7 years ago
  96. ad62792 Fixing hidden dependencies. by Mirko Bonadei · 7 years ago
  97. 56d4609 Use the new AudioProcessing statistics everywhere. by Ivo Creusen · 7 years ago
  98. c0e6804 Fix deps of audio:audio_tests. by Patrik Höglund · 7 years ago
  99. 61a7b14 Removing conditional visibility. by Mirko Bonadei · 7 years ago
  100. fd6c091 Delete deprecated constructor of SendSideCongestionController. by Niels Möller · 7 years ago