aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules
AgeCommit message (Expand)Author
2015-12-19Reland "Added option to specify a maximum file size when recording an AEC dum...ivoc
2015-12-18Moving FFT on farend signal to where it is used in AEC (bit exact).minyue
2015-12-18iSAC: Remove unnecessary WEBRTC_LINUX define.kjellander
2015-12-18Revert of Added option to specify a maximum file size when recording an AEC d...ivoc
2015-12-18Expose codec implementation names in stats.Peter Boström
2015-12-18audio_device: Move sources into platform-conditions.kjellander
2015-12-18Defines for ARM and MIPS CPU types.kjellander
2015-12-18Added option to specify a maximum file size when recording an AEC dump.ivoc
2015-12-17VP9: Set speed setting to 8 for ARM.Marco
2015-12-17Adding trace events for the APM render and capture stream processing functions.peah
2015-12-17Add tracing to NetEqImpl::InsertPackethenrik.lundin
2015-12-17Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedV...kwiberg
2015-12-17Cleanup use of "do { ... } while (0)".torbjorng
2015-12-16Disable warnings failing when using Clang on Windows.kjellander
2015-12-16OWNERS: Add * to .gyp{i,} everywhere.kjellander@webrtc.org
2015-12-16Further refactored the echo suppressor code:peah
2015-12-16Don't account for audio in the pacer budget.Stefan Holmer
2015-12-16Update NetEq network statistics in neteq_unittest.minyue
2015-12-16AudioCodingModuleImpl: Stop failing artificially for non-Opus encoderskwiberg
2015-12-16Retyped the frequency estimate of the comfort noise for the higher band to ha...peah
2015-12-16Move Rent-A-Codec out of CodecManagerkwiberg
2015-12-16Make VoiceDetection not a ProcessingComponent (bit exact).solenberg
2015-12-16Bugfix that fixes the error where the audio processing module is calledpeah
2015-12-16rtcp::Dlrr block moved into own file and got Parse functiondanilchap
2015-12-16Fix NoiseSuppression initialization behavior. This was changed when removing ...solenberg
2015-12-16Fix HPF initialization behavior. This was changed when removing the Processin...solenberg
2015-12-15Add speech encoder to the encoder stack specification structkwiberg
2015-12-15Fix incorrect commentkwiberg
2015-12-15Make LevelEstimation not a ProcessingComponent.solenberg
2015-12-15rtcp::VoipMetric block moved into own file and got Parse functiondanilchap
2015-12-15[rtp_rtcp] fixed lint errors in rtp_rtcp module that are not fixed in other CLsdanilchap
2015-12-15[rtp_rtcp] SSRCDatabase class cleaned (including all lint errors)danilchap
2015-12-15Simple CL to fix lint errors in webrtc/modules/remote_bitrate_estimator. Adde...terelius
2015-12-15[rtp_rtcp] lint errors about rand() usage fixed.danilchap
2015-12-14Remove unused and rarely used LOG_ macros.solenberg
2015-12-14[rtp_rtcp] Lint errors cleared from rtp_rtcp/testdanilchap
2015-12-14rtp_rtcp/test/BWEStandAlone deleted as obsoletedanilchap
2015-12-11Add FEC producer fuzzing and a unittest for one of the issues found.Stefan Holmer
2015-12-11Special-case android-arm64 in codec bitexactness testskwiberg
2015-12-11Adding Opus to RTPencode.minyue
2015-12-10in rtp_rtcp module:danilchap
2015-12-10clang/win: Fix -Wextra warnings in webrtc.thakis
2015-12-10modules/rtp_rtcp/include folder cleared of lint warningsdanilchap
2015-12-10Add VideoCodec::PreferDecodeLateperkj
2015-12-10Reduce the runtime of some ACM tests in modules_testsHenrik Lundin
2015-12-10lint build/include errors fixed in rtp_rtcp moduledanilchap
2015-12-10Typo fix: Enable a bunch of tests that were accidentally disabledkwiberg
2015-12-10lint whitespace warning removed from most rtp_rtcp/source/ filesdanilchap
2015-12-10Rewrote the PRNG using an xorshift* algorithm and moved the files from test/ ...terelius
2015-12-10Prevent RTCP SR to be sent with bogus timestamp.mflodman