1. ef14f07 Delete AudioDecoder method IncomingPacket by Niels Möller · 5 years ago
  2. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  3. 8f319a3 Reland "Reland "Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker."" by Alessio Bazzica · 5 years ago
  4. fab3460 Revert "Reland "Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker."" by Alessio Bazzica · 5 years ago
  5. 9973933 Reland "Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker." by Chen Xing · 5 years ago
  6. 24192c2 Revert "Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker." by Ivo Creusen · 5 years ago
  7. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  8. 3e8ef94 Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker. by Chen Xing · 5 years ago
  9. 0ac1d99 Remove streaming_mode as it is always false. by Ruslan Burakov · 5 years ago
  10. 44125fa Reland "Piping audio interruption metrics to API layer" by Henrik Lundin · 5 years ago
  11. fc02a79 Revert "Piping audio interruption metrics to API layer" by Henrik Andreassson · 5 years ago
  12. 299c4e6 Piping audio interruption metrics to API layer by Henrik Lundin · 5 years ago
  13. 2a8bd09 NetEq: Create an audio interruption metric by Henrik Lundin · 5 years ago
  14. e46f5db Add missing `using` declarations for names in testing namespace. by Mirko Bonadei · 5 years ago
  15. 4450708 Add relative_packet_arrival_delay and jitter_buffer_packets_received statistics. by Jakob Ivarsson · 6 years ago
  16. db42ed2 Add RELATIVE_ARRIVAL_DELAY histogram mode to DelayManager. by Jakob Ivarsson · 6 years ago
  17. 1eb3d7e Refactor DelayManager into separate Histogram class and make it injectable for testing purposes. by Jakob Ivarsson · 6 years ago
  18. e98954c Prevent updating state in the delay manager if the packet was reordered. by Jakob Ivarsson · 6 years ago
  19. 9bee67c Add get/set base min delay to neteq and acm_receiver. by Ruslan Burakov · 6 years ago
  20. 7289906 Delete enum NetEqDecoder. by Niels Möller · 6 years ago
  21. 0554368 Delete method DecoderDatabase::RegisterPayload(...NetEqDecoder...) by Niels Möller · 6 years ago
  22. 39b934b Add NetEq config flag that enables RTX handling. by Jakob Ivarsson · 6 years ago
  23. 50b66d5 Convert NetEq Cng-related test to not use RegisterExternalDecoder by Niels Möller · 6 years ago
  24. a1eb9c7 Convert NetEq tests to not use RegisterExternalDecoder. by Niels Möller · 6 years ago
  25. a59db74 Remove unnecessary includes of common_types.h by Fredrik Solenberg · 6 years ago
  26. b7180c0 Replace RegisterExternalDecoder in NetEq test VerifyTimestampPropagation. by Niels Möller · 6 years ago
  27. a0f4430 Replace RegisterExternalDecoder with decoder factory in NetEqImplTest120ms by Niels Möller · 6 years ago
  28. 10403ae Add PeerConnection option to configure minimum audio jitter buffer delay. by Jakob Ivarsson · 6 years ago
  29. 7687ad5 Reland "NetEq: Deprecate playout modes Fax, Off and Streaming" by Henrik Lundin · 6 years ago
  30. 1ff41eb Revert "NetEq: Deprecate playout modes Fax, Off and Streaming" by Henrik Lundin · 6 years ago
  31. 80c4cca NetEq: Deprecate playout modes Fax, Off and Streaming by Henrik Lundin · 6 years ago
  32. b602123 Replace rtc::Optional with absl::optional in modules/audio_coding by Danil Chapovalov · 6 years ago
  33. bbf21a3 Remove dependencies on modules:module_api from AudioProcessing. by Fredrik Solenberg · 6 years ago
  34. 0812634 Pass a real audio codec pair ID to decoders that we create by Karl Wiberg · 6 years ago
  35. d6fbf2a Tests: Pass codec ID argument to audio codecs by Karl Wiberg · 7 years ago
  36. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  37. 12ab00b Optional: Use nullopt and implicit construction in /modules/audio_coding by Oskar Sundbom · 7 years ago
  38. b7e1788 Fixing other unsafe conversions. by Mirko Bonadei · 7 years ago
  39. fd7c0a5 Avoid NetEq triggering a Framelength change when receiving an FEC packet. by Ivo Creusen · 7 years ago
  40. ea7a3f8 Fixing unsafe conversion by Mirko Bonadei · 7 years ago
  41. 737e073 Fixing warning C4267 on Win (more_configs). by Mirko Bonadei · 7 years ago
  42. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  43. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  44. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/modules/audio_coding/neteq/neteq_impl_unittest.cc]
  45. 12d3084 Correct the calculation of discard rate. by minyue-webrtc · 7 years ago
  46. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  47. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 7 years ago
  48. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 7 years ago
  49. c417d9e NetEq: Removing LastError and LastDecoderError by Henrik Lundin · 7 years ago
  50. 36b1a5f Add mute state field to AudioFrame and switch some callers to use it. Also make AudioFrame::data_ private and instead provide: by yujo · 7 years ago
  51. b8c55b1 Handle padded audio packets correctly by henrik.lundin · 7 years ago
  52. 114c1b3 NetEq: Add functionality to assist with delay analysis and tooling by henrik.lundin · 7 years ago
  53. 246ef3e Change from WebRtcRTPHeader to RTPHeader in NetEq tests and tools by henrik.lundin · 7 years ago
  54. 70c09bd Reland of Change NetEq::InsertPacket to take an RTPHeader (patchset #1 id:1 of https://codereview.webrtc.org/2812933002/ ) by Henrik Lundin · 7 years ago
  55. 10d095d Revert of Change NetEq::InsertPacket to take an RTPHeader (patchset #2 id:20001 of https://codereview.webrtc.org/2807273004/ ) by henrik.lundin · 7 years ago
  56. 4d02757 Change NetEq::InsertPacket to take an RTPHeader by henrik.lundin · 7 years ago
  57. 37e99fd Move AudioDecoder and AudioDecoderFactory mocks to webrtc/test/ by kwiberg · 7 years ago
  58. 087bd34 Move AudioDecoder and related stuff to the api/ directory by kwiberg · 8 years ago
  59. b55bd5f Don't capture variables explicitly in lambda expression. by ehmaldonado · 8 years ago
  60. 2779bab Support receiving DTMF for multiple RTP clock rates. by solenberg · 8 years ago
  61. a73f6c9 NetEq now works with packets as values, rather than pointers. by ossu · 8 years ago
  62. 7a37761 Removed RTPHeader from NetEq's Packet struct. by ossu · 8 years ago
  63. c9ec875 NetEq: Remove special case for Merge without Expand by henrik.lundin · 8 years ago
  64. 99df6c0 Fix bug in DTMF generation where events with level > 36 would be ignored. by solenberg · 8 years ago
  65. 5adaf73 AudioCodingModule: Specify decoders using SdpAudioFormat by kwiberg · 8 years ago
  66. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  67. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  68. f1b08da Stopped using the NetEqDecoder enum internally in NetEq. by ossu · 8 years ago
  69. a70695a Moved Opus-specific payload splitting into AudioDecoderOpus. by ossu · 8 years ago
  70. 0d526d5 Moved codec-specific audio packet splitting into decoders. by ossu · 8 years ago
  71. 6b19b56 AcmReceiver: Ask NetEq to delete all decoders at once instead of one by one by kwiberg · 8 years ago
  72. 61a208b Added a ParsePayload method to AudioDecoder. by ossu · 8 years ago
  73. da8bbf6 NetEq: Change member variables for current RTP types to rtc::Optionals by henrik.lundin · 8 years ago
  74. 84bc985 Removed virtual from several methods in DecoderDatabase to minimize by ossu · 8 years ago
  75. 342f740 NetEq: Ask AudioDecoder for sample rate instead of passing it as an argument by kwiberg · 8 years ago
  76. 347d351 AudioDecoder: Remove the default implementation of SampleRateHz by kwiberg · 8 years ago
  77. c0f2dcf NetEq decoder database: Don't keep track of sample rate for builtin decoders by kwiberg · 8 years ago
  78. e352578 Moved injection of AudioDecoderFactory into voe::Channel. by ossu · 8 years ago
  79. 7a92681 NetEq: Implement muted output by henrik.lundin · 8 years ago
  80. 5bd3397 Adding 120 ms frame length support in NetEq. by minyue · 8 years ago
  81. ef8b61e Enable -Winconsistent-missing-override flag. by nisse · 8 years ago
  82. 8f8c96d NetEq: Use TickTimer in DelayManager by henrik.lundin · 8 years ago
  83. f393370 NetEq: Introduce TickTimer in DelayPeakDetector by henrik.lundin · 8 years ago
  84. 034154b Re-land "NetEq: Silence a few unexpected mock calls in NetEqImplTest" by henrik.lundin · 8 years ago
  85. 84be511 Replace the remaining scoped_ptr with unique_ptr in webrtc/modules/ by kwiberg · 8 years ago
  86. 8833f85 NetEq: Correcting a mistake in NetEqImplTest by henrik.lundin · 8 years ago
  87. 1d9061e NetEq: Dependency injection through one struct instead of many params by henrik.lundin · 8 years ago
  88. 52d4e6b Revert of Replace the remaining scoped_ptr with unique_ptr in webrtc/modules/ (patchset #1 id:40001 of https://codereview.webrtc.org/1921233002/ ) by terelius · 8 years ago
  89. 2c27a06 Replace the remaining scoped_ptr with unique_ptr in webrtc/modules/ by kwiberg · 8 years ago
  90. 84f8cd6 NetEq: Use TickTimer in PacketBuffer by henrik.lundin · 8 years ago
  91. d29005e NetEq: Silence a few unexpected mock calls in NetEqImplTest by henrik.lundin · 8 years ago
  92. ed49721 Add a TickTimer object to NetEqImpl by henrik.lundin · 8 years ago
  93. 0fa0a97 NetEq: Simplify DecoderDatabase::DecoderInfo by kwiberg · 8 years ago
  94. 0d96ab7 NetEq::GetPlayoutTimestamp returns empty during CNG by henrik.lundin · 8 years ago
  95. 9a410dd Change NetEq::GetPlayoutTimestamp to return an rtc::Optional<uint32_t> by henrik.lundin · 8 years ago
  96. d44c077 Revert of Safe numeric library: base/numerics (copied from Chromium) (patchset #11 id:250001 of https://codereview.webrtc.org/1753293002/ ) by Tommi · 9 years ago
  97. de1c81b Safe numeric library added: base/numerics (copied from Chromium) by hbos · 9 years ago
  98. 55480f5 Remove the type parameter to NetEq::GetAudio by henrik.lundin · 9 years ago
  99. 6d8e011 Change NetEq::GetAudio to use AudioFrame by henrik.lundin · 9 years ago
  100. 6955870 Convert channel counts to size_t. by Peter Kasting · 9 years ago