Sign in
webrtc
/
src
/
fe047757d65cbb2eff3f337552692e148a0e46d9
/
audio
/
BUILD.gn
c3d1f9b
Enable injection of a custom NetEqFactory into PeerConnectionFactory.
by Ivo Creusen
· 5 years ago
cd2a92f
Removes RPLR based FEC controller.
by Sebastian Jansson
· 5 years ago
85a1000
Use deprecated SingleThreadedTaskQueueForTesting as regular task queue
by Danil Chapovalov
· 5 years ago
86d053c
Use source_sets in component builds and static_library in release builds.
by Mirko Bonadei
· 5 years ago
f23131f
Removing AudioAllocationSettings moving functionality to AudioSendStream.
by Sebastian Jansson
· 5 years ago
44db436
Propagate task queue to create test::DirectTransport by TaskQueueBase interface
by Danil Chapovalov
· 5 years ago
01dd885
Moves contents of bitrate_controller to goog_cc
by Sebastian Jansson
· 5 years ago
317a1f0
Use std::make_unique instead of absl::make_unique.
by Mirko Bonadei
· 6 years ago
eaaaf41
Introduce api/crypto/BUILD.gn.
by Mirko Bonadei
· 6 years ago
65f17ca
Move MediaTransportInterface out of the libjingle_peerconnection_api target
by Niels Möller
· 6 years ago
a837030
Split out RtpSource from libjingle_peerconnection_api
by Niels Möller
· 6 years ago
b4a6128
Delete unneeded dependencies on libjingle_peerconnection_api
by Niels Möller
· 6 years ago
6dcd4dc
New target for api/rtp_parameters.h and api/media_types.h.
by Niels Möller
· 6 years ago
83bbe91
Delete deprecated rtc_event_log header
by Danil Chapovalov
· 6 years ago
ed44f54
In ChannelReceive, use AcmReceiver directly, not AudioCodingModule
by Niels Möller
· 6 years ago
2ab97f6
Migrate WebRTC test infra to ABSL_FLAG.
by Mirko Bonadei
· 6 years ago
b1f2d60
Reland "Fix collection of audio metrics from PC test framework for audio test"
by Artem Titov
· 6 years ago
4876cb2
Revert "Fix collection of audio metrics from PC test framework for audio test"
by Mirko Bonadei
· 6 years ago
2d0880b
Fix collection of audio metrics from PC test framework for audio test
by Artem Titov
· 6 years ago
c8263e0
Introduce PC level audio quality test.
by Artem Titov
· 6 years ago
d2c336f
[getStats] Implement "media-source" audio levels, fixing Chrome bug.
by Henrik Boström
· 6 years ago
4f08faa
Introduce MediaTransportConfig
by Anton Sukhanov
· 6 years ago
31660fd
Avoid using global task queue factory in audio/ unittests
by Danil Chapovalov
· 6 years ago
741daaf
Move rtc::FunctionView to the public API
by Artem Titov
· 6 years ago
94b57c0
Cleanup BUILD.gn files from imports like foo:foo
by Artem Titov
· 6 years ago
ef1052a
Reland "Move api/rtp_headers.h to its own build target."
by Niels Möller
· 6 years ago
2baef35
Revert "Move api/rtp_headers.h to its own build target."
by Steve Anton
· 6 years ago
a67050d
Move api/rtp_headers.h to its own build target.
by Niels Möller
· 6 years ago
9ffb5df
Removes unused mock_bitrate_controller.
by Sebastian Jansson
· 6 years ago
ad89528
Reland "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current"
by Danil Chapovalov
· 6 years ago
42d8c93
Revert "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current"
by Yves Gerey
· 6 years ago
304e9d2
Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current
by Danil Chapovalov
· 6 years ago
0b69826
Don't inject worker queue into send streams.
by Sebastian Jansson
· 6 years ago
fc52b91
Implicitly suppress //build/config/clang:find_bad_constructs.
by Mirko Bonadei
· 6 years ago
914351d
Reland "Always offer transport sequence number header extension for audio""
by Per Kjellander
· 6 years ago
397c06f
Revert "Always offer transport sequence number header extension for audio"
by Ying Wang
· 6 years ago
fd965c0
Always offer transport sequence number header extension for audio
by Per Kjellander
· 6 years ago
d970807
Remove rtc_base/scoped_ref_ptr.h.
by Mirko Bonadei
· 6 years ago
470a5ea
Introduces common AudioAllocationSettings class.
by Sebastian Jansson
· 6 years ago
5c2f1f0
Add some missing includes and dependencies.
by Bjorn Terelius
· 6 years ago
40d5533
Include absl/memory/memory.h if absl::make_unique is used
by Steve Anton
· 6 years ago
31d8b52
Delete unneeded includes of rtc_base/stringutils.h.
by Niels Möller
· 6 years ago
f693bfa
Remove CodecInst pt.2
by Fredrik Solenberg
· 6 years ago
ff05816
Delete the WebRTC.Call.TimeSendingAudioRtpPacketsInSeconds metric
by Sam Zackrisson
· 6 years ago
e3abb81
Decouple //rtc_base:rtc_base_tests_utils from gunit.
by Mirko Bonadei
· 6 years ago
2222a80
Delete unneeded includes of common_types.h and gn deps on webrtc_common.
by Niels Möller
· 6 years ago
dced9f6
Delete class ChannelSendProxy
by Niels Möller
· 6 years ago
349ade3
Delete class ChannelReceiveProxy.
by Niels Möller
· 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
56ef305
Move event logging of config into AudioSendStream.
by Oskar Sundbom
· 6 years ago
21cddff
Harmonize paths to dependent targets.
by Yves Gerey
· 6 years ago
7d76a31
Use MediaTransportInterface, for audio streams.
by Niels Möller
· 6 years ago
78410ad
Fixes use after free error when setting a new FrameEncryptor on ChannelSend.
by Benjamin Wright
· 6 years ago
40a7a35
Extract functionality of test_main into separate library.
by Artem Titov
· 6 years ago
530ead4
Split voe::Channel into ChannelSend and ChannelReceive
by Niels Möller
· 6 years ago
b222f49
Split ChannelProxy into send and receive classes.
by Niels Möller
· 6 years ago
17f4878
Remove deprecated field_trial_default and metrics_default.
by Mirko Bonadei
· 6 years ago
4e199e9
Mark DirectTransport subclasses ctors as deprecated and switch from them
by Artem Titov
· 7 years ago
46c4e60
Introduce SimulatedNetworkReceiverInterface.
by Artem Titov
· 7 years ago
264bee8
Remove memcheck.
by Mirko Bonadei
· 7 years ago
3890262
Reland "Removing unneeded dependency."
by Mirko Bonadei
· 7 years ago
a61f7db
Revert "Removing unneeded dependency."
by Mirko Bonadei
· 7 years ago
06f66c7
Removing unneeded dependency.
by Mirko Bonadei
· 7 years ago
918f50c
Use absl::make_unique and absl::WrapUnique directly
by Karl Wiberg
· 7 years ago
b9b146c
Replace rtc::Optional with absl::optional in audio, call and video
by Danil Chapovalov
· 7 years ago
5f83cf0
Replacing rtc::TimeDelta with webrtc::TimeDelta.
by Sebastian Jansson
· 7 years ago
bbf21a3
Remove dependencies on modules:module_api from AudioProcessing.
by Fredrik Solenberg
· 7 years ago
abbe841
This CL removes all usages of our custom ostream << overloads.
by Jonas Olsson
· 7 years ago
9c1ee36
Fix low_bandwidth_audio_perf_test resource dependency on Android
by Oleh Prypin
· 7 years ago
7b2676f
Fix low_bandwidth_audio_perf_test binary dependency on Windows
by Oleh Prypin
· 7 years ago
8cf0a87
Reland "Split perf-test-specific resources in low_bandwidth_audio_test"
by Oleh Prypin
· 7 years ago
7696bef
Remove the public_deps to fileutils from test_support.
by Patrik Höglund
· 7 years ago
650a826
Revert "Reland "Split perf-test-specific resources in low_bandwidth_audio_test""
by Oleh Prypin
· 7 years ago
b3808dc
Reland "Split perf-test-specific resources in low_bandwidth_audio_test"
by Oleh Prypin
· 7 years ago
aaa882c
Revert "Split perf-test-specific resources in low_bandwidth_audio_test"
by Oleh Prypin
· 7 years ago
4bbc150
Split perf-test-specific resources in low_bandwidth_audio_test
by Oleh Prypin
· 7 years ago
3faa832
Separate test/fake_audio_device on API and implementation. Step 2.
by Artem Titov
· 7 years ago
12edf4c
Separate build target for rtc_base/numerics/safe_minmax.h
by Karl Wiberg
· 7 years ago
6723cdc
Revert "Separate test/fake_audio_device on API and implementation."
by Artem Titov
· 7 years ago
8ea5f9a
Separate test/fake_audio_device on API and implementation.
by Artem Titov
· 7 years ago
fef0500
Adding a new string utility class: SimpleStringBuilder.
by Tommi
· 7 years ago
f35c666
Separate build targets for aec3 and aec3_unittests
by Gustaf Ullberg
· 7 years ago
ef9daee
Using mock transport controller in audio unit tests.
by Sebastian Jansson
· 7 years ago
1896cec
Removed dependencies from audio send stream unit test
by Sebastian Jansson
· 7 years ago
2ae140a
BUILD.gn file for api/audio.
by Gustaf Ullberg
· 7 years ago
e4be6da
Removing access to send side cc in rtp controller.
by Sebastian Jansson
· 7 years ago
dbbb33c
Stop using public_deps in common_audio.
by Mirko Bonadei
· 7 years ago
970b088
Reland "Break up rtc_event_log_api to solve circular dependencies."
by Qingsi Wang
· 7 years ago
75df728
Revert "Break up rtc_event_log_api to solve circular dependencies."
by Mirko Bonadei
· 7 years ago
001546d
Break up rtc_event_log_api to solve circular dependencies.
by Qingsi Wang
· 7 years ago
65ce311
Removing useless dependencies on //testing/gmock.
by Mirko Bonadei
· 7 years ago
a8b7c7f
Move remaining traces of VoiceEngine
by Fredrik Solenberg
· 7 years ago
98d4036
Make it possible to run low_bandwidth_audio_test on Android swarming.
by Edward Lemur
· 7 years ago
8f5787a
Move ownership of voe::Channel into Audio[Receive|Send]Stream.
by Fredrik Solenberg
· 7 years ago
731082c
Reland: Add mock_rtc_event_log.h.
by Patrik Höglund
· 7 years ago
5a25ab2
Revert "Add mock_rtc_event_log.h."
by Edward Lemur
· 7 years ago
63aea46
Add mock_rtc_event_log.h.
by Patrik Höglund
· 7 years ago
Next »