- 714e3cb Adopt absl::string_view in modules/audio_coding/ by Ali Tofigh · 3 years ago
- d82a02c ACM: Corrected temporary buffer size by Per Åhgren · 5 years ago
- ff0e4db Reland "Send absolute capture time through audio coding module." by Minyue Li · 5 years ago
- 4175914 Revert "Send absolute capture time through audio coding module." by Minyue Li · 5 years ago
- 48655cf Send absolute capture time through audio coding module. by Minyue Li · 5 years ago
- a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
- c35b6e6 Deprecate RTPFragmentationHeader argument to AudioPacketizationCallback::SendData by Niels Möller · 6 years ago
- 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 6 years ago
- bf47495 Update remaining audio test code to not use WebRtcRTPHeader. by Niels Möller · 6 years ago
- afb5dbb Update ACM to use RTPHeader instead of WebRtcRTPHeader by Niels Möller · 6 years ago
- 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 7 years ago
- 657b296 Reland "Remove CodecInst pt.1" by Fredrik Solenberg · 7 years ago
- ec0f45b Revert "Remove CodecInst pt.1" by Fredrik Solenberg · 7 years ago
- 056f973 Remove CodecInst pt.1 by Fredrik Solenberg · 7 years ago
- 2edab4c Delete use of STR_CASE_CMP, replaced with absl::EqualsIgnoreCase. by Niels Möller · 7 years ago
- 366a50c Remove simple stringstream usages. by Jonas Olsson · 7 years ago
- 658a552 Audio encoder tests: Create audio encoders the new way by Karl Wiberg · 7 years ago
- 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
- 88aee28 Remove support for old test modes in EncodeDecodeTest by Karl Wiberg · 7 years ago
- 5817d3d AudioCodingModule::Create(): Require caller to supply an AudioDecoderFactory by Karl Wiberg · 7 years ago
- 4332d09 Reland "Reland "Remove WEBRTC_TRACE."" by Fredrik Solenberg · 8 years ago
- 39cefdb Revert "Reland "Remove WEBRTC_TRACE."" by Fredrik Solenberg · 8 years ago
- 68007e9 Reland "Remove WEBRTC_TRACE." by Fredrik Solenberg · 8 years ago
- 729b910 Revert "Remove WEBRTC_TRACE." by Fredrik Solenberg · 8 years ago
- 2209b90 Remove WEBRTC_TRACE. by Fredrik Solenberg · 8 years ago
- c7b4a45 Remove various IDs: by solenberg · 8 years ago
- e423a9de Revert of Remove various IDs (patchset #7 id:120001 of https://codereview.webrtc.org/3019543002/ ) by solenberg · 8 years ago
- 2d0f775 Remove various IDs: by solenberg · 8 years ago
- 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 8 years ago
- 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
- bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/modules/audio_coding/test/EncodeDecodeTest.cc]
- 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
- 65cb70d Fix cyclic deps: rent_a_codec<->audio_coding and rent_a_codec<->neteq by kwiberg · 8 years ago
- da2bf4e Stop using old AudioCodingModule::RegisterReceiveCodec overloads by kwiberg · 9 years ago
- ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 9 years ago
- 77eab70 Enable the -Wundef warning for clang by kwiberg · 9 years ago
- d4ccb00 Propagate muted parameter to VoE::Channel by henrik.lundin · 9 years ago
- 3747838 Replace scoped_ptr with unique_ptr in webrtc/modules/audio_coding/test/ by kwiberg · 9 years ago
- 6955870 Convert channel counts to size_t. by Peter Kasting · 10 years ago
- 4d68208 Reduce the runtime of some ACM tests in modules_tests by Henrik Lundin · 10 years ago
- 3e6db23 audio_coding: remove "main" directory by kjellander · 10 years ago[Renamed (97%) from webrtc/modules/audio_coding/main/test/EncodeDecodeTest.cc]
- 1fd4a4a Let AudioCodingModule::SendCodec return Maybe<CodecInst> by kwiberg · 10 years ago
- 7464089 audio_coding: rename interface -> include by Henrik Kjellander · 10 years ago
- 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 10 years ago
- 45c6449 Introduce CodecManager and move code from AudioCodingModuleImpl by Henrik Lundin · 10 years ago
- f56c162 Remove AudioCodingModule::Process() by henrik.lundin@webrtc.org · 10 years ago
- 00b8f6b Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 10 years ago
- 4591fbd Use size_t more consistently for packet/payload lengths. by pkasting@chromium.org · 11 years ago
- c86e45d Fix parallelizability in modules_tests. by pbos@webrtc.org · 11 years ago
- 6ac22e6 Remove more dependencies on openssl, add dependency on boringssl. Continues on r6798 by henrike@webrtc.org · 11 years ago
- aa5ea1c 1. Make a clear distinction between codec internal FEC and RED, confusing mentioning of FEC in the old codes is replaced by RED by minyue@webrtc.org · 11 years ago
- adaf809 Removing AudioCoding duplicate tests by henrik.lundin@webrtc.org · 11 years ago
- 6ea3d1c ACM test are modified to run with both ACM1 and ACM2. by turaj@webrtc.org · 12 years ago
- 532f3dc Compile ACM2 and ACM1. by turaj@webrtc.org · 12 years ago
- 1c77dfd Revert r4772 "Compile ACM1 and ACM2." by stefan@webrtc.org · 12 years ago
- 367baa6 Compile ACM1 and ACM2. by turaj@webrtc.org · 12 years ago
- 89df092 Make the destructor of AudioCodingModule public. by andrew@webrtc.org · 12 years ago
- ee92b66 Re-organizing ACM tests by tina.legrand@webrtc.org · 12 years ago
- d5726a1 Formatting ACM tests by tina.legrand@webrtc.org · 12 years ago
- 0946a56 WebRtc_Word32 => int32_t etc. in audio_coding/ by pbos@webrtc.org · 12 years ago
- 73222cf Adding Opus frame length test by tina.legrand@webrtc.org · 12 years ago
- 7a7a008 Changing non-const reference arguments to pointers, ACM by tina.legrand@webrtc.org · 12 years ago
- eb7ebf2 Revert 3543 by tina.legrand@webrtc.org · 12 years ago
- 374aa49 Changing non-const reference arguments to pointers, ACM by tina.legrand@webrtc.org · 12 years ago
- 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 13 years ago[Renamed from src/modules/audio_coding/main/test/EncodeDecodeTest.cc]
- ba46804 Moving to use data files in resources, for ACM. by tina.legrand@webrtc.org · 13 years ago
- d7a71d0 Prepare to roll Chromium to 149181. by andrew@webrtc.org · 13 years ago
- 5e7ca60 Use new fileutil functions for trace in ACM by tina.legrand@webrtc.org · 13 years ago
- 5b4f36d ACM: Too short char vector by tina.legrand@webrtc.org · 13 years ago
- 4517585 Adding separate payload types for stereo modes by tina.legrand@webrtc.org · 13 years ago
- 9dc45da Move trunk/test/data -> trunk/data by andrew@webrtc.org · 13 years ago
- 63a5098 Rename AudioFrame members. by andrew@webrtc.org · 13 years ago
- ae1c454 Reregister of stereo receiver didn't work. by tina.legrand@webrtc.org · 13 years ago
- 0dab9e1 Revert of r1859 by tina.legrand@webrtc.org · 13 years ago
- f1befad Reregister of stereo receiver didn't work. by tina.legrand@webrtc.org · 13 years ago
- d1a860b Fixed GCC 4.6 errors (mostly 'unused variable' errors and incorrect usage of EXPECT_EQ with booleans. by phoglund@webrtc.org · 13 years ago
- 975e4a3 Fix gcc warnings triggered by -Wextra. by andrew@webrtc.org · 14 years ago
- 7f3c724 Renaming 47 files from .cpp to .cc by kjellander@webrtc.org · 14 years ago[Renamed from src/modules/audio_coding/main/test/EncodeDecodeTest.cpp]
- 5490c71 Converted to gtest, writing output files properly and no longer uses exceptions. by kjellander@webrtc.org · 14 years ago
- 554ae1a Changes to solve warnings on Mac, issue #178. by tina.legrand@webrtc.org · 14 years ago
- 543c3ea Fixing Release compilation errors by kjellander@webrtc.org · 14 years ago
- 3675f9b by tlegrand@google.com · 14 years ago
- 470e71d by niklase@google.com · 14 years ago