a3002db8d6Android: Add support for cropping textures
Magnus Jedvert
2016-05-13 12:51:04 +02:00
834a6ea12bAdd muted_output parameter to ACM
henrik.lundin
2016-05-13 03:45:24 -07:00
29dca2ce95Added cluster id to PacedSender::Callback::TimeToSendPacket. Also added cluster id to paced_sender::Packet and set the cluster id of the probing packet that is about to be sent.
philipel
2016-05-13 11:13:05 +02:00
1a830c2c66Nack count returned on OnReceivedPacket.
philipel
2016-05-13 11:12:00 +02:00
2ebe5b1cd8Refactor before implementing per stream suspension.
mflodman
2016-05-13 01:43:51 -07:00
d5c1a0bd5dNew parser for event log. Manually parse the outermost EventStream to more easily deal with corrupt or partially written logs.
terelius
2016-05-13 00:42:59 -07:00
5df729489fRefactored the comfort noise generation code in the AEC. This CL will be followed with other CLs that break apart the application of the comfort noise from the comfort noise generation.
peah
2016-05-13 00:13:49 -07:00
9bbf89bca1Moved the AEC echo suppression gain computation code to a separate method.
peah
2016-05-12 23:08:04 -07:00
dc4eb8c5b3Refactoring some tests in peerconnectioninterface_unittest.cc.
Taylor Brandstetter
2016-05-12 08:14:50 -07:00
d8b0109327Fix RTX-configuration test with >2 codecs built.
Peter Boström
2016-05-12 16:44:36 +02:00
d215ade504[rtcp] Remb::Parse updated not to use RTCPUtility bitrate field changed to 64bit to match Remb packet format
Danil Chapovalov
2016-05-12 15:25:39 +02:00
7173ddd59cCQ: Remove android_dbg trybot.
Henrik Kjellander
2016-05-12 14:35:28 +02:00
b1fc54d33eCorrected the delay agnostic AEC behavior during periods of silent farend signal. Added conditional updating of the statistics and the delay estimate so that updates are only done when the farend is non-stationary.
peah
2016-05-12 05:08:45 -07:00
b9253060b8Add magjed@ and perkj@ as webrtc/examples/ owners
magjed
2016-05-12 03:48:22 -07:00
210dd5c361VideoCapturerAndroid: Ignore erroneous startCaptureOnCameraThread calls instead of crashing
Magnus Jedvert
2016-05-12 12:40:28 +02:00
e38e4f6e48IWYU: errno.h in base/logging.h
mostynb
2016-05-12 01:08:20 -07:00
060aa57084VideoCapturerAndroid: Force setDisplayOrientation to 0
Magnus Jedvert
2016-05-12 10:07:03 +02:00
7f216b71aaRenames TransportController worker_thread to network_thread. function suffix '_w' changes to '_n'
Danil Chapovalov
2016-05-12 09:20:31 +02:00
3fe372dbeeFix all -Wnon-virtual-dtor warnings.
Henrik Kjellander
2016-05-12 08:10:52 +02:00
ad6fc5a05cRemove remaining quality-analysis (QM).
Peter Boström
2016-05-12 03:01:31 +02:00
919288f6baClamp number of downscales in QualityScaler.
Peter Boström
2016-05-12 02:17:35 +02:00
33b01f2162Adds network thread to rtc::BaseChannel BaseChannel do calls to transport_channel on network_thread, while keep calls to media_engine on worker_thread. It still works when network_thread == worker_thread.
Danil Chapovalov
2016-05-11 19:55:27 +02:00
3108fc933bAdd config continualGatheringPolicy to the IOS RTCConfiguration.
Honghai Zhang
2016-05-11 10:10:39 -07:00
ec81bcd519Remove SendPacer from ViEEncoder and make sure SendPacer starts at a valid bitrate
perkj
2016-05-11 06:01:13 -07:00
2f5ae66471Add root owners to webrtc/OWNERS
kjellander
2016-05-11 05:47:38 -07:00
cd6ae6652fRemoving some old code which looked like it had to do with NACK handling but in reality did nothing.
Fredrik Solenberg
2016-05-11 13:05:05 +02:00
faa78dc38dRemoved old DtlsIdentityRequestObserver::RequestIdentity function signature since the new signature is used everywhere.
Henrik Boström
2016-05-11 10:23:25 +02:00
db7bd3a586FakeDtlsIdentityStore supporting both RSA and ECDSA.
Henrik Boström
2016-05-11 10:20:46 +02:00
60f6ce2a29NetEq: Update stats earlier in the GetAudioInternal call
henrik.lundin
2016-05-10 03:52:04 -07:00
47b17dc59cNetEq: Replace timescale_holdoff_ with a Countdown timer
Henrik Lundin
2016-05-10 10:20:59 +02:00
6eaa3a41ce_boundingSetToSend moved out of tmmbr_help_ into tmmbn_to_send_ because in the TMMBRHelp class it is independent of other members.
danilchap
2016-05-09 10:59:50 -07:00
db3eea0edeFix codec name logging in ivf_file_writer.cc
hta
2016-05-09 10:56:30 -07:00
ba6371ec86Delete unused video capture support for cropping, non-square pixels, and ARGB screencast scaling.
nisse
2016-05-09 00:47:53 -07:00
85d5108b0bAdd test annotation to PeerConnectionClientTest.testLoopbackVp9 test.
kjellander@webrtc.org
2016-05-08 21:58:46 +02:00
d939d48de2Remove Android x86 compilation trybot from CQ.
kjellander@webrtc.org
2016-05-08 21:04:30 +02:00
e69c37bc96Separated the functionalities in the OverdriveAndSuppress method in the AEC into two methods.
peah
2016-05-08 03:47:16 -07:00
23868b64bcBroke apart the functionalities in the SubbandCoherence method in the AEC.
peah
2016-05-08 01:50:18 -07:00
6c9b65ab38Made the method PartitionDelay independent of the AEC state.
peah
2016-05-07 17:47:02 -07:00
779e97e493Removed the MIPS optimized code for the comfort noise generation in theAEC. The reason for this is that this optimized method hinders any refactoring of the code. In particular, it is not possible to separate the application of the echo suppressor gain from the gain computation and the comfort noise generation as all of these are partly included in this method.
peah
2016-05-07 16:36:02 -07:00
8d13c4fe1aChanged the AEC SubbandCoherence function to not use the full AEC state
peah
2016-05-07 15:03:47 -07:00
d251196d37Provide isAudioEnabled flag to control audio unit.
tkchin
2016-05-06 18:54:15 -07:00