1. 12ab00b Optional: Use nullopt and implicit construction in /modules/audio_coding by Oskar Sundbom · 8 years ago
  2. 31fbb54 NetEq: Drop unnecessary dependency on the audio decoder implementations by Karl Wiberg · 8 years ago
  3. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  4. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/modules/audio_coding/neteq/audio_decoder_unittest.cc]
  5. 6ff045f Give Audio{De,En}coderIsac* an "Impl" suffix, to free up the original names by kwiberg · 8 years ago
  6. 96d74bb Opus implementation of the AudioDecoderFactoryTemplate API by kwiberg · 8 years ago
  7. 96da011 Opus implementation of the AudioEncoderFactoryTemplate API by kwiberg · 8 years ago
  8. db3c9b0 Expose ILBC codec in webrtc/api/audio_codecs/ by solenberg · 8 years ago
  9. 1b97e26 Don't forget to support G722 stereo decoding by kwiberg · 8 years ago
  10. 1a610f1 Revert of Opus implementation of the AudioEncoderFactoryTemplate API (patchset #4 id:80001 of https://codereview.webrtc.org/2930243003/ ) by charujain · 8 years ago
  11. eb2d2d3 Revert of Opus implementation of the AudioDecoderFactoryTemplate API (patchset #1 id:1 of https://codereview.webrtc.org/2942733003/ ) by charujain · 8 years ago
  12. d053fe4 Opus implementation of the AudioDecoderFactoryTemplate API by kwiberg · 8 years ago
  13. fe1aa82 Opus implementation of the AudioEncoderFactoryTemplate API by kwiberg · 8 years ago
  14. b8727ae G722 implementation of the AudioEncoderFactoryTemplate API by kwiberg · 8 years ago
  15. b1ed7f0 G722 implementation of the AudioDecoderFactoryTemplate API by kwiberg · 8 years ago
  16. a1a040a Injectable audio encoders: BuiltinAudioEncoderFactory by ossu · 8 years ago
  17. 54340d8 Change opus min bitrate. by michaelt · 8 years ago
  18. 566d820 Update smoothed bitrate. by michaelt · 9 years ago
  19. 4b9a2cb Reland "Renaming AudioEncoder::SetTargetBitrate and SetProjectedPacketLossRate." by minyue · 9 years ago
  20. e69b468 Revert of Renaming AudioEncoder::SetTargetBitrate and SetProjectedPacketLossRate. (patchset #5 id:240001 of https://codereview.webrtc.org/2411613002/ ) by minyue · 9 years ago
  21. 84e56d5 Renaming AudioEncoder::SetTargetBitrate and SetProjectedPacketLossRate. by minyue · 9 years ago
  22. 2779bab Support receiving DTMF for multiple RTP clock rates. by solenberg · 9 years ago
  23. c4d2dc4 Delete DataLog abstraction, which was almost unused. by nisse · 9 years ago
  24. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 9 years ago
  25. 77eab70 Enable the -Wundef warning for clang by kwiberg · 9 years ago
  26. c0f2dcf NetEq decoder database: Don't keep track of sample rate for builtin decoders by kwiberg · 9 years ago
  27. 6c2eab3 AudioDecoder: New method SampleRateHz, + implementations for our codecs by kwiberg · 9 years ago
  28. 10a029e Changed AudioEncoder::Encode to take an rtc::Buffer* instead of uint8_t* and a maximum size. by ossu · 9 years ago
  29. 0206000 iOS: Add resource files for tests and implement OutputPath by kjellander · 9 years ago
  30. 2d0c332 Replace scoped_ptr with unique_ptr in webrtc/modules/audio_coding/neteq/ by kwiberg · 9 years ago
  31. 5b659c0 Special-case android-arm64 in codec bitexactness tests by kwiberg · 10 years ago
  32. 3c652b6 modules/audio_coding: Remove some codec include dirs by kjellander@webrtc.org · 10 years ago
  33. 288886b Pass audio to AudioEncoder::Encode() in an ArrayView by kwiberg · 10 years ago
  34. ee1879c Make an enum class out of NetEqDecoder, and hide the neteq_decoders_ table by kwiberg · 10 years ago
  35. 7464089 audio_coding: rename interface -> include by Henrik Kjellander · 10 years ago
  36. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 10 years ago
  37. 06b869f Delete iSAC-fb from NetEq by henrik.lundin · 10 years ago
  38. 98ab3a4 Don't link with audio codecs that we don't use by kwiberg · 10 years ago
  39. 3fd7be4 Revert of Don't link with audio codecs that we don't use (patchset #4 id:60001 of https://codereview.webrtc.org/1349393003/ ) by solenberg · 10 years ago
  40. f66a925 Don't link with audio codecs that we don't use by kwiberg · 10 years ago
  41. 8967183 Simple cleanups of AudioDecoder and AudioEncoder classes by kwiberg · 10 years ago
  42. 7404368 Move AudioDecoderIsac* to its own files by Karl Wiberg · 10 years ago
  43. 6faf5be Move AudioDecoderPcm* next to AudioEncoderPcm* by kwiberg · 10 years ago
  44. ada4c13 Move AudioDecoderG722 next to AudioEncoderG722 by kwiberg · 10 years ago
  45. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 10 years ago
  46. c0ac6ca Move AudioDecoderPcm16B next to AudioEncoderPcm16B by Karl Wiberg · 10 years ago
  47. fff9f17 Move AudioDecoderIlbc next to AudioEncoderIlbc by kwiberg · 10 years ago
  48. 0b05879 Move AudioDecoderOpus next to AudioEncoderOpus by Karl Wiberg · 10 years ago
  49. 4376648 AudioDecoder: Replace Init() with Reset() by Karl Wiberg · 10 years ago
  50. dce40cf Update a ton of audio code to use size_t more correctly and in general reduce by Peter Kasting · 10 years ago
  51. 608c3cf iSAC: Make separate AudioEncoder and AudioDecoder objects by kwiberg · 10 years ago
  52. 3e89dbf Add AudioEncoder::GetTargetBitrate by Henrik Lundin · 10 years ago
  53. cb7f8ce Clear ARM NEON flag by Andrew MacDonald · 10 years ago
  54. d3e8eda (Re-land) AudioEncoderDecoderIsac: Merge the two config structs by Karl Wiberg · 10 years ago
  55. 599beb8 Revert "AudioEncoderDecoderIsac: Merge the two config structs" by Ted Nakamura · 10 years ago
  56. 7c324ca AudioEncoderDecoderIsac: Merge the two config structs by Karl Wiberg · 10 years ago
  57. 09b6ff9 Disable PLC for iSAC by henrik.lundin@webrtc.org · 10 years ago
  58. 9afaee7 Reland 8749: AudioEncoder: return EncodedInfo from Encode() and EncodeInternal() by jmarusic@webrtc.org · 10 years ago
  59. 019955d Revert 8749 "We changed Encode() and EncodeInternal() return typ..." by tommi@webrtc.org · 10 years ago
  60. 0cb612b We changed Encode() and EncodeInternal() return type from bool to void in this issue: by jmarusic@webrtc.org · 10 years ago
  61. 7f7d7e3 Prevent crash in NetEQ when decoder overflow. by minyue@webrtc.org · 10 years ago
  62. b1f0de3 AudioEncoder: change Encode and EncodeInternal return type to void by jmarusic@webrtc.org · 10 years ago
  63. 00b8f6b Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 10 years ago
  64. 1eda4e3 Reland r8476 "Set decoder output frequency in AudioDecoder::Decode call" by henrik.lundin@webrtc.org · 10 years ago
  65. 903182b Revert r8476 "Set decoder output frequency in AudioDecoder::Decode call" by henrik.lundin@webrtc.org · 10 years ago
  66. b9c18d5 Set decoder output frequency in AudioDecoder::Decode call by henrik.lundin@webrtc.org · 10 years ago
  67. 0521127 AudioEncoder: Rename virtual accessors to CamelCase by kwiberg@webrtc.org · 10 years ago
  68. 7dba786 Setting Opus target application. by minyue@webrtc.org · 11 years ago
  69. a32d154 Disable tests failing on Android ARM64 (Nexus9). by kjellander@webrtc.org · 11 years ago
  70. e102e81 Enable the iSACfix AudioDecoder test (and make it work again) by kwiberg@webrtc.org · 11 years ago
  71. 88bdec8 AudioEncoder subclass for iSACfix by kwiberg@webrtc.org · 11 years ago
  72. 3b79daf Moving encoded_bytes into EncodedInfo by henrik.lundin@webrtc.org · 11 years ago
  73. 817e50d Make an AudioEncoder subclass for PCM16B by henrik.lundin@webrtc.org · 11 years ago
  74. b3ad8cf Make an AudioEncoder subclass for iSAC by kwiberg@webrtc.org · 11 years ago
  75. d8ca723 Remove CELT support from audio_coding. by pbos@webrtc.org · 11 years ago
  76. e04a93b Move the AudioDecoder interface out of NetEq by kwiberg@webrtc.org · 11 years ago
  77. 130fef8 Bugfix in AudioDecoderTest by henrik.lundin@webrtc.org · 11 years ago
  78. cb858ba Make an AudioEncoder subclass for iLBC by kwiberg@webrtc.org · 11 years ago
  79. 3800e13 Revert r7798 ("Move the AudioDecoder interface out of NetEq") by kwiberg@webrtc.org · 11 years ago
  80. 00ba1a7 Move the AudioDecoder interface out of NetEq by kwiberg@webrtc.org · 11 years ago
  81. 7f1dfa5 Adding a payload type to AudioEncoder objects by henrik.lundin@webrtc.org · 11 years ago
  82. 0cd5558 AudioEncoder subclass for G722 by kwiberg@webrtc.org · 11 years ago
  83. 1db20a4 Adding EncodedInfo struct to AudioEncoder::Encode by henrik.lundin@webrtc.org · 11 years ago
  84. 1431e4d Revert 7675 "Make an AudioEncoder subclass for iSAC" by turaj@webrtc.org · 11 years ago
  85. 05feff0 Make an AudioEncoder subclass for iSAC by kwiberg@webrtc.org · 11 years ago
  86. 721ef63 Remove the codec_type_ member from AudioDecoder by kwiberg@webrtc.org · 11 years ago
  87. decd930 AudioEncoder: num_10ms_frames_per_packet -> Num10MsFramesInNextPacket by kwiberg@webrtc.org · 11 years ago
  88. 663fdd0 Make an AudioEncoder subclass for Opus by kwiberg@webrtc.org · 11 years ago
  89. a37f1dd Cleaning up audio_decoder_test.cc and adding ResampleInputAudioFile by henrik.lundin@webrtc.org · 11 years ago
  90. def1e97 Implement AudioEncoderPcmU/A classes and convert AudioDecoder tests by henrik.lundin@webrtc.org · 11 years ago
  91. 7ee24a7 WebRtcIsac_Encode and WebRtcIsacfix_Encode: Type encoded stream as uint8_t by kwiberg@webrtc.org · 11 years ago
  92. a3c4d4d Revert 7266 "WebRtcIsac_Encode and WebRtcIsacfix_Encode: Type en..." by andrew@webrtc.org · 11 years ago
  93. 8c5740b WebRtcIsac_Encode and WebRtcIsacfix_Encode: Type encoded stream as uint8_t by kwiberg@webrtc.org · 11 years ago
  94. 3c0aae1 Change gflags and gmock includes to be full paths. by kjellander@webrtc.org · 11 years ago
  95. f563e85 This is to re-open an earlier CL by minyue@webrtc.org · 11 years ago
  96. 1ed1af9 Remove payload duplication in AudioDecoderTest by henrik.lundin@webrtc.org · 11 years ago
  97. d42da54 Revert 6458 "Since NetEq4 is ready to handle 48 kHz codec, it is..." by minyue@webrtc.org · 11 years ago
  98. 8f8503d Since NetEq4 is ready to handle 48 kHz codec, it is good to remove the 48-to-32kHz downsampling of Opus output. This facilitates webrtc to make full use of Opus's bandwidth and eliminates unneeded computation in resampling. by minyue@webrtc.org · 11 years ago
  99. 9c55f0f Rename neteq4 folder to neteq by henrik.lundin@webrtc.org · 11 years ago[Renamed (99%) from webrtc/modules/audio_coding/neteq4/audio_decoder_unittest.cc]
  100. 1b9df05 Revert 6257 "Rename neteq4 folder to neteq" by henrik.lundin@webrtc.org · 11 years ago[Renamed (99%) from webrtc/modules/audio_coding/neteq/audio_decoder_unittest.cc]