1. 3247244 Delete unused method AudioCodingModule::GetDecodingCallStatistics by Niels Möller · 6 years ago
  2. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  3. c35b6e6 Deprecate RTPFragmentationHeader argument to AudioPacketizationCallback::SendData by Niels Möller · 6 years ago
  4. c936cb6 Make AudioFrameType an enum class, and move to audio_coding_module_typedefs.h by Niels Möller · 6 years ago
  5. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 6 years ago
  6. afb5dbb Update ACM to use RTPHeader instead of WebRtcRTPHeader by Niels Möller · 6 years ago
  7. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 7 years ago
  8. f693bfa Remove CodecInst pt.2 by Fredrik Solenberg · 7 years ago
  9. 2365936 Hide the AudioEncoderCng class behind a create function by Karl Wiberg · 7 years ago
  10. 377a231 acm_receiver_unittest: Don't rely on the ACM to create encoders by Karl Wiberg · 7 years ago
  11. 7687ad5 Reland "NetEq: Deprecate playout modes Fax, Off and Streaming" by Henrik Lundin · 7 years ago
  12. 1ff41eb Revert "NetEq: Deprecate playout modes Fax, Off and Streaming" by Henrik Lundin · 7 years ago
  13. 80c4cca NetEq: Deprecate playout modes Fax, Off and Streaming by Henrik Lundin · 7 years ago
  14. 0a5fe77 Clean up in module_common_types.h by removing the unused struct RTPAudioHeader. by philipel · 7 years ago
  15. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  16. bbf21a3 Remove dependencies on modules:module_api from AudioProcessing. by Fredrik Solenberg · 7 years ago
  17. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 8 years ago
  18. 12ab00b Optional: Use nullopt and implicit construction in /modules/audio_coding by Oskar Sundbom · 8 years ago
  19. 737e073 Fixing warning C4267 on Win (more_configs). by Mirko Bonadei · 8 years ago
  20. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  21. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/modules/audio_coding/acm2/acm_receiver_unittest.cc]
  22. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  23. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
  24. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
  25. 36b1a5f Add mute state field to AudioFrame and switch some callers to use it. Also make AudioFrame::data_ private and instead provide: by yujo · 8 years ago
  26. 65cb70d Fix cyclic deps: rent_a_codec<->audio_coding and rent_a_codec<->neteq by kwiberg · 8 years ago
  27. 087bd34 Move AudioDecoder and related stuff to the api/ directory by kwiberg · 8 years ago
  28. 26bddb9 Replace test_support_main by test_main and get rid of test_support_main_threaded_mac by ehmaldonado · 9 years ago
  29. 2504c0a Drop _oldapi from ACM test file names by henrik.lundin · 9 years ago[Renamed from webrtc/modules/audio_coding/acm2/acm_receiver_unittest_oldapi.cc]
  30. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 9 years ago
  31. 77eab70 Enable the -Wundef warning for clang by kwiberg · 9 years ago
  32. d120192 AcmReceiver::DecoderByPayloadType: Ask NetEq for decoder by kwiberg · 9 years ago
  33. 6f0f616 AcmReceiver: Look up last decoder in NetEq's table of decoders by kwiberg · 9 years ago
  34. 7a0f2c5 Revert of AcmReceiver: Look up last decoder in NetEq's table of decoders (patchset #1 id:100001 of https://codereview.webrtc.org/2339953002/ ) by kwiberg · 9 years ago
  35. f62b82e Revert of AcmReceiver::DecoderByPayloadType: Ask NetEq for decoder (patchset #1 id:1 of https://codereview.webrtc.org/2341283002/ ) by kwiberg · 9 years ago
  36. 07772e4 AcmReceiver::DecoderByPayloadType: Ask NetEq for decoder by kwiberg · 9 years ago
  37. 1e4d8b5 AcmReceiver: Look up last decoder in NetEq's table of decoders by kwiberg · 9 years ago
  38. c13ded5 Move AudioCodingModuleImpl to anonymous namespace in audio_coding_module.cc by kwiberg · 9 years ago
  39. e352578 Moved injection of AudioDecoderFactory into voe::Channel. by ossu · 9 years ago
  40. 834a6ea Add muted_output parameter to ACM by henrik.lundin · 9 years ago
  41. 15c51e3 Move setting of AudioFrame::timestamp_ into NetEq by henrik.lundin · 9 years ago
  42. 7dc6889 Unit test for AudioFrame output from AcmReceiver::GetAudio by henrik.lundin · 9 years ago
  43. 500c04b Delete VAD methods from AcmReceiver and move functionality inside NetEq by henrik.lundin · 9 years ago
  44. 16c5a96 Replace scoped_ptr with unique_ptr in webrtc/modules/audio_coding/ by kwiberg · 9 years ago
  45. e2976c8 Remove DISABLED_ON_ macros. by Peter Boström · 10 years ago
  46. 4cf61dd NetEq: Add codec name and RTP timestamp rate to DecoderInfo by henrik.lundin · 10 years ago
  47. 3e6db23 audio_coding: remove "main" directory by kjellander · 10 years ago[Renamed (98%) from webrtc/modules/audio_coding/main/acm2/acm_receiver_unittest_oldapi.cc]
  48. 057fb89 Add new method AcmReceiver::last_packet_sample_rate_hz() by henrik.lundin · 10 years ago
  49. d89814b NetEq: Add new method last_output_sample_rate_hz by henrik.lundin · 10 years ago
  50. ee2bac2 AcmReceiver::InsertPacket and NetEq::InsertPacket: Take ArrayView arguments by kwiberg · 10 years ago
  51. 39d8bee Make ACMCodecDB private to RentACodec by kwiberg · 10 years ago
  52. d6c0f8c Remove ACMCodecDB::Codec, and make the rest of ACMCodecDB private by kwiberg · 10 years ago
  53. 1fd4a4a Let AudioCodingModule::SendCodec return Maybe<CodecInst> by kwiberg · 10 years ago
  54. 7464089 audio_coding: rename interface -> include by Henrik Kjellander · 10 years ago
  55. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 10 years ago
  56. fce4a94 RentACodec: New class that takes over part of ACMCodecDB's job by kwiberg · 10 years ago
  57. 22993e1 Unify FrameType and VideoFrameType. by pbos · 10 years ago
  58. 9ea2147 Delete iSAC-fb from AudioCodingModule by henrik.lundin · 10 years ago
  59. 98ab3a4 Don't link with audio codecs that we don't use by kwiberg · 10 years ago
  60. 1bd0e03 ACM: Removing runtime APIs related to playout mode by henrik.lundin · 10 years ago
  61. d8399e6 Also provide sample rate when registering decoders by Karl Wiberg · 10 years ago
  62. 45c6449 Introduce CodecManager and move code from AudioCodingModuleImpl by Henrik Lundin · 10 years ago
  63. a990784 AcmReceiver: index decoders by payload type instead of ACM codec ID by Jelena Marusic · 10 years ago
  64. 14665ff Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro by kjellander@webrtc.org · 10 years ago
  65. f56c162 Remove AudioCodingModule::Process() by henrik.lundin@webrtc.org · 10 years ago
  66. 00b8f6b Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 10 years ago
  67. 1eda4e3 Reland r8476 "Set decoder output frequency in AudioDecoder::Decode call" by henrik.lundin@webrtc.org · 10 years ago
  68. 903182b Revert r8476 "Set decoder output frequency in AudioDecoder::Decode call" by henrik.lundin@webrtc.org · 10 years ago
  69. b9c18d5 Set decoder output frequency in AudioDecoder::Decode call by henrik.lundin@webrtc.org · 10 years ago
  70. fa58745 Delete all codec-specific subclasses of ACMGenericCodec by henrik.lundin@webrtc.org · 10 years ago
  71. 4591fbd Use size_t more consistently for packet/payload lengths. by pkasting@chromium.org · 11 years ago
  72. 4f6f22f Reland (rev 7259) "Convert AcmReceiverTest to new AudioCoding interface" by andresp@webrtc.org · 11 years ago
  73. c570761 Revert "Convert AcmReceiverTest to new AudioCoding interface" (rev 7258). by andresp@webrtc.org · 11 years ago
  74. cfe0735 Convert AcmReceiverTest to new AudioCoding interface by henrik.lundin@webrtc.org · 11 years ago