1. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  2. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/test/mock_audio_encoder.h]
  3. 529662a Move array_view.h to webrtc/api/ by kwiberg · 7 years ago
  4. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  5. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  6. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  7. eb1fde4 Injectable audio encoders: Moved audio encoder, factory and builtin factory to api/. by ossu · 7 years ago[Renamed (89%) from webrtc/modules/audio_coding/codecs/mock/mock_audio_encoder.h]
  8. 20a4b3f Injectable audio encoders: WebRtcVoiceEngine and company by ossu · 7 years ago
  9. 566d820 Update smoothed bitrate. by michaelt · 8 years ago
  10. 4b9a2cb Reland "Renaming AudioEncoder::SetTargetBitrate and SetProjectedPacketLossRate." by minyue · 8 years ago
  11. e69b468 Revert of Renaming AudioEncoder::SetTargetBitrate and SetProjectedPacketLossRate. (patchset #5 id:240001 of https://codereview.webrtc.org/2411613002/ ) by minyue · 8 years ago
  12. 84e56d5 Renaming AudioEncoder::SetTargetBitrate and SetProjectedPacketLossRate. by minyue · 8 years ago
  13. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  14. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  15. ef8b61e Enable -Winconsistent-missing-override flag. by nisse · 8 years ago
  16. 264087f A few small cleanups of stuff caught by lint by ossu · 8 years ago
  17. 2903ba5 Reland Remove the deprecated EncodeInternal interface from AudioEncoder by ossu · 8 years ago
  18. 164bc4b Revert of Remove the deprecated EncodeInternal interface from AudioEncoder (patchset #4 id:60001 of https://codereview.webrtc.org/1864993002/ ) by ossu · 8 years ago
  19. 5222d31 Remove the deprecated EncodeInternal interface from AudioEncoder by ossu · 8 years ago
  20. 4f43fcf Renamed new EncodeInternal to EncodeImpl to ensure proper backwards compatibility. by ossu · 8 years ago
  21. 10a029e Changed AudioEncoder::Encode to take an rtc::Buffer* instead of uint8_t* and a maximum size. by ossu · 8 years ago
  22. 6955870 Convert channel counts to size_t. by Peter Kasting · 9 years ago
  23. 288886b Pass audio to AudioEncoder::Encode() in an ArrayView by kwiberg · 9 years ago
  24. 9b66d3b MockAudioEncoder: Use a dedicated marker method for test expectations by kwiberg · 9 years ago
  25. 3f5f1c2 Change return type of AudioEncoder::SetMaxPlaybackRate to void by kwiberg · 9 years ago
  26. 12cfc9b Fold AudioEncoderMutable into AudioEncoder by kwiberg · 9 years ago
  27. dce40cf Update a ton of audio code to use size_t more correctly and in general reduce by Peter Kasting · 9 years ago
  28. 3e89dbf Add AudioEncoder::GetTargetBitrate by Henrik Lundin · 9 years ago
  29. 7e0c7d4 Add support for external encoders in ACM by Karl Wiberg · 9 years ago
  30. 9afaee7 Reland 8749: AudioEncoder: return EncodedInfo from Encode() and EncodeInternal() by jmarusic@webrtc.org · 9 years ago
  31. 019955d Revert 8749 "We changed Encode() and EncodeInternal() return typ..." by tommi@webrtc.org · 9 years ago
  32. 0cb612b We changed Encode() and EncodeInternal() return type from bool to void in this issue: by jmarusic@webrtc.org · 9 years ago
  33. 51ccf37 AudioEncoder: add method MaxEncodedBytes by jmarusic@webrtc.org · 9 years ago
  34. b1f0de3 AudioEncoder: change Encode and EncodeInternal return type to void by jmarusic@webrtc.org · 9 years ago
  35. 0521127 AudioEncoder: Rename virtual accessors to CamelCase by kwiberg@webrtc.org · 9 years ago
  36. 478cedc Add new methods to AudioEncoder interface by henrik.lundin@webrtc.org · 9 years ago
  37. 3b79daf Moving encoded_bytes into EncodedInfo by henrik.lundin@webrtc.org · 10 years ago
  38. ff1a3e3 Make an AudioEncoder subclass for comfort noise by henrik.lundin@webrtc.org · 10 years ago