Sign in
webrtc
/
src.git
/
87d11cdbca721c93cf3856026e1bce02c21abdff
87d11cd
Reland of Avoid calling PostTask in audio callbacks (patchset #1 id:1 of https://codereview.webrtc.org/2684913003/ )
by henrika
· 8 years ago
5d83780
Fix flaky test introduced by r16478
by stefan
· 8 years ago
0e3213a
Fix bug in BitrateProber where an old probe added at a high bitrate will stay active indefinitely if the bandwidth estimate becomes too low to probe at that bitrate.
by Stefan Holmer
· 8 years ago
488c5dc
Add new target direct_transport and remove fake_network and direct_transport from test_common.
by perkj
· 8 years ago
91873b7
Roll chromium_revision 70957b2671..cf2dce6a6d (448581:448969)
by buildbot
· 8 years ago
e525d6a
Revert Make the new jitter buffer the default jitter buffer.
by stefan
· 8 years ago
498ee8e
Remove repeat flag from SendRTCP
by danilchap
· 8 years ago
fd8f102
Revert of Avoid calling PostTask in audio callbacks (patchset #6 id:100001 of https://codereview.webrtc.org/2663383004/ )
by henrika
· 8 years ago
2192089
Adding full initial version of delay estimation functionality in echo
by peah
· 8 years ago
d4ed7f5
New tool for printing basic packet information from an RTC event log to stdout.
by terelius
· 8 years ago
abcef5d
Replace std::tr1::tuple by ::testing::tuple.
by ehmaldonado
· 8 years ago
5e5a072
iOS: Fix breakage caused by buildbot recipe update
by Henrik Kjellander
· 8 years ago
b10f32f
Adding more comments to every header file in api/ subdirectory.
by deadbeef
· 8 years ago
76e02cd
Reland of ll chromium_revision 496a750d38..70957b2671 (447619:448581) (patchset #1 id:1 of https://codereview.webrtc.org/2680743003/ )
by kjellander
· 8 years ago
54b6e98
Added gn target for rtc_event_log2rtp_dump.
by ivoc
· 8 years ago
7798501
Fix the Chrome crash caused by RtcEventLog
by zhihuang
· 8 years ago
9dd77ba
Clarifying error messages in ParseIceServerUrl for invalid transport parameters.
by zstein
· 8 years ago
69fb2cc
Revert of Add QP sum stats for received streams. (patchset #10 id:180001 of https://codereview.webrtc.org/2649133005/ )
by skvlad
· 8 years ago
ed02c6d
Revert of RTCInboundRTPStreamStats.qpSum collected. (patchset #4 id:80001 of https://codereview.webrtc.org/2675943002/ )
by skvlad
· 8 years ago
76bc8e8
Delete VideoReceiveStream::Config::pre_render_callback.
by nisse
· 8 years ago
cd195be
RTCInboundRTPStreamStats.qpSum collected.
by hbos
· 8 years ago
c16fa5e
Replace all use of the VERIFY macro.
by nisse
· 8 years ago
ff0e72f
Add QP sum stats for received streams.
by sakal
· 8 years ago
7de8d64
Wire up audio packet loss to BWE.
by stefan
· 8 years ago
2bc6864
Reland of Drop frames until specified bitrate is achieved. (patchset #1 id:1 of https://codereview.webrtc.org/2666303002/ )
by kthelgason
· 8 years ago
338f78a
RTCIceCandidatePairStats.available[Outgoing/Incoming]Bitrate collected.
by hbos
· 8 years ago
3443bb7
RTCRTPStreamStats.ssrc changed type to uint32_t.
by hbos
· 8 years ago
87b8e9f
Add missing dependency to audio_decoder_unittests.
by ehmaldonado
· 8 years ago
a53d4e7
Reduce parallel jobs in build_aar.py to 200 when building with goma.
by sakal
· 8 years ago
f81be0a
Revert of Roll chromium_revision 496a750d38..70957b2671 (447619:448581) (patchset #1 id:1 of https://codereview.webrtc.org/2683593002/ )
by kjellander
· 8 years ago
585a9b1
Refactor and clean-up relating to RTCCodecStats.
by hbos
· 8 years ago
040f5cc
Roll chromium_revision 496a750d38..70957b2671 (447619:448581)
by buildbot
· 8 years ago
b99b596
Add chromium-junit4 tag to instrumentation test AndroidManifests.
by sakal
· 8 years ago
e0ac5a6
Use std::unique_ptr in VideoProcessorIntegrationTest.
by asapersson
· 8 years ago
1b21b9b
Replace occurences of string by std::string.
by ehmaldonado
· 8 years ago
1634e16
Remove use of selectors matching Apple private API names.
by kthelgason
· 8 years ago
4a9a595
Make rtcp packets copyable
by danilchap
· 8 years ago
1959b63
Remove Assert lint suppression.
by sakal
· 8 years ago
4709e89
Move RemoteBitrateEstimator::RemoveStream calls from receive streams to Call.
by nisse
· 8 years ago
6b3fcfd
Add support for extra GN args to Android build script.
by kjellander
· 8 years ago
6b34124
Remove unnecessary RTPHeaderParser, following https://codereview.webrtc.org/2659563002/
by solenberg
· 8 years ago
f748ca4
Change order of tear down/create of default audio stream, to avoid starting/stopping audio card playout unnecessarily.
by solenberg
· 8 years ago
bd9a77f
Remove most of the remaining calls to VoE APIs from Audio[Send|Receive]Stream.
by solenberg
· 8 years ago
f9b6e5e
Fix KeepsHighBitrateWhenReconfiguringSender to avoid flakiness if probing succeeds in between encoder reconfigurations.
by Stefan Holmer
· 8 years ago
7a2d8ca
Rewrite iOS FAT libraries build script in Python
by oprypin
· 8 years ago
1134b7b
Reland of Improve and re-enable FEC end-to-end tests. (patchset #1 id:1 of https://codereview.webrtc.org/2672373002/ )
by brandtr
· 8 years ago
b77c716
Enable send-side BWE by default for video in call tests.
by stefan
· 8 years ago
fd8d265
Revert of Improve and re-enable FEC end-to-end tests. (patchset #3 id:40001 of https://codereview.webrtc.org/2675573004/ )
by brandtr
· 8 years ago
d40b0f3
Improve and re-enable FEC end-to-end tests.
by brandtr
· 8 years ago
cb789bb
Remove NewApi lint suppression.
by sakal
· 8 years ago
93e1e23
Use RateAccCounter for sent bitrate stats. Reports average of periodically computed stats over a call.
by asapersson
· 8 years ago
447dba9
Add debuggable=true to AppRTCMobile manifest.
by henrika
· 8 years ago
b114e9c
Camera2Session: Add return statements after reportError where needed.
by sakal
· 8 years ago
873fcb9
Drop the check for stray mobileprovision (no longer needed)
by oprypin
· 8 years ago
61202ac
Ensure that AEC3 is not run in tandem with AEC2
by peah
· 8 years ago
237e1bb
Fix potential use after free in H264 packetizer.
by sprang
· 8 years ago
60f7c63
Remove temporary AddRtxInfo member function.
by brandtr
· 8 years ago
d44ce05
Reland of Always call RemoteBitrateEstimator::IncomingPacket from Call. (patchset #1 id:1 of https://codereview.webrtc.org/2668973003/ )
by nisse
· 8 years ago
656610f
Move frame_generator_capture.{cc, h} and video_capturer.h to video_test_common.
by ehmaldonado
· 8 years ago
a7111eb
Fixing an error in ANA FrameLengthController unittest.
by minyue
· 8 years ago
e702b30
Adding C++ versions of currently spec'd "RtpParameters" structs.
by deadbeef
· 8 years ago
d1f5fda
Allow changing the minimal ICE ping timeout with PeerConnection.SetConfiguration.
by skvlad
· 8 years ago
98c4374
Allow passing network config constraint as base64 encoded string to preserve values of serialized protos. The values are a serialized byte stream packed into a std::string. To be represented as a NSString they must be base64 encoded or bytes outside of the ASCII range will be encoded into multi byte UTF8 sequences by default.
by haysc
· 8 years ago
390e64d
Add VP9 full stack tests: - ConferenceMotionHd2000kbps100msLimitedQueueVP9
by jianj
· 8 years ago
53b6cc3
Reland of Enable audio streams to send padding. (patchset #4 id:60001 of https://codereview.webrtc.org/2652893004/ )
by stefan
· 8 years ago
b11fb25
Protect APM in webkit builds.
by agouaillard
· 8 years ago
9d58d94
Fix and improve FlexFEC configuration for RTP/RTCP.
by brandtr
· 8 years ago
4cb1b75
Extends timer from 10 to 30 seconds for output volume check on Android.
by henrika
· 8 years ago
77ce9a5
Avoid calling PostTask in audio callbacks.
by henrika
· 8 years ago
5f47126
Added VP8 simulcast tests. Fixed analyzer to correctly infer timestamps.
by ilnik
· 8 years ago
4b512d7
Fix Chromium FYI bot
by skvlad
· 8 years ago
d030912
Pick the DTLS handshake timeout based on the ICE RTT estimate
by skvlad
· 8 years ago
a24a9e2
Get rid of unqualified std:: types.
by deadbeef
· 8 years ago
6741516
Implement new PeerConnection certificate policy API in ObjC API
by hnsl
· 8 years ago
a5d94ff
Objective-C API to set the ICE check rate through RTCConfiguration.
by skvlad
· 8 years ago
b55bd5f
Don't capture variables explicitly in lambda expression.
by ehmaldonado
· 8 years ago
5107246
Allow applications to limit the ICE check rate through RTCConfiguration
by skvlad
· 8 years ago
e5bd702
Reland of Make the new jitter buffer the default jitter buffer. (patchset #2 id:260001 of https://codereview.chromium.org/2656983002/ )
by philipel
· 8 years ago
8c61924
video_coding::PacketBuffer now group all H264 packets with the same timestamp into the same frame.
by philipel
· 8 years ago
1dffc62
Remove all occurrences of "using std::string".
by ehmaldonado
· 8 years ago
e372d3c
Add event log visualization of rtp timestamps over time.
by stefan
· 8 years ago
a55f021
Add 120ms frame ability to ANA
by michaelt
· 8 years ago
ed01647
Remove bad DCHECK added as part of https://codereview.webrtc.org/2452163004/
by solenberg
· 8 years ago
b33eed2
Fix perf issue when timinig out receiver infos in RTCP.
by stefan
· 8 years ago
cc99bc2
Change StunMessage::AddAttribute return type from bool to void.
by nisse
· 8 years ago
f7826d6
Remove InlinedApi lint ignore.
by sakal
· 8 years ago
a29d5ec
Make 'webrtc' target a complete static library on Linux, Android and Windows
by kjellander
· 8 years ago
24af663
Adding Java wrapper for DtmfSender.
by deadbeef
· 8 years ago
20cb0c1
Move DTMF sender to RtpSender (as opposed to WebRtcSession).
by deadbeef
· 8 years ago
2e03c66
Adding build switch for Opus that supports 120ms ptime.
by minyue
· 8 years ago
d3d3ba5
Revert of Enable audio streams to send padding. (patchset #4 id:60001 of https://codereview.webrtc.org/2652893004/ )
by deadbeef
· 8 years ago
1cbf518
Roll chromium_revision 6b2002254c..496a750d38 (447561:447619)
by buildbot
· 8 years ago
353e7e1
Roll chromium_revision 9f2c537112..6b2002254c (447517:447561)
by buildbot
· 8 years ago
e35f89a
Enable audio streams to send padding.
by stefan
· 8 years ago
46fbb7d
Roll chromium_revision ccc17b815a..9f2c537112 (447493:447517)
by buildbot
· 8 years ago
b1ca073
Rename adaptation api methods, extended vie_encoder unit test.
by sprang
· 8 years ago
d83b967
Replace consecutive-losses count by a calculation of first-order-FEC recoverability.
by elad.alon
· 8 years ago
14245cc
Revert of Always call RemoteBitrateEstimator::IncomingPacket from Call. (patchset #9 id:160001 of https://codereview.webrtc.org/2659563002/ )
by nisse
· 8 years ago
77f0580
Add new step graph type to event log visualization tool. Currently used for bitrate estimate and accumulated packet count, but could in general be used for any metric that is piecewise constant.
by terelius
· 8 years ago
a565f92
Roll chromium_revision e87481817b..ccc17b815a (447482:447493)
by buildbot
· 8 years ago
Next »