1. 3f6804d Optional: Use nullopt and implicit construction in /test by Oskar Sundbom · 7 years ago
  2. 8f5787a Move ownership of voe::Channel into Audio[Receive|Send]Stream. by Fredrik Solenberg · 7 years ago
  3. a7f2d84 Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" by Per Kjellander · 7 years ago
  4. c73e1f4 Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"" by Per Kjellander · 7 years ago
  5. 588c548 GN rtc_* templates: Set default visibility to webrtc_root + "/*" by Karl Wiberg · 7 years ago
  6. 62337e5 Use AudioProcessingBuilder everywhere AudioProcessing is created. by Ivo Creusen · 7 years ago
  7. 3460fa6 Use .empty() instead of '!= ""' by Edward Lemur · 7 years ago
  8. 24722b3 Reland "Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator." by Seth Hampson · 7 years ago
  9. 9a0a17f Make it possible to change the amplitude of the pulses generated by PulsedNoiseCapturer. by erikvarga@webrtc.org · 7 years ago
  10. e66572b Reland "iOS: Save perf results under Documents/perf_result.json" by Edward Lemur · 7 years ago
  11. 99175c6 Add untracked headers to video_coding. by Patrik Höglund · 7 years ago
  12. c492bf1 Fix JSON format for reporting perf results. by Edward Lemur · 7 years ago
  13. 9e19403 Move videosourceinterface to api. by Patrik Höglund · 7 years ago
  14. be214a2 Move videosinkinterface.h to common_video to solve a circular dep. by Patrik Höglund · 7 years ago
  15. 75f18fc Make building with X11 libraries optional. by Joachim Bauch · 7 years ago
  16. 97cb448 Update Webrtc to new AudioProcessing API. by Alex Loiko · 7 years ago
  17. 255d1cd Implement dual stream full stack test and loopback tool by Ilya Nikolaevskiy · 7 years ago
  18. 8b77aea Revert "Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator." by Lu Liu · 7 years ago
  19. d2b912a Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator. by Seth Hampson · 7 years ago
  20. 0594a7c Stop using public_deps in common_video/. by Mirko Bonadei · 7 years ago
  21. 76df0df Add missing files to rtc_base. by Patrik Höglund · 7 years ago
  22. d524751 Replace VoEBase::[Start/Stop]Playout(). by Fredrik Solenberg · 7 years ago
  23. aaedf75 Replace VoEBase::[Start/Stop]Send(). by Fredrik Solenberg · 7 years ago
  24. 2a87797 Remove voe::TransmitMixer by Fredrik Solenberg · 7 years ago
  25. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
  26. 7284e8a Revert "Use std::fstream instead of rtc::File to write perf results + rename flag." by Mirko Bonadei · 7 years ago
  27. 712989d Revert "Reland "iOS: Save perf results under Documents/perf_result.json"" by Mirko Bonadei · 7 years ago
  28. 401d056 Removing $rtc_libyuv_dir and removing useless dependencies on libyuv. by Mirko Bonadei · 7 years ago
  29. dca82bc Fixing typo in a comment. by Mirko Bonadei · 7 years ago
  30. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  31. 8b886bb Reland "iOS: Save perf results under Documents/perf_result.json" by Edward Lemur · 7 years ago
  32. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  33. 49ccbdb Add fuzzer for ForwardErrorCorrection::DecodeFec. by Rasmus Brandt · 7 years ago
  34. 081c651 Revert "iOS: Save perf results under Documents/perf_result.json" by Rasmus Brandt · 7 years ago
  35. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  36. 10a8e7a iOS: Save perf results under Documents/perf_result.json by Edward Lemur · 7 years ago
  37. f711428 Use std::fstream instead of rtc::File to write perf results + rename flag. by Edward Lemur · 7 years ago
  38. 6543206 Including libyuv headers using fully qualified paths. by Mirko Bonadei · 7 years ago
  39. 292a73e Deliver packet to Call as rtc::CopyOnWriteBuffer by Danil Chapovalov · 7 years ago
  40. e51f785 Stop using public_deps in pc/. by Mirko Bonadei · 7 years ago
  41. 5dcbbfd Create a fuzzer for ComfortNoiseDecoder by Henrik Lundin · 7 years ago
  42. a498ae8 Stop using public_deps in system_wrappers. by Mirko Bonadei · 7 years ago
  43. b5728d9 Stop using public_deps in modules/rtp_rtcp. by Mirko Bonadei · 7 years ago
  44. ab63bb5 Add a flag to store perf results as a JSON file. by Edward Lemur · 7 years ago
  45. a0e1a55 Stop using public_deps in the call module. by Mirko Bonadei · 7 years ago
  46. 0250be5 Stop using public_deps to depend on libyuv. by Mirko Bonadei · 7 years ago
  47. cb666f5 Increase precision when printing perf_results by Edward Lemur · 7 years ago
  48. ad62792 Fixing hidden dependencies. by Mirko Bonadei · 7 years ago
  49. 936dfb1 Add a function to report perf results in JSON format. by Edward Lemur · 7 years ago
  50. f49a56b Disable PerfTest.AppendResult on iOS. by Edward Lemur · 7 years ago
  51. 90612a6 Reland "Add stereo codec header and pass it through RTP" by Emircan Uysaler · 7 years ago
  52. deb8663 Revert "Add stereo codec header and pass it through RTP" by Philip Eliasson · 7 years ago
  53. 20f2133 Add stereo codec header and pass it through RTP by Emircan Uysaler · 7 years ago
  54. 3fb614b Remove unused UlpfecGenerator::BuildRedPacket. by Rasmus Brandt · 7 years ago
  55. 3fed5db Reduce complexity of fake slide generator by Erik Språng · 7 years ago
  56. 2f06168 Make PrintResultList receive a vector of doubles instead of a string. by Edward Lemur · 7 years ago
  57. 18b823e Revert "Let PrintResultMeanAndError accept a string." by Edward Lemur · 7 years ago
  58. b54bc06 Let PrintResultMeanAndError accept a string. by Edward Lemur · 7 years ago
  59. f9d303c Make PrintResultMeanAndError receive two doubles instead of a string. by Edward Lemur · 7 years ago
  60. 55900fd Move APM initialization into WebRtcVoiceEngine by Fredrik Solenberg · 7 years ago
  61. d7e2513 Fix potential overflow in congestion controller fuzzer. by Stefan Holmer · 7 years ago
  62. 6a82207 Make PrintResult receive a double instead of a string. by Edward Lemur · 7 years ago
  63. f7ff3e8 Remove AppendResult* and SystemCommit* functions from perf_test. by Edward Lemur · 7 years ago
  64. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  65. d319534 Move ADM initialization into WebRtcVoiceEngine by Fredrik Solenberg · 7 years ago
  66. 64eaa99 On-fly calculation of quality metrics. by Sergey Silkin · 7 years ago
  67. 82ed988 Allow multiple Init() calls on FakeAudioDevice by Fredrik Solenberg · 7 years ago
  68. df0822b Optional: Use nullopt and implicit construction in /test/fuzzers by Oskar Sundbom · 7 years ago
  69. b4bb4eb Allow injection of NW models into VideoQualityTest by Christoffer Rodbro · 7 years ago
  70. b5b5bce Separate i420 and i444 implementations to separate targets. by Patrik Höglund · 7 years ago
  71. 46a2765 Reland "Update internal SW codecs to return unique_ptrs" by Magnus Jedvert · 7 years ago
  72. 34c8e6b Revert "Update internal SW codecs to return unique_ptrs" by Magnus Jedvert · 7 years ago
  73. 4fe6adc Update internal SW codecs to return unique_ptrs by Magnus Jedvert · 7 years ago
  74. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  75. 84a87c4 Don't include x11-specific code when use_x11 is set to false. by Edward Lemur · 7 years ago
  76. fbb3b7d Reland: "Make javac warnings errors for WebRTC targets." by Mirko Bonadei · 7 years ago
  77. 2bad72a Reland "Revert "Make javac warnings errors for WebRTC targets."" by Lu Liu · 7 years ago
  78. a1a475a Revert "Revert "Make javac warnings errors for WebRTC targets."" by Mirko Bonadei · 7 years ago
  79. 098d24c Revert "Make javac warnings errors for WebRTC targets." by Lu Liu · 7 years ago
  80. 19b7614 Make javac warnings errors for WebRTC targets. by Sami Kalliomäki · 7 years ago
  81. de69145 Remove pbos@webrtc.org from all OWNERS. by Peter Boström · 7 years ago
  82. d2817d8 Allow injection of custom network models in place of FakeNetworkPipe. by Christoffer Rodbro · 7 years ago
  83. ddfd9c5 Fix AudioProcessing fuzzer crash. by Alex Loiko · 7 years ago
  84. 0c72050 Adding libFuzzer target for UlpFEC receiver. by Mark Brand · 7 years ago
  85. b82de30 Add new neteq_signal_fuzzer by Henrik Lundin · 7 years ago
  86. 90d46c4 Add phoglund@ to various OWNERS and remove kjellander@ by Henrik Kjellander · 7 years ago
  87. bd83b91 Separate AEC3 config from AudioProcessing::Config. by Gustaf Ullberg · 7 years ago
  88. 9ce0c7a Improving APM fuzzer coverage. by Alex Loiko · 7 years ago
  89. c774d5d Make the complexity of the square generator configurable. by erikvarga@webrtc.org · 7 years ago
  90. 6e87850 Unconditionally link fuzzers with rtc_task_queue_impl. by Niels Möller · 7 years ago
  91. 84255bb Add explicit includes of refcountedobject.h where it is used. by Niels Möller · 7 years ago
  92. fb26f85 Revert "Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h."" by Niels Moller · 7 years ago
  93. bf6937a Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Möller · 7 years ago
  94. 4332d09 Reland "Reland "Remove WEBRTC_TRACE."" by Fredrik Solenberg · 7 years ago
  95. a32dd01 Reland "Remove AudioDeviceObserver and make ADM not inherit from the Module interface." by Fredrik Solenberg · 7 years ago
  96. 39cefdb Revert "Reland "Remove WEBRTC_TRACE."" by Fredrik Solenberg · 7 years ago
  97. 68007e9 Reland "Remove WEBRTC_TRACE." by Fredrik Solenberg · 7 years ago
  98. 729b910 Revert "Remove WEBRTC_TRACE." by Fredrik Solenberg · 7 years ago
  99. 2209b90 Remove WEBRTC_TRACE. by Fredrik Solenberg · 7 years ago
  100. d25fa78 Revert "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Moller · 7 years ago