Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
f5f5373372584fdcbf658a5c11ec28242c7fcd5e
/
examples
508e234
Remove unnecessary //base:base_java dependencies.
by Sami Kalliomäki
· 6 years ago
d54f5f5
Rename rtc_instrumentation_test_apk targets to end with _test_apk.
by Sami Kalliomäki
· 6 years ago
31f1596
Fix a warning about comparison of integers of different signs
by Oleh Prypin
· 6 years ago
e468ba7
Delete MockRenderer and replace it with identical MockSink class.
by Sami Kalliomäki
· 6 years ago
e41c433
Move sigslot to proper third_party directory
by Artem Titov
· 6 years ago
903bd41
Move VideoCapturer to video_api and cleanup.
by Sami Kalliomäki
· 6 years ago
fdc0ef1
Add `is_android` guard to all Android rule usages.
by Oleh Prypin
· 6 years ago
94ef424
Enable clang::find_bad_constructs for examples/androidnativeapi.
by Mirko Bonadei
· 6 years ago
5a3d87d
Android: Remove use of deprecated functions related to legacy video codecs
by Magnus Jedvert
· 6 years ago
f957dd9
Remove -Wno-reorder from examples/BUILD.gn.
by Mirko Bonadei
· 6 years ago
f165e47
Removing -Wno-sentinel from examples/BUILD.gn.
by Mirko Bonadei
· 6 years ago
879f788
Add missing dependencies on //third_party/abseil-cpp/absl/memory.
by Mirko Bonadei
· 6 years ago
3e603ec
Remove -Wno-sign-compare, -Wno-unused-variable and -Wno-format.
by Mirko Bonadei
· 6 years ago
a7a10a8
Update examples to use the new VideoCapturer interface.
by Sami Kalliomäki
· 6 years ago
1e06d88
Migrate legacy Android video codec factories.
by Anders Carlsson
· 6 years ago
bd216f2
Removing /wd4245 from examples/.
by Mirko Bonadei
· 6 years ago
918f50c
Use absl::make_unique and absl::WrapUnique directly
by Karl Wiberg
· 6 years ago
23f71a8
Remove usage of //build/config/clang:extra_warnings.
by Mirko Bonadei
· 6 years ago
196100e
Replace rtc::Optional with absl::optional
by Danil Chapovalov
· 6 years ago
aaa483b
Revert "Remove deprecated mac capture code."
by Kári Helgason
· 6 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 6 years ago
cf15eb5
Release ADM after passing it to PCF in AppRTC
by Paulina Hensman
· 6 years ago
358f2e0
Broadcast extension for AppRTCMobile on iOS
by Anders Carlsson
· 6 years ago
2d02e08
Delete deprecated CreateAudioSource method, with constraints.
by Niels Möller
· 6 years ago
e7e0602
ObjC: Notify local video track
by Piasy Xu
· 6 years ago
a4888f0
Revert "Metal rendering should account for cropping."
by JT Teh
· 6 years ago
3f1d15b
Remove deprecated mac capture code.
by Kári Tristan Helgason
· 6 years ago
fc4a9c9
Metal rendering should account for cropping.
by Peter Hanspers
· 6 years ago
293865c
Cap AppRTCMobile framerate to 30 fps.
by Kári Tristan Helgason
· 6 years ago
73771a8
Prepare to remove old OnFailure implementations
by Harald Alvestrand
· 6 years ago
d7b9131
Move socklen_t definition for windows to win32.h.
by Niels Möller
· 6 years ago
c7da266
Android JNI generation: Set JNI namespace in build files
by Magnus Jedvert
· 6 years ago
c475ac1
Update Android native API example to use real camera.
by Sami Kalliomäki
· 6 years ago
bdb504e
Add sakal@webrtc.org to OWNERS for Android native API example app.
by Sami Kalliomäki
· 6 years ago
c6ce9c5
New file api/video/BUILD.gn
by Niels Möller
· 6 years ago
823f913
Updating the AppRTCMobile iOS UI.
by Peter Hanspers
· 6 years ago
a1f566b
Fix: make sure to call UI APIs from main thread.
by Peter Hanspers
· 7 years ago
6753795
Built in video codec factories.
by Anders Carlsson
· 7 years ago
cad9444
Remove H264 CHP field trial code.
by Kári Tristan Helgason
· 7 years ago
28899d0
Replace direct invocation of ShadowApplication.getApplicationContext()
by Oleh Prypin
· 7 years ago
1a759c6
Android: Only use Java VideoFrames internally
by Magnus Jedvert
· 7 years ago
e987f2b
Android: Stop using VideoRenderer class
by Magnus Jedvert
· 7 years ago
f9deb7a
Fixed comparator in AppRTCMobile for iOS
by Yura Yaroshevich
· 7 years ago
7d8f594
Make depending on a specific audio implementation optional.
by Sami Kalliomäki
· 7 years ago
551d115
Android: Fix PeerConnectionFactory init order in AppRTCMobile
by Magnus Jedvert
· 7 years ago
c06ed70
Update PeerConnection client example to Unified Plan APIs
by Steve Anton
· 7 years ago
98c704f
Fix true/false error in AppRTC PeerConnectionClient
by Paulina Hensman
· 7 years ago
d91f7df
Remove duplicate line in AppRTC PeerConnectionClient
by Paulina Hensman
· 7 years ago
66f1e9e
Android: Add AudioDeviceModule interface and clean up implementation code
by Magnus Jedvert
· 7 years ago
1641ca3
Split out video targets from //sdk/android:base_java.
by Sami Kalliomäki
· 7 years ago
1e90845
Fix AppRTC paths in video_quality_loopback_test.py
by Oleh Prypin
· 7 years ago
e2be7ee
Android: Split out audio device targets
by Magnus Jedvert
· 7 years ago
003211c
Android: Rename AudioDeviceModule to JavaAudioDeviceModule
by Magnus Jedvert
· 7 years ago
002e710
Add jsr305 as a dependency to AAR.
by Sami Kalliomäki
· 7 years ago
1a18e0a
Android audio code: Replace C++ template with input/output interface
by Magnus Jedvert
· 7 years ago
b93d030
Android: Update RecordedAudioToFileController
by Magnus Jedvert
· 7 years ago
725c106
Split out peerconnection, swcodec and hwcodec targets from Android SDK.
by Sami Kalliomäki
· 7 years ago
dc52651
Annotate rest of WebRTC with @Nullable.
by Sami Kalliomäki
· 7 years ago
1707168
Add setting to switch between new and legacy AudioDeviceModule in AppRTC
by Paulina Hensman
· 7 years ago
06e363a
Annotate AppRTCMobile with @Nulllable.
by Sami Kalliomäki
· 7 years ago
08006d4
Android AppRTCMobile: Use new audio device code
by Magnus Jedvert
· 7 years ago
89dd7bf
Move android audio device code into sdk/android
by Paulina Hensman
· 7 years ago
d328ec3
Change valueOf -> parseBoolean to avoid unneeded boxing
by Oleh Prypin
· 7 years ago
d757356
Fixing -Wstrict-prototypes warnings.
by Mirko Bonadei
· 7 years ago
7311918
Add an example app for iOS native API.
by Anders Carlsson
· 7 years ago
13b8bad
Final name changing of MediaStreamInterface.label() to id().
by Seth Hampson
· 7 years ago
9599fd4
Make num-retries default a string.
by Edward Lesmes
· 7 years ago
5b9c684
Add num-retries flag to Android perf tests.
by Edward Lesmes
· 7 years ago
3e77afd
Add an example app for Android native API.
by Sami Kalliomäki
· 7 years ago
2770c3d
Synced webrtc_unity_plugin to the latest webrtc and fixed bugs.
by George Zhou
· 7 years ago
9823ee4
Fix native api in preparation for native_api example.
by Anders Carlsson
· 7 years ago
9a58cc0
Update the android AppRTC to use PeerConnection Unified Plan API.
by Seth Hampson
· 7 years ago
513449e
Changes name of RtpTransceiverInit's stream_labels to stream_ids.
by Seth Hampson
· 7 years ago
a5797c2
Clean up Android API audio settings
by Sam Zackrisson
· 7 years ago
9e981f0
Clean up iOS API audio settings
by Sam Zackrisson
· 7 years ago
af23b75
Update iOS AppRTC to use PeerConnection Unified Plan
by Steve Anton
· 7 years ago
cdff887
Android AppRTCMobile: Disable fullscreen SurfaceView HW scaling
by Magnus Jedvert
· 7 years ago
5641fbb
Add support for saving local audio input to file in AppRTCMobile
by henrika
· 7 years ago
a425184
Fix override warnings.
by Patrik Höglund
· 7 years ago
cbaaaed
Re-enabling 'gn check' on //examples/*.
by Mirko Bonadei
· 7 years ago
99bf77c
Fix issues found by gn check.
by Kári Tristan Helgason
· 7 years ago
2c599d6
Allow native aec to be used in peerconnection_client if available on windows.
by Tommi
· 7 years ago
8366e17
Rename Call::Config to CallConfig, keep old name as alias.
by Niels Möller
· 7 years ago
a4e72b7
Add RtcEventLog to AppRTCMobile with preference setting.
by Qingsi Wang
· 7 years ago
0d3c9a3
Delete RTCAVFoundationVideoSource and related classes.
by Kári Tristan Helgason
· 7 years ago
afa1546
Fix incorrect static method call.
by Patrik Höglund
· 7 years ago
2a25be6
Update AppRTCMobile AAR-project to SDK version 27.
by Sami Kalliomäki
· 7 years ago
71d766e
Pass the right flag to Android video quality test.
by Edward Lemur
· 7 years ago
682dc61
Conclude VideoFrame emit fieldtrial.
by Sami Kalliomäki
· 7 years ago
d5e17d6
Don't run video_quality_loopback_test from the src dir.
by Edward Lemur
· 7 years ago
e062385
Avoid to unconditionally include rtc_base/win32.h.
by Mirko Bonadei
· 7 years ago
06c944f
Fix aecdumps in AppRTC on Android.
by Gustaf Ullberg
· 7 years ago
21a35bc
Ignore Chromium-specific flags on video_quality_loopback_test.
by Edward Lemur
· 7 years ago
dd8c165
Enable building WebRTC without built-in software codecs
by Anders Carlsson
· 7 years ago
2e5966b
Store video_quality_loopback_test perf results in Chart JSON format.
by Edward Lemur
· 7 years ago
f61b3ba
Revert "Target SDK level 27 in AppRTCMobile."
by Sami Kalliomäki
· 7 years ago
1f5e98d
Increasing "SERVER_WAIT" for TCPChannelClient tests.
by Taylor Brandstetter
· 7 years ago
af4f1b4
Target SDK level 27 in AppRTCMobile.
by Sami Kalliomäki
· 7 years ago
70ba9b4
Reland "Make it possible to run video_quality_loopback_test in swarming."
by Edward Lemur
· 7 years ago
9c18489
Revert "Make it possible to run video_quality_loopback_test in swarming."
by Edward Lemur
· 7 years ago
Next »