Sign in
webrtc
/
src
/
2b706343de6f79839f46d12008ec3c8062bb94bc
2b70634
Add audio_level member to RtpSource and set it from RtpReceiverImpl::IncomingRtpPacket.
by zstein
· 8 years ago
0cab085
Disable screen capturer tests on Windows
by Zijie He
· 8 years ago
c0af5ac
The goal of this CL is to separate Obj-C/Obj-C++ code from targets which have
by mbonadei
· 8 years ago
72ba795
Fix iOS API Framework build script after renaming objc targets.
by kthelgason
· 8 years ago
05b07bb
Fix places that trigger no-unused-lambda-capture - change to using static-constexpr.
by eladalon
· 8 years ago
3651fdd
Uncomment thread-check in AudioSendStream::OnPacketFeedbackVector()
by eladalon
· 8 years ago
837adc0
Fix video slow to appear on first launch.
by jtteh
· 8 years ago
0860bee
Remove deprecated DirectTransport constructors
by eladalon
· 8 years ago
0c3ca75
Replacing NetEq discard rate with secondary discarded rate.
by minyue-webrtc
· 8 years ago
d950d9e
Fix rtc::CurrentThreadId() on Android
by magjed
· 8 years ago
6c36dcb
Fix bugs in HardwareVideoDecoder reinitialization.
by sakal
· 8 years ago
b1737fc
Made the AEC3 alignment a mandatory for using the adaptive filter delay
by peah
· 8 years ago
85864be
Robustify the AEC3 inaudible echo detection
by peah
· 8 years ago
23bdb67
New accessor function VideoReceiveStream::Config::Rtp::AddRtxBinding
by Niels Möller
· 8 years ago
36d658d
Rename all objc targets to be suffixed for consistency
by kthelgason
· 8 years ago
955d7f1
Increase logging severity level for SW fallback.
by brandtr
· 8 years ago
cff98dc
Add GUARDED_BY in DirectTransport
by eladalon
· 8 years ago
a4955b4
Enable the HW VideoToolbox encoder on mac.
by kthelgason
· 8 years ago
1cdddc9
Make CodecType conversion functions non-optional.
by kthelgason
· 8 years ago
821e214
Delete unneeded includes of atomic32.h.
by nisse
· 8 years ago
a0c8887
Delete Filesystem::GetTemporaryFolder.
by nisse
· 8 years ago
eaea277
Delete deprecated static method FileStream::GetSize.
by Niels Möller
· 8 years ago
adf4cec
Add myself as owner of example apps.
by kthelgason
· 8 years ago
ea5cc86
Delete unneeded include of videocapturer.h
by Niels Möller
· 8 years ago
cd95a4e
The goal of this CL is to separate Obj-C/Obj-C++ code from targets which have
by mbonadei
· 8 years ago
ca6d3b6
Renamed dtlstransportchannel.h/.cc/_unittest.cc.
by zhihuang
· 8 years ago
96de428
Adding injectable audio decoder and encoder factory support to the RTCPeerConnection obj-c layer.
by Jeremy Newton-Smith
· 8 years ago
82fac89
Reland of Modify profiles for H264 encode SW fallback (patchset #1 id:1 of https://codereview.webrtc.org/2995373002/ )
by emircan
· 8 years ago
d4ab933
Reland of Enable -Wunused-lambda-capture warning (patchset #1 id:1 of https://codereview.webrtc.org/3007483002/ )
by kjellander
· 8 years ago
dab31ce
Detect whether a window is out of screen when using cropping window capturer
by Zijie He
· 8 years ago
aa0d2e6
Revert of Enable -Wunused-lambda-capture warning (patchset #1 id:1 of https://codereview.webrtc.org/2999403002/ )
by kjellander
· 8 years ago
d7850b2
Use fake audio device in peerconnectioninterface_unittest.cc.
by deadbeef
· 8 years ago
60e10c7
Add experiment to disable ulpfec.
by stefan
· 8 years ago
45ca37c
Replace WEBRTC_TRACE logging in modules/media_file/
by Sam Zackrisson
· 8 years ago
8293100
Use small BWE period when there is a true network degradation.
by minyue-webrtc
· 8 years ago
0fcb74d
Robustified the detection of linear filter quality in AEC3
by peah
· 8 years ago
91073ae
Add a field trial to produce VideoFrames in camera capturers.
by sakal
· 8 years ago
fd7cffa
Enable -Wunused-lambda-capture warning
by kjellander
· 8 years ago
09a7619
Resolves threading issues when audio is interrupted on iOS.
by henrika
· 8 years ago
cca0006
ObjC: Always dispatch async in UIApplication status observer.
by andersc
· 8 years ago
a79cc28
Report max interframe delay over window insdead of interframe delay sum
by ilnik
· 8 years ago
1cc5fc3e
Fix places that trigger no-unused-lambda-capture
by eladalon
· 8 years ago
3df8752
MB: Remove Android clang bot configurations.
by kjellander
· 8 years ago
caea68f
Let Call::OnRecoveredPacket parse RTP header extensions.
by brandtr
· 8 years ago
41cadbc
Remove WebRTC-videocontenttypeextension field trial completely
by ilnik
· 8 years ago
c3c1256
CQ: Remove android_clang_dbg bot
by kjellander
· 8 years ago
f9d7eca
Check child windows in CroppingWindowCapturerWin
by Zijie He
· 8 years ago
0826fb2
Fix an implicit narrowing conversion found by MSVC
by oprypin
· 8 years ago
51d49b4
Reland of Stop silently accepting unsupported flags in test binaries (patchset #1 id:1 of https://codereview.webrtc.org/3002963002/ )
by oprypin
· 8 years ago
96b951c
Make AEC3 recover more quickly for lost capture data
by peah
· 8 years ago
3e86e7e
Ignore inter-frame delay stats samples when stream is inactive
by sprang
· 8 years ago
bcc655c
Revert of Reimplement the builtin audio codec factories using the new stuff in api/ (patchset #1 id:60001 of https://codereview.webrtc.org/2997713002/ )
by sakal
· 8 years ago
5c8942a
Move PacedSender ownership to RtpTransportControllerSend.
by Stefan Holmer
· 8 years ago
ee42d19
Reland of Add Jpeg frame writer for test support.
by ilnik
· 8 years ago
eb13f5e
Add video timing frames to set of default RTP header extensions
by sprang
· 8 years ago
440b6d9
Move video send/receive stream headers to webrtc/call.
by aleloi
· 8 years ago
aaaf2db
Minor changes to TestVp8Impl.
by asapersson
· 8 years ago
417989a
Reimplement the builtin audio codec factories using the new stuff in api/
by kwiberg
· 8 years ago
413ee9a
Use SingleThreadedTaskQueue in DirectTransport
by eladalon
· 8 years ago
2a59654
Fix an implicit narrowing conversion found by MSVC
by kwiberg
· 8 years ago
4553562
Remove unnecessary RTPFragmentationHeader from VideoProcessor callbacks.
by brandtr
· 8 years ago
bdbc889
Revert of Fix the video buffer size should take rtt into consideration (patchset #3 id:40001 of https://codereview.chromium.org/2980413002/ )
by philipel
· 8 years ago
3d95a53
Change logging method from WEBRTC_TRACE macro to LOG macro.
by Sam Zackrisson
· 8 years ago
c614823
Remove unnecessary release call in EglRenderer.
by sakal
· 8 years ago
97c3fc1
Respect DesktopCaptureOptions::detect_updated_region() in ScreenCapturerMac
by Zijie He
· 8 years ago
296b64e
Revert of Modify profiles for H264 encode SW fallback (patchset #2 id:20001 of https://codereview.webrtc.org/2997913003/ )
by zhihuang
· 8 years ago
565d046
Redo 587688 and 592088 to add histograms in capturer
by Zijie He
· 8 years ago
1fd6665
Modify profiles for H264 encode SW fallback
by emircan
· 8 years ago
c0cde56
Fix size_t to int in RtpDemuxer.
by Steve Anton
· 8 years ago
7542bf8
CQ: Add win_msvc_rel to default trybot set.
by kjellander
· 8 years ago
f0a1dd9
Fix compile error for the win_msvc_rel bot.
by philipel
· 8 years ago
2fe9dfa
Android: Fix synchronization problems in VideoFrame release.
by sakal
· 8 years ago
139cf38
ObjC: Remove RTCVideoFrame I420 functions
by magjed
· 8 years ago
b0215da
ObjC: Remove RTCVideoFrame.nativeHandle
by magjed
· 8 years ago
2ee432d
Ensures that built-in AGC is enabled on iOS.
by henrika
· 8 years ago
c8c5905
VideoProcessor: make it runnable on a task queue.
by brandtr
· 8 years ago
e57556c
iSAC floating-point implementation of the Audio{En,De}coderFactoryTemplate APIs
by kwiberg
· 8 years ago
0069b45
TestVp8Impl: Remove unused arguments and member variable.
by asapersson
· 8 years ago
228fb0e
H264: Don't disable compiler warning by using NO_THREAD_SAFETY_ANALYSIS.
by hbos
· 8 years ago
ed0e436
VideoProcessorIntegrationTest: mini-fixes in preparation for task queue CL.
by brandtr
· 8 years ago
245f17e
Delete old CongestionController class
by Niels Möller
· 8 years ago
c2d4d57
MB: Add configs for Windows bots enforcing MSVC compilation.
by kjellander
· 8 years ago
bdd555c
VideoProcessor: mini-fixes in preparation for task queue CL.
by brandtr
· 8 years ago
8b844b1
Only disable -Wthread-safety-attributes warning for Clang.
by kjellander
· 8 years ago
3771ba3
Revert of Add Jpeg frame writer for test support. (patchset #12 id:220001 of https://codereview.webrtc.org/2990563002/ )
by charujain
· 8 years ago
a36165c
Final version of BBR, with tweaks made for WebRTC, major changes:
by gnish
· 8 years ago
8018306
Reduce code repetition in RtcpDemuxerTest.
by Steve Anton
· 8 years ago
257baf1
Fix a bug where listener custom drawer was ignored in EglRenderer.
by sakal
· 8 years ago
53c7ba6
Add BUNDLE processing to RtpDemuxer.
by Steve Anton
· 8 years ago
26e5cbd
Add Jpeg frame writer for test support.
by ilnik
· 8 years ago
d64072c
Revert of Stop silently accepting unsupported flags in test binaries (patchset #5 id:150001 of https://codereview.webrtc.org/2968003003/ )
by oprypin
· 8 years ago
a2782f6
Stop silently accepting unsupported flags in test binaries
by oprypin
· 8 years ago
81bc523
Make a friendlier RTCVideoCodecInfo initializer for when only name and
by andersc
· 8 years ago
3042c2d
Reland of quest keyframes more frequently on stream start/decoding error. (patchset #1 id:1 of https://codereview.chromium.org/2995153002/ )
by philipel
· 8 years ago
327af33
iSAC fixed-point implementation of the Audio{En,De}coderFactoryTemplate APIs
by kwiberg
· 8 years ago
a28122f
Change ThreadChecker to SequencedTaskChecker in VideoReceiveStream
by eladalon
· 8 years ago
5afa3f2
Fix for alr detection bug on pause.
by tschumim
· 8 years ago
84778c7
Optimize HardwareVideoDecoder by doing all frame conversions in C++.
by sakal
· 8 years ago
ba050a6
Reland of Add a flags field to video timing extension. (patchset #1 id:1 of https://codereview.webrtc.org/2995953002/ )
by sprang
· 8 years ago
f3f5c0e
Change ThreadChecker to SequencedTaskChecker in internal::Call
by eladalon
· 8 years ago
Next »