1. 7d43801 Delete RtpGenericDepacketizer as no longer used by Danil Chapovalov · 4 years, 7 months ago
  2. 5c35f2f Delete RtpDepacketizerVp9 in favor of VideoRtpDepacketizerVp9 by Danil Chapovalov · 4 years, 7 months ago
  3. 26e1b7a Delete RtpDepacketizerVp8 in favor of VideoRtpDepacketizerVp8 by Danil Chapovalov · 4 years, 7 months ago
  4. eb3beb8 Revert "Replace the ExperimentalAgc config with the new config format" by Yves Gerey · 4 years, 7 months ago
  5. f3aa632 Replace the ExperimentalAgc config with the new config format by Per Åhgren · 4 years, 7 months ago
  6. 62ea0aa Remove deprecated legacy AEC code by Per Åhgren · 4 years, 8 months ago
  7. cae2779 Introduce InbandComfortNoise RTP header extension. by Minyue Li · 4 years, 8 months ago
  8. 242a9e0 Fuzz RtpPacketizerAv1 by Danil Chapovalov · 4 years, 8 months ago
  9. a9ad36f Fix aec3_fuzzer chromium build config. by Mirko Bonadei · 4 years, 8 months ago
  10. e3c4884 in PacketBuffer::Packet pass payload using smart buffer by Danil Chapovalov · 4 years, 8 months ago
  11. b0db98c Fuzz AEC3 by Sam Zackrisson · 4 years, 8 months ago
  12. 5314b13 Fix undefined-shift in RtpDepacketizerAv1::AssembleFrame by Danil Chapovalov · 4 years, 8 months ago
  13. e14cb99 Correct/update the activation of the multi-channel processing in APM by Per Åhgren · 4 years, 8 months ago
  14. 2b4bd97 Fix fuzzer-found bug in fuzzer by Sam Zackrisson · 4 years, 8 months ago
  15. 27bd76b DCHECKing for deprecated 8kHz support in AGC and changing fuzzer by Per Åhgren · 4 years, 8 months ago
  16. 429d8fe Add fuzzer test for RtpDepacketizerAv1::AssembleFrame function by Danil Chapovalov · 4 years, 8 months ago
  17. 31b01c0 Fuzz APM float interface with up to 8 channels by Sam Zackrisson · 4 years, 8 months ago
  18. 51868f5 Revert "Reland "Make webrtc_fuzzer_main depend on webrtc_component in Chromium."" by Mirko Bonadei · 4 years, 8 months ago
  19. 8994c8b Reland "Make webrtc_fuzzer_main depend on webrtc_component in Chromium." by Mirko Bonadei · 4 years, 8 months ago
  20. 3af0cd8 Revert "Make webrtc_fuzzer_main depend on webrtc_component in Chromium." by Mirko Bonadei · 4 years, 8 months ago
  21. e35b32c AGC: Removing unnneccessary copying and changing to using const by Per Åhgren · 4 years, 8 months ago
  22. 2148e9a Make webrtc_fuzzer_main depend on webrtc_component in Chromium. by Mirko Bonadei · 4 years, 8 months ago
  23. 56d9452 Move stun.h to api/. by Patrik Höglund · 4 years, 8 months ago
  24. aa3f5da Fork VCMPacket for PacketBuffer into own struct by Danil Chapovalov · 4 years, 9 months ago
  25. ccf12c6 Reland "Add AV1 RtpDepacketizer class" by Danil Chapovalov · 4 years, 9 months ago
  26. 9f99175 Revert "Add AV1 RtpDepacketizer class" by Yves Gerey · 4 years, 8 months ago
  27. 49470c2 Add AV1 RtpDepacketizer class by Danil Chapovalov · 4 years, 9 months ago
  28. e9f663c In dependency descritpor add active decode targets bitmask field by Danil Chapovalov · 4 years, 9 months ago
  29. cd2a92f Removes RPLR based FEC controller. by Sebastian Jansson · 4 years, 9 months ago
  30. 4f2783b Speculative Revert: "Use FakeRenderer when fuzzing" by Patrik Höglund · 4 years, 9 months ago
  31. ce1ffcd change PacketBuffer to return it's result rather that use callback by Danil Chapovalov · 4 years, 9 months ago
  32. dbbf413 Fix use of unitialized value in test by Erik Språng · 4 years, 9 months ago
  33. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 4 years, 9 months ago
  34. ce9da16 Use FakeRenderer when fuzzing by Kuang-che Wu · 4 years, 10 months ago
  35. db8df17 Add AEC3 config json parsing fuzzer by Sam Zackrisson · 4 years, 9 months ago
  36. 6787f23 Remove AudioProcessing::level_estimator() getter by saza · 4 years, 10 months ago
  37. d62ac3f Use fake clock for replay fuzzing by Kuang-che Wu · 4 years, 10 months ago
  38. 0824c6f Delete voice_detection() pointer to submodule by Sam Zackrisson · 4 years, 10 months ago
  39. 2f7d779 Use new RtpFrameObject ctor for fuzzing. by philipel · 4 years, 10 months ago
  40. 1e91551 Fix -Wtautological-constant-compare in test/fuzzers. by Mirko Bonadei · 4 years, 10 months ago
  41. bc3eebc Reland "Reland "Refactor SCTP data channels to use DataChannelTransportInterface."" by Bjorn A Mellem · 4 years, 10 months ago
  42. ef14f07 Delete AudioDecoder method IncomingPacket by Niels Möller · 4 years, 10 months ago
  43. f7457e5 Store PacketBuffer by value instead of as reference counted object by Danil Chapovalov · 4 years, 10 months ago
  44. 5ac329c Cap h264 fuzzer input to 200k. by Patrik Höglund · 4 years, 10 months ago
  45. ef83cc5 Add fuzzer testing for Dependency Descriptor rtp header extension by Danil Chapovalov · 4 years, 10 months ago
  46. 04fd215 Cleanup passing rtp packet to ulpfec receiver. by Danil Chapovalov · 4 years, 10 months ago
  47. 0cff4fc Removed unused frame_size param from RtpFrameObject ctor. by philipel · 4 years, 10 months ago
  48. b5e4785 RtpFrameObject now takes an EncodedImageBuffer in its ctor. by philipel · 4 years, 10 months ago
  49. f0be5b5 Make GetBitstream non-virtual since it is no longer needed for testing. by philipel · 4 years, 10 months ago
  50. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  51. 7bf7a42 Delete flag VideoReceiveStream::Config::Rtp::remb by Niels Möller · 4 years, 11 months ago
  52. 16cb1f6 Stop using rtc_event.h forward header by Danil Chapovalov · 5 years ago
  53. 437077d Revert "Reland "Refactor SCTP data channels to use DataChannelTransportInterface."" by Qingsi Wang · 4 years, 11 months ago
  54. 487f9a1 Reland "Refactor SCTP data channels to use DataChannelTransportInterface." by Bjorn A Mellem · 4 years, 11 months ago
  55. a5d952f Reland "Refactor FEC code to use COW buffers" by Ilya Nikolaevskiy · 5 years ago
  56. 0bd2eff Reland "New build target p2p:stun_types" by Niels Möller · 5 years ago
  57. 91c824f Revert "New build target p2p:stun_types" by Hannes Landeholm · 5 years ago
  58. 082696e Revert "Refactor FEC code to use COW buffers" by Ilya Nikolaevskiy · 5 years ago
  59. 5b4fcb5 New build target p2p:stun_types by Niels Möller · 5 years ago
  60. eec5fff Refactor FEC code to use COW buffers by Ilya Nikolaevskiy · 5 years ago
  61. 8b14b0d Revert "Refactor SCTP data channels to use DataChannelTransportInterface." by Henrik Boström · 5 years ago
  62. 4c85828 Refactor SCTP data channels to use DataChannelTransportInterface. by Bjorn A Mellem · 5 years ago
  63. 25eb47c Make the RtpHeaderParserImpl available to tests and tools only. by Tommi · 5 years ago
  64. a370556 Refactor to free up PacketBuffer as soon as possible by Johannes Kron · 5 years ago
  65. fce0b72 NetEq fuzzer: reduce max input size slightly to avoid timeout by Henrik Lundin · 5 years ago
  66. 608e6ba Add AudioDecoderIsacT::Config to include sampling rate and BWInfo object by Jiawei Ou · 5 years ago
  67. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  68. 10da4a0 Fix RtpFrameReferenceFinderFuzzer to not generate invalid input by Johannes Kron · 5 years ago
  69. 3b67672 Reland "Pass RtpRtcp::Configuration to RtcpReceiver ctor and initialize ssrcs" by Mirko Bonadei · 5 years ago
  70. 4d68314 Revert "Pass RtpRtcp::Configuration to RtcpReceiver ctor and initialize ssrcs" by Mirko Bonadei · 5 years ago
  71. 32b1834 Use default task queue factory in fuzzers by Danil Chapovalov · 5 years ago
  72. 6ff9ebd Revert "Refactor FEC code to use COW buffers" by Qingsi Wang · 5 years ago
  73. 0f0668e Revert "Cleanup FEC code after refactoring" by Qingsi Wang · 5 years ago
  74. 4e5a41a Cleanup FEC code after refactoring by Ilya Nikolaevskiy · 5 years ago
  75. 7325bc3 Refactor FEC code to use COW buffers by Ilya Nikolaevskiy · 5 years ago
  76. 741b96b Pass RtpRtcp::Configuration to RtcpReceiver ctor and initialize ssrcs by Erik Språng · 5 years ago
  77. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  78. cd8a6e2 Add writing and parsing of the `abs-capture-time` RTP header extension. by Chen Xing · 5 years ago
  79. 52e5242 Add trait to Build/Parse DependencyDescriptor rtp header extension by Danil Chapovalov · 5 years ago
  80. 4ba04b7 Delete RtcEventLogFactory factory as now unused by Danil Chapovalov · 5 years ago
  81. 2d821c3 Allow VideoTimingExtension to be used with FEC by Ilya Nikolaevskiy · 5 years ago
  82. 9aa870a Fixing fuzzer by backing up and restoring `packet_info`. by Chen Xing · 5 years ago
  83. f00bf42 Add plumbing of RtpPacketInfos to each VideoFrame as input for SourceTracker. by Chen Xing · 5 years ago
  84. fadb181 Negotiate use of RTCP loss notification feedback (LNTF) by Elad Alon · 5 years ago
  85. a24d934 Add the option to use raw RTP packetization without the generic header. by Mirta Dvornicic · 5 years ago
  86. 9363c77 Remove deprecated call to UpdateHistogramsOnCallEnd by Per Åhgren · 5 years ago
  87. d9c2d94 Move ownership of VCMJitterEstimator to FrameBuffer by Niels Möller · 5 years ago
  88. 44c21f4 Encoder side of Multistream Opus. by Alex Loiko · 5 years ago
  89. ce92817 Split test:test_common source set by Danil Chapovalov · 5 years ago
  90. 98793e5 Explicetly set task queue factory in fuzzers/RtpReplayer by Danil Chapovalov · 5 years ago
  91. cb2a4ff Reland "Remove TaskQueue constructor that uses GlobalTaskQueueFactory" by Danil Chapovalov · 5 years ago
  92. 556258a Fuzzer fix for multistream opus. by Alex Loiko · 5 years ago
  93. 0a8562e Forward LossNotification from RTCPReceiver to EncoderRtcpFeedback by Elad Alon · 5 years ago
  94. e5b9416 Decoder for multistream Opus. by Alex Loiko · 5 years ago
  95. 57f2a54 Revert "Remove TaskQueue constructor that uses GlobalTaskQueueFactory" by Florent Castelli · 5 years ago
  96. 3fcc5be Remove unused members in VCMJitterEstimator. by Åsa Persson · 5 years ago
  97. 800a103 Fix timeout in rtcp_receiver_fuzzer - limit input length by Elad Alon · 5 years ago
  98. 7b7485b Remove TaskQueue constructor that uses GlobalTaskQueueFactory by Danil Chapovalov · 5 years ago
  99. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 5 years ago
  100. 3295c01 Prevent fuzzing replayer being stuck forever on malformed packet times. by Benjamin Wright · 5 years ago