Sign in
webrtc
/
src.git
/
b28678ce70d9e9f57ef50364f2054c4a1d630149
/
webrtc
d55ce2d
BWE Simulation Framework: Standard plot logging
by Cesar Magalhaes
· 10 years ago
7a1c24f
Remove "multichannel" from parameter to match interface name.
by andrew
· 10 years ago
6bb1b6e
Control combined_audio_video_bwe with config bool.
by pbos
· 10 years ago
cfd5f96
Ignore packets with reordered timestamps when doing BWE.
by stefan
· 10 years ago
a38233a
Removed extended jitter report from RtcpSender.
by Erik Språng
· 10 years ago
6718e97
Add encode and decode time to histograms stats:
by asapersson
· 10 years ago
28bae02
Remove CircularFileStream / replace it with CallSessionFileRotatingStream.
by tkchin
· 10 years ago
3ab2f14
Remove C++11 calls from intelligibility_utils
by ekmeyerson
· 10 years ago
86c6d33
Allow more than 2 input channels in AudioProcessing.
by Michael Graczyk
· 10 years ago
d6fc47e
Remove base channel for video receivers.
by pbos
· 10 years ago
59adf34
Evaluation test cases.
by Cesar Magalhaes
· 10 years ago
64e753c
Revert of Allow more than 2 input channels in AudioProcessing. (patchset #13 id:240001 of https://codereview.webrtc.org/1226093007/)
by magjed
· 10 years ago
b21fd94
Temporarily disable ScreenshareSlides on Android.
by Peter Boström
· 10 years ago
c204754
Allow more than 2 input channels in AudioProcessing.
by Michael Graczyk
· 10 years ago
0b6a204
Configure AudioProcessing directly in agc_harness.
by andrew
· 10 years ago
b297c5a
Miscellaneous changes split from https://codereview.webrtc.org/1230503003 .
by pkasting
· 10 years ago
7c5304c
Allow webrtc compilation with stlport
by Jared Duke
· 10 years ago
9341191
Provides log sinks for rotating logs. Intended for use on mobile devices to record call logs.
by tkchin
· 10 years ago
f24b2bc
Modified histogram shell plot script, added python dynamics plot script
by Cesar Magalhaes
· 10 years ago
235c35f
Implement store as an explicit atomic operation.
by pbos
· 10 years ago
085856c
Extend full stack tests with more stats
by Erik Språng
· 10 years ago
d89920b
Add resolution and fps stats to histograms:
by asapersson
· 10 years ago
65eb1c3
Disable testcase NatTcpTest.TestConnectOut
by magjed
· 10 years ago
496019c
If the array size is even, the median should be average of its two middlemost elements.
by Cesar Magalhaes
· 10 years ago
83d6b0c2
Ignore genperf lib in merge_libs.py.
by noahric
· 10 years ago
343714e
Fix the problom that on Linux no external audio device can be selected since #9243.
by Brave Yao
· 10 years ago
2981945
Moved arrray_util include to beamformer.h
by bloch
· 10 years ago
8ff04d6
Remove UpdateSsrcs from EncoderStateFeedback.
by pbos
· 10 years ago
324d9c9
Avoids error message about unknown selected data source for Port iPhone Microphone
by henrika
· 10 years ago
f421bdc
Fix an NPE when creating TurnPort with a NULL socket.
by honghaiz
· 10 years ago
b947f28
Add pcap support to bwe tools. Allow filtering on SSRCs.
by stefan
· 10 years ago
c5d0d95
Ensuring that UDP TURN servers are always used as STUN servers.
by deadbeef
· 10 years ago
d848d5e
Enable cropping window capturing for Win7 when Aero is disabled.
by Jiayang Liu
· 10 years ago
cd67022
Define Stream base classes
by Jelena Marusic
· 10 years ago
cddb367
Remove unused metric in overuse detector.
by Asa Persson
· 10 years ago
fb19f49
Replaced uint32_t with standard uint16_t for sequence_number variables.
by Cesar Magalhaes
· 10 years ago
bf40b42
Modified Simulation Framework Jitter Model.
by Cesar Magalhaes
· 10 years ago
8fc7fa7
Base A/V synchronization on sync_labels.
by pbos
· 10 years ago
9c261f2
Supports logging for dynamic and histogram plots on Simulation Framework.
by Cesar Magalhaes
· 10 years ago
a4a8d4a
Base padding bitrate for an encoder on the bitrate allocated for that encoder, rather than the total bitrate of the channel group.
by stefan
· 10 years ago
3258db2
Split iSAC encoder/decoder: Test more cases (and make sure they work)
by kwiberg
· 10 years ago
2d3b7e2
AppRTCDemo file logging.
by Zeke Chin
· 10 years ago
43e7d3b
Avoid overflow in checking for emulation bytes in rbsp.
by noahric
· 10 years ago
ba8c15b
Merge methods for configuring NACK/FEC/hybrid.
by pbos
· 10 years ago
caa498a
Make sure RTCP is sent in tests when receiving packets even if REMB is delayed.
by stefan
· 10 years ago
ba35d05
Cleanup of iOS AudioDevice implementation
by henrika
· 10 years ago
d6f1a38
Remove ViEChannel simulcast lock.
by Peter Boström
· 10 years ago
4988ca5
Removed unused variables and the need to include the d3dx9.h file.
by dkirovbroadsoft
· 10 years ago
870eee4
Fix simulator issue where chokes didn't apply to non-congested packets.
by stefan
· 10 years ago
a03cd3f
1. Override and virtual has to be consistent.
by honghaiz
· 10 years ago
6e2ce6e
Allow for framerate reduction for HW encoder.
by jackychen
· 10 years ago
9009962
Add methods to set the ICE connection receiving_timeout values.
by honghaiz
· 10 years ago
45d1fde
Revert of Fix simulator issue where chokes didn't apply to non-congested packets. (patchset #2 id:20001 of https://codereview.webrtc.org/1233853002/)
by stefan
· 10 years ago
662ae00
Fix simulator issue where chokes didn't apply to non-congested packets.
by Stefan Holmer
· 10 years ago
5d6e58e
Improvements to rtc::Bind
by Jelena Marusic
· 10 years ago
30409b4
Add statistics gathering for packet loss.
by bcornell
· 10 years ago
35b72fb
Add new variance update option and unittests for intelligibility
by ekm
· 10 years ago
8647922
Revert the process noise co-variance of the bitrate over-use estimator to its value prior to r9545.
by Stefan Holmer
· 10 years ago
a6d2444
Remove BaseSession::SignalNewDescription. It was only used by GTP and now just clutters the code.
by Peter Thatcher
· 10 years ago
4d9d097
Fix follow-up in webrtc/test/field_trial.cc.
by pbos
· 10 years ago
97f44e1
Remove a superfluous qualifier on an inline method.
by thakis
· 10 years ago
50cf10d
Make .gni less sensitive to type of arm_use_neon flags
by petermayo
· 10 years ago
11324b9
Wait for a longer time (5 seconds) before establishing the first bandwidth estimate.
by Stefan Holmer
· 10 years ago
bb36fdf
Remove empty-string comparisons.
by pbos
· 10 years ago
e987a47
Removed some unused variables in Windows code.
by mgiuca
· 10 years ago
5436051
Add flakyness check based on the recently received packets.
by Peter Thatcher
· 10 years ago
cbd44e6
Use Resampler default constructor in VAD
by aluebs
· 10 years ago
b8b0143
Tighten link-local routing exclusion check
by Peter Thatcher
· 10 years ago
6e89b25
VP9 wrapper: Adjust speed setting.
by Marco
· 10 years ago
d436298
Remove ResetStatistics from RTP feedback.
by pbos
· 10 years ago
19492f1
Add scoped class for overriding field trials.
by pbos
· 10 years ago
a7d7054
Remove VCM_*_PAYLOAD_TYPE constants.
by pbos
· 10 years ago
c62642c
Make the BWE threshold adaptive.
by stefan
· 10 years ago
4e7aa43
audio_processing: Adds two UMA histograms logging delay jumps in AEC
by Bjorn Volcker
· 10 years ago
f935bcc
Use strcmp instead of == operator for c.name and name to find appropriate classes for WebRtcAudio*.java
by sophiechang
· 10 years ago
2bad88d
Prevent heap overflows for incorrect FEC packet lengths.
by pbos
· 10 years ago
468e62a
Remove MimdRateControl and factories for RemoteBitrateEstimor.
by Erik Språng
· 10 years ago
d92f267
audio_processing: Changed kMinDiffDelayMs from 50 to 60 ms
by Bjorn Volcker
· 10 years ago
72a8cee
Targets should not depend on protobuf when enable_protobuf=0.
by André Susano Pinto
· 10 years ago
894ad94
Fix occurrences of const typed declaration without initialization
by eblima
· 10 years ago
366e952
Follow-up: Remove old ReportedDelay AEC config
by henrik.lundin
· 10 years ago
2224294
iSAC: Functions for importing and exporting bandwidth est. info
by Karl Wiberg
· 10 years ago
cd4a9bd
Remove decoder-thread instantiation for senders.
by pbos
· 10 years ago
db0cf76
Add test for dropping repeated NTP timestamps.
by pbos
· 10 years ago
f4eca64
iSAC: Pad with zeros instead of random data, to make testing easier
by kwiberg
· 10 years ago
0f133b9
Rename APM Config ReportedDelay to DelayAgnostic
by henrik.lundin
· 10 years ago
a771bf8
Fix some clang warnings with -Wmissing-braces in WebRTC.
by dcheng
· 10 years ago
d830aea
Add tkchin to video_coding OWNERS.
by Zeke Chin
· 10 years ago
545727e
Move early-return in TimeToSendPadding.
by pbos
· 10 years ago
bd2522a
Fail RTP parsing on excessive padding length.
by pbos
· 10 years ago
4daa90e
Prevent size_t underflow in H264 SPS parsing.
by pbos
· 10 years ago
2f15093
Prevent OOB read on truncated H264 headers.
by pbos
· 10 years ago
7ada923
Prevent OOB reads for zero-length H264 payloads.
by pbos
· 10 years ago
48c3839
Prevent depacketizer OOB reads on zero-length VP8 payload.
by pbos
· 10 years ago
6e355af
Added fields for configuration information to the protobuf format
by terelius
· 10 years ago
2e43b26
Prevent OOB reads in FEC packets without complete RED headers.
by pbos
· 10 years ago
1adbacb
Adding method IsInBeam to beamformer class.
by bloch
· 10 years ago
3c60d61
Remove a cast again, after it was shown to worsen Windows perf.
by pkasting
· 10 years ago
71f6f44
iOS HW H264 support.
by Zeke Chin
· 10 years ago
70d5c47
Prevent out-of-bounds reads for short FEC packets.
by pbos
· 10 years ago
Next »