4138e08eb6Convert DOS->Unix line endings for Dr memory exclude file.
Henrik Kjellander
2016-01-04 13:01:56 +01:00
06689a1d17Fix a -Wunused-function warning in gn builds.
thakis
2015-12-30 15:05:30 -08:00
112fe43b9fFill the remote pwd in the ice candidates when an ICE credential is received. Also when a STUN ping arrives from an unknown address, try to find the pwd and generation from the remote ICE parameters.
honghaiz
2015-12-30 13:32:47 -08:00
2df2ba7ae1[rtp_rtcp] Fix CL#1539423003 public function RtpHeaderParser::Parse with old signature restored as deprecated.
danilchap
2015-12-29 01:12:06 -08:00
93c08b7438Adding bit exactness test for Opus decoding in NetEq.
minyue
2015-12-22 09:57:41 -08:00
a72e7349d5[rtp_rtcp] cleanup in RTCPSender class internals. PrepareReportBlock and AddReportBlock private functions merged: PrepareReportBlock moved report block from statistic to temporary structure AddReportBlock copied that temporary structure into temporary map right after. Thanks to rtcp packet classes that temporary structure is now unneccesary.
danilchap
2015-12-22 08:07:45 -08:00
a8890a57a5rtcp::Nack packet moved into own file and got Parse function
danilchap
2015-12-22 03:43:04 -08:00
cfb7f01fd6Disable VideoSendStreamTest.ReconfigureBitratesSetsEncoderBitratesCorrectly due to flakiness on LinuxAsan.
honghaiz
2015-12-21 13:34:54 -08:00
e6bf587259Deleted VideoCapturer::screencast_max_pixels, together with VideoChannel::GetScreencastMaxPixels and VideoChannel::GetScreencastFps.
nisse
2015-12-21 13:18:13 -08:00
db8cf50c59Fix two problems in network.cc: 1. It signals network changed events whenever there are more than one IP address in a network. 2. It does not signal network changed events if a network disconnects and connects again. Also changed DumpNetworks for better debugging.
honghaiz
2015-12-21 13:08:46 -08:00
1227e8b345[rtp_rtcp] time helper functions RTP timestams helper functions moved from rtp_utility added functions to deal with CompactNtp timestamps
danilchap
2015-12-21 11:06:50 -08:00
5908c71128Lint fix for webrtc/modules/video_coding PART 3!
philipel
2015-12-21 08:23:20 -08:00
de94c132e0Add webrtc/audio and webrtc/call to WATCHLISTS.
Peter Boström
2015-12-21 14:29:49 +01:00
9d3ab61325Lint fix for webrtc/modules/video_coding PART 2!
philipel
2015-12-21 04:12:39 -08:00
ff483617a4Step 1 to prepare call_test.* for combined audio/video tests.
stefan
2015-12-21 03:14:00 -08:00
cce46fc108Lint fix for webrtc/modules/video_coding PART 1!
philipel
2015-12-21 03:04:49 -08:00
53805324c0Rename RTC_HISTOGRAM_* macros to RTC_HISTOGRAM_*_SPARSE_* to indicate that these are for infrequent updates.
asapersson
2015-12-21 01:46:20 -08:00
9fca7e18c3A unittest that reports the statistics for the duration of an APM stream processing API call.
peah
2015-12-20 23:13:40 -08:00
c693820f7fCQ: Add linux_libfuzzer_rel trybot as default.
kjellander
2015-12-20 22:15:10 -08:00
f4f5cb0927Reland "Added option to specify a maximum file size when recording an AEC dump.", commit ae2c5ad12afc8cc29fe9c59dea432b697b871a87.
ivoc
2015-12-19 10:02:30 -08:00
bd7d8f7e2bAdding a MediaStream parameter to createSender.
deadbeef
2015-12-18 16:58:44 -08:00
92594a30ceMoving FFT on farend signal to where it is used in AEC (bit exact).
minyue
2015-12-18 15:31:14 -08:00
4ff818e614Make download_from_google_storage print less during runhooks.
kjellander
2015-12-18 12:29:28 -08:00
a08925791cCleanup use of "do { ... } while (0)".
torbjorng
2015-12-16 18:38:31 -08:00
a54a080112Add ufrag to the ICE candidate signaling. On the receiving side, if a candidate arrives with an old ufrag, it will be dropped. If it contains a new frag that has never seen before, it will hold the ufrag and create connections, although those connections are not pingable until the ICE credentials are received. This could avoid a bunch of ICE generation issues.
honghaiz
2015-12-16 18:37:23 -08:00
3514cbe554Add DrFuzz support to webrtc fuzzers.
pbos
2015-12-16 18:36:14 -08:00
7cae30cbe1Disable warnings failing when using Clang on Windows.
kjellander
2015-12-16 14:05:29 -08:00
0bc176b99bFurther refactored the echo suppressor code: -Extended the InverseFft function to be more generally applicable. -Included the previous external extra scaling into the preexisting InverseFft call. -Moved the updating of aec->delayEstCtr to where it is actually used. -Refactored the output production and comfort noise addition using the InverseFft function. -Removed the if-statements checking the value of the constant flagHbandCn as any value different from 1 would crash the program. Also removed the constant
peah
2015-12-16 08:11:15 -08:00
c482eb3c84Don't account for audio in the pacer budget.
Stefan Holmer
2015-12-16 16:55:03 +01:00
5f026d03afUpdate NetEq network statistics in neteq_unittest.
minyue
2015-12-16 07:36:04 -08:00