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