aboutsummaryrefslogtreecommitdiff
path: root/webrtc
AgeCommit message (Expand)Author
2015-12-21[rtp_rtcp] time helper functionsdanilchap
2015-12-21Lint fix for webrtc/modules/video_coding PART 3!philipel
2015-12-21Lint fix for webrtc/modules/video_coding PART 2!philipel
2015-12-21Step 1 to prepare call_test.* for combined audio/video tests.stefan
2015-12-21Lint fix for webrtc/modules/video_coding PART 1!philipel
2015-12-21Rename RTC_HISTOGRAM_* macros to RTC_HISTOGRAM_*_SPARSE_* to indicate that th...asapersson
2015-12-21A unittest that reports the statistics for the duration of an APM stream proc...peah
2015-12-20Roll chromium_revision 1b6c421..db567a8 (365999:366304)kjellander
2015-12-19Revert of Reland "Added option to specify a maximum file size when recording ...ivoc
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-18remove deprecated StringToIP() methods from SocketAddress APItfarina
2015-12-18Revert of Added option to specify a maximum file size when recording an AEC d...ivoc
2015-12-18Fix pointer compare-and-swap on Windows.Peter Boström
2015-12-18delete basictypes.h headertfarina
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-18Keep listening if "accept" returns an invalid socket.jbauch
2015-12-17Compilation failed with openssl.guoweis
2015-12-17VP9: Set speed setting to 8 for ARM.Marco
2015-12-17Deleted declaration of VideoCaptureInput::DeliverI420Framenisse
2015-12-17Adding trace events for the APM render and capture stream processing functions.peah
2015-12-17Use std::nullptr_t instead of decltype(nullptr)kwiberg
2015-12-17Add VP8 and H264 depacketizer fuzzers.Peter Boström
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-17Add ufrag to the ICE candidate signaling.honghaiz
2015-12-17Add DrFuzz support to webrtc fuzzers.pbos
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-16New macro: RTC_DEPRECATED (for annotating deprecated functions)kwiberg
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-15Reland of Base webrtc fuzzers on a template. (patchset #1 id:1 of https://cod...Peter Boström
2015-12-15Only try to pair protocol matching candidates for creating connections.Honghai Zhang