1. 0d83857 NetEq: Convert AverageIAT from int to float calculations by henrik.lundin · 9 years ago
  2. 5adaf73 AudioCodingModule: Specify decoders using SdpAudioFormat by kwiberg · 9 years ago
  3. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 9 years ago
  4. 77eab70 Enable the -Wundef warning for clang by kwiberg · 9 years ago
  5. 42feb51 NetEq: New test for muted state during CNG by henrik.lundin · 9 years ago
  6. 17e3fa1 Removed sync packet support from NetEq. by ossu · 9 years ago
  7. c766804 NetEq: Update CNG code to accommodate 48 kHz sample rate by henrik.lundin · 9 years ago
  8. 549d80b NetEq: only update current_rtp_payload_type_ when validated by henrik.lundin · 9 years ago
  9. 64a7eab Update tests and DTX check for Opus 1.1.3. by flim · 9 years ago
  10. 1cd4664 Disable some Opus tests pending an update by flim · 9 years ago
  11. 108ecec Removed LEGACY_BITEXACT from neteq_impl.cc and updated the ACM unit tests. by ossu · 9 years ago
  12. 612c25e NetEq: Fix stats counting in muted mode by henrik.lundin · 9 years ago
  13. e352578 Moved injection of AudioDecoderFactory into voe::Channel. by ossu · 9 years ago
  14. 46ba49c Let PacketSource::NextPacket() return an std::unique_ptr by henrik.lundin · 9 years ago
  15. 7a92681 NetEq: Implement muted output by henrik.lundin · 9 years ago
  16. c7a6569 Revert of Disable failing modules_unittests for UBSan. (patchset #1 id:40001 of https://codereview.webrtc.org/1915813002/ ) by pbos · 9 years ago
  17. 53ff70f Reland "Avoiding overflow in cross correlation in NetEq." by minyue · 9 years ago
  18. 4f90677 Making NetEq bitexactness test independent on reference files. by minyue · 9 years ago
  19. d98d457 Remove "This file includes unit tests" comments. by Peter Boström · 9 years ago
  20. c23bf2e Disable failing modules_unittests for UBSan. by kjellander@webrtc.org · 9 years ago
  21. 0d96ab7 NetEq::GetPlayoutTimestamp returns empty during CNG by henrik.lundin · 9 years ago
  22. 9a410dd Change NetEq::GetPlayoutTimestamp to return an rtc::Optional<uint32_t> by henrik.lundin · 9 years ago
  23. 55480f5 Remove the type parameter to NetEq::GetAudio by henrik.lundin · 9 years ago
  24. 6d8e011 Change NetEq::GetAudio to use AudioFrame by henrik.lundin · 9 years ago
  25. 2d0c332 Replace scoped_ptr with unique_ptr in webrtc/modules/audio_coding/neteq/ by kwiberg · 9 years ago
  26. c3a0983 Roll chromium_revision a8e5140..c6076f2 (372922:372974) incl. update to Opus v.1.1.2 by kjellander · 9 years ago
  27. 72c08ed Reenables several NetEq unittests on android. by ivoc · 10 years ago
  28. 6955870 Convert channel counts to size_t. by Peter Kasting · 10 years ago
  29. 49c454e Cleaning neteq_unittest resource files. by minyue · 10 years ago
  30. e2976c8 Remove DISABLED_ON_ macros. by Peter Boström · 10 years ago
  31. 93c08b7 Adding bit exactness test for Opus decoding in NetEq. by minyue · 10 years ago
  32. 5f026d0 Update NetEq network statistics in neteq_unittest. by minyue · 10 years ago
  33. 866df66 Typo fix: Enable a bunch of tests that were accidentally disabled by kwiberg · 10 years ago
  34. 4cf61dd NetEq: Add codec name and RTP timestamp rate to DecoderInfo by henrik.lundin · 10 years ago
  35. d89814b NetEq: Add new method last_output_sample_rate_hz by henrik.lundin · 10 years ago
  36. 3c652b6 modules/audio_coding: Remove some codec include dirs by kjellander@webrtc.org · 10 years ago
  37. ee2bac2 AcmReceiver::InsertPacket and NetEq::InsertPacket: Take ArrayView arguments by kwiberg · 10 years ago
  38. 288886b Pass audio to AudioEncoder::Encode() in an ArrayView by kwiberg · 10 years ago
  39. ee1879c Make an enum class out of NetEqDecoder, and hide the neteq_decoders_ table by kwiberg · 10 years ago
  40. 7464089 audio_coding: rename interface -> include by Henrik Kjellander · 10 years ago
  41. 06b869f Delete iSAC-fb from NetEq by henrik.lundin · 10 years ago
  42. 98ab3a4 Don't link with audio codecs that we don't use by kwiberg · 10 years ago
  43. 9c3efd0 Reland: Implement NetEq's CurrentDelay function by henrik.lundin · 10 years ago
  44. 1bb8cf8 NetEq/ACM: Refactor how packet waiting times are calculated by Henrik Lundin · 10 years ago
  45. dce40cf Update a ton of audio code to use size_t more correctly and in general reduce by Peter Kasting · 10 years ago
  46. 1d34fe9 Adds support for webrtc::test::ResourcePath on iOS by henrika · 10 years ago
  47. b7e5054 Match existing type usage better. by Peter Kasting · 10 years ago
  48. a2c7940 Ensures that modules_unittests runs on iOS by henrika · 10 years ago
  49. 5abd3e1 Revert r9359 "Implement NetEq's CurrentDelay function" by Henrik Lundin · 10 years ago
  50. d8a03fa Implement NetEq's CurrentDelay function by Henrik Lundin · 10 years ago
  51. 00b8f6b Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 10 years ago
  52. 7d721ee Adding speech_expand_rate to NetEQ Network Statistics. by minyue@webrtc.org · 10 years ago
  53. 2c1bcf2 Adding decoded_fec_rate to NetEQ Network Statistics. by minyue@webrtc.org · 10 years ago
  54. 648f5d6 pcm16b: Make input arrays const and use uint8_t[] for byte arrays by kwiberg@webrtc.org · 10 years ago
  55. c93437e Add test NetEqDecodingTest.CngFirst by henrik.lundin@webrtc.org · 11 years ago
  56. 4591fbd Use size_t more consistently for packet/payload lengths. by pkasting@chromium.org · 11 years ago
  57. 966a708 Use RtpFileSource in NetEqDecodingTest by henrik.lundin@webrtc.org · 11 years ago
  58. 7cbc4f9 Set NetEq playout mode through the Config struct by henrik.lundin@webrtc.org · 11 years ago
  59. 3c0aae1 Change gflags and gmock includes to be full paths. by kjellander@webrtc.org · 11 years ago
  60. 9b8102c Use a deterministic input in NetEqBgnTest by henrik.lundin@webrtc.org · 11 years ago
  61. 4e4b098 Merge NetEqDecodingTest.TestBitExactnesst and .TestNetworkStatistics by henrik.lundin@webrtc.org · 11 years ago
  62. ea25784 Change how background noise mode in NetEq is set by henrik.lundin@webrtc.org · 11 years ago
  63. 9c55f0f Rename neteq4 folder to neteq by henrik.lundin@webrtc.org · 11 years ago[Renamed (99%) from webrtc/modules/audio_coding/neteq4/neteq_unittest.cc]
  64. 94454b7 Fix the chain that propagates the audio frame's rtp and ntp timestamp including: by wu@webrtc.org · 11 years ago
  65. 1b9df05 Revert 6257 "Rename neteq4 folder to neteq" by henrik.lundin@webrtc.org · 11 years ago[Renamed (99%) from webrtc/modules/audio_coding/neteq/neteq_unittest.cc]
  66. a90f6d6 Rename neteq4 folder to neteq by henrik.lundin@webrtc.org · 11 years ago[Renamed (99%) from webrtc/modules/audio_coding/neteq4/neteq_unittest.cc]
  67. 48438c2 Enabling NetEq bit-exactness test for Win x64 by henrik.lundin@webrtc.org · 11 years ago
  68. b4e80e0 Re-enable almost all NetEqDecodingTests for Android by henrik.lundin@webrtc.org · 11 years ago
  69. 116ed1d Include buffer size limits in NetEq config struct by henrik.lundin@webrtc.org · 11 years ago
  70. 35ead38 Adding a config struct to NetEq by henrik.lundin@webrtc.org · 11 years ago
  71. 8d1cdaa NetEq changes. by turaj@webrtc.org · 11 years ago
  72. 24779fe Fix a bug where network freeze during CNG causes delay by henrik.lundin@webrtc.org · 11 years ago
  73. ca8cb95 Implement a test for an old corner-case in NetEq by henrik.lundin@webrtc.org · 11 years ago
  74. 3ecc162 Remove std:: prefixes from C functions in webrtc/. by pbos@webrtc.org · 11 years ago
  75. ed865b5 NetEq4: Changing the behavior of playout_timestamp_ update by henrik.lundin@webrtc.org · 11 years ago
  76. fcfc6a9 Small refactoring of NetEq unittest for CNG with clock drift by henrik.lundin@webrtc.org · 11 years ago
  77. f6a638e Trivial rename of non-compile time consts. by andrew@webrtc.org · 11 years ago
  78. e7ce437 Fixing lint errors in NetEq4 by henrik.lundin@webrtc.org · 12 years ago
  79. 5272eb8 Don't register iSAC-swb and iSAC-fb in NetEqDecodingTest. by turaj@webrtc.org · 12 years ago
  80. 78b41a0 Fix issues with sequence number wrap-around in jitter statistics. by turaj@webrtc.org · 12 years ago
  81. 58cd316 Address Clag Analyzer issues. by turaj@webrtc.org · 12 years ago
  82. fe5d36b Move RtcpStatistics to webrtc/common_types.h, to be used by vie as well. by sprang@webrtc.org · 12 years ago
  83. a6101d7 Update sampling rate and number of channels of NetEq4 if decoder is changed. by turaj@webrtc.org · 12 years ago
  84. 7b75ac6 Sync-packet insertion into NetEq4. This is related to r3883 & r4052 for NetEq 3. by turaj@webrtc.org · 12 years ago
  85. 3fdeddb Disable a NetEq unittest on Android. The test tries to register iSAC-swb as send codec and fails. by turaj@webrtc.org · 12 years ago
  86. ff43c85 API add to set background noise mode. by turaj@webrtc.org · 12 years ago
  87. 7bb5436 Better error treatment in NetEqImpl::InsertPacketInternal() by minyue@webrtc.org · 12 years ago
  88. a950300b Disables unit tests that don't work on Android for Android. by henrike@webrtc.org · 12 years ago
  89. 6eba277 Disable audio_coding_unittests on Win x64 in code. by kjellander@webrtc.org · 12 years ago
  90. 6e3968f Fix NetEq4 unit tests for VS2012 by henrik.lundin@webrtc.org · 12 years ago
  91. 73deaad Removing a hack for CNG by henrik.lundin@webrtc.org · 12 years ago
  92. ac59dba Adding iSAC-fb support by henrik.lundin@webrtc.org · 12 years ago
  93. 4892448 Re-enabling NetEqDecodingTest.TestBitExactness and .TestNetworkStatistics by henrik.lundin@webrtc.org · 12 years ago
  94. 63464a9 Enabling unit tests for NetEq4 in the bots by henrik.lundin@webrtc.org · 12 years ago
  95. e1d468c Fix a few small nits in NetEq4 by henrik.lundin@webrtc.org · 12 years ago
  96. d94659d Initial upload of NetEq4 by henrik.lundin@webrtc.org · 12 years ago