Sign in
webrtc
/
src
/
webrtc
/
4b6381a262561132a6c543c997577991b8962f9b
4b6381a
Move SSLIdentity Generate() implementations from .h to .cc file.
by Torbjorn Granlund
· 9 years ago
cfeeb57
Avoid overflow in WebRtcSpl_Sqrt
by henrik.lundin
· 9 years ago
9095cbe
Implement certificate lifetime parameter as required by WebRTC RFC.
by torbjorng
· 9 years ago
a2d4656
Stop decoders in VideoReceiveStream destructor.
by Peter Boström
· 9 years ago
f289902
Replaced eglbase_jni with with holding a EglBase in PeerConnectionFactory.
by perkj
· 9 years ago
82c16b0
Replace scoped_ptr with unique_ptr in webrtc/modules/audio_coding/
by kwiberg
· 9 years ago
7f2ab9b
Reland of Don't send FEC for H.264 with NACK enabled. (patchset #1 id:1 of https://codereview.webrtc.org/1692783005/ )
by Peter Boström
· 9 years ago
a96ea33
removed five redundant avsync tests to make webrtc_perf_test faster
by Danil Chapovalov
· 9 years ago
2412399
Rename libjingle_p2p_unittest -> rtc_pc_unittests
by kjellander@webrtc.org
· 9 years ago
4df8757
Replace scoped_ptr with unique_ptr in webrtc/modules/audio_coding/test/
by kwiberg
· 9 years ago
067ab64
Replace scoped_ptr with unique_ptr in webrtc/modules/audio_coding/neteq/
by kwiberg
· 9 years ago
5b5159c
Move refcount.h and scoped_ref_ptr.h to rtc_base_approved. BUG=
by tommi
· 9 years ago
9dbcb46
Replace scoped_ptr with unique_ptr in webrtc/modules/audio_coding/codecs/
by kwiberg
· 9 years ago
9ff1162
Moved the GainControlForNewAGC class to be a separate file.
by peah
· 9 years ago
8814c4d
Add VP9 to full stack tests.
by asapersson
· 9 years ago
41fd7aa
Revert of Don't send FEC for H.264 with NACK enabled. (patchset #5 id:80001 of https://codereview.webrtc.org/1687303002/ )
by deadbeef
· 9 years ago
4f62602
Android: Make VideoCapturer an interface for all VideoCapturers to implement
by Magnus Jedvert
· 9 years ago
2274701
Removes Nexus 5 from AEC and NS blacklists
by henrika
· 9 years ago
cb66997
Fix race on VCM protection callback.
by Peter Boström
· 9 years ago
79a7854
Remove Reset from conditionally-compiled decoders.
by Peter Boström
· 9 years ago
902de20
Remove no-op VideoDecoder::Reset implementation.
by Peter Boström
· 9 years ago
77388b8
Don't send FEC for H.264 with NACK enabled.
by Peter Boström
· 9 years ago
a03078f
Rename libjingle_media_unittest -> rtc_media_unittests
by kjellander@webrtc.org
· 9 years ago
5ec5665
Add OWNERS file in webrtc/pc
by kjellander@webrtc.org
· 9 years ago
7c6e107
Fix VideoCapturer::OnMessage override
by Per
· 9 years ago
886513ef
This reland https://codereview.webrtc.org/1655793003/ with the change that cricket::VideoCapturer::SignalVideoFrame is added back and used for frame forwarding. It is used in Chrome remoting.
by Per
· 9 years ago
c0923c4
Remove spammy GetRTPStatistics() log.
by Peter Boström
· 9 years ago
e1a2ad1
Introduce struct MediaConfig, with construction-time settings.
by nisse
· 9 years ago
7799810
Initial cleanup of cricket::VideoFrame.
by nisse
· 9 years ago
96ce682
Fix license headers in webrtc/pc
by kjellander
· 9 years ago
4056bb6
Move talk/session/media -> webrtc/pc
by kjellander@webrtc.org
· 9 years ago
c8ca0e2
Rename webrtc/media/webrtc -> webrtc/media/engine
by kjellander@webrtc.org
· 9 years ago
268ca3d
Update API for Objective-C RTCPeerConnection.
by hjon
· 9 years ago
856cecc
Use std::vector in the PayloadRouter interface.
by Peter Boström
· 9 years ago
43e92cf
rtc::Buffer: Replace an internal rtc::scoped_ptr with std::unique_ptr
by kwiberg
· 9 years ago
c506128
Revert of Android: Remove VideoCapturer (patchset #2 id:20001 of https://codereview.webrtc.org/1684403002/ )
by kjellander
· 9 years ago
66a7aa6
Fix negative shift exponent in WPDTree
by aluebs
· 9 years ago
4959429
Fix division by zero errors in IntelligibilityEnhancer
by Alejandro Luebs
· 9 years ago
67ccaf7
Fixing bug in MediaStream.java that caused double disposal of track.
by deadbeef
· 9 years ago
ef22634
Android: Remove VideoCapturer
by Magnus Jedvert
· 9 years ago
b9e52a6
Added accessor and Parse function. Create function merged into one.
by danilchap
· 9 years ago
b6bb7aa
Move the decoder thread into VideoReceiveStream.
by Peter Boström
· 9 years ago
4ba95f2
Added empty files for VideoBroadcaster so adding them don't break Chrome.
by Per
· 9 years ago
2a03e7e
iOS: Remove MB and Goma for GYP builders.
by kjellander
· 9 years ago
c878eb1
Extract send-side ViEReceiver calls.
by Peter Boström
· 9 years ago
dd8a3a7
iOS: Add mb_type config for GYP builders.
by kjellander
· 9 years ago
3f8f82b
PRESUBMIT: Add check for JSON parse errors + fix JSON
by kjellander
· 9 years ago
25b4a62
Initialize VideoSendStream members in constructor.
by Peter Boström
· 9 years ago
364139a
Add support for rtx with h264.
by stefan
· 9 years ago
4fc5399
Fix two UBSan warnings in NetEq
by henrik.lundin
· 9 years ago
dbeeb30
Revert of Make cricket::VideoCapturer implement VideoSourceInterface (patchset #14 id:300001 of https://codereview.webrtc.org/1655793003/ )
by perkj
· 9 years ago
6a24b0a
This cl introduce a VideoSourceInterface and let cricket::VideoCapturer implement it.
by Per
· 9 years ago
b0a6bea
Revert of Initial cleanup of cricket::VideoFrame. (patchset #3 id:40001 of https://codereview.webrtc.org/1688643003/ )
by nisse
· 9 years ago
d630f2f
Revert of Make cricket::VideoCapturer implement VideoSourceInterface (patchset #12 id:260001 of https://codereview.webrtc.org/1655793003/ )
by perkj
· 9 years ago
00d9612
Initial cleanup of cricket::VideoFrame.
by nisse
· 9 years ago
9b1a6bd
This cl introduce a VideoSourceInterface and let cricket::VideoCapturer implement it.
by perkj
· 9 years ago
73be68e
Fix IntelligibilityEnhancerTest.TestRenderUpdate test
by Alejandro Luebs
· 9 years ago
fe78ac6
Using the NS noise estimate for the IE
by aluebs
· 9 years ago
0b555f5
Associate "score" attribute with SSIM so that future perf graphs know that an increase in SSIM should be considered an improvement.
by tnakamura
· 9 years ago
d64d708
Remove VideoFormat from WebRtcVideoEngine2.
by Peter Boström
· 9 years ago
a4777ed
Added A/V sync tests with drifting clocks.
by danilchap
· 9 years ago
405c617
Set rtc_prefer_fixed_point to true on arm64 to match GYP
by pkotwicz
· 9 years ago
08d3cec
Cleanup temporary files created by tests.
by jbauch
· 9 years ago
bb60460
Experimental patch for adapting adaptation to CPU count on Mac.
by torbjorng
· 9 years ago
95ed4e6
Fix license headers in webrtc/api.
by kjellander
· 9 years ago
61453e2
Cleanup after talk/media move.
by kjellander@webrtc.org
· 9 years ago
608b2be
Remove java_home GYP variable from webrtc/build/common.gypi
by kjellander
· 9 years ago
ca3e436
Moved buffering of farend into the EchoSubtraction method.
by peah
· 9 years ago
cd2c38a
NetEq: Fix a negative shift value
by henrik.lundin
· 9 years ago
bd0ae45
Move talk/app/webrtc to webrtc/api
by Henrik Kjellander
· 9 years ago
6a37a72
Cleanup shared memory handling in DesktopCapturer interface.
by sergeyu
· 9 years ago
47c75e3
Surface the noise estimate of the NS to be used by other components
by Alejandro Luebs
· 9 years ago
2c4fbb9
Update path for audioproc_debug proto output.
by kjellander
· 9 years ago
cbb9be4
Switch third_party/gflags to use updated GitHub repo.
by kjellander
· 9 years ago
b1e646b
[rtp_rtcp] Added Sender Report Request rtcp packet.
by danilchap
· 9 years ago
e739d3f
Remove deprecated PeerConnectionObserver::OnStateChange and OnIceComplete
by perkj
· 9 years ago
bb76360
Avoid OpenH264 encoder bug for #threads > 1 on Mac and Chromium+Sandbox.
by hbos
· 9 years ago
6d764e2
Added thread annotations to FifoBuffer.
by jbauch
· 9 years ago
1812761
Fix div-by-0 in NetEq's StatisticsCalculator
by henrik.lundin
· 9 years ago
872d5a3
Fuzzer tests for AudioDecoder's DecodeRedundant and IncomingPacket
by henrik.lundin
· 9 years ago
dda2663
Revert of Analyze support in gyp_webrtc (patchset #1 id:1 of https://codereview.webrtc.org/1369683004/ )
by kjellander
· 9 years ago
8f84bfc
Enable cpplint for webrtc/modules/pacing and fix all uncovered cpplint errors.
by jbauch
· 9 years ago
b197661
Create QuicSession
by mikescarlett
· 9 years ago
e0a1ad6
Add perkj+magjed to webrtc/media/OWNERS
by kjellander
· 9 years ago
e633973
Fix null-pointer dereference in RTPSenderVideo.
by Peter Boström
· 9 years ago
ed50be1
Clean up of CongestionController.
by Stefan Holmer
· 9 years ago
70ff7ff
Remove ViEChannel calls for VideoReceiveStream.
by Peter Boström
· 9 years ago
eee930e
[rtp_rtcp] rtcp::Tmmbn cleaned and got Parse function
by danilchap
· 9 years ago
4def420
Default build flag |rtc_use_h264| to |proprietary_codecs| if not on Android/iOS.
by hbos
· 9 years ago
db68549
Fix GYP and GN references that are invalid in Chromium builds.
by kjellander
· 9 years ago
71ec0dc
Change to WebRTC license in webrtc/media
by kjellander
· 9 years ago
bf0fea5
Revert of Default build flag |rtc_use_h264| to |proprietary_codecs| if not on Android/iOS. (patchset #1 id:1 of https://codereview.webrtc.org/1674103002/ )
by hbos
· 9 years ago
00f72b4
Default build flag |rtc_use_h264| to |proprietary_codecs| if not on Android/iOS.
by hbos
· 9 years ago
dd7f205
check v4l frame rate capability with bitwise method.
by Weiyong Yao
· 9 years ago
4e5c0a0
Set use_gtk=0 as default for Chromium builds.
by kjellander
· 9 years ago
241e907
Revert of Default build flag |rtc_use_h264| to |proprietary_codecs| if not on Android/iOS. (patchset #1 id:1 of https://codereview.webrtc.org/1660403004/ )
by hbos
· 9 years ago
a27e91a
Remove fake cricket::VideoCapturer devices.
by Peter Boström
· 9 years ago
f1fd452
Default build flag |rtc_use_h264| to |proprietary_codecs| if not on Android/iOS.
by hbos
· 9 years ago
7404fbd
H264: Improve FFmpeg decoder performance by using I420BufferPool.
by hbos
· 9 years ago
468f25d
Use a delayed encoder in GetStats test.
by Peter Boström
· 9 years ago
Next »