Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
065348503c2ea5b0a6cb4f78144b13ca74777365
/
test
/
fuzzers
/
BUILD.gn
1905397
Remove unused NextFrame function from FrameBuffer.
by philipel
· 4 years, 9 months ago
ccbe95f
Reformat GN files.
by Mirko Bonadei
· 4 years, 10 months ago
d06588a
Change Av1 depacketizer to implement VideoRtpDepacketizer interface
by Danil Chapovalov
· 4 years, 10 months ago
7d43801
Delete RtpGenericDepacketizer as no longer used
by Danil Chapovalov
· 4 years, 10 months ago
5c35f2f
Delete RtpDepacketizerVp9 in favor of VideoRtpDepacketizerVp9
by Danil Chapovalov
· 4 years, 10 months ago
26e1b7a
Delete RtpDepacketizerVp8 in favor of VideoRtpDepacketizerVp8
by Danil Chapovalov
· 4 years, 10 months ago
242a9e0
Fuzz RtpPacketizerAv1
by Danil Chapovalov
· 5 years ago
a9ad36f
Fix aec3_fuzzer chromium build config.
by Mirko Bonadei
· 5 years ago
b0db98c
Fuzz AEC3
by Sam Zackrisson
· 5 years ago
5314b13
Fix undefined-shift in RtpDepacketizerAv1::AssembleFrame
by Danil Chapovalov
· 5 years ago
429d8fe
Add fuzzer test for RtpDepacketizerAv1::AssembleFrame function
by Danil Chapovalov
· 5 years ago
51868f5
Revert "Reland "Make webrtc_fuzzer_main depend on webrtc_component in Chromium.""
by Mirko Bonadei
· 5 years ago
8994c8b
Reland "Make webrtc_fuzzer_main depend on webrtc_component in Chromium."
by Mirko Bonadei
· 5 years ago
3af0cd8
Revert "Make webrtc_fuzzer_main depend on webrtc_component in Chromium."
by Mirko Bonadei
· 5 years ago
2148e9a
Make webrtc_fuzzer_main depend on webrtc_component in Chromium.
by Mirko Bonadei
· 5 years ago
56d9452
Move stun.h to api/.
by Patrik Höglund
· 5 years ago
ccf12c6
Reland "Add AV1 RtpDepacketizer class"
by Danil Chapovalov
· 5 years ago
9f99175
Revert "Add AV1 RtpDepacketizer class"
by Yves Gerey
· 5 years ago
49470c2
Add AV1 RtpDepacketizer class
by Danil Chapovalov
· 5 years ago
cd2a92f
Removes RPLR based FEC controller.
by Sebastian Jansson
· 5 years ago
86d053c
Use source_sets in component builds and static_library in release builds.
by Mirko Bonadei
· 5 years ago
db8df17
Add AEC3 config json parsing fuzzer
by Sam Zackrisson
· 5 years ago
bc3eebc
Reland "Reland "Refactor SCTP data channels to use DataChannelTransportInterface.""
by Bjorn A Mellem
· 5 years ago
ef14f07
Delete AudioDecoder method IncomingPacket
by Niels Möller
· 5 years ago
ef83cc5
Add fuzzer testing for Dependency Descriptor rtp header extension
by Danil Chapovalov
· 5 years ago
04fd215
Cleanup passing rtp packet to ulpfec receiver.
by Danil Chapovalov
· 5 years ago
317a1f0
Use std::make_unique instead of absl::make_unique.
by Mirko Bonadei
· 5 years ago
16cb1f6
Stop using rtc_event.h forward header
by Danil Chapovalov
· 5 years ago
437077d
Revert "Reland "Refactor SCTP data channels to use DataChannelTransportInterface.""
by Qingsi Wang
· 5 years ago
487f9a1
Reland "Refactor SCTP data channels to use DataChannelTransportInterface."
by Bjorn A Mellem
· 5 years ago
0bd2eff
Reland "New build target p2p:stun_types"
by Niels Möller
· 5 years ago
91c824f
Revert "New build target p2p:stun_types"
by Hannes Landeholm
· 5 years ago
5b4fcb5
New build target p2p:stun_types
by Niels Möller
· 5 years ago
8b14b0d
Revert "Refactor SCTP data channels to use DataChannelTransportInterface."
by Henrik Boström
· 5 years ago
4c85828
Refactor SCTP data channels to use DataChannelTransportInterface.
by Bjorn A Mellem
· 5 years ago
25eb47c
Make the RtpHeaderParserImpl available to tests and tools only.
by Tommi
· 5 years ago
32b1834
Use default task queue factory in fuzzers
by Danil Chapovalov
· 5 years ago
4ba04b7
Delete RtcEventLogFactory factory as now unused
by Danil Chapovalov
· 5 years ago
f00bf42
Add plumbing of RtpPacketInfos to each VideoFrame as input for SourceTracker.
by Chen Xing
· 5 years ago
44c21f4
Encoder side of Multistream Opus.
by Alex Loiko
· 6 years ago
cb2a4ff
Reland "Remove TaskQueue constructor that uses GlobalTaskQueueFactory"
by Danil Chapovalov
· 6 years ago
e5b9416
Decoder for multistream Opus.
by Alex Loiko
· 6 years ago
57f2a54
Revert "Remove TaskQueue constructor that uses GlobalTaskQueueFactory"
by Florent Castelli
· 6 years ago
7b7485b
Remove TaskQueue constructor that uses GlobalTaskQueueFactory
by Danil Chapovalov
· 6 years ago
9d8eaac
Delete unneeded direct includes of common_types.h
by Niels Möller
· 6 years ago
d999351
Delete function url_decode
by Niels Möller
· 6 years ago
94b57c0
Cleanup BUILD.gn files from imports like foo:foo
by Artem Titov
· 6 years ago
47dbcab
Fuzzing support for RTPDump VP8 and VP9 Streams.
by Benjamin Wright
· 6 years ago
d5e1c37
SSLCertificate basic fuzzer.
by Benjamin Wright
· 6 years ago
1295b0d
Add basic fuzzing for rtp_header_parser.h/cc.
by Benjamin Wright
· 6 years ago
7f3687c
Integrate parsing of SCTP messages into WebRTC Fuzzers.
by Benjamin Wright
· 6 years ago
d6c4b80
Add Fuzzing support for ParseRtcpPacketSenderSsrc.
by Benjamin Wright
· 6 years ago
dfaea9d
Fuzz rtc::StringToNumber.
by Benjamin Wright
· 6 years ago
6a5e976
Add generic depacketizer fuzzer to WebRTC.
by Benjamin Wright
· 6 years ago
ade5cb8
Field trial fuzzer.
by Benjamin Wright
· 6 years ago
f0cbcd3
Use stdlib TaskQueue implementation in webrtc fuzzers
by Danil Chapovalov
· 6 years ago
200feba
Make AEC3 the default desktop AEC option in WebRTC
by Per Åhgren
· 6 years ago
07a4f2b
Merge rtc_task_queue(_api|_impl)? build targets into one
by Danil Chapovalov
· 6 years ago
fc52b91
Implicitly suppress //build/config/clang:find_bad_constructs.
by Mirko Bonadei
· 6 years ago
a9cfa47
Revert "Delete rtc_task_queue_impl build target"
by Mirko Bonadei
· 6 years ago
56973e6
Delete rtc_task_queue_impl build target
by Danil Chapovalov
· 6 years ago
54047be
Reland "Extend TransportSequenceNumber RTP header extension"
by Johannes Kron
· 6 years ago
109b5fb
Revert "Extend TransportSequenceNumber RTP header extension"
by Mirko Bonadei
· 6 years ago
28c7362
Extend TransportSequenceNumber RTP header extension
by Johannes Kron
· 6 years ago
d970807
Remove rtc_base/scoped_ref_ptr.h.
by Mirko Bonadei
· 6 years ago
3f651d8
Reland "Add AudioDecoderFactory to NetEqTest constructor."
by Niels Möller
· 6 years ago
f7f753b
Revert "Add AudioDecoderFactory to NetEqTest constructor."
by Oleh Prypin
· 6 years ago
daa970f
Add AudioDecoderFactory to NetEqTest constructor.
by Niels Möller
· 6 years ago
f6b10fb
Basic fuzzing of rtc::s_url_decode.
by Benjamin Wright
· 6 years ago
e3abb81
Decouple //rtc_base:rtc_base_tests_utils from gunit.
by Mirko Bonadei
· 6 years ago
b768e88
Reland "Isolating APM API build target: making :api an actual target."
by Alessio Bazzica
· 6 years ago
61c6e56
Revert "Isolating APM API build target: making :api an actual target."
by Alessio Bazzica
· 6 years ago
a7f77a7
Isolating APM API build target: making :api an actual target.
by Alessio Bazzica
· 6 years ago
2365936
Hide the AudioEncoderCng class behind a create function
by Karl Wiberg
· 6 years ago
2620470
Update fuzzer max input length handling
by Sam Zackrisson
· 6 years ago
4842c78
Increasing APM fuzzer coverage.
by Alex Loiko
· 6 years ago
961dbea
NetEq fuzzer: Restrict fuzzer input to 90000 bytes
by Henrik Lundin
· 6 years ago
9f80b97
Fix fuzzer build failures on Windows
by Jonathan Metzman
· 6 years ago
e0d455b
Remove runtime_enabled_feature.
by Mirko Bonadei
· 6 years ago
17f4878
Remove deprecated field_trial_default and metrics_default.
by Mirko Bonadei
· 6 years ago
ee002e6
Fix WebRTC fuzzers tests in Chromium missing field trial implementation
by Christian Fremerey
· 6 years ago
15212f3
Fix WebRTC fuzzers tests in Chromium.
by Mirko Bonadei
· 6 years ago
558b93b
Add the multicast DNS message format.
by Qingsi Wang
· 6 years ago
a12c42a
Delete root header file typedef.h.
by Niels Möller
· 6 years ago
e9b1854
Adding missing dependencies on absl.
by Mirko Bonadei
· 6 years ago
0f5dc8b
Limit input size to iSAC and iLBC decoder fuzzers
by Henrik Lundin
· 6 years ago
36c69d5
NetEq fuzzers: Set max length in BUILD config rather than in the code
by Henrik Lundin
· 6 years ago
c05bd73
Limit fuzzer input size for comfort noise decoder fuzzer
by Henrik Lundin
· 6 years ago
6b33e60
In ULP FEC fuzzer test, make sure sequence number is not the same as previous sequence number.
by Ying Wang
· 6 years ago
f341f3f
Add AGC1 fuzzer
by Sam Zackrisson
· 6 years ago
f344dbb
Cover AecDump calls in APM fuzzer.
by Alex Loiko
· 6 years ago
790da37
Fuzz AEC field trial killswitches
by Sam Zackrisson
· 6 years ago
431abd9
Replace rtc::Optional with absl::optional in test and rtc_tools
by Danil Chapovalov
· 6 years ago
0c87e29
Update packet_buffer_fuzzer to fuzz full packets.
by philipel
· 6 years ago
547e316
Limit input length for SDP fuzzer.
by Patrik Höglund
· 6 years ago
1e9cf7f
Fuzzing for video_coding::FrameBuffer2.
by philipel
· 6 years ago
c1ee9d5
RtpFrameReferenceFinder fuzzer.
by philipel
· 6 years ago
a29b148
Create a fuzzer for the Opus encoder
by Henrik Lundin
· 7 years ago
bbf21a3
Remove dependencies on modules:module_api from AudioProcessing.
by Fredrik Solenberg
· 7 years ago
12edf4c
Separate build target for rtc_base/numerics/safe_minmax.h
by Karl Wiberg
· 7 years ago
Next »