Sign in
webrtc
/
src.git
/
9f2c18e237593b5f8cbc7d7a3838ab6596123c53
/
webrtc
/
sdk
177b17e
Move AndroidVideoTrackSourceObserver from API to src
by magjed
· 8 years ago
639d46a
Delete system_wrappers logging facility.
by nisse
· 8 years ago
4aceaf2
Android: Move Histogram from api to src.
by sakal
· 8 years ago
2299b0ab
Android: Remove VideoCapturerAndroid
by magjed
· 8 years ago
d60d06a
Reland of Move video_encoder.h and video_decoder.h to /api and create GN targets for them (patchset #1 id:1 of https://codereview.webrtc.org/2794033002/ )
by ilnik
· 8 years ago
465faf0
[iOS] Changed ptr to const ref for RTCConfiguration initialization
by jtteh
· 8 years ago
c337258
Revert of Deliver video frames on Android, on the decode thread. (patchset #7 id:120001 of https://codereview.webrtc.org/2764573002/ )
by guidou
· 8 years ago
e3aa88b
Deliver video frames on Android, on the decode thread.
by tommi
· 8 years ago
4eeb537
[iOS] Added an initialization method to RTCConfiguration that takes a
by jtteh
· 8 years ago
716d7ac
Revert of Move video_encoder.h and video_decoder.h to /api and create GN targets for them (patchset #8 id:140001 of https://codereview.webrtc.org/2780943003/ )
by guidou
· 8 years ago
c42f540
Move video_encoder.h and video_decoder.h to /api and create GN targets for them
by ilnik
· 8 years ago
029f7cc
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
27925de
Enable trendline experiment and bayesian bitrate estimator experiment by default.
by stefan
· 8 years ago
3883ccb
New RTCCameraVideoCapturer.
by sakal
· 8 years ago
124a6fc
MacOS: Add metal renderer and view.
by denicija
· 8 years ago
7a3615b
Revert of Enable the bayesian bitrate estimator by default. (patchset #5 id:80001 of https://codereview.webrtc.org/2749803002/ )
by lliuu
· 8 years ago
c53a17f
Enable the bayesian bitrate estimator by default.
by stefan
· 8 years ago
e4cd15d
Fix JNI reference leak in MediaCodecVideoDecoder
by magjed
· 8 years ago
5a4c68e
Minor Cleanup of RTCAudioSource.
by kthelgason
· 8 years ago
abb84b8
iOS: Add new RTCVideoSource interface
by magjed
· 8 years ago
d1c4435
Add field trial to update quality scaler QP thresholds for Android HW encoder.
by glaznev
· 8 years ago
996a83c
Better handling of error condition in MediaCodecVideoEncoder.
by sakal
· 8 years ago
d151652
Trigger framelisteners even on frames dropped by the FPS reduction by default.
by sakal
· 8 years ago
954d9b9
Reland of Add unit tests for RTCMTLVideoView. (patchset #1 id:1 of https://codereview.webrtc.org/2733953006/ )
by kthelgason
· 8 years ago
a2fb30c
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
7f06766
Delete deprecated PeerConnection methods, and corresponding using declarations.
by nisse
· 8 years ago
cbbd8c7
Revert of Add Metal video view in AppRTCMobile and metal availability macro. (patchset #5 id:80001 of https://codereview.webrtc.org/2722583002/ )
by kthelgason
· 8 years ago
96d9152
Revert of Add unit tests for RTCMTLVideoView. (patchset #6 id:100001 of https://codereview.webrtc.org/2723903003/ )
by kthelgason
· 8 years ago
b09b3f9
Add the option to disable IPv6 ICE candidates on WiFi.
by zhihuang
· 8 years ago
846e1be
Fix iOS8 crash in background mode.
by sdkdimon
· 8 years ago
d1587ad
Android HW decoder: Don't check slice_height for texture output
by magjed
· 8 years ago
0ebe019
Add unit tests for RTCMTLVideoView.
by denicija
· 8 years ago
154a7bb
Add Metal video view in AppRTCMobile and Metal availability macro.
by denicija
· 8 years ago
0c29de5
Android HW decoder: Limit frame size based on cropping information
by magjed
· 8 years ago
340e3fd
Split FlexFEC field trial in two.
by brandtr
· 8 years ago
907abd8
Re-enable disabled test and upgrade avformatmappertests to OCMock 3 syntax.
by denicija
· 8 years ago
c1b57a1
Test field trial group with startswith rather than equals.
by sprang
· 8 years ago
63bafd6
Revert of Add the OnAddTrack callback for Objective-C wrapper. (patchset #7 id:240001 of https://codereview.webrtc.org/2513063003/ )
by magjed
· 8 years ago
070d5e3
Reland of Add metal view, shaders and renderer. (patchset #1 id:1 of https://codereview.webrtc.org/2711003004/ )
by denicija
· 8 years ago
633f6fe
Add the OnAddTrack callback for Objective-C wrapper.
by zhihuang
· 8 years ago
0d1305e
Added support for changing the volume of RTCAudioSource as discussed in BUG=webrtc:6533
by frederik.riedel
· 8 years ago
0e22a4c
Android HW decoder: Support odd heights for non-texture output
by magjed
· 8 years ago
02f994b
Remove codec thread from MediaCodecVideoEncoder.
by sakal
· 8 years ago
b681aab
Revert of Add metal view, shaders and renderer. (patchset #18 id:340001 of https://codereview.webrtc.org/2651743007/ )
by denicija
· 8 years ago
fc8c97f
Add metal view, shaders and renderer.
by denicija
· 8 years ago
4e4dfbd
Move YuvConverter from Android API to src.
by sakal
· 8 years ago
c3c4624
Add RTCVideoFrame init function from CVPixelBufferRef
by magjed
· 8 years ago
7ee5125
Clean up RTCVideoFrame
by magjed
· 8 years ago
8c01fe5
Move camera implementation details away from the public API.
by sakal
· 8 years ago
8e32cd2
Relanding: Add the url attribute to the IceCandidate (Java Wrapper)
by zhihuang
· 8 years ago
103988d
EglRenderer: Clear texture before drawing a new frame.
by sakal
· 8 years ago
9c997a3
Add QP for MediaCodec decoder.
by sakal
· 8 years ago
d7e771d
Add the URL attribute to cricket::Candiate. (Objc wrapper)
by zhihuang
· 8 years ago
12b3e03
Roll chromium_revision 69e724195b..3dd2a5021d (450712:450867)
by kjellander
· 8 years ago
43be947
Return "not implemented" error from BindSocketToNetwork properly.
by deadbeef
· 8 years ago
f0a539b
Revert of Add the url attribute to the IceCandidate (Java Wrapper) (patchset #4 id:120001 of https://codereview.webrtc.org/2690593002/ )
by deadbeef
· 8 years ago
45efce0
Add the url attribute to the IceCandidate (Java Wrapper)
by zhihuang
· 8 years ago
5465ef5
Remove VideoRendererGui
by Magnus Jedvert
· 8 years ago
1f16ee3
Compile ios helpers on mac as well.
by kthelgason
· 8 years ago
c874d12
Fixing logic for using android_setsocknetwork() with bind().
by deadbeef
· 8 years ago
06b7e5c
Add H.264 high profile to the list of supported codecs before baseline profile.
by glaznev
· 8 years ago
b856794
Revert of Add the url attribute to the IceCandidate (Java Wrapper) (patchset #3 id:60001 of https://codereview.webrtc.org/2690593002/ )
by deadbeef
· 8 years ago
8586c8e
Add the url attribute to the IceCandidate (Java Wrapper)
by zhihuang
· 8 years ago
9de49e3
Add clearImage method to SurfaceViewRenderer.
by sakal
· 8 years ago
806a1a0
Add ifdef protection for iOS-only headers
by adam.fedor
· 8 years ago
112b2e9
Switching some interfaces to use std::unique_ptr<>.
by deadbeef
· 8 years ago
abdc857
Update list of supported Android codecs based on field trial dynamically.
by glaznev
· 8 years ago
5d52bf7
Roll chromium_revision baaeb3f30e..ba3e8dd8fa (449272:449304)
by kjellander
· 8 years ago
234accd
Roll chromium_revision cf2dce6a6d..2019b9e075 (448969:449230)
by kjellander
· 8 years ago
4da058c
Create an Obj-C wrapper of the RtpReceiverObserverInterface.
by zhihuang
· 8 years ago
b99b596
Add chromium-junit4 tag to instrumentation test AndroidManifests.
by sakal
· 8 years ago
1959b63
Remove Assert lint suppression.
by sakal
· 8 years ago
cb789bb
Remove NewApi lint suppression.
by sakal
· 8 years ago
b114e9c
Camera2Session: Add return statements after reportError where needed.
by sakal
· 8 years ago
e702b30
Adding C++ versions of currently spec'd "RtpParameters" structs.
by deadbeef
· 8 years ago
98c4374
Allow passing network config constraint as base64 encoded string to preserve values of serialized protos. The values are a serialized byte stream packed into a std::string. To be represented as a NSString they must be base64 encoded or bytes outside of the ASCII range will be encoded into multi byte UTF8 sequences by default.
by haysc
· 8 years ago
6741516
Implement new PeerConnection certificate policy API in ObjC API
by hnsl
· 8 years ago
a5d94ff
Objective-C API to set the ICE check rate through RTCConfiguration.
by skvlad
· 8 years ago
5107246
Allow applications to limit the ICE check rate through RTCConfiguration
by skvlad
· 8 years ago
f7826d6
Remove InlinedApi lint ignore.
by sakal
· 8 years ago
24af663
Adding Java wrapper for DtmfSender.
by deadbeef
· 8 years ago
0c1d060
Enable Android H264 High profile decoder
by glaznev
· 8 years ago
b621c3f
Move Android tests under sdk/android.
by sakal
· 8 years ago
d3adbfb
AppRTCMobile links against framework target.
by kthelgason
· 8 years ago
148e370
iOS: Add SendSideBweWithOverhead field trial key
by haysc
· 8 years ago
7d25426
Delete unneeded includes of base/common.h.
by nisse
· 8 years ago
9aa3f0a
Reland of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2657563002/ )
by mbonadei
· 8 years ago
69dc7db
Revert of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2651543003/ )
by mbonadei
· 8 years ago
35a3270
Moving webrtc.gni up one level from build/
by mbonadei
· 8 years ago
a4a7538
Android: Script for building libwebrtc.aar.
by sakal
· 8 years ago
4c78702
iOS: Add MedianSlopeFilter field trial.
by tkchin
· 8 years ago
a067013
Minor style change suggested by internal static analysis tool.
by aleloi
· 8 years ago
7bb87ee
Create //webrtc/api:libjingle_peerconnection_api + refactorings.
by ossu
· 8 years ago
b55bd97
Reland of Creating libwebrtc bundle jar (patchset #1 id:1 of https://codereview.webrtc.org/2640023010/ )
by mbonadei
· 8 years ago
aea1a01
Move webrtc/sdk/DEPS to webrtc/sdk/objc/DEPS
by magjed
· 8 years ago
3c9151b
Revert of Creating libwebrtc bundle jar (patchset #4 id:60001 of https://codereview.webrtc.org/2646443002/ )
by mbonadei
· 8 years ago
a62a82b
Creating libwebrtc bundle jar
by mbonadei
· 8 years ago
3556406
Camera1Session: Fix camera sometimes getting stopped twice.
by sakal
· 8 years ago
eef94d9
Video collected by VideoFileRenderer is first saved on the native heap, then saved to disk during release.
by mandermo
· 8 years ago
e8abe3e
Revert of New method StatsObserver::OnCompleteReports, passing ownership. (patchset #2 id:20001 of https://codereview.webrtc.org/2584553002/ )
by nisse
· 8 years ago
Next »