1. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  2. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 7 years ago
  3. 0554368 Delete method DecoderDatabase::RegisterPayload(...NetEqDecoder...) by Niels Möller · 7 years ago
  4. 9c277dd Delete NetEq::RegisterExternalDecoder. by Niels Möller · 7 years ago
  5. 433eafe Delete unused includes of assert.h by Niels Möller · 7 years ago
  6. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  7. b602123 Replace rtc::Optional with absl::optional in modules/audio_coding by Danil Chapovalov · 7 years ago
  8. 0812634 Pass a real audio codec pair ID to decoders that we create by Karl Wiberg · 7 years ago
  9. d6fbf2a Tests: Pass codec ID argument to audio codecs by Karl Wiberg · 7 years ago
  10. 31fbb54 NetEq: Drop unnecessary dependency on the audio decoder implementations by Karl Wiberg · 8 years ago
  11. 84255bb Add explicit includes of refcountedobject.h where it is used. by Niels Möller · 8 years ago
  12. fb26f85 Revert "Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h."" by Niels Moller · 8 years ago
  13. bf6937a Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Möller · 8 years ago
  14. d25fa78 Revert "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Moller · 8 years ago
  15. b7239a9 Make rtc_base/refcount.h self contained, not including refcountedobject.h. by Niels Möller · 8 years ago
  16. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  17. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/modules/audio_coding/neteq/decoder_database_unittest.cc]
  18. 37e99fd Move AudioDecoder and AudioDecoderFactory mocks to webrtc/test/ by kwiberg · 8 years ago
  19. 087bd34 Move AudioDecoder and related stuff to the api/ directory by kwiberg · 8 years ago
  20. e941306 NetEq: Don't forget to save the codec name by kwiberg · 9 years ago
  21. a73f6c9 NetEq now works with packets as values, rather than pointers. by ossu · 9 years ago
  22. 7a37761 Removed RTPHeader from NetEq's Packet struct. by ossu · 9 years ago
  23. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 9 years ago
  24. 77eab70 Enable the -Wundef warning for clang by kwiberg · 9 years ago
  25. f1b08da Stopped using the NetEqDecoder enum internally in NetEq. by ossu · 9 years ago
  26. 6b19b56 AcmReceiver: Ask NetEq to delete all decoders at once instead of one by one by kwiberg · 9 years ago
  27. 342f740 NetEq: Ask AudioDecoder for sample rate instead of passing it as an argument by kwiberg · 9 years ago
  28. c0f2dcf NetEq decoder database: Don't keep track of sample rate for builtin decoders by kwiberg · 9 years ago
  29. e725f7c Turned AudioDecoderFactory into a RefCounted thing to use with scoped_refptr. by ossu · 9 years ago
  30. 5178ee8 NetEq: Use a BuiltinAudioDecoderFactory to create decoders by kwiberg · 9 years ago
  31. 97ba30e Convert CNG into C++ and remove it from AudioDecoder by ossu · 9 years ago
  32. 0fa0a97 NetEq: Simplify DecoderDatabase::DecoderInfo by kwiberg · 9 years ago
  33. e2976c8 Remove DISABLED_ON_ macros. by Peter Boström · 10 years ago
  34. 4cf61dd NetEq: Add codec name and RTP timestamp rate to DecoderInfo by henrik.lundin · 10 years ago
  35. ee1879c Make an enum class out of NetEqDecoder, and hide the neteq_decoders_ table by kwiberg · 10 years ago
  36. 98ab3a4 Don't link with audio codecs that we don't use by kwiberg · 10 years ago
  37. 721ef63 Remove the codec_type_ member from AudioDecoder by kwiberg@webrtc.org · 11 years ago
  38. 3c0aae1 Change gflags and gmock includes to be full paths. by kjellander@webrtc.org · 11 years ago
  39. 9c55f0f Rename neteq4 folder to neteq by henrik.lundin@webrtc.org · 11 years ago[Renamed (98%) from webrtc/modules/audio_coding/neteq4/decoder_database_unittest.cc]
  40. 1b9df05 Revert 6257 "Rename neteq4 folder to neteq" by henrik.lundin@webrtc.org · 11 years ago[Renamed (98%) from webrtc/modules/audio_coding/neteq/decoder_database_unittest.cc]
  41. a90f6d6 Rename neteq4 folder to neteq by henrik.lundin@webrtc.org · 11 years ago[Renamed (98%) from webrtc/modules/audio_coding/neteq4/decoder_database_unittest.cc]
  42. bf93fb3 Re-enable NetEQ DecoderDatabase test for Android by henrik.lundin@webrtc.org · 11 years ago
  43. a950300b Disables unit tests that don't work on Android for Android. by henrike@webrtc.org · 12 years ago
  44. d94659d Initial upload of NetEq4 by henrik.lundin@webrtc.org · 12 years ago