Sign in
webrtc
/
src.git
/
2d2a30c2e22c16580193a8767bb4e7a2a3b30c00
/
talk
eebcab5
rtc::Buffer: Rename length to size, for conformance with the STL
by kwiberg@webrtc.org
· 10 years ago
e815290
Update README instructions for Android AppRTCDemo.
by glaznev@webrtc.org
· 10 years ago
a5f6fb5
Permit single-stream max bitrates above 2000k.
by pbos@webrtc.org
· 10 years ago
a197a5e
Update libsrtp includes in preparation of roll into Chromium.
by jiayl@webrtc.org
· 10 years ago
39fc1d3
Disable PeerConnectionClientTest.testLoopbackVp9
by henrik.lundin@webrtc.org
· 10 years ago
0b44b58
Limit disabling of PeerConnectionEndToEndTest.Call to Windows
by henrik.lundin@webrtc.org
· 10 years ago
64eb2ff
iOS library build script
by tkchin@webrtc.org
· 10 years ago
82e8ae4
Disable PeerConnectionEndToEndTest.Call in libjingle_peerconnection_unittest
by henrik.lundin@webrtc.org
· 10 years ago
e5e92bd
Disable WebRtcVideoMediaChannelTest.AddRemoveRecvStreamAndRender on Windows (fix)
by kjellander@webrtc.org
· 10 years ago
cfde27e
Disable WebRtcVideoMediaChannelTest.AddRemoveRecvStreamAndRender on Windows.
by kjellander@webrtc.org
· 10 years ago
b789f62
Re-land 8809 "Set WebRtcVideoEngine2 as the WebRtcMe..."
by tommi@webrtc.org
· 10 years ago
0c34001
Revert 8809 "Set WebRtcVideoEngine2 as the WebRtcMediaEngine."
by tommi@webrtc.org
· 10 years ago
4ddc938
Support VP8 hardware encoding and decoding on IA devices.
by glaznev@webrtc.org
· 10 years ago
b9557a9
Fix code to handle crashes for non-VP8.
by pbos@webrtc.org
· 10 years ago
66df3cf
Set WebRtcVideoEngine2 as the WebRtcMediaEngine.
by pbos@webrtc.org
· 10 years ago
8296ec5
Fix heap-use-after-free in WebRtcVideoEngine2.
by pbos@webrtc.org
· 10 years ago
9f9ea7e
Clean up webrtc external capture.
by perkj@webrtc.org
· 10 years ago
0c26299
Disabling two flaky tests in libjingle_media_unittest.
by tina.legrand@webrtc.org
· 10 years ago
8cc47e9
Objective-C readability review.
by tkchin@webrtc.org
· 10 years ago
840da7b
Implement Rotation in Android Renderer.
by guoweis@webrtc.org
· 10 years ago
143451d
Base start bitrate on last observed bitrate.
by pbos@webrtc.org
· 10 years ago
af612d5
Reland "Make the entry point for VideoFrames to webrtc const ref I420VideoFrame.""
by perkj@webrtc.org
· 10 years ago
14ee8cc
WebRtcVideoFrame: Support odd resolutions
by magjed@webrtc.org
· 10 years ago
3fffd66
Revert "Implement Rotation in Android Renderer."
by guoweis@webrtc.org
· 10 years ago
835ec63
Implement Rotation in Android Renderer.
by guoweis@webrtc.org
· 10 years ago
52cd828
Allow webrtc external encoder factories to declare encoders have internal camera sources.
by pthatcher@webrtc.org
· 10 years ago
2161234
Add new features to AppRTCDemo from private repo.
by glaznev@webrtc.org
· 10 years ago
a78a94e
Fix RateTracker to set an initial reference time when first updated.
by perkj@webrtc.org
· 10 years ago
ae222b5
Remove dead code in WebRtcVideoEngine2 unittests.
by pbos@webrtc.org
· 10 years ago
858024f
WebRtcVideoFrame: Initialize members in empty constructor
by magjed@webrtc.org
· 10 years ago
592470b
Remove a dependency of BaseChannel on WebRtcSession by having WebRtcSession push down new media descriptions to BaseChannel rather than having BaseChannel listen to the description changes from WebRtcSession.
by pthatcher@webrtc.org
· 10 years ago
6ad507a
Refactor how the TransportChannels are set in the BaseChannel to rely lesson Session, so that in the future we can rely on Transport instead, and also be able to change Transports on the fly for BUNDLE.
by pthatcher@webrtc.org
· 10 years ago
4eeef58
Remove a hacky dependency of BaseChannel on BaseSession by moving the handling of DTLS setup failure into a signal on BaseChannel rather than a method call on BaseSession.
by pthatcher@webrtc.org
· 10 years ago
c04a97f
Move from BaseSession::GetStats to WebRtcSession::GetTransportStats
by pthatcher@webrtc.org
· 10 years ago
3f11823
Disables SW AEC when built-in AEC is enabled
by bjornv@webrtc.org
· 10 years ago
2056ee3
Revert "Changed argument occurences of const I420VideoFrame* to const I420VideoFrame& and non-const I420VideoFrame& to I420VideoFrame*."
by magjed@webrtc.org
· 10 years ago
93d9d65
I420VideoFrame.CreateFrame: Removed unnecessary buffer size arguments.
by hbos@webrtc.org
· 10 years ago
2dc5fa6
Changed argument occurences of const I420VideoFrame* to const I420VideoFrame& and non-const I420VideoFrame& to I420VideoFrame*.
by hbos@webrtc.org
· 10 years ago
4b89aa0
Change StatsCollector to use DCHECK instead of ASSERT.
by tommi@webrtc.org
· 10 years ago
eed2fca
Roll chromium_revision 00e438c..8d51d96 (320241:320682)
by kjellander@webrtc.org
· 10 years ago
2d25b44
Check associated payload type when negotiate RTX codecs.
by changbin.shao@webrtc.org
· 10 years ago
c29f7f3
Disable assert for nr of threads in PeerConnectionTest.java.
by tommi@webrtc.org
· 10 years ago
f1f558c
Fix AppRTCDemo and AppRTCDemoTest builds.
by glaznev@webrtc.org
· 10 years ago
d83f4ef
Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns.
by jiayl@webrtc.org
· 10 years ago
b01c707
Use a NULL session in unit tests that don't actually use the session.
by pthatcher@webrtc.org
· 10 years ago
b4aac13
Cleanup SocketMonitor a little so that it can handle a change in transport channel. And cleanup some names and style and such as well.
by pthatcher@webrtc.org
· 10 years ago
990a00c
Remove unused transport code.
by pthatcher@webrtc.org
· 10 years ago
9b2e114
Supporting Opus DTX in Voice Engine.
by minyue@webrtc.org
· 10 years ago
503a9e8
Make AppRTCDemoTest pass without Internet connection.
by kjellander@webrtc.org
· 10 years ago
8372888
Revert "Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns."
by jiayl@webrtc.org
· 10 years ago
3d3c005
Fix Android peer connection client instrumentation tests.
by glaznev@webrtc.org
· 10 years ago
fde1de9
Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns.
by jiayl@webrtc.org
· 10 years ago
00c509a
Add concept of whether video renderer supports rotation.
by guoweis@webrtc.org
· 10 years ago
04cd698
Revert "Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns."
by jiayl@webrtc.org
· 10 years ago
fdd1057
Add CVO support to Vie layer.
by guoweis@webrtc.org
· 10 years ago
4f85288
Socket options are only applied when first setting TransportChannelImpl.
by guoweis@webrtc.org
· 10 years ago
93604da
Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns.
by jiayl@webrtc.org
· 10 years ago
d390029
Use a variant for storing stats values in StatsCollector code.
by tommi@webrtc.org
· 10 years ago
75b7f17
Temporary interface change to StatsReport::Id.
by tommi@webrtc.org
· 10 years ago
afdd5dd
Revert "Revert "Remove frame copy from cricket::VideoFrame to I420VideoFrame""
by magjed@webrtc.org
· 10 years ago
e9413c6
Revert 8689 "Fix an issue in DtlsIdentityStore when the store is..."
by mflodman@webrtc.org
· 10 years ago
2a3942a
Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns.
by jiayl@webrtc.org
· 10 years ago
8c5ea8a8
Fix temporal layer log string.
by decurtis@webrtc.org
· 10 years ago
ae1a078
Convert AppRTCDemo and AppRTCDemoTest to proper GYP target.
by glaznev@webrtc.org
· 10 years ago
b218ff5
Revert "Remove frame copy from cricket::VideoFrame to I420VideoFrame"
by magjed@webrtc.org
· 10 years ago
370a72c
Remove frame copy from cricket::VideoFrame to I420VideoFrame
by magjed@webrtc.org
· 10 years ago
e77c9c8
Build WebRtcMediaEngine2 outside of Chromium.
by pbos@webrtc.org
· 10 years ago
9bfa5f0
In r8605, DTLS is enabled by default for native webrtc. So we have to disable it explicitly in peerconnection example for loopback test.
by braveyao@webrtc.org
· 10 years ago
fc51607
Fix Android AppRTCDemo failure on devices with one or no camera.
by glaznev@webrtc.org
· 10 years ago
4052d88
Remove GetLastRenderedFrame
by magjed@webrtc.org
· 10 years ago
d7452a0
Revert "Make the entry point for VideoFrames to webrtc const ref I420VideoFrame."
by magjed@webrtc.org
· 10 years ago
aa57702
Removed texture_video_frame.h and webrtctexturevideoframe.h
by hbos@webrtc.org
· 10 years ago
f9a75d9
Revert "Add concept of whether video renderer supports rotation."
by guoweis@webrtc.org
· 10 years ago
60a2aa0
Revert "Add concept of whether video renderer supports rotation."
by guoweis@webrtc.org
· 10 years ago
31d1646
Add concept of whether video renderer supports rotation.
by guoweis@webrtc.org
· 10 years ago
0ad4893
Add concept of whether video renderer supports rotation.
by guoweis@webrtc.org
· 10 years ago
67186fe
Fix clang style warnings in webrtc/base
by kwiberg@webrtc.org
· 10 years ago
2989204
Fix instability in peer connection client unit test.
by glaznev@webrtc.org
· 10 years ago
474d1eb
Adds C++/JNI/Java unit test for audio device module on Android.
by henrika@webrtc.org
· 10 years ago
dc08a23
Fix H.264 start code position search.
by glaznev@webrtc.org
· 10 years ago
1af1391
Remove WebRtcTextureVideoFrame
by magjed@webrtc.org
· 10 years ago
c2008a0
RTCOpenGLVideoRenderer: Add support for padded frames
by magjed@webrtc.org
· 10 years ago
b4cd093
Change the unintentioal CHECK to DCHECK in DtlsIdentityStore.
by jiayl@webrtc.org
· 10 years ago
a2a6fe6
Reconfigure default streams on AddRecvStream.
by pbos@webrtc.org
· 10 years ago
bcead30
Make the entry point for VideoFrames to webrtc const ref I420VideoFrame.
by perkj@webrtc.org
· 10 years ago
45cdcce
Remove TextureVideoFrame
by magjed@webrtc.org
· 10 years ago
e41ec81
Remove libjingle_root GYP variable
by kjellander@webrtc.org
· 10 years ago
818c498
Modify the simulcast encoder factory adapter to allow external encoder factories that support more than one codec.
by pthatcher@webrtc.org
· 10 years ago
2386d6d
Revert 8599 "Revert 8580 "Unify underlying frame buffer in I420VideoFrame and...""
by magjed@webrtc.org
· 10 years ago
5af41aa
Fix uninitialized variable. If FindConstraint() returns false, we check |value| in two places and at that point, it can hold an uninitialized value. Caught by Linux Memcheck builder.
by tommi@webrtc.org
· 10 years ago
bbce5ef
Turn on IPv6 for WebRTC as default as required before ramping the experiment to 30%.
by guoweis@webrtc.org
· 10 years ago
d43b2c0
Revert "Turn on IPv6 for WebRTC as default as required before ramping the experiment to 30%."
by guoweis@webrtc.org
· 10 years ago
86c33e3
Turn on IPv6 for WebRTC as default as required before ramping the experiment to 30%.
by guoweis@webrtc.org
· 10 years ago
61e00b0
Create a in-memory DTLS identity store that keeps a free identity generated in the background.
by jiayl@webrtc.org
· 10 years ago
f7abb12
Fix OVERRIDE->override again after reverting video frame cl.
by tommi@webrtc.org
· 10 years ago
1f94407
Revert 8580 "Unify underlying frame buffer in I420VideoFrame and..."
by tommi@webrtc.org
· 10 years ago
92f4018
Start using std::map for Values in the statscollector. This is in preparaton for more work which will cut down on the string copying work we do.
by tommi@webrtc.org
· 10 years ago
14665ff
Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro
by kjellander@webrtc.org
· 10 years ago
058b1f1
Remove GetReceiveBandwidthEstimatorStats.
by pbos@webrtc.org
· 10 years ago
fc2f146
Revert "Turn on IPv6 for WebRTC as default as required before ramping the experiment to 30%."
by guoweis@webrtc.org
· 10 years ago
Next »