Sign in
webrtc
/
src
/
webrtc
/
4e3045ff78952069c4e91d2a8cad0fe8bdd4bcbc
/
examples
b9f5869
Make PeerConnectionClient non-singleton.
by sakal
· 7 years ago
2dca06f
Deprecate IceServer constructors and update dependencies
by Diogo Real
· 7 years ago
00ed864
Recently we moved webrtc/base to webrtc/rtc_base, so these
by mbonadei
· 7 years ago
1f928ed
Android: Replace webrtc_jni namespace with nested jni namespace
by magjed
· 7 years ago
9750976
Fix a bug in the SDP parser in AppRTCMobile.
by kthelgason
· 7 years ago
9278d47
Roll chromium_revision d323a482ee..7114a66134 (494468:497367) manually
by charujain
· 7 years ago
171de35
Rename all objc targets to be suffixed for consistency
by kthelgason
· 7 years ago
2f71d33
Add myself as owner of example apps.
by kthelgason
· 7 years ago
d1c851e
Add a field trial to produce VideoFrames in camera capturers.
by sakal
· 7 years ago
8a0b62b
Remove dep on system_wrappers for apprtc and use only framework.
by kthelgason
· 7 years ago
abbd7d7
AppRTCMobile: Use high resolution app icon on retina screens.
by andersc
· 7 years ago
31864c9
Add --canary flag to gradle project test and update gradle.
by sakal
· 7 years ago
aa68720
Update android build instruction for webrtc unity plugin.
by gyzhou
· 7 years ago
4655c74
Add Android Camera To Unity Plugin
by qiangchen
· 7 years ago
0538b61
Update native plugin dll for turn servers and video.
by gyzhou
· 7 years ago
39f8b46
iOS AppRTCMobile: Close peerconnection when disconnecting
by magjed
· 8 years ago
2bc62f3
Remove remains of webrtc/base
by ehmaldonado
· 8 years ago
a7b06a4
Fix fullscreen scaling in AppRTCMobile.
by sakal
· 8 years ago
2337970
Revert of Delete SignalThread class. (patchset #20 id:380001 of https://codereview.webrtc.org/2915253002/ )
by deadbeef
· 8 years ago
7c4edae
Use correct value for CFBundleExecutable and CFBundleName.
by Sylvain Defresne
· 8 years ago
5c4f325
Suppress MissingPrefix using tools attribute
by Ingemar Ådahl
· 8 years ago
59d5575
Use relative paths in GN files.
by jianjun.zhu
· 8 years ago
4f870fc
Revert of Remove remains of webrtc/base (patchset #7 id:120001 of https://codereview.webrtc.org/2973183002/ )
by ehmaldonado
· 8 years ago
c6c814d
Remove remains of webrtc/base
by ehmaldonado
· 8 years ago
91b122b
base->rtc_base: Update .c, .mm and .java files.
by ehmaldonado
· 8 years ago
76de83e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
8f24325
Fixes build issue based on usage of Android O specific API
by henrika
· 8 years ago
1b41440
Fix do not unregister bluetooth receiver if it was not registered
by Gustavo Garcia
· 8 years ago
7b6610a
Adds support for USB audio devices in AppRTCMobile on Android.
by henrika
· 8 years ago
bc32410
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 8 years ago
60154fd
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 8 years ago
9a46037
Improves audio-routing in combination with BT in AppRTCMobile on Android.
by henrika
· 8 years ago
7931fe9
Fix android video_quality_loopback_test
by ehmaldonado
· 8 years ago
e51fcf7
Move webrtc/{tools => rtc_tools}
by kjellander
· 8 years ago
31788b4
Delete SignalThread class.
by nisse
· 8 years ago
fb3e1b6
Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002)
by Henrik Kjellander
· 8 years ago
88b2dd4
Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002)
by Henrik Kjellander
· 8 years ago
6f86344
Move webrtc/{base => rtc_base}
by Henrik Kjellander
· 8 years ago
c3e562d
Notify delegates about audio glitches in real time
by Anders Carlsson
· 8 years ago
af0acb6
Always reset the audio session configuration after a call.
by Anders Carlsson
· 8 years ago
0483feb
Use information about blacklisted devices in video_quality_loopback_test
by oprypin
· 8 years ago
f5ad5a5
Move setting switches in AppRTCMobile to Settings screen
by Anders Carlsson
· 8 years ago
17823d0
Make sure UI methods get called on the main thread
by adam.fedor
· 8 years ago
0cc4f7f
Fall-back to OpenGL renderer if mac hardware doesn't support Metal
by adam.fedor
· 8 years ago
695e6b4
List all device resolutions in AppRTCMobile settings
by Anders Carlsson
· 8 years ago
72a186a
Remove webrtc deps from AppRTCMobile.
by Kári Tristan Helgason
· 8 years ago
b200a03
Move RTCAudioSession* files modules/audio_device/ -> sdk/Framework.
by denicija
· 8 years ago
5acd6fa
Update I420Buffer to new VideoFrameBuffer interface
by magjed
· 8 years ago
4a165bf
Switch from ScheduledExecutorService to ExecutorService.
by Sami Kalliomäki
· 8 years ago
a71ddad
Reland of Split iOS sdk in to separate targets (patchset #1 id:1 of https://codereview.webrtc.org/2911053002/ )
by kthelgason
· 8 years ago
35eb154
Revert of Split iOS sdk in to separate targets (patchset #3 id:320001 of https://codereview.webrtc.org/2893843003/ )
by mbonadei
· 8 years ago
da50169
Reland of Split iOS sdk in to separate targets (patchset #1 id:1 of https://codereview.webrtc.org/2893593002/ )
by kthelgason
· 8 years ago
f55ae1d
Add sakal@webrtc.org as an owner of examples/androidtests.
by sakal
· 8 years ago
36ec1a6
AppRTCMobile support to turn off the WebRTC AGC and HPF
by peah
· 8 years ago
7b2962c
iOS: Fix runtime error in AppRTCMobile
by hewwatt
· 8 years ago
bec3fa9
Revert of Split iOS sdk in to separate targets (patchset #1 id:1 of https://codereview.webrtc.org/2890733003/ )
by kthelgason
· 8 years ago
2fdddbf
Reland of Split iOS sdk in to separate targets (patchset #1 id:1 of https://codereview.webrtc.org/2890513002/ )
by kthelgason
· 8 years ago
8e98047
Revert of Split iOS sdk in to separate targets (patchset #13 id:280001 of https://codereview.webrtc.org/2862543002/ )
by charujain
· 8 years ago
45f966d
Split iOS sdk in to separate targets
by kthelgason
· 8 years ago
5b2b33a
Update testing tools (AppRTC, Go) to new versions
by oprypin
· 8 years ago
7aa35a5
Support running AppRTC without a TURN ICE server
by oprypin
· 8 years ago
acce975
An example of Unity native plugin of webrtc for Windows OS
by gyzhou
· 8 years ago
fc4e664
Do not delete temporary directory if user specified it manually.
by sakal
· 8 years ago
a1a924a
Test for Gradle project generation.
by sakal
· 8 years ago
eda1919
Rename tools-webrtc -> tools_webrtc
by Henrik Kjellander
· 8 years ago
59a36ed
Delete method MessageQueue::set_socketserver
by nisse
· 8 years ago
d6b3a36
Make fps NSInteger in startCaptureWithDevice.
by sakal
· 8 years ago
acc5942
Initial implementation of Android audio playback error handling.
by glaznev
· 8 years ago
20fe45a
Fix lint issues on Android.
by sakal
· 8 years ago
86a6787
Properly send URL parameters in all requests
by oprypin
· 8 years ago
bb858fb
Remove unnecessary runtime API-level checks.
by sakal
· 8 years ago
97c3faf
Disable video quality test due to unexpected failures
by oprypin
· 8 years ago
f14b63f
Update FlexFEC field trial string in AppRTCMobile Android.
by brandtr
· 8 years ago
5515dcd
iOS/MacOS:Refactor metal rendering by extracting common implementation
by denicija
· 8 years ago
d4317c5
Fix redirecting to local AppRTC server in video quality test
by oprypin
· 8 years ago
783bcd9
Remove the expat and jsoncpp dependencies to reduce binary size.
by zhihuang
· 8 years ago
2e060d3
Espresso test for loopback video quality testing
by oprypin
· 8 years ago
9c585d4
Reland of GN: Enable ARC for Mac and iOS in rtc_* templates (patchset #1 id:1 of https://codereview.webrtc.org/2827223003/ )
by kthelgason
· 8 years ago
7e7afc3
Removed duplicated annotation in webrtc/examples/androidtests/AndroidManifest.xml
by mandermo
· 8 years ago
2f25fe0
Revert of GN: Enable ARC for Mac and iOS in rtc_* templates (patchset #3 id:40001 of https://codereview.webrtc.org/2781713004/ )
by kthelgason
· 8 years ago
3aca192
GN: Enable ARC for Mac and iOS in rtc_* templates
by kthelgason
· 8 years ago
8d07186
Add error codes for Android audio recording start errors.
by glaznev
· 8 years ago
16d6b35
Address denicija's comments for AppRTCMobile video codec setting.
by sakal
· 8 years ago
f4509f8
Removing unnecessary parameters from initializeAndroidGlobals.
by deadbeef
· 8 years ago
259e8c1
Use new RTCCameraVideoCapturer in AppRTCMobile.
by sakal
· 8 years ago
03fdf33
Reland of PyLint fixes for tools-webrtc and webrtc/tools (patchset #1 id:1 of https://codereview.webrtc.org/2737233003/ )
by kjellander
· 8 years ago
e6cb334
Reland of Enable trendline experiment and bayesian bitrate estimator experiment by default.
by stefan
· 8 years ago
80581a5
Revert of Enable trendline experiment and bayesian bitrate estimator experiment by default. (patchset #6 id:100001 of https://codereview.webrtc.org/2777333003/ )
by lliuu
· 8 years ago
ea0ac11
Enable trendline experiment and bayesian bitrate estimator experiment by default.
by stefan
· 8 years ago
71cd9e2
MacOS: Add metal renderer and view.
by denicija
· 8 years ago
31a2a01
Revert of Enable the bayesian bitrate estimator by default. (patchset #5 id:80001 of https://codereview.webrtc.org/2749803002/ )
by lliuu
· 8 years ago
d1deec0
Enable the bayesian bitrate estimator by default.
by stefan
· 8 years ago
6f74145
Fix deprecated methods in AppRTCMobile.
by kthelgason
· 8 years ago
797571b
iOS:Add loopback launch argument functionality in AppRTCMobile.
by denicija
· 8 years ago
49fb594
Pass settings model to ARDAppClient instead of individual settings.
by sakal
· 8 years ago
37c3830
Roll chromium_revision 4f16f0c98f..a896ff44a3 (459568:459701)
by Henrik Kjellander
· 8 years ago
76471b8
Add video codec setting to AppRTCMobile on iOS.
by sakal
· 8 years ago
23853fe
Try re-enabling two PeerConnectionClientTests:
by sakal
· 8 years ago
13fe480
Revert of PyLint fixes for tools-webrtc and webrtc/tools (patchset #3 id:40001 of https://codereview.webrtc.org/2736233003/ )
by kjellander
· 8 years ago
bb6c54b
Reland of Add Metal video view in AppRTCMobile and metal availability macro. (patchset #1 id:1 of https://codereview.webrtc.org/2739793003/ )
by kthelgason
· 8 years ago
Next »