c62642c7a6Make the BWE threshold adaptive.
main
stefan
2015-07-07 04:20:34 -0700
4e7aa43ea0audio_processing: Adds two UMA histograms logging delay jumps in AEC
Bjorn Volcker
2015-07-07 11:50:05 +0200
f935bcc2f7Use strcmp instead of == operator for c.name and name to find appropriate classes for WebRtcAudio*.java
sophiechang
2015-07-07 01:10:14 -0700
6e355af348Added fields for configuration information to the protobuf format in the ACMDump. The ACMDump interface itself is not updated, so there is no way (yet) to actually write the configuration fields.
terelius
2015-06-30 01:51:11 -0700
2e43b26c78Prevent OOB reads in FEC packets without complete RED headers.
pbos
2015-06-30 01:32:40 -0700
1adbacb19dAdding method IsInBeam to beamformer class.
bloch
2015-06-29 16:15:17 -0700
3c60d61463Remove a cast again, after it was shown to worsen Windows perf.
pkasting
2015-06-29 15:16:43 -0700
2c4c914819In screenshare mode, suppress VP8 bitrate overshoot and increase quality
Erik Språng
2015-06-24 11:24:44 +0200
7ab5f801ddAdding an equals method for KeyValuePair for easier testing.
phoglund
2015-06-24 01:11:46 -0700
66f920ea57Remove definition of non-existent method. The private method "CreateDefaultLocalDescription" is defined in the class, but not implemented or used anywhere.
Joachim Bauch
2015-06-24 09:34:31 +0200
084f3871b1Reland mysterious cast that improves performance.
Peter Kasting
2015-06-23 15:04:23 -0700
6bfc82aaf1Test whether removing a cast still hurts performance.
pkasting
2015-06-23 14:38:36 -0700
39b31001d2Change kEchoCancellation to be 'echoCancellation'. This is the second cl in WebRTC for this change and will be landed after Chromium has been updated to use kGooglEchoCancellation where that variant is required. See also the first part: https://codereview.webrtc.org/1179233003
tommi
2015-06-23 09:50:47 -0700
747d5f6268Reland "Added ACM_dump protobuf, class for reading/writing and...", commit e9bdfd859c. Changed the BUILD.gn file that was lacking some necessary items which caused Chromium to break. Original review: https://webrtc-codereview.appspot.com/52059005/
Ivo Creusen
2015-06-23 10:08:11 +0200
97c9f8d198Remove iostream which causes a new static initializer TBR=pthatcher@webrtc.org BUG=webrtc:4576
Guo-wei Shieh
2015-06-22 21:54:15 -0700
72cfd6c468Reland remaining bits of "Upconvert various types to int."
pkasting
2015-06-22 19:33:49 -0700
76eea37ed0Workaround a (Windows) linker bug when doing a PGO build.
Niklas Enbom
2015-06-19 09:11:05 -0700
39ffaeac6eRoll chromium_revision 441009c..6e6b751 (334775:334984)
Henrik Kjellander
2015-06-19 09:27:57 +0200
c9b0f67568Increase the kMaxNoiseProbability in voice_activity_detector_test
Alejandro Luebs
2015-06-18 14:48:02 -0700
dc13abc331Initially when the design was to do this experiment in browser, which doesn't have webrtc code, it requires some glue code to bridge the difference between what's available in webrtc::base and browser process. Now since we're moving to renderer process, we could reuse a lot of existing interfaces instead of rolling our own.
Guo-wei Shieh
2015-06-18 14:44:41 -0700
34be126c1bPull the Voice Activity Detector out from the AGC
Alejandro Luebs
2015-06-18 12:33:51 -0700
ae37abbf6aRemove implicit-int-conversion warnings.
Peter Boström
2015-06-18 19:00:34 +0200
ff4ea9310eOnly use paced packets for estimating bitrate probes.
Stefan Holmer
2015-06-18 16:01:33 +0200
141725f50fFix PRESUBMIT.py after disabling CQ.
Henrik Kjellander
2015-06-18 15:05:31 +0200
3e89dbf458Add AudioEncoder::GetTargetBitrate
Henrik Lundin
2015-06-18 14:58:34 +0200
e9bdfd859cAdded ACM_dump protobuf, class for reading/writing and unittest.
Ivo Creusen
2015-06-18 13:04:24 +0200
380884e0f0Temporarily disabling CQ due to infrastructure problems.
Henrik Kjellander
2015-06-18 12:40:03 +0200
7101269c61Reland "Revert "audio_processing/aec: make delay estimator aware of starving farend buffer""
Bjorn Volcker
2015-06-18 11:04:56 +0200
9d2fdac46dRoll chromium_revision a08e761..441009c (334571:334775)
Henrik Kjellander
2015-06-18 09:09:14 +0200
2d627a6d5bAdd missing include guards for audio_ring_buffer.h. Yikes.
Andrew MacDonald
2015-06-17 11:39:36 -0700