Sign in
webrtc
/
src
/
webrtc
/
HEAD
« Previous
94c183c
Revert of Add logging of host lookups made by TurnPort to the RtcEventLog. (patchset #11 id:200001 of https://codereview.webrtc.org/2996933003/ )
by maxmorin
· 7 years ago
6e7a50e
ObjC: Add support for injectable native audio and video codecs
by magjed
· 7 years ago
2cba2c3
Removing video_{receive,send}_stream.h stub headers.
by mbonadei
· 7 years ago
4282b1f
Add logging host lookups made by TurnPort to the RtcEventLog.
by jonaso
· 7 years ago
9cde718
Revert "Adding injectable audio decoder and encoder factory support to the RTCPeerConnection obj-c layer."
by Magnus Jedvert
· 7 years ago
29da79c
Let VideoEncoderSoftwareFallbackWrapper own the wrapped encoder
by magjed
· 7 years ago
158b11d
Now uses builder class for AudioRecord objects from SDK 23.
by henrika
· 7 years ago
1f928ed
Android: Replace webrtc_jni namespace with nested jni namespace
by magjed
· 7 years ago
2cd5fed
Fix compiler warnings due to type mismatch.
by lliuu
· 7 years ago
d1f9dfc
Clean up ownership of webrtc::VideoEncoder
by magjed
· 7 years ago
e8be915
Revert of Remove deprecated CodecType methods. (patchset #1 id:1 of https://codereview.webrtc.org/3009583002/ )
by mbonadei
· 7 years ago
5bf39fc
Removing dependencies on stub headers within WebRTC.
by mbonadei
· 7 years ago
443f9a9
Wiring discard rate of audio FEC/RED packets up to StatsReport.
by minyue-webrtc
· 7 years ago
2549684
Remove deprecated CodecType methods.
by kthelgason
· 7 years ago
a2c4b05
Update jpeg writer to compile on iOS and document it better
by ilnik
· 7 years ago
65c4bcd
Reland of Verify sender ssrc when receiving rtcp target bitrate (patchset #1 id:1 of https://codereview.webrtc.org/3005633002/ )
by sprang
· 7 years ago
d19f019
Implement move constructor for RTPFragmentationHeader.
by sakal
· 7 years ago
9426cf4
Add support for RGB frames in MediaCodecVideoEncoder.
by sakal
· 7 years ago
9750976
Fix a bug in the SDP parser in AppRTCMobile.
by kthelgason
· 7 years ago
c205a94
Now that https://codereview.webrtc.org/3003643002 is landed we can
by mbonadei
· 7 years ago
bf8b370
Android: Add common function for adding/releasing native reference
by magjed
· 7 years ago
9f78ecd
Move GetOutstandingBytes() call inside field trial check to avoid taking an unneccessary lock.
by stefan
· 7 years ago
64bb079
Android: Don't check ref count when releasing PeerConnectionInterface
by magjed
· 7 years ago
06a06b3
Android: Update convenience macro defining JNI-accessible methods
by magjed
· 7 years ago
816f591
Remove dead code
by kwiberg
· 7 years ago
6b6318f
Use windows' content rectangles rather than their borders to determine overlapping
by Zijie He
· 7 years ago
28afa59
Implement scaling detection in WindowCapturerWin
by Zijie He
· 7 years ago
0e058de
Revert of Verify sender ssrc when receiving rtcp target bitrate (patchset #3 id:40001 of https://codereview.webrtc.org/3000373002/ )
by zhihuang
· 7 years ago
7404847
Check whether on_screen is null before performing CFBooleanGetValue()
by Zijie He
· 7 years ago
4164d95
When Ulpfec recovers a packet, set |returned| flag earlier.
by nisse
· 7 years ago
7ae169f
Verify sender ssrc when receiving rtcp target bitrate
by sprang
· 7 years ago
8358ff3
Removing EXPAT_RELATIVE_PATH and rtc_relative_path.
by mbonadei
· 7 years ago
dcdf4b4
Removes usage audio_device_test_api.
by henrika
· 7 years ago
beb74d6
Update video_replay tool to be able to dump .jpg files.
by philipel
· 7 years ago
ef0e398
Delete batch mode from VideoProcessorIntegrationTest.
by brandtr
· 7 years ago
fe82787
Decrease the default reverberation in AEC3
by peah
· 7 years ago
7fac5bf
Android: Expose EglBase.swapBuffers with presentation time
by magjed
· 7 years ago
9278d47
Roll chromium_revision d323a482ee..7114a66134 (494468:497367) manually
by charujain
· 7 years ago
baeec6b
This cl refactor TaskQueues to use a PIMPL implementation on linux/Android.
by perkj
· 7 years ago
3ba82f4
Change frame bookkeeping in VideoProcessorIntegrationTest.
by brandtr
· 7 years ago
3ef80a2
Reverse |rtx_payload_types| map, and rename.
by nisse
· 7 years ago
0bb3907
Make rate control and quality thresholds optional in VideoProcessorIntegrationTest.
by brandtr
· 7 years ago
14e884b
Reimplement the builtin audio codec factories using the new stuff in api/
by kwiberg
· 7 years ago
13871b5
Uncomment commented-out sequence-checks in call.cc
by eladalon
· 7 years ago
71e1fa5
Uncomment thread-checkers in ChannelProxy
by eladalon
· 7 years ago
df6ce6d
Adjust for initial cropping when adapting frame.
by andersc
· 7 years ago
7f62201
Eliminate RtpVideoStreamReceiver::receive_cs_ in favor of using a SequencedTaskChecker
by eladalon
· 7 years ago
47c96e5
Utilizing the AEC3 config struct for constants.
by peah
· 7 years ago
94ac82f
Add stats totalSamplesReceived and concealedSamples
by Steve Anton
· 7 years ago
2a927b0
Turn off clang-format for WEBRTC_RTCSTATS_IMPL macros.
by Steve Anton
· 7 years ago
0be5d66
Add DesktopFrame::MoveFrameInfoFrom() and DesktopFrame::CopyFrameInfoFrom()
by Zijie He
· 7 years ago
d69b2c2
Add audio_level member to RtpSource and set it from RtpReceiverImpl::IncomingRtpPacket.
by zstein
· 7 years ago
44e9ddd
Disable screen capturer tests on Windows
by Zijie He
· 7 years ago
b01adf4
The goal of this CL is to separate Obj-C/Obj-C++ code from targets which have
by mbonadei
· 7 years ago
775b7c5
Fix places that trigger no-unused-lambda-capture - change to using static-constexpr.
by eladalon
· 7 years ago
7a9414b
Uncomment thread-check in AudioSendStream::OnPacketFeedbackVector()
by eladalon
· 7 years ago
47a5c05
Fix video slow to appear on first launch.
by jtteh
· 7 years ago
551123f
Remove deprecated DirectTransport constructors
by eladalon
· 7 years ago
06f3606
Replacing NetEq discard rate with secondary discarded rate.
by minyue-webrtc
· 7 years ago
96be7ad
Fix rtc::CurrentThreadId() on Android
by magjed
· 7 years ago
fc6be2d
Fix bugs in HardwareVideoDecoder reinitialization.
by sakal
· 7 years ago
d9da467
Made the AEC3 alignment a mandatory for using the adaptive filter delay
by peah
· 7 years ago
6927cb4
Robustify the AEC3 inaudible echo detection
by peah
· 7 years ago
a875cf0
New accessor function VideoReceiveStream::Config::Rtp::AddRtxBinding
by Niels Möller
· 7 years ago
171de35
Rename all objc targets to be suffixed for consistency
by kthelgason
· 7 years ago
b991f6d
Increase logging severity level for SW fallback.
by brandtr
· 7 years ago
374d7e7
Add GUARDED_BY in DirectTransport
by eladalon
· 7 years ago
053a8e0
Enable the HW VideoToolbox encoder on mac.
by kthelgason
· 7 years ago
ed56bdc
Make CodecType conversion functions non-optional.
by kthelgason
· 7 years ago
3ba7282
Delete unneeded includes of atomic32.h.
by nisse
· 7 years ago
4ddcd7d
Delete Filesystem::GetTemporaryFolder.
by nisse
· 7 years ago
59efa13
Delete deprecated static method FileStream::GetSize.
by Niels Möller
· 7 years ago
2f71d33
Add myself as owner of example apps.
by kthelgason
· 7 years ago
37f8e0d
Delete unneeded include of videocapturer.h
by Niels Möller
· 7 years ago
a2495bd
The goal of this CL is to separate Obj-C/Obj-C++ code from targets which have
by mbonadei
· 7 years ago
6d52cb3
Renamed dtlstransportchannel.h/.cc/_unittest.cc.
by zhihuang
· 7 years ago
a11437b
Adding injectable audio decoder and encoder factory support to the RTCPeerConnection obj-c layer.
by Jeremy Newton-Smith
· 7 years ago
781a796
Reland of Modify profiles for H264 encode SW fallback (patchset #1 id:1 of https://codereview.webrtc.org/2995373002/ )
by emircan
· 7 years ago
c729720
Reland of Enable -Wunused-lambda-capture warning (patchset #1 id:1 of https://codereview.webrtc.org/3007483002/ )
by kjellander
· 7 years ago
f71d8f6
Detect whether a window is out of screen when using cropping window capturer
by Zijie He
· 7 years ago
7d9239a
Revert of Enable -Wunused-lambda-capture warning (patchset #1 id:1 of https://codereview.webrtc.org/2999403002/ )
by kjellander
· 7 years ago
1329144
Use fake audio device in peerconnectioninterface_unittest.cc.
by deadbeef
· 7 years ago
acbfa68
Add experiment to disable ulpfec.
by stefan
· 7 years ago
b80b104
Replace WEBRTC_TRACE logging in modules/media_file/
by Sam Zackrisson
· 7 years ago
013f9dc
Use small BWE period when there is a true network degradation.
by minyue-webrtc
· 7 years ago
f18f126
Robustified the detection of linear filter quality in AEC3
by peah
· 7 years ago
d1c851e
Add a field trial to produce VideoFrames in camera capturers.
by sakal
· 7 years ago
aaa4115
Enable -Wunused-lambda-capture warning
by kjellander
· 7 years ago
3483914
Resolves threading issues when audio is interrupted on iOS.
by henrika
· 7 years ago
156d6e3
ObjC: Always dispatch async in UIApplication status observer.
by andersc
· 7 years ago
6a5ac8f
Report max interframe delay over window insdead of interframe delay sum
by ilnik
· 7 years ago
7d8db23
Fix places that trigger no-unused-lambda-capture
by eladalon
· 7 years ago
3a071f6
Let Call::OnRecoveredPacket parse RTP header extensions.
by brandtr
· 7 years ago
de7e264
Remove WebRTC-videocontenttypeextension field trial completely
by ilnik
· 7 years ago
8fcb50d
Check child windows in CroppingWindowCapturerWin
by Zijie He
· 7 years ago
7865664
Fix an implicit narrowing conversion found by MSVC
by oprypin
· 7 years ago
e0d2fcf
Reland of Stop silently accepting unsupported flags in test binaries (patchset #1 id:1 of https://codereview.webrtc.org/3002963002/ )
by oprypin
· 7 years ago
eb435eb
Make AEC3 recover more quickly for lost capture data
by peah
· 7 years ago
7f56e63
Ignore inter-frame delay stats samples when stream is inactive
by sprang
· 7 years ago
c3ea716
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
· 7 years ago
Next »