Commit Graph

  • 98ad0ff1b0 Move the COMPILE_ASSERT macro to its own header file. tommi@webrtc.org 2012-04-10 11:53:07 +00:00
  • e713fd0eee Enable the "unused variable" warning on Windows. andrew@webrtc.org 2012-04-10 07:13:46 +00:00
  • 96b3017b33 When GetEncoder or SetSendCodec failed, we should clean up and return error. wu@webrtc.org 2012-04-06 19:49:28 +00:00
  • 78075451ed Don't return fail if the denoising is already enabled/disabled. wu@webrtc.org 2012-04-06 01:01:16 +00:00
  • 231f5d0d25 Remove missing VAD file from source list. andrew@webrtc.org 2012-04-06 01:00:06 +00:00
  • a1facdcf0f Re-enabled video sync tests (new attempt). phoglund@webrtc.org 2012-04-05 16:59:01 +00:00
  • 2273f325b2 VAD refactoring: Code style changes of local function. bjornv@webrtc.org 2012-04-05 10:22:02 +00:00
  • cac787842c New attempt to cleanup TMMBR. Review URL: https://webrtc-codereview.appspot.com/472007 pwestin@webrtc.org 2012-04-05 08:30:10 +00:00
  • 70ed0a6f91 No casting and call lower precision trigonometric functions: * 2.2% AEC overall speedup for the straight C path. * 2.4% AEC overall speedup for the SSE2 path. Review URL: https://webrtc-codereview.appspot.com/477002 cd@webrtc.org 2012-04-05 00:38:55 +00:00
  • f3dc22f7d1 Reformat android related code leozwang@webrtc.org 2012-04-04 17:15:42 +00:00
  • 851becd00c Remove public virtual voe::SharedData inheritance. This is a fix for coverity issues: 10446, 10445, 10444, 10443. tommi@webrtc.org 2012-04-04 14:57:19 +00:00
  • ae19720982 Fixed assert strings where string literals are used as booleans. Review URL: https://webrtc-codereview.appspot.com/473002 pwestin@webrtc.org 2012-04-04 14:43:54 +00:00
  • 27fe1b702e Added compile time support for direct tracing. Review URL: https://webrtc-codereview.appspot.com/469006 pwestin@webrtc.org 2012-04-04 08:08:30 +00:00
  • 06e722ae77 Adding parameter setting for typing detection Review URL: https://webrtc-codereview.appspot.com/476001 niklas.enbom@webrtc.org 2012-04-04 07:44:27 +00:00
  • bf9f4b32a9 Adding dependencies synced by GYP to svn:ignore. kjellander@webrtc.org 2012-04-03 23:59:27 +00:00
  • afc39731dc Rewrote NetEQ stats test. phoglund@webrtc.org 2012-04-03 23:09:42 +00:00
  • 5f0c9f1ab4 force_sync flag is no longer used. slave name updated to matching slave in slaves.cfg. kjellander@webrtc.org 2012-04-03 16:29:36 +00:00
  • 0dc8efe6e6 Fix wrong data type in ReadWavHeader leozwang@webrtc.org 2012-04-03 15:11:01 +00:00
  • 4365d9881d Upgrade libyuv to r216. stefan@webrtc.org 2012-04-03 10:01:08 +00:00
  • b63b065cfc Fixed incorrect oracle name for the windows release bot. phoglund@webrtc.org 2012-04-03 01:18:02 +00:00
  • 8e0f917752 Revert 1976 - Upgrade libyuv to rev 232. andrew@webrtc.org 2012-04-02 22:40:37 +00:00
  • 8129fbf3a0 Upgrade libyuv to rev 232. stefan@webrtc.org 2012-04-02 14:24:55 +00:00
  • afedb637df Revert 1974 - Optimizations on several SPL min max operations in ARM, and refactoring in C. Touched C and assembly functions are tested with a new unit test which is not in the code base yet. Review URL: https://webrtc-codereview.appspot.com/428004 henrika@webrtc.org 2012-04-02 07:12:08 +00:00
  • 95c3d408f5 Optimizations on several SPL min max operations in ARM, and refactoring in C. Touched C and assembly functions are tested with a new unit test which is not in the code base yet. Review URL: https://webrtc-codereview.appspot.com/428004 kma@webrtc.org 2012-04-02 03:55:20 +00:00
  • f3bbc3e5b3 Temporarily disabled new test since it segfaults randomly. phoglund@webrtc.org 2012-03-30 23:13:33 +00:00
  • 9b96e02c20 Adjusted the deviation limit since the test seems to fail on the bot. phoglund@webrtc.org 2012-03-30 22:20:48 +00:00
  • b5617869fc Fixed problem with previous commit. phoglund@webrtc.org 2012-03-30 21:02:45 +00:00
  • e5f74bdbbc Rewrote the video sync test. phoglund@webrtc.org 2012-03-30 19:51:11 +00:00
  • 0ad51862dc Revert 1961 - Clean up TMMBR handling. Review URL: https://webrtc-codereview.appspot.com/465001 henrike@webrtc.org 2012-03-30 16:54:13 +00:00
  • 3a6080d4c0 FEC Decoding: Insert the received media packets directly into VCM without going through the recovered packet list. Avoids an issue with very old re-transmitted packets. marpan@webrtc.org 2012-03-30 16:16:21 +00:00
  • 8fe17df6bc Build fix. mflodman@webrtc.org 2012-03-30 14:52:38 +00:00
  • a6a9964346 Updating the mtu. mflodman@webrtc.org 2012-03-30 14:35:51 +00:00
  • 20f4440c73 Clean up TMMBR handling. Review URL: https://webrtc-codereview.appspot.com/465001 pwestin@webrtc.org 2012-03-30 11:40:15 +00:00
  • 3dc886561c Adding time since last typing Review URL: https://webrtc-codereview.appspot.com/471001 niklas.enbom@webrtc.org 2012-03-30 09:53:54 +00:00
  • 1b1a39fdef Rewrote external encryption test. phoglund@webrtc.org 2012-03-29 16:58:35 +00:00
  • 010a4e8f0b Fix the converity warnings: CID 10177: Array compared against 0 (NO_EFFECT) Comparing an array to null is not useful: "this->_paServerVersion". Review URL: https://webrtc-codereview.appspot.com/466001 xians@webrtc.org 2012-03-29 14:05:04 +00:00
  • f35f54bf68 Fix coverity warning. Review URL: https://webrtc-codereview.appspot.com/465002 xians@webrtc.org 2012-03-29 13:59:24 +00:00
  • ac2ea030fc VAD Refactoring: Repalced WebRtc_ types with stdint bjornv@webrtc.org 2012-03-29 12:09:44 +00:00
  • d713143d99 To support playing mono file with stereo codec as mixing with microphone capture braveyao@webrtc.org 2012-03-29 10:39:44 +00:00
  • 7a1ef7918c Enabling try server in codereview.settings kjellander@webrtc.org 2012-03-29 05:14:13 +00:00
  • b754ddc7ce Updating e-mail watchlist address. kjellander@webrtc.org 2012-03-29 00:48:47 +00:00
  • cf706c2b92 Removing the resetting/re-init of encoder from QMVideoSettingsCallback. marpan@webrtc.org 2012-03-27 21:04:13 +00:00
  • 952f601405 Fix Linux-release errors and Valgrind errors. andrew@webrtc.org 2012-03-27 18:30:26 +00:00
  • 61b1b4b472 Fix neteq-rtpplay Linux build errors. andrew@webrtc.org 2012-03-27 17:33:29 +00:00
  • f589dfede4 Merge header-only neteq-rtpplay changes. andrew@webrtc.org 2012-03-27 17:05:44 +00:00
  • 258d1d4ce0 Update build support for android Review URL: https://webrtc-codereview.appspot.com/459007 leozwang@webrtc.org 2012-03-27 16:40:04 +00:00
  • de2a76fcf9 Try server and buildbot scripts now using Chromium scripts. - compatible with depot_tools try commands. - old build master is converted to use Chromium scripts, according to http://www.chromium.org/developers/testing/chromium-build-infrastructure/getting-the-buildbot-source/forking-your-buildbot - slaves can now be run out of a plain checkout, no local configuration needed. kjellander@webrtc.org 2012-03-27 15:57:30 +00:00
  • 620bae5442 ViE ChannelManager - added missing return. mflodman@webrtc.org 2012-03-27 13:06:30 +00:00
  • 78f0cdc191 VAD refactoring bjornv@webrtc.org 2012-03-27 11:06:29 +00:00
  • 534a435751 Removed RTP Keepalive from RTP module. mflodman@webrtc.org 2012-03-27 06:57:41 +00:00
  • 417901dc54 Disable runtime cpu detection on arm-neon leozwang@webrtc.org 2012-03-26 14:34:55 +00:00
  • 40197d7b3b Fixing build issus on non-Win niklas.enbom@webrtc.org 2012-03-26 08:45:47 +00:00
  • 5398d9583b Force commit of 449006' Review URL: https://webrtc-codereview.appspot.com/455006 niklas.enbom@webrtc.org 2012-03-26 08:11:25 +00:00
  • 38f247d800 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. stefan@webrtc.org 2012-03-23 22:34:14 +00:00
  • af5ffd5bb9 Fixes for coverity warnings. stefan@webrtc.org 2012-03-23 16:01:15 +00:00
  • 22bde08fb8 Made sanity check more flexible. phoglund@webrtc.org 2012-03-23 14:59:56 +00:00
  • 196e491c46 Adding init decode slave to celt tina.legrand@webrtc.org 2012-03-23 14:39:46 +00:00
  • c231e4cb03 Fixing bug in re-packing of stereo packets. tina.legrand@webrtc.org 2012-03-23 10:01:11 +00:00
  • 3e820e5109 Remove RTP Keep-alive from VoE and ViE. The RTP module functionality will be removed in a follow-up CL shortly. mflodman@webrtc.org 2012-03-23 09:41:44 +00:00
  • 1f569222b2 Clean up coverity warnings. Review URL: https://webrtc-codereview.appspot.com/456003 pwestin@webrtc.org 2012-03-23 09:04:16 +00:00
  • 710401bab2 Add timeout for REMB bandwidth estimates. stefan@webrtc.org 2012-03-23 01:23:55 +00:00
  • 270bd9aaa0 Enable post_proc on arm Review URL: https://webrtc-codereview.appspot.com/457002 leozwang@webrtc.org 2012-03-22 17:06:26 +00:00
  • 4aa57b4150 Extracted a helper library from vie_auto_test. phoglund@webrtc.org 2012-03-22 12:56:54 +00:00
  • 6aa529ca1b Update libvpx configuration files leozwang@webrtc.org 2012-03-21 21:28:33 +00:00
  • c8e4886774 Upgrade libvpx to 6b66c01 and enabling temporal denoising. stefan@webrtc.org 2012-03-21 16:52:03 +00:00
  • 2360d8212e Added a new Android NDK bot. phoglund@webrtc.org 2012-03-21 08:19:02 +00:00
  • aaf62ac019 Temporarily disabled flaky tests. phoglund@webrtc.org 2012-03-21 08:04:43 +00:00
  • 41be9beef5 Put YASM back to the more modern revisions. phoglund@webrtc.org 2012-03-21 08:01:05 +00:00
  • 6503ecdc39 Fix to windows test from commit 1914. Review URL: https://webrtc-codereview.appspot.com/455002 marpan@webrtc.org 2012-03-21 00:18:13 +00:00
  • 3fe3252cb3 Fix to windows build from commit 1914. Review URL: https://webrtc-codereview.appspot.com/456002 marpan@webrtc.org 2012-03-20 22:13:24 +00:00
  • e0d6fa4c66 Adding classes for handling multi-frame FEC. stefan@webrtc.org 2012-03-20 22:10:56 +00:00
  • e22d81ce4d Updates to resolution adpatation: marpan@webrtc.org 2012-03-20 18:21:53 +00:00
  • a496b03c78 VAD refactoring: Removed macro file. bjornv@webrtc.org 2012-03-20 12:53:06 +00:00
  • ac9fd8af09 Change folder name from Android to android Review URL: https://webrtc-codereview.appspot.com/447012 leozwang@webrtc.org 2012-03-19 21:09:42 +00:00
  • 4530aa3157 Updates html test file to webkitDeprecatedPeerConnection. henrikg@webrtc.org 2012-03-19 09:55:45 +00:00
  • b9c50b68bf Revert commit 1908. Review URL: https://webrtc-codereview.appspot.com/452009 stefan@webrtc.org 2012-03-17 00:56:36 +00:00
  • fb5944edf9 Upgrade libvpx to 6b66c01 and enabling temporal denoising. stefan@webrtc.org 2012-03-17 00:15:13 +00:00
  • a3736345dd Introduced WEBRTC_ANDROID_PLATFORM_BUILD and make test app build on all platforms leozwang@webrtc.org 2012-03-16 21:36:00 +00:00
  • 1c7d8827ee Enable video engine Review URL: https://webrtc-codereview.appspot.com/449004 leozwang@webrtc.org 2012-03-16 18:09:10 +00:00
  • 9a85d8e3dd Remove test apps from Android.mk in APM leozwang@webrtc.org 2012-03-16 18:03:18 +00:00
  • bb966ca835 Optimized function WebRtcSpl_ScaleAndAddVectorsWithRound() for ARM-NEON platforms, and refactor it for generic C. kma@webrtc.org 2012-03-16 16:29:37 +00:00
  • 7e26ad3828 Disabled more flaky volume tests. phoglund@webrtc.org 2012-03-16 09:46:52 +00:00
  • 61bf8e33c4 Flush far-end buffers when larger than system delay. andrew@webrtc.org 2012-03-15 19:04:55 +00:00
  • 3053702698 Remove -lasound and -lpulse linking flags leozwang@webrtc.org 2012-03-15 18:34:13 +00:00
  • 5b6d3ce598 adding back external media api since it is used in chromium unittest Review URL: https://webrtc-codereview.appspot.com/452006 xians@webrtc.org 2012-03-15 14:40:00 +00:00
  • a0866c10dd adding back the file api for chromium unittests. Review URL: https://webrtc-codereview.appspot.com/451013 xians@webrtc.org 2012-03-15 13:06:41 +00:00
  • 0e0390dc33 Flush NetEQ when receiving payload type switches between mono and stereo. tina.legrand@webrtc.org 2012-03-15 11:23:51 +00:00
  • f7d90041b0 Fixed annoying printouts polluting the cron logs. phoglund@webrtc.org 2012-03-15 11:03:02 +00:00
  • c5adf01d23 Added a LKGR page. phoglund@webrtc.org 2012-03-15 11:02:04 +00:00
  • 754626b5ea Fixed the sanity_check and started using the new webrtc_test.html file. Added capability for xvfb testing. phoglund@webrtc.org 2012-03-15 09:40:23 +00:00
  • cdbda4fc54 Disabling audio_device_test_api on LinuxVideo bot for now kjellander@webrtc.org 2012-03-15 09:19:20 +00:00
  • 2058fee396 Change call order. Review URL: https://webrtc-codereview.appspot.com/451011 pwestin@webrtc.org 2012-03-14 13:24:53 +00:00
  • 75047dc88e Rolled back YASM to versions we know are working. phoglund@webrtc.org 2012-03-14 09:20:59 +00:00
  • 62283c0ebf Quick fix to avoid non-causal AEC signals on PulseAudio. andrew@webrtc.org 2012-03-13 19:43:47 +00:00
  • 24c65840de Remove video from Android.mk Review URL: https://webrtc-codereview.appspot.com/453002 leozwang@webrtc.org 2012-03-13 17:22:44 +00:00
  • 60c8b39ede Fix the WebRtc_Word8 and char mismatch for the chromium build. Review URL: https://webrtc-codereview.appspot.com/446005 wu@webrtc.org 2012-03-12 23:59:11 +00:00
  • 3a39230fdf Further cleanup WebRtc_Word8 in external video capture Review URL: https://webrtc-codereview.appspot.com/450003 leozwang@webrtc.org 2012-03-12 21:03:38 +00:00
  • 6e6ea04f9b Implement the TickTime::Now for mac using mach_absolute_time which is consistent even the user changes the system time. Review URL: https://webrtc-codereview.appspot.com/431004 wu@webrtc.org 2012-03-12 19:42:22 +00:00
  • c197b12d21 Typedef WebRtc_word8 to int8_t leozwang@webrtc.org 2012-03-12 16:52:28 +00:00
  • 3d42eda962 Fix wrong usage of memset in vie_auto_test ViEAutoTest::ViENetworkAPITest. perkj@webrtc.org 2012-03-12 15:49:28 +00:00