webrtc/test/fuzzers
Jonas Olsson a4d873786f Format almost everything.
This CL was generated by running

git ls-files | grep -P "(\.h|\.cc)$" | grep -v 'sdk/' | grep -v 'rtc_base/ssl_' | \
grep -v 'fake_rtc_certificate_generator.h' | grep -v 'modules/audio_device/win/' | \
grep -v 'system_wrappers/source/clock.cc' | grep -v 'rtc_base/trace_event.h' | \
grep -v 'modules/audio_coding/codecs/ilbc/' | grep -v 'screen_capturer_mac.h' | \
grep -v 'spl_inl_mips.h' | grep -v 'data_size_unittest.cc' | grep -v 'timestamp_unittest.cc' \
| xargs clang-format -i ; git cl format

Most of these changes are clang-format grouping and reordering includes
differently.

Bug: webrtc:9340
Change-Id: Ic83ddbc169bfacd21883e381b5181c3dd4fe8a63
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/144051
Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28505}
2019-07-08 13:45:15 +00:00
..
configs/replay_packet_fuzzer Negotiate use of RTCP loss notification feedback (LNTF) 2019-05-24 12:44:14 +00:00
corpora Fuzzing support for RTPDump VP8 and VP9 Streams. 2019-03-15 18:48:43 +00:00
utils Split test:test_common source set 2019-04-25 07:35:49 +00:00
agc_fuzzer.cc Add replacement interface for webrtc::GainConrol 2019-03-27 15:19:41 +00:00
audio_decoder_fuzzer.cc Cap the number of fuzzed decoder packets to 200 2018-07-17 09:14:45 +00:00
audio_decoder_fuzzer.h Delete root header file typedef.h. 2018-07-25 14:59:26 +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 Update fuzzer max input length handling 2018-10-25 12:19:18 +00:00
audio_decoder_isac_incoming_packet_fuzzer.cc Update fuzzer max input length handling 2018-10-25 12:19:18 +00:00
audio_decoder_isacfix_fuzzer.cc Update fuzzer max input length handling 2018-10-25 12:19:18 +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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_decoder_opus_redundant_fuzzer.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
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 Format almost everything. 2019-07-08 13:45:15 +00:00
audio_processing_fuzzer_helper.cc Format almost everything. 2019-07-08 13:45:15 +00:00
audio_processing_fuzzer_helper.h AEC-m and AEC-2 fuzzing. 2018-01-16 13:15:04 +00:00
BUILD.gn Delete RtcEventLogFactory factory as now unused 2019-06-27 10:03:22 +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 Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +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 Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
h264_depacketizer_fuzzer.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
mdns_parser_fuzzer.cc Improve the documentation of MdnsResponderInterface and rename MDns.* 2018-11-01 02:39:59 +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: lower the maximum fuzzer input size 2019-03-04 07:54:05 +00:00
OWNERS Add benwright@webrtc.org to test/fuzzers/OWNERS. 2019-01-14 17:45:20 +00:00
packet_buffer_fuzzer.cc Fixing fuzzer by backing up and restoring packet_info. 2019-06-24 07:42:31 +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 Forward LossNotification from RTCPReceiver to EncoderRtcpFeedback 2019-04-09 11:13:39 +00:00
rtp_frame_reference_finder_fuzzer.cc Format almost everything. 2019-07-08 13:45:15 +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 Format almost everything. 2019-07-08 13:45:15 +00:00
rtp_packet_fuzzer.cc Add writing and parsing of the abs-capture-time RTP header extension. 2019-07-03 14:07:36 +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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
stun_validator_fuzzer.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
transport_feedback_packet_loss_tracker_fuzzer.cc Move remaining traces of VoiceEngine 2018-01-17 13:27:47 +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 In ULP FEC fuzzer test, make sure sequence number is not the same as previous sequence number. 2018-07-02 15:51:10 +00:00
ulpfec_header_reader_fuzzer.cc Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +00:00
ulpfec_receiver_fuzzer.cc Allow VideoTimingExtension to be used with FEC 2019-06-27 07:38:49 +00:00
vp8_depacketizer_fuzzer.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
vp8_qp_parser_fuzzer.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
vp8_replay_fuzzer.cc Negotiate use of RTCP loss notification feedback (LNTF) 2019-05-24 12:44:14 +00:00
vp9_depacketizer_fuzzer.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
vp9_qp_parser_fuzzer.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
vp9_replay_fuzzer.cc Fuzzing support for RTPDump VP8 and VP9 Streams. 2019-03-15 18:48:43 +00:00
webrtc_fuzzer_main.cc Reland "Remove TaskQueue constructor that uses GlobalTaskQueueFactory" 2019-04-10 10:27:07 +00:00