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