Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
5f853620de0ffcea8de703c700aa15d9ebc40bc6
5f85362
Updated Mac hostnames due to network changes.
by kjellander@webrtc.org
· 13 years ago
b1fbf01
Added timestamp logs, i.e. only tracing.
by mflodman@webrtc.org
· 13 years ago
3c611fd
Removed NetEQ Test compile error.
by mflodman@webrtc.org
· 13 years ago
aef0a61
webrtc: OTHER_CPLUSPLUSFLAGS should be a list, not a string.
by xians@webrtc.org
· 13 years ago
bfda85f
Safe handling of invalid inputs in delay_estimator.
by bjornv@webrtc.org
· 13 years ago
0ea088f
Turned off Windows diagnostics.
by phoglund@webrtc.org
· 13 years ago
a36a4bb
Disabled flaky voe tests.
by phoglund@webrtc.org
· 13 years ago
04d452e
Fixing issues due to Buildbot 0.8.4p1 upgrade.
by kjellander@webrtc.org
· 13 years ago
9784512
Fix coverity warning and possible memory leak.
by stefan@webrtc.org
· 13 years ago
c4892bc
Disable libyuv MirrorTest due to crashes on Linux 32 bit.
by stefan@webrtc.org
· 13 years ago
5d2514a
Revert 2013 - Upgrade libyuv to r235.
by stefan@webrtc.org
· 13 years ago
a014ecc
Changed CriticalSectionScoped constructor usage for ADM.
by mflodman@webrtc.org
· 13 years ago
7056908
System delay unit tests
by bjornv@webrtc.org
· 13 years ago
6803fe8
Upgrade libyuv to r235.
by stefan@webrtc.org
· 13 years ago
16b6b90
Split of stereo packets moved
by tina.legrand@webrtc.org
· 13 years ago
ce33035
Cleanup encode call. Review URL: https://webrtc-codereview.appspot.com/491003
by pwestin@webrtc.org
· 13 years ago
f1e020e
Cleanup script using Python instead of rm command.
by kjellander@webrtc.org
· 13 years ago
a96eead
Updating Windows debug try slave hostname
by kjellander@webrtc.org
· 13 years ago
33ced9c
Same code change from issue 428004, with uint corrected to uint32_t in WebRtcSpl_MaxAbsValueW32, for a MAC compiler error.
by kma@webrtc.org
· 13 years ago
e1bbdb4
Rewrote external media test.
by phoglund@webrtc.org
· 13 years ago
efbdec0
Minor fix to severl image path in vie_win_test
by braveyao@webrtc.org
· 13 years ago
c35f5ce
Enable multi-frame FEC by default for temporal layers <= 2. For two temporal layers we currently only protect the base layer.
by stefan@webrtc.org
· 13 years ago
85b4a1b
Special version of 'bitrv2' when len is 128:
by cd@webrtc.org
· 13 years ago
5d8c102
Move those calls that may fail out of the ctor to Init function.
by wu@webrtc.org
· 13 years ago
91ed80e
Correct wrong trace level
by leozwang@webrtc.org
· 13 years ago
98ad0ff
Move the COMPILE_ASSERT macro to its own header file.
by tommi@webrtc.org
· 13 years ago
e713fd0
Enable the "unused variable" warning on Windows.
by andrew@webrtc.org
· 13 years ago
96b3017
When GetEncoder or SetSendCodec failed, we should clean up and return error.
by wu@webrtc.org
· 13 years ago
7807545
Don't return fail if the denoising is already enabled/disabled.
by wu@webrtc.org
· 13 years ago
231f5d0
Remove missing VAD file from source list.
by andrew@webrtc.org
· 13 years ago
a1facdc
Re-enabled video sync tests (new attempt).
by phoglund@webrtc.org
· 13 years ago
2273f32
VAD refactoring: Code style changes of local function.
by bjornv@webrtc.org
· 13 years ago
cac7878
New attempt to cleanup TMMBR.
by pwestin@webrtc.org
· 13 years ago
70ed0a6
No casting and call lower precision trigonometric functions:
by cd@webrtc.org
· 13 years ago
f3dc22f
Reformat android related code
by leozwang@webrtc.org
· 13 years ago
851becd
Remove public virtual voe::SharedData inheritance.
by tommi@webrtc.org
· 13 years ago
ae19720
Fixed assert strings where string literals are used as booleans.
by pwestin@webrtc.org
· 13 years ago
27fe1b7
Added compile time support for direct tracing.
by pwestin@webrtc.org
· 13 years ago
06e722a
Adding parameter setting for typing detection
by niklas.enbom@webrtc.org
· 13 years ago
bf9f4b3
Adding dependencies synced by GYP to svn:ignore.
by kjellander@webrtc.org
· 13 years ago
afc3973
Rewrote NetEQ stats test.
by phoglund@webrtc.org
· 13 years ago
5f0c9f1
force_sync flag is no longer used.
by kjellander@webrtc.org
· 13 years ago
0dc8efe
Fix wrong data type in ReadWavHeader
by leozwang@webrtc.org
· 13 years ago
4365d98
Upgrade libyuv to r216.
by stefan@webrtc.org
· 13 years ago
b63b065
Fixed incorrect oracle name for the windows release bot.
by phoglund@webrtc.org
· 13 years ago
8e0f917
Revert 1976 - Upgrade libyuv to rev 232.
by andrew@webrtc.org
· 13 years ago
8129fbf
Upgrade libyuv to rev 232.
by stefan@webrtc.org
· 13 years ago
afedb63
Revert 1974 - Optimizations on several SPL min max operations in ARM, and refactoring in C.
by henrika@webrtc.org
· 13 years ago
95c3d40
Optimizations on several SPL min max operations in ARM, and refactoring in C.
by kma@webrtc.org
· 13 years ago
f3bbc3e
Temporarily disabled new test since it segfaults randomly.
by phoglund@webrtc.org
· 13 years ago
9b96e02
Adjusted the deviation limit since the test seems to fail on the bot.
by phoglund@webrtc.org
· 13 years ago
b561786
Fixed problem with previous commit.
by phoglund@webrtc.org
· 13 years ago
e5f74bd
Rewrote the video sync test.
by phoglund@webrtc.org
· 13 years ago
0ad5186
Revert 1961 - Clean up TMMBR handling.
by henrike@webrtc.org
· 13 years ago
3a6080d
FEC Decoding: Insert the received media packets directly into VCM without going
by marpan@webrtc.org
· 13 years ago
8fe17df
Build fix.
by mflodman@webrtc.org
· 13 years ago
a6a9964
Updating the mtu.
by mflodman@webrtc.org
· 13 years ago
20f4440
Clean up TMMBR handling.
by pwestin@webrtc.org
· 13 years ago
3dc8865
Adding time since last typing
by niklas.enbom@webrtc.org
· 13 years ago
1b1a39f
Rewrote external encryption test.
by phoglund@webrtc.org
· 13 years ago
010a4e8
Fix the converity warnings:
by xians@webrtc.org
· 13 years ago
f35f54b
Fix coverity warning. Review URL: https://webrtc-codereview.appspot.com/465002
by xians@webrtc.org
· 13 years ago
ac2ea03
VAD Refactoring: Repalced WebRtc_ types with stdint
by bjornv@webrtc.org
· 13 years ago
d713143
To support playing mono file with stereo codec as mixing with microphone capture
by braveyao@webrtc.org
· 13 years ago
7a1ef79
Enabling try server in codereview.settings
by kjellander@webrtc.org
· 13 years ago
b754ddc
Updating e-mail watchlist address.
by kjellander@webrtc.org
· 13 years ago
cf706c2
Removing the resetting/re-init of encoder from QMVideoSettingsCallback.
by marpan@webrtc.org
· 13 years ago
952f601
Fix Linux-release errors and Valgrind errors.
by andrew@webrtc.org
· 13 years ago
61b1b4b
Fix neteq-rtpplay Linux build errors.
by andrew@webrtc.org
· 13 years ago
f589dfe
Merge header-only neteq-rtpplay changes.
by andrew@webrtc.org
· 13 years ago
258d1d4
Update build support for android
by leozwang@webrtc.org
· 13 years ago
de2a76f
Try server and buildbot scripts now using Chromium scripts.
by kjellander@webrtc.org
· 13 years ago
620bae5
ViE ChannelManager - added missing return.
by mflodman@webrtc.org
· 13 years ago
78f0cdc
VAD refactoring
by bjornv@webrtc.org
· 13 years ago
534a435
Removed RTP Keepalive from RTP module.
by mflodman@webrtc.org
· 13 years ago
417901d
Disable runtime cpu detection on arm-neon
by leozwang@webrtc.org
· 13 years ago
40197d7
Fixing build issus on non-Win
by niklas.enbom@webrtc.org
· 13 years ago
5398d95
Force commit of 449006' Review URL: https://webrtc-codereview.appspot.com/455006
by niklas.enbom@webrtc.org
· 13 years ago
38f247d
Fixes an issue in the FEC decoder where a big jump in sequence numbers may cause new packets to be discarded if there is a wrap around.
by stefan@webrtc.org
· 13 years ago
af5ffd5
Fixes for coverity warnings.
by stefan@webrtc.org
· 13 years ago
22bde08
Made sanity check more flexible.
by phoglund@webrtc.org
· 13 years ago
196e491
Adding init decode slave to celt
by tina.legrand@webrtc.org
· 13 years ago
c231e4c
Fixing bug in re-packing of stereo packets.
by tina.legrand@webrtc.org
· 13 years ago
3e820e5
Remove RTP Keep-alive from VoE and ViE. The RTP module functionality will be removed in a follow-up CL shortly.
by mflodman@webrtc.org
· 13 years ago
1f56922
Clean up coverity warnings.
by pwestin@webrtc.org
· 13 years ago
710401b
Add timeout for REMB bandwidth estimates.
by stefan@webrtc.org
· 13 years ago
270bd9a
Enable post_proc on arm Review URL: https://webrtc-codereview.appspot.com/457002
by leozwang@webrtc.org
· 13 years ago
4aa57b4
Extracted a helper library from vie_auto_test.
by phoglund@webrtc.org
· 13 years ago
6aa529c
Update libvpx configuration files
by leozwang@webrtc.org
· 13 years ago
c8e4886
Upgrade libvpx to 6b66c01 and enabling temporal denoising.
by stefan@webrtc.org
· 13 years ago
2360d82
Added a new Android NDK bot.
by phoglund@webrtc.org
· 13 years ago
aaf62ac
Temporarily disabled flaky tests.
by phoglund@webrtc.org
· 13 years ago
41be9be
Put YASM back to the more modern revisions.
by phoglund@webrtc.org
· 13 years ago
6503ecd
Fix to windows test from commit 1914.
by marpan@webrtc.org
· 13 years ago
3fe3252
Fix to windows build from commit 1914.
by marpan@webrtc.org
· 13 years ago
e0d6fa4
Adding classes for handling multi-frame FEC.
by stefan@webrtc.org
· 13 years ago
e22d81c
Updates to resolution adpatation:
by marpan@webrtc.org
· 13 years ago
a496b03
VAD refactoring: Removed macro file.
by bjornv@webrtc.org
· 13 years ago
ac9fd8a
Change folder name from Android to android
by leozwang@webrtc.org
· 13 years ago
4530aa3
Updates html test file to webkitDeprecatedPeerConnection.
by henrikg@webrtc.org
· 13 years ago
Next »