1. 9bde6b7 Add new UMA metric for the audio receiver delay by Henrik Lundin · 7 years ago
  2. f3850f6 Voice Engine: Require caller to supply an AudioDecoderFactory by Karl Wiberg · 7 years ago
  3. 5f6bf24 Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API (II) by henrika · 7 years ago
  4. 990d6b8 Revert "Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API" by Mirko Bonadei · 7 years ago
  5. 90bace0 Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API by henrika · 7 years ago
  6. f92d871 Let ChanneOwner use scoped_refptr and RefCountedBase. by Niels Möller · 7 years ago
  7. 78609d5 Reland of BWE allocation strategy by Alex Narest · 7 years ago
  8. dc9ca93 Revert "BWE allocation strategy" by Alex Narest · 7 years ago
  9. 8818237 voe::Channel: Don't use CodecManager and RentACodec by Karl Wiberg · 7 years ago
  10. a5fbc23 BWE allocation strategy by Alex Narest · 7 years ago
  11. 39260c4 Revert "BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic." by Lu Liu · 7 years ago
  12. 54d1da1 BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic. by Alex Narest · 7 years ago
  13. 84255bb Add explicit includes of refcountedobject.h where it is used. by Niels Möller · 7 years ago
  14. fb26f85 Revert "Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h."" by Niels Moller · 7 years ago
  15. bf6937a Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Möller · 7 years ago
  16. 604c14d Reland "Remove deprecated functions from RtcEventLog" by Elad Alon · 7 years ago
  17. d312a91 Revert "Remove deprecated functions from RtcEventLog" by Danil Chapovalov · 7 years ago
  18. 5fd6e5e Remove deprecated functions from RtcEventLog by Elad Alon · 7 years ago
  19. 22ec952 Delete in_order argument to RtpReceiver::IncomingRtpPacket by Niels Möller · 7 years ago
  20. 4332d09 Reland "Reland "Remove WEBRTC_TRACE."" by Fredrik Solenberg · 7 years ago
  21. a32dd01 Reland "Remove AudioDeviceObserver and make ADM not inherit from the Module interface." by Fredrik Solenberg · 7 years ago
  22. c62f6c7 RTPPayloadRegistry: Use SdpAudioFormat to represent audio codecs by Karl Wiberg · 7 years ago
  23. 83ccca1 Create and use RtcEventLogOutput for output by Elad Alon · 7 years ago
  24. 39cefdb Revert "Reland "Remove WEBRTC_TRACE."" by Fredrik Solenberg · 7 years ago
  25. 68007e9 Reland "Remove WEBRTC_TRACE." by Fredrik Solenberg · 7 years ago
  26. 4a87e1c Remove encoding code from RtcEventLogImpl and use RtcEventLogEncoder instead by Elad Alon · 7 years ago
  27. 729b910 Revert "Remove WEBRTC_TRACE." by Fredrik Solenberg · 7 years ago
  28. 2209b90 Remove WEBRTC_TRACE. by Fredrik Solenberg · 7 years ago
  29. d25fa78 Revert "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Moller · 7 years ago
  30. b7239a9 Make rtc_base/refcount.h self contained, not including refcountedobject.h. by Niels Möller · 7 years ago
  31. ecc51e9 Change to LOG(...) logging in most of voice_engine/channel.cc by Sam Zackrisson · 7 years ago
  32. d4404c2 Revert "Remove AudioDeviceObserver and make ADM not inherit from the Module interface." by Fredrik Solenberg · 7 years ago
  33. 34cdd2d Remove AudioDeviceObserver and make ADM not inherit from the Module interface. by Fredrik Solenberg · 7 years ago
  34. 440216f Split LogRtpHeader and LogRtcpPacket into separate versions for incoming and outgoing packets. by Bjorn Terelius · 7 years ago
  35. 1c239d4 Remove voe::Statistics. by solenberg · 7 years ago
  36. c7b4a45 Remove various IDs: by solenberg · 7 years ago
  37. 4580217 Adds WebRTC.Audio.EncodingTaskQueueLatencyMs by henrika · 7 years ago
  38. e423a9de Revert of Remove various IDs (patchset #7 id:120001 of https://codereview.webrtc.org/3019543002/ ) by solenberg · 7 years ago
  39. 2d0f775 Remove various IDs: by solenberg · 7 years ago
  40. 6df16bf Remove unnecessary send codec initialization from voe::Channel. by solenberg · 7 years ago
  41. fc3a2e3 Remove the VoiceEngineObserver callback interface. by solenberg · 7 years ago
  42. 2397b9a Remove voe::OutputMixer and AudioConferenceMixer. by solenberg · 7 years ago
  43. 73b60b8 Remove the redundant method GetPayloadSpecifics by Karl Wiberg · 7 years ago
  44. 946d886 Remove VoENetwork by solenberg · 7 years ago
  45. dd3abbb Remove VoERTP_RTCP. by solenberg · 7 years ago
  46. 6dc2038 Remove VoECodec. by solenberg · 7 years ago
  47. b63310a Remove VoEFile and things it uses. by solenberg · 7 years ago
  48. 35dee81 Clean out unused methods from VoiceEngine and VoEBase. by solenberg · 7 years ago
  49. 18f5427 Remove voe_auto_test and add new tests to cover the missing cases. by solenberg · 7 years ago
  50. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  51. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  52. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago
  53. 91081ba by niklase@google.com · 13 years ago
  54. d655217 Prepares a move all data files required by VoiceEngine into one common place. by henrika@google.com · 13 years ago
  55. 5e9a682 add command line test app to gyp build by leozwang@google.com · 13 years ago
  56. eedf6e1 change printf format Review URL: http://webrtc-codereview.appspot.com/24014 by leozwang@google.com · 13 years ago
  57. 4f56d0e by niklase@google.com · 13 years ago
  58. 96a7a07 This time it will work!!! Review URL: http://webrtc-codereview.appspot.com/22024 by niklase@google.com · 13 years ago
  59. f13546c by niklase@google.com · 13 years ago
  60. 0b0c28c add android makefile, some modification in vpx makefile to build encoder from c source for now by leozwang@google.com · 13 years ago
  61. 56307f1 fix compilation error that introduced by recent changes by leozwang@google.com · 13 years ago
  62. 9faef7d by niklase@google.com · 13 years ago