200ac007efRemove temp files in audio_processing_unittest.cc.
pbos@webrtc.org
2015-02-03 14:14:01 +00:00
0e8bf6c4d3Enable bitrate probing by default.
stefan@webrtc.org
2015-02-03 12:33:51 +00:00
b1786dbab0audio_processing: Added a new AEC delay metric value that gives the amount of poor delays
bjornv@webrtc.org
2015-02-03 06:06:26 +00:00
0e81fdf5d2Avoid implicit type truncations by inserting explicit casts or modifying prototypes to avoid needless up- and then down-casting.
pkasting@chromium.org
2015-02-02 23:54:03 +00:00
19f3f71c98Fix apparent typo: int -> char.
pkasting@chromium.org
2015-02-02 19:44:25 +00:00
946ad76f7eSwitched lists of packets to lists of packet pointers. Allows Packet polymorphism.
stefan@webrtc.org
2015-02-02 14:51:20 +00:00
c957ffc6dcFixed potential crash if rtp packet history is completely full.
sprang@webrtc.org
2015-02-02 13:08:02 +00:00
c420a86f4cChange name for local CriticalSectionScoped variable
henrik.lundin@webrtc.org
2015-02-02 10:36:30 +00:00
a1dfbf1e5cWebRtcG722_Decode: Input array should be const uint8_t[]
kwiberg@webrtc.org
2015-02-02 08:58:03 +00:00
026b892e72Using << on an int8_t or uint8_t will output a character rather than a number. Places that do this need to cast to int to get the desired behavior.
pkasting@chromium.org
2015-01-30 19:53:42 +00:00
005b6fffe6Convert some EXPECTs to ASSERTs to avoid crashes when object creation fails.
pkasting@chromium.org
2015-01-30 19:41:42 +00:00
5e161616b1Remove CPU monitor from WebRtcVideoEngine2.
pbos@webrtc.org
2015-01-30 15:31:03 +00:00
f2ec814e0fMove use of DEPTH into build_with_chromium==1.
kjellander@webrtc.org
2015-01-30 14:54:36 +00:00
f88bee6d88Refactor senders into senders and sources in the simulation framework.
stefan@webrtc.org
2015-01-30 14:36:37 +00:00
a671f4b2cbFixing a VoE test to set correct rate for iSAC
henrik.lundin@webrtc.org
2015-01-30 13:04:29 +00:00
05db352f56Fix a bug in ACM test channel
henrik.lundin@webrtc.org
2015-01-30 13:03:45 +00:00
3154a1cf9dReland r8210 "Add a new parameter to ACMGenericCodec constructor""
henrik.lundin@webrtc.org
2015-01-30 12:29:25 +00:00
4455f6243aWebRtcIsacfix_Time2SpecNeon and _Spec2TimeNeon: Fix stack alignment
henrik.lundin@webrtc.org
2015-01-30 11:58:00 +00:00
8820ac7cc4peerconnectin_server: missing comma in sprintfn() in r8128
braveyao@webrtc.org
2015-01-30 09:58:04 +00:00
2bbc35d896Remove unused method, SetAffinity, from the ThreadWrapper class. The method was also not consistently implemented across all platforms.
tommi@webrtc.org
2015-01-30 09:42:37 +00:00
6752b85ff7Revert r8210 "Add a new parameter to ACMGenericCodec constructor"
henrik.lundin@webrtc.org
2015-01-30 06:35:44 +00:00
c3643f2fe3Add a new parameter to ACMGenericCodec constructor
henrik.lundin@webrtc.org
2015-01-30 06:14:28 +00:00
2444d9605aControl the max IPv6 Networks used by WebRTC.
guoweis@webrtc.org
2015-01-30 00:09:28 +00:00
4ddde2e3adAdd arbitrary microphone geometry input to audioproc_f test utility.
mgraczyk@chromium.org
2015-01-29 22:39:44 +00:00
13980253f0Add new members to AudioEncoderOpus::Config
henrik.lundin@webrtc.org
2015-01-29 16:08:40 +00:00
7a37bfc240Revert 8203 "Reducing locking in OveruseFrameDetector and increa..."
tommi@webrtc.org
2015-01-29 16:08:20 +00:00
a26f511dd2Remove frame copy in ViEExternalRendererImpl::RenderFrame
magjed@webrtc.org
2015-01-29 11:45:07 +00:00
a87c398a41Move audio_codec_speed_tests into include_tests==1 condition.
kjellander@webrtc.org
2015-01-29 10:39:07 +00:00
2d2a1f9f05Remove <(webrtc_root) from source file entries.
kjellander@webrtc.org
2015-01-29 10:23:45 +00:00
73ca1945ecUpdate base/scoped_ptr.h from system_wrappers/interface/scoped_ptr.h
kwiberg@webrtc.org
2015-01-29 09:12:47 +00:00
43c883954fAllow rtp packet history to dynamically expand in size.
sprang@webrtc.org
2015-01-29 09:09:17 +00:00
827d7e806aChange AsyncInvoker to store its closure in a scoped_refptr instead of using a raw pointer.
perkj@webrtc.org
2015-01-29 08:53:45 +00:00
a742cb1f37Enable DTLS for peerconnection example. If it's a loopback test, then we recreate another peerconnection with DTLS off.
braveyao@webrtc.org
2015-01-29 04:23:01 +00:00
f17ee9c709Add case to ApmTest.Process to test the extended filter mode
aluebs@webrtc.org
2015-01-29 00:03:53 +00:00
e7a4a12f83Add arraysize() macro from Chromium, and make use of it in a few places.
pkasting@chromium.org
2015-01-28 21:36:55 +00:00
035e9123e9Move channel_buffer.{h,cc} to common_audio.
kjellander@webrtc.org
2015-01-28 19:57:00 +00:00
a67ca1a3bbOnly report the first rtp packet because it indicates the media has started flowing. BUG= R=juberti@webrtc.org
honghaiz@google.com
2015-01-28 19:48:33 +00:00
a094cac11fAdd stats for network merge.
guoweis@webrtc.org
2015-01-28 19:34:05 +00:00
7d2b6a9346Enable Clang warning implicit-fallthrough and annotate the code.
kjellander@webrtc.org
2015-01-28 18:37:58 +00:00
664ccb7d8dReland r8125: Modify some tests to never use DTX disable mode
henrik.lundin@webrtc.org
2015-01-28 14:49:05 +00:00
37c0559c1eNotify jitter buffer about received FEC packets (to avoid sending NACK request for these packets).
asapersson@webrtc.org
2015-01-28 13:58:27 +00:00
22c2f0572bAdd "score" unit to SSIM perf score output.
kjellander@webrtc.org
2015-01-28 13:52:08 +00:00
4aecd008ddAdd support for 40 and 60 ms frames to AudioEncoderIlbc
henrik.lundin@webrtc.org
2015-01-28 13:16:31 +00:00
2a6558c2a5Make sure ByteReader<T>::Read* is properly constified.
sprang@webrtc.org
2015-01-28 12:37:36 +00:00
7aef80c6d1GN: Remove webrtc_base target in favor for rtc_base.
kjellander@webrtc.org
2015-01-28 07:55:26 +00:00
9b64a6edd7Adjust parameter in videoprocessor_integrationtest for VP9.
marpan@webrtc.org
2015-01-27 23:59:01 +00:00
dc8a9da386Adjust qp-max settinhg in VP9 wrapper.
marpan@webrtc.org
2015-01-27 23:08:24 +00:00
922cfcd150Use non-zero data in AudioRingBufferTest.
andrew@webrtc.org
2015-01-27 21:59:33 +00:00
36401aba62Update GAE API paths for join/leave.
tkchin@webrtc.org
2015-01-27 21:34:39 +00:00
8bb32d600bMinor updates to AudioEncoderCng
henrik.lundin@webrtc.org
2015-01-27 20:53:56 +00:00
273fbbb921Update StreamDataCounter with FEC bytes.
asapersson@webrtc.org
2015-01-27 12:17:29 +00:00
70117a83d4AEC: Implements a new function for calculating delay metrics
bjornv@webrtc.org
2015-01-27 11:30:54 +00:00
fc5ad95fecReland of: "Implement elapsed time and capture start NTP time estimation." revision @8139
magjed@webrtc.org
2015-01-27 09:57:01 +00:00
8501ee632bSupport VP8 HW decoding on devices with Exynos codec.
glaznev@webrtc.org
2015-01-26 23:07:19 +00:00
df9a41d270Fix bug in GetREDStatus(): it doesn't actually return the current status.
pkasting@chromium.org
2015-01-26 22:35:29 +00:00
82415e395fUpdate AppRTCDemo to use renamed GAE messages.
glaznev@webrtc.org
2015-01-26 22:22:50 +00:00
041035b390Add an AudioRingBuffer class wrapper for the ring_buffer.h C interface.
andrew@webrtc.org
2015-01-26 21:23:53 +00:00
4dba2e98a2Consolidate anonymous namespace content and file-static methods to all be in the anonymous namespace, in preparation for refactoring a few of the functions a little.
pkasting@chromium.org
2015-01-26 19:59:32 +00:00
d7e34e1086Make it easier to use external libyuv + cleanup GYP files.
kjellander@webrtc.org
2015-01-26 19:17:26 +00:00
0f98844749Revert 8139 "Implement elapsed time and capture start NTP time e..."
tkchin@webrtc.org
2015-01-23 21:17:38 +00:00
dacdd9403dReland r7980: Accept incoming pings before remote answer is set, to reduce connection latency. Set ICE connection state to 'checking' after setting the remote answer, so that it can transition into 'connected' if the peer reflexive connection is up before any remote candidate is set. See more details in crbug/446908
jiayl@webrtc.org
2015-01-23 17:33:34 +00:00
8919cfe9ceChange a GYP reference to cpufeatures.gypi
fdegans@chromium.org
2015-01-23 16:35:17 +00:00
ad3ee2c46bImplement elapsed time and capture start NTP time estimation.
pbos@webrtc.org
2015-01-23 14:55:00 +00:00
a02d76845fDisable DtmfSenderTest.InsertDtmfWithCommaAsDelay due to flakiness
kjellander@webrtc.org
2015-01-23 14:34:52 +00:00
456f01441aRe-allowing RED in voice engine.
minyue@webrtc.org
2015-01-23 11:58:42 +00:00
182ea46facRemove frame copy in ViEExternalRendererImpl::RenderFrame
magjed@webrtc.org
2015-01-23 11:50:13 +00:00
73ee4537beSwitch to use range based loops in the BWE simulation framework.
stefan@webrtc.org
2015-01-23 08:29:52 +00:00
586f2eda0dChange GetStreamBySsrc to not copy StreamParams. This is something I stumbled upon while looking at string copying we do (in spades) and did a simple change to not be constantly copying things around needlessly. There's a lot more that can be done in these files of course so this is sort of a reminder for future code edits that it's possible to design interfaces/function in a way that's more performance aware and avoid forcing creation of copies, while still being very simple. Also, we can use lambdas now :)
tommi@webrtc.org
2015-01-22 23:00:41 +00:00
7e5b380437Fix a crash in AllocationSequence. Internal bug 19074679.
jiayl@webrtc.org
2015-01-22 21:28:39 +00:00
ff108fe508Revert 8125 "Modify some tests to never use DTX disable mode"
kjellander@webrtc.org
2015-01-22 19:02:03 +00:00
b40c7bb53cChange sprintf use in talk samples to snprintf
jlmiller@webrtc.org
2015-01-22 18:49:06 +00:00
ea1c84285cCorrect GetDriveType error handling.
jlmiller@webrtc.org
2015-01-22 17:44:19 +00:00
043db24767Modify some tests to never use DTX disable mode
henrik.lundin@webrtc.org
2015-01-22 13:30:58 +00:00
e5251ad63cIntegrate send-side BWE into simulation framework.
stefan@webrtc.org
2015-01-22 10:10:53 +00:00