1. bf47495 Update remaining audio test code to not use WebRtcRTPHeader. by Niels Möller · 5 years ago
  2. afb5dbb Update ACM to use RTPHeader instead of WebRtcRTPHeader by Niels Möller · 5 years ago
  3. e45c688 Remove webrtc::ProtoString. by Mirko Bonadei · 5 years ago
  4. 4a68fb9 Separate base minimum delay and minimum delay. by Ruslan Burakov · 5 years ago
  5. e98954c Prevent updating state in the delay manager if the packet was reordered. by Jakob Ivarsson · 5 years ago
  6. 3b50f9f Propagate base minimum delay to audio_receiver_stream by Ruslan Burakov · 5 years ago
  7. 9bee67c Add get/set base min delay to neteq and acm_receiver. by Ruslan Burakov · 5 years ago
  8. edbea46 Allow to change base minimum delay on NetEq. by Ruslan Burakov · 5 years ago
  9. 05cf6be [clang-tidy] Apply performance-move-const-arg fixes. by Mirko Bonadei · 5 years ago
  10. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 5 years ago
  11. aa01f27 Removes all const Clock*. by Sebastian Jansson · 5 years ago
  12. 7a3e43a Reland of Opus multistream. by Alex Loiko · 5 years ago
  13. 649a4c2 [clang-tidy] Apply performance-inefficient-vector-operation fixes. by Mirko Bonadei · 5 years ago
  14. 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 5 years ago
  15. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 5 years ago
  16. 5a6ae02 Reland "Trim down FileWrapper class to be merely a wrapper owning a FILE*" by Niels Möller · 6 years ago
  17. 5c2f1f0 Add some missing includes and dependencies. by Bjorn Terelius · 6 years ago
  18. 9dac02d Adding text log on actual opus bitrate. by Minyue Li · 6 years ago
  19. 4664727 Revert "Trim down FileWrapper class to be merely a wrapper owning a FILE*" by Niels Moller · 6 years ago
  20. 80b95de Trim down FileWrapper class to be merely a wrapper owning a FILE* by Niels Möller · 6 years ago
  21. 1fa51d6 Revert "Opus multistream." by Amit Hilbuch · 6 years ago
  22. 83ed89a Opus multistream. by Alex Loiko · 6 years ago
  23. 0acffb5 Expose `jitterBufferEmittedCount` in addition to the existing `jitterBufferDelay` for `getStats()`. by Chen Xing · 6 years ago
  24. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  25. 7289906 Delete enum NetEqDecoder. by Niels Möller · 6 years ago
  26. 0554368 Delete method DecoderDatabase::RegisterPayload(...NetEqDecoder...) by Niels Möller · 6 years ago
  27. f7d6366 Delete method NetEqImpl::CurrentDelayMs, used only by tests by Niels Möller · 6 years ago
  28. 39b934b Add NetEq config flag that enables RTX handling. by Jakob Ivarsson · 6 years ago
  29. 00a6ab5 Check timestamp difference when choosing to extract multiple packets from the jitter buffer. by Jakob Ivarsson · 6 years ago
  30. 9c277dd Delete NetEq::RegisterExternalDecoder. by Niels Möller · 6 years ago
  31. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  32. bd6dee8 Delete NetEqTest::ExtDecoderMap by Niels Möller · 6 years ago
  33. 03fbf1e Simplifies RtcEventProcessor interface. by Sebastian Jansson · 6 years ago
  34. b290a6d Renames RtcEventLogParseNew to RtcEventLogParser by Sebastian Jansson · 6 years ago
  35. 8319e7f Use ordered data structure for supported frame lengths in ANA. by Minyue Li · 6 years ago
  36. d375f1c Refactor NetEqTestFactory to not use "external" decoders by Niels Möller · 6 years ago
  37. 29a935a Refactor NetEqDecoderPlc to use AudioDecoderProxyFactory by Niels Möller · 6 years ago
  38. 3f651d8 Reland "Add AudioDecoderFactory to NetEqTest constructor." by Niels Möller · 6 years ago
  39. 41f3a43 Remove CodecInst pt.3 by Fredrik Solenberg · 6 years ago
  40. f7f753b Revert "Add AudioDecoderFactory to NetEqTest constructor." by Oleh Prypin · 6 years ago
  41. daa970f Add AudioDecoderFactory to NetEqTest constructor. by Niels Möller · 6 years ago
  42. f693bfa Remove CodecInst pt.2 by Fredrik Solenberg · 6 years ago
  43. 2db46b0 Added new feature to print a text log to neteq_rtpplay by Ivo Creusen · 6 years ago
  44. 94f1074 Only use GetAudio events that correspond to an ssrc matching at least one incoming packet. by Ivo Creusen · 6 years ago
  45. e10b163 Stop using 'using namespace'. by Mirko Bonadei · 6 years ago
  46. 50b66d5 Convert NetEq Cng-related test to not use RegisterExternalDecoder by Niels Möller · 6 years ago
  47. 698d6c4 Change the type of indW32 back to int32_t by Sam Zackrisson · 6 years ago
  48. a1eb9c7 Convert NetEq tests to not use RegisterExternalDecoder. by Niels Möller · 6 years ago
  49. a59db74 Remove unnecessary includes of common_types.h by Fredrik Solenberg · 6 years ago
  50. b7180c0 Replace RegisterExternalDecoder in NetEq test VerifyTimestampPropagation. by Niels Möller · 6 years ago
  51. 657b296 Reland "Remove CodecInst pt.1" by Fredrik Solenberg · 6 years ago
  52. ec0f45b Revert "Remove CodecInst pt.1" by Fredrik Solenberg · 6 years ago
  53. 056f973 Remove CodecInst pt.1 by Fredrik Solenberg · 6 years ago
  54. a0f4430 Replace RegisterExternalDecoder with decoder factory in NetEqImplTest120ms by Niels Möller · 6 years ago
  55. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  56. bb9f4c1 Delete ssrc book-keeping in NetEq by Niels Möller · 6 years ago
  57. 10403ae Add PeerConnection option to configure minimum audio jitter buffer delay. by Jakob Ivarsson · 6 years ago
  58. 352ce5c Expose delayed packet outage as a cumulative metric of samples in the new getStats API. by Jakob Ivarsson · 6 years ago
  59. 53382cb Move RtcpStatistics from common_types.h to a new header file by Niels Möller · 6 years ago
  60. 622eeda Bump variable sizes in response to fuzzer bug by Jonas Olsson · 6 years ago
  61. e3abb81 Decouple //rtc_base:rtc_base_tests_utils from gunit. by Mirko Bonadei · 6 years ago
  62. 8af8896 Expose jitter buffer flushes metric in new getStats api. by Ruslan Burakov · 6 years ago
  63. 6d254bc Delete unused method NetEq::PacketBufferStatistics by Niels Möller · 6 years ago
  64. f40150d Removing ANA enabling field trials. by Minyue Li · 6 years ago
  65. 8ac05cc Adds trial to use link capacity estimate in Opus encoder. by Sebastian Jansson · 6 years ago
  66. d51b355 Delete unused NetEq Rtcp stats. by Niels Möller · 6 years ago
  67. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  68. 78e88fe Move NetworkStatistics and AudioDecodingCallStats from common_types.h by Fredrik Solenberg · 6 years ago
  69. a038e71 Less strict audio codec tests to accomodate opus switch to SSE. by Yves Gerey · 6 years ago
  70. 42b715a Add visibility to ana config proto by Piotr (Peter) Slatala · 6 years ago
  71. 105edca Remove some unused RentACodec static methods by Karl Wiberg · 6 years ago
  72. 49c33ce AudioCodingModule: Remove support for creating encoders by Karl Wiberg · 6 years ago
  73. 09102a0 Revert "Roll "Enable SSE, SSE2, and run-time detected SSE4.1 for libopus."" by Yves Gerey · 6 years ago
  74. 0b1b5c1 Hide RtcEvent members behind accessors by Elad Alon · 6 years ago
  75. 466620b Roll "Enable SSE, SSE2, and run-time detected SSE4.1 for libopus." by Yves Gerey · 6 years ago
  76. c496d58 Add flag for fast jitter buffer playout in neteq simulation by Sam Zackrisson · 6 years ago
  77. f0e7440 Add missing conditional defines to neteq test and tools targets by Sam Zackrisson · 6 years ago
  78. c572ff3 Add default constructor for rtc::Event by Niels Möller · 6 years ago
  79. 254d3db Add missing #include to absl/memory/memory.h from audio_encoder_cng.cc by tzik · 6 years ago
  80. 0070655 Removing ancient and unused test scripts and data files by Henrik Lundin · 6 years ago
  81. 2365936 Hide the AudioEncoderCng class behind a create function by Karl Wiberg · 6 years ago
  82. 69807e8 Depend directly on destination targets. by Yves Gerey · 6 years ago
  83. 21cddff Harmonize paths to dependent targets. by Yves Gerey · 6 years ago
  84. 2c16cc6 Replace some usage of EventWrapper with rtc::Event. by Niels Möller · 6 years ago
  85. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  86. 2edab4c Delete use of STR_CASE_CMP, replaced with absl::EqualsIgnoreCase. by Niels Möller · 6 years ago
  87. 2dfa998 Reland "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  88. c538fc7 Revert "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  89. 5ccdc13 Prefix flag macros with WEBRTC_. by Mirko Bonadei · 6 years ago
  90. b9972fa Adds AudioNetworkAdaptation support to Scenario tests. by Sebastian Jansson · 6 years ago
  91. 34d990f Adding NetEq buffer full metric to UMA. by Minyue Li · 6 years ago
  92. ed04912 Stop simulations when a LOG_END event is reached. by Ivo Creusen · 6 years ago
  93. d8a52b3 Make ivoc owner of audio_coding. by Ivo Creusen · 6 years ago
  94. 40a7a35 Extract functionality of test_main into separate library. by Artem Titov · 6 years ago
  95. d2d2ecb Add command-line flag for setting the max number of packets in the buffer. by Ivo Creusen · 6 years ago
  96. 83bd37c Add field trials for configuring Opus encoder packet loss rate. by Jakob Ivarsson · 6 years ago
  97. 5350d1c RtcEventLogSource no longer uses deprecated parsing functions. by Bjorn Terelius · 6 years ago
  98. 88b68ac Create field trial for setting a minimum value for Opus encoder packet loss rate by Jakob Ivarsson · 6 years ago
  99. 7730193 Remove SetExecutablePath, simplify ResourcePath by Patrik Höglund · 6 years ago
  100. 433eafe Delete unused includes of assert.h by Niels Möller · 6 years ago