1. 2ffe3e8 Reland Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  2. c1094eb Revert "Use runtime enabled features API to enable dual stream mode" by Lu Liu · 7 years ago
  3. 6f011df Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  4. 6e6a955 Fix visibility problems for downstream projects by Ilya Nikolaevskiy · 7 years ago
  5. 4aa8ab5 Add myself (nisse@) as owner of system_wrappers/. by Niels Möller · 7 years ago
  6. 9c68613 Update gn files to support Mozilla build by Dan Minor · 7 years ago
  7. 8cf45e9 Add runtime enabled features API to webrtc. by Ilya Nikolaevskiy · 7 years ago
  8. 2d49e4e Remove legacy VoiceEngine. by Fredrik Solenberg · 7 years ago
  9. b3fb938 Remove obsolete TODO. by Patrik Höglund · 7 years ago
  10. a7f2d84 Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" by Per Kjellander · 7 years ago
  11. c73e1f4 Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"" by Per Kjellander · 7 years ago
  12. 588c548 GN rtc_* templates: Set default visibility to webrtc_root + "/*" by Karl Wiberg · 7 years ago
  13. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
  14. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  15. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  16. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  17. 6acefdb Fixes to build WebRTC for Fuchsia by Sergey Ulanov · 7 years ago
  18. a498ae8 Stop using public_deps in system_wrappers. by Mirko Bonadei · 7 years ago
  19. 3310274 Remove WebRTC-ClockEstimation experiment and make new clock estimation always enabled by Ilya Nikolaevskiy · 7 years ago
  20. 8b64fd8 Reland of "Use moving median filters in RemoteNtpTimeEstimator, RtpToNtpEstimator"" by Ilya Nikolaevskiy · 7 years ago
  21. f6703c4 Revert "Use moving median filters in RemoteNtpTimeEstimator, RtpToNtpEstimator" by Mirko Bonadei · 7 years ago
  22. 550b666 Use moving median filters in RemoteNtpTimeEstimator, RtpToNtpEstimator by Ilya Nikolaevskiy · 7 years ago
  23. 558cabf Refactor RtpToNtpEstimator and MovingMedianFilter by Ilya Nikolaevskiy · 7 years ago
  24. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  25. 79eb1d9 Run `git cl format --full` on the C++ files in system_wrappers/ by Karl Wiberg · 7 years ago
  26. 5e7d177 Remove references to and implementation of GetHistogramName(). by Tommi · 7 years ago
  27. c15b2dd Switch metrics_default and field_trial_default to source_set. by Mirko Bonadei · 7 years ago
  28. 160c020 Implement Atomic32 using C++11's std::atomic by Yuwei Huang · 7 years ago
  29. 779d365 Delete static_instance.h and fix_interlocked_exchange_pointer_win.h by Niels Möller · 7 years ago
  30. 4332d09 Reland "Reland "Remove WEBRTC_TRACE."" by Fredrik Solenberg · 7 years ago
  31. 39cefdb Revert "Reland "Remove WEBRTC_TRACE."" by Fredrik Solenberg · 7 years ago
  32. 68007e9 Reland "Remove WEBRTC_TRACE." by Fredrik Solenberg · 7 years ago
  33. 729b910 Revert "Remove WEBRTC_TRACE." by Fredrik Solenberg · 7 years ago
  34. 2209b90 Remove WEBRTC_TRACE. by Fredrik Solenberg · 7 years ago
  35. 5d41bde Update rw_lock_win.cc to use LS_LOG rather than WEBRTC_TRACE. by Niels Möller · 7 years ago
  36. 22d3da9 Delete unused Atomic32 overloads of binary +/- operators. by Niels Möller · 7 years ago
  37. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  38. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  39. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago
  40. cc63de4 by niklase@google.com · 13 years ago
  41. d4d2767 Minor update that fixes crash in system wrappers unittest. (the crash was in the test of map_wrapper). by hellner@google.com · 13 years ago
  42. d3b208d Fixes Valgrind warnings in system_wrapper. by hellner@google.com · 13 years ago
  43. 706b725 Added unit test for the map wrapper class. by hellner@google.com · 13 years ago
  44. 0b0c28c add android makefile, some modification in vpx makefile to build encoder from c source for now by leozwang@google.com · 13 years ago
  45. 8dcd789 Unit test for list wrapper under system_wrappers by hellner@google.com · 13 years ago
  46. 5988675 Replacing kTraceVqe with kTraceAudioProcessing. by ajm@google.com · 13 years ago
  47. 79ba0c7 LGTM from niklase. It wasn't possible to create multiple instances of cpu windows. Additionally, cpu windows set process wide security. Additionally, the memory was never reclaimed because of an uninitialized member of the cpu windows class. All three issues should be fixed. by hellner@google.com · 13 years ago
  48. f0779a2 by niklase@google.com · 13 years ago