Sign in
webrtc
/
src.git
/
9fea80f50daab46f20d4a6fc67b0144fbbbf56cd
/
talk
13f61df
Move fake-handle frame creation into test target.
by Peter Boström
· 9 years ago
60ca31b
Roll chromium_revision d66326c..4df108a (367167:367307)
by kjellander
· 9 years ago
0c7e9f5
Removing webrtc::PortAllocatorFactoryInterface.
by Taylor Brandstetter
· 9 years ago
3f7219b
Fixing issue where description contains empty ICE ufrag/pwd.
by deadbeef
· 9 years ago
e6bf587
Deleted VideoCapturer::screencast_max_pixels, together with
by nisse
· 9 years ago
2f042f2
Roll chromium_revision 1b6c421..db567a8 (365999:366304)
by kjellander
· 9 years ago
a4df27b
Revert of Reland "Added option to specify a maximum file size when recording an AEC dump." (patchset #2 id:20001 of https://codereview.webrtc.org/1541633002/ )
by ivoc
· 9 years ago
f4f5cb0
Reland "Added option to specify a maximum file size when recording an AEC dump.", commit ae2c5ad12afc8cc29fe9c59dea432b697b871a87.
by ivoc
· 9 years ago
bd7d8f7
Adding a MediaStream parameter to createSender.
by deadbeef
· 9 years ago
36d4c54
Revert of Added option to specify a maximum file size when recording an AEC dump. (patchset #5 id:120001 of https://codereview.webrtc.org/1413483003/ )
by ivoc
· 9 years ago
b7d9a97
Expose codec implementation names in stats.
by Peter Boström
· 9 years ago
ae2c5ad
Added option to specify a maximum file size when recording an AEC dump.
by ivoc
· 9 years ago
88518a2
Use NV21 instead of YUV12 and clean up.
by perkj
· 9 years ago
48477c1
MediaCodecVideoEncoder, set timestamp on the encoder surface when drawing a texture.
by perkj
· 9 years ago
77fa59d
Fix build break in google3 import caused by https://codereview.webrtc.org/1532543003
by guoweis
· 9 years ago
4638331
DTLS-SRTP set up is bypassed when the channel has been writable.
by guoweis
· 9 years ago
0eb15ed
Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedVector
by kwiberg
· 9 years ago
a54a080
Add ufrag to the ICE candidate signaling.
by honghaiz
· 9 years ago
7cae30c
Disable warnings failing when using Clang on Windows.
by kjellander
· 9 years ago
672aba3
Fix error prone code in VideoCapturerAndroid
by perkj
· 9 years ago
66085be
Bugfix that fixes the error where the audio processing module is called
by peah
· 9 years ago
eb45981
Restoring behavior where PeerConnection tracks changes to MediaStreams.
by deadbeef
· 9 years ago
44f0819
Fixing bug where "mid" wasn't preserved across re-offers.
by deadbeef
· 9 years ago
5125433
Android: Refactor renderers to allow apps to inject custom shaders
by Magnus Jedvert
· 9 years ago
32d989b
Disable transport sequence numbers for audio.
by Stefan Holmer
· 9 years ago
6eca7e3
Add a 'remote' property to MediaSourceInterface. Also adding an implementation to the relevant sources we have (audio/video) and an extra check where we're casting a source into a local audio source :(
by tommi
· 9 years ago
9638143
Reland of Made EglBase an abstract class and cleaned up. (patchset #1 id:1 of https://codereview.webrtc.org/1522073002/ )
by perkj
· 9 years ago
1588793
Fixing flaky LocalP2PTestSctpDataChannel test.
by deadbeef
· 9 years ago
c9be007
Fixing and re-enabling some flaky PeerConnection tests.
by deadbeef
· 9 years ago
bd29246
Reland of Free SCTP data channels asynchronously in PeerConnection. (patchset #1 id:1 of https://codereview.webrtc.org/1513143003/ )
by deadbeef
· 9 years ago
e22e1cb3
Revert of Made EglBase an abstract class and cleaned up. (patchset #4 id:60001 of https://codereview.webrtc.org/1526463002/ )
by perkj
· 9 years ago
3207916
Made EglBase an abstract class and cleaned up.
by perkj
· 9 years ago
bc14164
Revert of Add APK targets to build libjingle tests for Android. (patchset #10 id:180001 of https://codereview.webrtc.org/1511633002/ )
by stefan
· 9 years ago
a78c021
Add APK targets to build libjingle_peerconnection_unittests for Android.
by perkj
· 9 years ago
17821db
Wire up bandwidth limitation info to GetStats and adapt_reason.
by asapersson
· 9 years ago
1d5c19d
Address comments from code review 1505253004
by tommi
· 9 years ago
4759bfb
Roll chromium_revision 7de03ed..4bc4277 (364770:364953)
by kjellander
· 9 years ago
cb95f54e
Remove pointless move() to fix build on clang/win.
by Tommi
· 9 years ago
f888bb5
Support for unmixed remote audio into tracks.
by Tommi
· 9 years ago
04e9146
Discard old-generation candidates when ICE restarts
by Honghai Zhang
· 9 years ago
822bdf9
Remove cricket::VideoEncoderConfig.
by Peter Boström
· 9 years ago
71f5a9a
This cl change VideoCaptureAndroid to handle CVO the same way when capturing to texture as when using ordinary byte buffers.
by Per
· 9 years ago
cf846ad
Adding stub files needed for https://codereview.webrtc.org/1507973003/
by Taylor Brandstetter
· 9 years ago
7c73bdb
Renaming JsepPeerConnectionP2PTestClient back to P2PTestConductor.
by deadbeef
· 9 years ago
a1f567a
Revert of Free SCTP data channels asynchronously in PeerConnection. (patchset #3 id:40001 of https://codereview.webrtc.org/1492383002/ )
by deadbeef
· 9 years ago
796cfaf
Add VideoCodec::PreferDecodeLate
by perkj
· 9 years ago
c490e01
Implement NativeToI420Buffer in C++, calling java SurfaceTextureHelper, new method .textureToYUV, to
by nisse
· 9 years ago
1387149
Adding reduced size RTCP configuration down to the video stream level.
by deadbeef
· 9 years ago
434aca8
Add empty placeholder files for remote audio tracks.
by tommi
· 9 years ago
7623ce4
Reland of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:300001 of https://codereview.webrtc.org/1507903005/ )
by Peter Boström
· 9 years ago
bda7e0b
Fixing issue with default stream upon setting 2nd remote description.
by deadbeef
· 9 years ago
d02b0fa
Add oldest rotation type option to RTCFileLogger
by haysc
· 9 years ago
1a9d615
Add tracing to public PeerConnection methods.
by Peter Boström
· 9 years ago
7b2f762
Don't call SetPreviewFormat if capturing to textures.
by perkj
· 9 years ago
edd8fef
Add new view that renders local video using AVCaptureLayerPreview.
by haysc
· 9 years ago
246b817
Refactor handling of AudioOptions.
by solenberg
· 9 years ago
8237abf
Revert of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:20001 of https://codereview.webrtc.org/1506773002/ )
by kjellander
· 9 years ago
9f45a45
Add tracing to upper-level WebRTC calls.
by Peter Boström
· 9 years ago
03ef053
Merge webrtc/video_engine/ into webrtc/video/
by Peter Boström
· 9 years ago
3868692
Free SCTP data channels asynchronously in PeerConnection.
by deadbeef
· 9 years ago
46ad542
Revert of "Create rtc::AtomicInt POD struct." (patchset #3 id:40001 of https://codereview.webrtc.org/1498953002/ )
by pbos
· 9 years ago
6f28cf0
Implement standalone event tracing in AppRTCDemo.
by Peter Boström
· 9 years ago
84f0970
Reland of "Create rtc::AtomicInt POD struct."
by Peter Boström
· 9 years ago
cd4003f
Use @webrtc.org addresses for OWNERS.
by Peter Boström
· 9 years ago
cf890bc
Roll gtest-parallel.
by Peter Boström
· 9 years ago
9d69c3f
Return a copy of the supported RTP header extensions instead of a reference.
by Stefan Holmer
· 9 years ago
b86d4e4
Prepare the AudioSendStream to be hooked up to send-side BWE.
by Stefan Holmer
· 9 years ago
03f80eb
Refactor EglBase configuration.
by nisse
· 9 years ago
1218d7a
Allow remote fingerprint update during a call
by Guo-wei Shieh
· 9 years ago
86aaa4b
Revert "Allow remote fingerprint update during a call"
by Guo-wei Shieh
· 9 years ago
9c38c2d
Allow remote fingerprint update during a call
by Guo-wei Shieh
· 9 years ago
381b421
Ping backup connection at a slower rate
by Honghai Zhang
· 9 years ago
9e1b992
Clear old decoders after recreating the receiver.
by Peter Boström
· 9 years ago
b572768
- Remove calls to VoEDtmf from WVoE/MC.
by Fredrik Solenberg
· 9 years ago
1a5cf6e
Remove the unused NullMediaEngine (and NullVoiceEngine+NullVideoEngine).
by Fredrik Solenberg
· 9 years ago
9cf0c3d
Removes MAYBE_ from several test case names in JsepPeerConnectionP2PTestClient.
by Ivo Creusen
· 9 years ago
7635684
Fix Mac ObjC PeerConnection API compilation.
by tkchin
· 9 years ago
9462052
In some rare Android systems ConnectivityManager may be null.
by honghaiz
· 9 years ago
3c28d0d
Disable PeerConnectionEndToEndTest.Call on Mac.
by kjellander@webrtc.org
· 9 years ago
1d63dd0
- Remove cricket::VoiceChannel::PressDtmf(); AFAICT unused.
by solenberg
· 9 years ago
ee524f7
Adding Java binding for CreateSender.
by deadbeef
· 9 years ago
7e4e01a
Add header extension filtering for WebRtcVoiceEngine/MediaChannel.
by solenberg
· 9 years ago
2515af2
Removing some unnecessary string manipulation code from VoEBase::GetVersion().
by solenberg
· 9 years ago
d20d247
Fix VideoCaptureAndroid, drop frame when switching camera using textures.
by perkj
· 9 years ago
226a602
Fix problem when drawing to the Android Media encoder surface.
by perkj
· 9 years ago
40455d6
This cl change so that we use EGL14 where it is supported and EGL10 otherwise. The idea is to make this agnostic to an application and for WebRTC except in EGLBase.
by perkj
· 9 years ago
41b0798
Adding CreatePeerConnection method that uses new PC Initialize method.
by deadbeef
· 9 years ago
0de97f1
WebRtcVideoCapturer: SetCaptureState(CS_STOPPED) on Stop and ensure state changes in unittest.
by hbos
· 9 years ago
cb9792e
Fix VideoCapturerAndroidTest.testStartWhileCameraIsAlreadyOpen on Android M.
by perkj
· 9 years ago
14f4144
Add helper KeepRefUntilDone.
by perkj
· 9 years ago
ee69ed5
Add separate event for camera freeze.
by glaznev
· 9 years ago
70c0e29
Disable PeerConnectionEndToEndTest.Call for TSan.
by kjellander@webrtc.org
· 9 years ago
ae54b83
Android SurfaceViewRenderer: Add resetStatistics() method
by magjed
· 9 years ago
2fe1cb0
Don't overwrite audio stats when they're not available.
by andrew
· 9 years ago
26c8c91
Using Rent-A-Codec for static Codec access in WVoE/MC.
by solenberg
· 9 years ago
727dbc2
VideoCapturerAndroid - allow lower frame rate in bad lightning
by Per
· 9 years ago
598242a
Support texture scaling in Androids MediaEncoder.
by Per
· 9 years ago
a3c20bb
Add support for scaling textures in AndroidVideoCapturer.
by Per
· 9 years ago
fac0655
Reland of Adding the ability to create an RtpSender without a track.
by deadbeef
· 9 years ago
444682a
Remove frame time scheduing in IncomingVideoStream
by qiangchen
· 9 years ago
Next »