webrtc/test/fuzzers
Per Åhgren 62ea0aaea0 Remove deprecated legacy AEC code
This CL removes the deprecated legacy AEC code.

Note that this CL should not be landed before the M80 release has been cut.

Bug: webrtc:11165
Change-Id: I59ee94526e62f702bb9fa9fa2d38c4e48f44753c
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/161238
Commit-Queue: Per Åhgren <peah@webrtc.org>
Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org>
Reviewed-by: Sam Zackrisson <saza@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30036}
2019-12-09 10:37:49 +00:00
..
configs/replay_packet_fuzzer Negotiate use of RTCP loss notification feedback (LNTF) 2019-05-24 12:44:14 +00:00
corpora Fix undefined-shift in RtpDepacketizerAv1::AssembleFrame 2019-11-28 11:27:33 +00:00
utils Speculative Revert: "Use FakeRenderer when fuzzing" 2019-10-25 09:09:30 +00:00
aec3_config_json_fuzzer.cc Add AEC3 config json parsing fuzzer 2019-10-17 16:33:44 +00:00
aec3_fuzzer.cc Fuzz AEC3 2019-12-02 09:16:51 +00:00
agc_fuzzer.cc DCHECKing for deprecated 8kHz support in AGC and changing fuzzer 2019-11-26 11:10:54 +00:00
audio_decoder_fuzzer.cc Delete AudioDecoder method IncomingPacket 2019-09-24 08:30:24 +00:00
audio_decoder_fuzzer.h Delete AudioDecoder method IncomingPacket 2019-09-24 08:30:24 +00:00
audio_decoder_ilbc_fuzzer.cc Update fuzzer max input length handling 2018-10-25 12:19:18 +00:00
audio_decoder_isac_fuzzer.cc Add AudioDecoderIsacT::Config to include sampling rate and BWInfo object 2019-08-14 00:40:19 +00:00
audio_decoder_isacfix_fuzzer.cc Add AudioDecoderIsacT::Config to include sampling rate and BWInfo object 2019-08-14 00:40:19 +00:00
audio_decoder_multistream_opus_fuzzer.cc Fuzzer fix for multistream opus. 2019-04-09 11:53:13 +00:00
audio_decoder_opus_fuzzer.cc
audio_decoder_opus_redundant_fuzzer.cc
audio_encoder_opus_fuzzer.cc Create a fuzzer for the Opus encoder 2018-05-09 13:35:23 +00:00
audio_processing_configs_fuzzer.cc Remove deprecated legacy AEC code 2019-12-09 10:37:49 +00:00
audio_processing_fuzzer_helper.cc Fix fuzzer-found bug in fuzzer 2019-11-26 18:34:06 +00:00
audio_processing_fuzzer_helper.h AEC-m and AEC-2 fuzzing. 2018-01-16 13:15:04 +00:00
BUILD.gn Fuzz RtpPacketizerAv1 2019-12-04 13:52:51 +00:00
comfort_noise_decoder_fuzzer.cc Update fuzzer max input length handling 2018-10-25 12:19:18 +00:00
congestion_controller_feedback_fuzzer.cc Fix potential overflow in congestion controller fuzzer. 2017-11-23 14:18:38 +00:00
DEPS Integrate parsing of SCTP messages into WebRTC Fuzzers. 2019-03-13 20:52:46 +00:00
field_trial_fuzzer.cc Format almost everything. 2019-07-08 13:45:15 +00:00
flexfec_header_reader_fuzzer.cc Reland "Refactor FEC code to use COW buffers" 2019-09-09 16:20:33 +00:00
flexfec_receiver_fuzzer.cc Update fuzzer max input length handling 2018-10-25 12:19:18 +00:00
flexfec_sender_fuzzer.cc Update fuzzer max input length handling 2018-10-25 12:19:18 +00:00
forward_error_correction_fuzzer.cc Reland "Refactor FEC code to use COW buffers" 2019-09-09 16:20:33 +00:00
frame_buffer2_fuzzer.cc Format almost everything. 2019-07-08 13:45:15 +00:00
fuzz_data_helper.cc Create a fuzzer for ComfortNoiseDecoder 2017-12-07 08:53:37 +00:00
fuzz_data_helper.h Fix -Wextra-semi warnings in webrtc fuzzers. 2019-02-25 20:45:46 +00:00
generic_depacketizer_fuzzer.cc Add the option to use raw RTP packetization without the generic header. 2019-05-16 14:41:42 +00:00
h264_bitstream_parser_fuzzer.cc
h264_depacketizer_fuzzer.cc Cap h264 fuzzer input to 200k. 2019-09-20 18:15:00 +00:00
mdns_parser_fuzzer.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
neteq_rtp_fuzzer.cc NetEq fuzzer: shorten the maximum fuzzer input 2019-03-28 11:24:26 +00:00
neteq_signal_fuzzer.cc NetEq fuzzer: reduce max input size slightly to avoid timeout 2019-08-19 12:28:47 +00:00
OWNERS Add benwright@webrtc.org to test/fuzzers/OWNERS. 2019-01-14 17:45:20 +00:00
packet_buffer_fuzzer.cc in PacketBuffer::Packet pass payload using smart buffer 2019-12-03 14:55:54 +00:00
pseudotcp_parser_fuzzer.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
residual_echo_detector_fuzzer.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
rtcp_receiver_fuzzer.cc Fix use of unitialized value in test 2019-10-18 09:20:16 +00:00
rtp_depacketizer_av1_assemble_frame_fuzzer.cc Add fuzzer test for RtpDepacketizerAv1::AssembleFrame function 2019-11-25 10:45:38 +00:00
rtp_depacketizer_av1_parse_fuzzer.cc Reland "Add AV1 RtpDepacketizer class" 2019-11-18 15:23:08 +00:00
rtp_dependency_descriptor_fuzzer.cc In dependency descritpor add active decode targets bitmask field 2019-11-07 13:41:49 +00:00
rtp_frame_reference_finder_fuzzer.cc Use new RtpFrameObject ctor for fuzzing. 2019-10-01 08:34:37 +00:00
rtp_header_fuzzer.cc Update RTP packet and header fuzzers to support additional extensions 2019-02-21 13:51:10 +00:00
rtp_header_parser_fuzzer.cc Make the RtpHeaderParserImpl available to tests and tools only. 2019-08-29 15:56:40 +00:00
rtp_packet_fuzzer.cc Introduce InbandComfortNoise RTP header extension. 2019-12-05 13:35:01 +00:00
rtp_packetizer_av1_fuzzer.cc Fuzz RtpPacketizerAv1 2019-12-04 13:52:51 +00:00
rtp_rtcp_demuxer_helper_fuzzer.cc Add Fuzzing support for ParseRtcpPacketSenderSsrc. 2019-03-13 17:28:56 +00:00
sctp_utils_fuzzer.cc Format almost everything. 2019-07-08 13:45:15 +00:00
sdp_parser_fuzzer.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
ssl_certificate_fuzzer.cc Format almost everything. 2019-07-08 13:45:15 +00:00
string_to_number_fuzzer.cc Format almost everything. 2019-07-08 13:45:15 +00:00
stun_parser_fuzzer.cc Move stun.h to api/. 2019-11-18 16:11:27 +00:00
stun_validator_fuzzer.cc Move stun.h to api/. 2019-11-18 16:11:27 +00:00
turn_unwrap_fuzzer.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
ulpfec_generator_fuzzer.cc Reland "Refactor FEC code to use COW buffers" 2019-09-09 16:20:33 +00:00
ulpfec_header_reader_fuzzer.cc Reland "Refactor FEC code to use COW buffers" 2019-09-09 16:20:33 +00:00
ulpfec_receiver_fuzzer.cc Cleanup passing rtp packet to ulpfec receiver. 2019-09-20 11:09:11 +00:00
vp8_depacketizer_fuzzer.cc
vp8_qp_parser_fuzzer.cc
vp8_replay_fuzzer.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
vp9_depacketizer_fuzzer.cc
vp9_qp_parser_fuzzer.cc
vp9_replay_fuzzer.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
webrtc_fuzzer_main.cc Reland "Remove TaskQueue constructor that uses GlobalTaskQueueFactory" 2019-04-10 10:27:07 +00:00