1. 1896cec Removed dependencies from audio send stream unit test by Sebastian Jansson · 7 years ago
  2. 2ae140a BUILD.gn file for api/audio. by Gustaf Ullberg · 7 years ago
  3. e4be6da Removing access to send side cc in rtp controller. by Sebastian Jansson · 7 years ago
  4. dbbb33c Stop using public_deps in common_audio. by Mirko Bonadei · 7 years ago
  5. 970b088 Reland "Break up rtc_event_log_api to solve circular dependencies." by Qingsi Wang · 7 years ago
  6. 75df728 Revert "Break up rtc_event_log_api to solve circular dependencies." by Mirko Bonadei · 7 years ago
  7. 001546d Break up rtc_event_log_api to solve circular dependencies. by Qingsi Wang · 7 years ago
  8. 65ce311 Removing useless dependencies on //testing/gmock. by Mirko Bonadei · 7 years ago
  9. a8b7c7f Move remaining traces of VoiceEngine by Fredrik Solenberg · 7 years ago
  10. 98d4036 Make it possible to run low_bandwidth_audio_test on Android swarming. by Edward Lemur · 7 years ago
  11. 8f5787a Move ownership of voe::Channel into Audio[Receive|Send]Stream. by Fredrik Solenberg · 7 years ago
  12. 731082c Reland: Add mock_rtc_event_log.h. by Patrik Höglund · 7 years ago
  13. 5a25ab2 Revert "Add mock_rtc_event_log.h." by Edward Lemur · 7 years ago
  14. 63aea46 Add mock_rtc_event_log.h. by Patrik Höglund · 7 years ago
  15. 94dc177 Add mock_bitrate_controller.h. by Patrik Höglund · 7 years ago
  16. 6213929 Add missing files to audio_processing. by Patrik Höglund · 7 years ago
  17. 2a87797 Remove voe::TransmitMixer by Fredrik Solenberg · 7 years ago
  18. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  19. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  20. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  21. cedd351 Do not add audio bitrate observer if TWCC sending is not supported by Alex Narest · 7 years ago
  22. b5728d9 Stop using public_deps in modules/rtp_rtcp. by Mirko Bonadei · 7 years ago
  23. 56d46090 Use the new AudioProcessing statistics everywhere. by Ivo Creusen · 7 years ago
  24. c0e6804 Fix deps of audio:audio_tests. by Patrik Höglund · 7 years ago
  25. 61a7b14 Removing conditional visibility. by Mirko Bonadei · 7 years ago
  26. 5f6bf24 Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API (II) by henrika · 7 years ago
  27. 990d6b8 Revert "Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API" by Mirko Bonadei · 7 years ago
  28. 90bace0 Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API by henrika · 7 years ago
  29. 245660a Fix Gn untracked headers in webrtc/call. by Mirko Bonadei · 7 years ago
  30. 2011075 MB: Add support for isolating scripts + isolate low_bandwidth_audio_test.py. by Edward Lemur · 7 years ago
  31. 18f5427 Remove voe_auto_test and add new tests to cover the missing cases. by solenberg · 8 years ago
  32. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  33. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/audio/BUILD.gn]
  34. 73276ad - Removes voe_conference_test. by Fredrik Solenberg · 8 years ago
  35. 84f6a3f Move optional.h to webrtc/api/ by kwiberg · 8 years ago
  36. 9b2f20c Replace gflags usages with rtc_base/flags in all targets based on test_main by oprypin · 8 years ago
  37. 413ee9a Use SingleThreadedTaskQueue in DirectTransport by eladalon · 8 years ago
  38. 037f3e4 Replace absolute path with relative path for GN files. by Jianjun Zhu · 8 years ago
  39. f6a861a Remove remains of webrtc/base by ehmaldonado · 8 years ago
  40. c58f8c0 Adds a histogram metric tracking for how long audio RTP packets are sent by saza · 8 years ago
  41. 9d11764 Reimplemeted "Test and fix for huge bwe drop after alr state" by tschumim · 8 years ago
  42. c024740 Use relative paths in GN files. by jianjun.zhu · 8 years ago
  43. 370dd47 Revert of Remove remains of webrtc/base (patchset #7 id:120001 of https://codereview.webrtc.org/2973183002/ ) by ehmaldonado · 8 years ago
  44. 9483b49 Remove remains of webrtc/base by ehmaldonado · 8 years ago
  45. e75d96b Revert of Test and fix for huge bwe drop after alr state. (patchset #13 id:320001 of https://codereview.webrtc.org/2931873002/ ) by terelius · 8 years ago
  46. 0f15f92 Introduce RtpStreamReceiverInterface and RtpStreamReceiverControllerInterface. by nisse · 8 years ago
  47. 37aa8ba Test and fix for huge bwe drop after alr state. by tschumim · 8 years ago
  48. d76b7b2 New targets call:rtp_interfaces, call:rtp_receiver, call:rtp_sender. by nisse · 8 years ago
  49. 7cb69d5 This will allow me to test that Call invokes SendSideCongestionController::SetBweBitrates as expected (for https://codereview.chromium.org/2793913008). by zstein · 8 years ago
  50. eb1fde4 Injectable audio encoders: Moved audio encoder, factory and builtin factory to api/. by ossu · 8 years ago
  51. 20a4b3f Injectable audio encoders: WebRtcVoiceEngine and company by ossu · 8 years ago
  52. e0629c0 GN: Tighten up test target visibility + refactorings by kjellander · 8 years ago
  53. f250100 Add POLQA to low bandwidth audio test by oprypin · 8 years ago
  54. 6d305ba Add Windows, Mac, Android support to low bandwidth audio test by oprypin · 8 years ago
  55. 92220ff Low-bandwidth audio testing by oprypin · 8 years ago
  56. 5e1ca78 Add low_bandwidth_audio_test to default build by oprypin · 8 years ago
  57. 8f8d1a0 Adding placeholder for low bandwidth audio test by kjellander · 8 years ago
  58. 7de8d64 Wire up audio packet loss to BWE. by stefan · 8 years ago
  59. 9aa3f0a Reland of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2657563002/ ) by mbonadei · 8 years ago
  60. 69dc7db Revert of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2651543003/ ) by mbonadei · 8 years ago
  61. 35a3270 Moving webrtc.gni up one level from build/ by mbonadei · 8 years ago
  62. 894c2bb GN: Refactor webrtc_nonparallel_tests and audio_tests to avoid crossing package boundaries. by ehmaldonado · 8 years ago
  63. 676e08f Refactor webrtc/{api,audio} and modules/audio_coding for GN check by kjellander · 8 years ago
  64. f515ab8 Moved call.h and most of api/call/* into call/ by ossu · 8 years ago
  65. 6321b49 Move functionality out from AudioFrame and into AudioFrameOperations. by aleloi · 8 years ago
  66. 939e08f Added webrtc/audio/utility directory and empty GN target. by aleloi · 8 years ago
  67. 04c0722 Replace AudioConferenceMixer with AudioMixer. by aleloi · 8 years ago
  68. 10111bc Passed AudioMixer to AudioState::Config. by aleloi · 8 years ago
  69. dd31071 Added an empty AudioTransportProxy to AudioState. by aleloi · 8 years ago
  70. aed581a Made AudioReceiveStream a mixer participant. by aleloi · 8 years ago
  71. e40a7ee GN: Exclude suppressions of Chromium Clang warnings for Chromium builds. by kjellander · 8 years ago
  72. b62dbbe GN: Change rtc_source_set targets --> rtc_static_library by kjellander · 9 years ago
  73. e9cc686 GN Templates: Move common_inherited_config to the template. by ehmaldonado · 9 years ago
  74. 7a2ce0b GN Templates: Move common_config to the template. by ehmaldonado · 9 years ago
  75. 38a2132 GN: Introduce templates. by ehmaldonado · 9 years ago
  76. a69d973 Move webrtc/audio_*.h to webrtc/api/call by kjellander · 9 years ago
  77. 0208322 GN: Add video_engine_tests by Peter Boström · 9 years ago
  78. 50772f1 GN: Update audio_sink.h location by kjellander@webrtc.org · 9 years ago
  79. f888bb5 Support for unmixed remote audio into tracks. by Tommi · 9 years ago
  80. 566ef24 Move VoiceEngineObserver into AudioSendStream so that we detect typing noises and return properly in GetStats(). by solenberg · 9 years ago
  81. 4f4ec0a Re-Land: Implement AudioReceiveStream::GetStats(). by Fredrik Solenberg · 9 years ago
  82. 43e83d4 Revert of Implement AudioReceiveStream::GetStats(). (patchset #19 id:360001 of https://codereview.webrtc.org/1390753002/ ) by solenberg · 9 years ago
  83. a457752 Implement AudioReceiveStream::GetStats(). by Fredrik Solenberg · 9 years ago
  84. c7a8b08 Add webrtc::AudioSendStream and methods on webrtc::Call to create and delete AudioSendStreams. by solenberg · 9 years ago
  85. 5c389d3 Split webrtc/video into webrtc/{audio,call,video}. by Peter Boström · 10 years ago