Commit Graph

  • 486a3baabd Enabling video_codecs_test_framework_integrationtests. kjellander@webrtc.org 2012-02-10 11:00:28 +00:00
  • a1e9e3f0d8 Enabling rtp_rtcp_unittests since issue 268 is now fixed and commited. kjellander@webrtc.org 2012-02-10 10:59:18 +00:00
  • caef50310a Removing PeerConnection sample client and libjingle from webrtc. wu@webrtc.org 2012-02-09 19:23:17 +00:00
  • 75f1948b0e Restore AECM Coverity fix. andrew@webrtc.org 2012-02-09 17:16:18 +00:00
  • aaa76f3ba8 Rewrote network test. phoglund@webrtc.org 2012-02-09 16:41:30 +00:00
  • bf0333801c Enable lcov on LinuxVideo and disable on others except Linux32DBG. kjellander@webrtc.org 2012-02-09 14:56:24 +00:00
  • 4b377414f1 Fix release build errors. stefan@webrtc.org 2012-02-09 13:50:57 +00:00
  • 3dbed8597e This CL makes the playout delay value thread safe. With the patch, _sndCardPlayDelay is calculated in the DoRenderThread instead of capture thread, an capture thread only gets the _sndCardPlayDelay value. And _sndCardPlayDelay and _sndCardRecDelay are only changed to be Atomic32 to make them to be accessed by multiple threads. xians@webrtc.org 2012-02-09 13:50:48 +00:00
  • 9c84b0dc9f Fix build errors with GCC. stefan@webrtc.org 2012-02-09 13:14:04 +00:00
  • 7adab0922d This removes the knowledge of frame completeness from the FEC decoder. Therefore, with this change a recovered packet is only considered old, and will be removed, if more than 48 recovered packets are stored. stefan@webrtc.org 2012-02-09 12:34:52 +00:00
  • cde1c0b519 Fixed bad gtest filter. phoglund@webrtc.org 2012-02-09 11:13:12 +00:00
  • cf6a295b13 Making video codecs test framework integration test execute in a reproducable fashion. kjellander@webrtc.org 2012-02-09 09:01:51 +00:00
  • d5657c2f69 Refactored files according to google style since http://review.webrtc.org/314001/ is blocked on this and formatting changes should not be done with code changes. Review URL: https://webrtc-codereview.appspot.com/387005 henrike@webrtc.org 2012-02-08 23:41:49 +00:00
  • 68da6adafe Remove WebRtc_ types. andrew@webrtc.org 2012-02-08 22:24:14 +00:00
  • 454a27c13d The pthread_t is non-pointer type. wu@webrtc.org 2012-02-08 20:36:23 +00:00
  • 143abd95a3 Fixes coverity warnings in system_wrappers. Review URL: https://webrtc-codereview.appspot.com/389003 henrike@webrtc.org 2012-02-08 19:39:38 +00:00
  • 0e7c060256 Linux logs were not displaying time at ms resolution. Review URL: https://webrtc-codereview.appspot.com/267012 henrike@webrtc.org 2012-02-08 18:53:50 +00:00
  • a8084b07e3 Revert r1628 which causes the crash of voe_auto_test. wu@webrtc.org 2012-02-08 17:56:39 +00:00
  • 0da6c85cfa Introduced the new Mac Release bot. phoglund@webrtc.org 2012-02-08 14:36:22 +00:00
  • 13ac430bef Adding missing timestamp calculation to RTPencode. tina.legrand@webrtc.org 2012-02-08 13:20:36 +00:00
  • eaaccb7626 Enabling fixed tests and correcting error. kjellander@webrtc.org 2012-02-08 13:18:00 +00:00
  • d2940f71e4 VCM::JB critsect fix. mflodman@webrtc.org 2012-02-08 12:42:56 +00:00
  • 23307f7c4b Remove frame_list.cc from Andorid.mk. stefan@webrtc.org 2012-02-08 10:39:13 +00:00
  • 594ab3ce4b remove vie file API to take away media_file and utility modules. This CL reduce the size of chrome in release build by 70KB. With this patch and r1592 , sizes.py reports 92255640 bytes with webrtc, down from 92485792 bytes. The size is 88839360 bytes without webrtc. xians@webrtc.org 2012-02-08 10:38:12 +00:00
  • df69775bfa Adding support for full-stereo codec. tina.legrand@webrtc.org 2012-02-08 10:22:21 +00:00
  • 2979461595 Refactored the jitter buffer to use std::list. stefan@webrtc.org 2012-02-08 08:58:55 +00:00
  • 7dfa883954 Disable spatial subsampling for denoiser variance estimation. stefan@webrtc.org 2012-02-08 08:27:31 +00:00
  • 95392e64ba Bugfix EnableIPV6 issue 255 Review URL: https://webrtc-codereview.appspot.com/378005 pwestin@webrtc.org 2012-02-08 08:08:37 +00:00
  • 1970b2fcb3 Fixing uninitialized codec settings struct in test. kjellander@webrtc.org 2012-02-08 07:09:32 +00:00
  • 648af7423f Clean up MapSetting(). andrew@webrtc.org 2012-02-08 01:57:29 +00:00
  • 9143f774d1 Coverity fix for VideoRenderModule including issues 10084, 10226, 10267 and 10340. Review URL: https://webrtc-codereview.appspot.com/385001 wu@webrtc.org 2012-02-08 00:14:25 +00:00
  • 551fcc04ec Optimized function WebRtcSpl_DownsampleFast for ARM-NEON platform. Review URL: https://webrtc-codereview.appspot.com/371001 kma@webrtc.org 2012-02-07 18:03:11 +00:00
  • 236e842bca Removed memcpy of pointer to itself, triggering Valgrind warning. bjornv@webrtc.org 2012-02-07 17:22:44 +00:00
  • 59f16ec993 Introduced ARM version of WebRtcSpl_SqrtFloor(). Function cycles reduced by ~ 30% in a real time VOE test in an android device (Nexus-S, ARMv7a). kma@webrtc.org 2012-02-07 17:15:15 +00:00
  • 9d9ad88ba5 Fixed remaining warnings. phoglund@webrtc.org 2012-02-07 16:16:52 +00:00
  • 646fa2c5f2 Added Valgrind buildbot slave. kjellander@webrtc.org 2012-02-07 15:51:18 +00:00
  • 78088c2f36 Removed warnings on Windows and enabled warnings-as-errors on Windows. phoglund@webrtc.org 2012-02-07 14:56:45 +00:00
  • 87885e8409 This CL will look a bit strange. Essentially I've removed sanity checks for > 1 channel and then fixed the bugs that remained. Will add testing in a separate CL. niklas.enbom@webrtc.org 2012-02-07 14:48:59 +00:00
  • 2726cd22c9 Reconfigured which tests run on the integration test build bot. phoglund@webrtc.org 2012-02-07 12:13:58 +00:00
  • 4ef5d493c7 Enabling and disabling tests kjellander@webrtc.org 2012-02-07 08:33:47 +00:00
  • 530963925e Solves buffer overrun crash on Windows [issue 258]. bjornv@webrtc.org 2012-02-07 08:10:46 +00:00
  • 14979ed4e6 Revert libyuv to r121. andrew@webrtc.org 2012-02-07 05:13:02 +00:00
  • 2aa40aa087 Roll Chromium 114939->120526. andrew@webrtc.org 2012-02-07 04:14:58 +00:00
  • daacee81b8 Use better reference files with audioproc_unittest. andrew@webrtc.org 2012-02-07 00:01:04 +00:00
  • 2660460b89 Fixes flakyness in CPU unittest Review URL: https://webrtc-codereview.appspot.com/377005 henrike@webrtc.org 2012-02-06 23:33:54 +00:00
  • 06c7dbae14 Disable flaky test AudioProcessingTest.TestVoiceActivityDetectionWithObserver. wu@webrtc.org 2012-02-06 23:13:21 +00:00
  • 50099af75f Disable flaky test VideoProcessorIntegrationTest.Process5PercentPacketLoss. wu@webrtc.org 2012-02-06 22:50:48 +00:00
  • 6584e58001 Coverity fix for issues 10325,10326. Review URL: https://webrtc-codereview.appspot.com/377001 marpan@webrtc.org 2012-02-06 19:02:54 +00:00
  • 56b85c6ba8 Reduced potential for flakiness in voice detection tests. phoglund@webrtc.org 2012-02-06 18:48:33 +00:00
  • 13e0345b35 Fix uninitialized variable error in Relase mode. TBR=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/377007 wu@webrtc.org 2012-02-06 16:19:15 +00:00
  • 517e5e3846 NetEQ switch fix. mflodman@webrtc.org 2012-02-06 15:04:00 +00:00
  • 94355e0a59 Fix crash in SessionInfo::BuildSoftNackList. stefan@webrtc.org 2012-02-06 14:06:39 +00:00
  • a39621ee1b Disabling APM test for invalid enum values. mflodman@webrtc.org 2012-02-06 14:00:12 +00:00
  • ec31bc1321 Fixed APM tests. mflodman@webrtc.org 2012-02-06 12:42:45 +00:00
  • 657b2a4965 Added return due to gcc complaints in r1604. mflodman@webrtc.org 2012-02-06 11:06:01 +00:00
  • 86ce46d4ff Cleaned up and completed current dashboard milestone. phoglund@webrtc.org 2012-02-06 10:55:12 +00:00
  • c80d9d9361 Removed default cases causing clang errors, -Wcovered-switch-default. mflodman@webrtc.org 2012-02-06 10:11:25 +00:00
  • 5eeaa38573 Improved readability of tests in master.cfg and enabling some tests kjellander@webrtc.org 2012-02-04 09:41:26 +00:00
  • 4942832928 Fix "may be used uninitialized" warning. andrew@webrtc.org 2012-02-04 05:23:51 +00:00
  • b783a55df3 Unit test for forward_error_correction. Review URL: https://webrtc-codereview.appspot.com/358006 marpan@webrtc.org 2012-02-04 02:46:35 +00:00
  • 307c1ff20c Fix for issue #254: windows crash of test_fec. Review URL: https://webrtc-codereview.appspot.com/379010 marpan@webrtc.org 2012-02-04 02:45:22 +00:00
  • dde977ec83 AudioFrame payload shouldn't be mutable. andrew@webrtc.org 2012-02-03 17:47:32 +00:00
  • ce0a6ff43d Restoring previous vie_auto_test.gypi structure due to problems on Mac kjellander@webrtc.org 2012-02-03 14:06:46 +00:00
  • 918a8bf40c External transport is modified to never drop packets from the first frame. kjellander@webrtc.org 2012-02-03 12:40:28 +00:00
  • 683833442a Fix for warning in GCC 4.6 henrik.lundin@webrtc.org 2012-02-03 12:33:50 +00:00
  • 82e1c8d0e7 Fix for issue 253 henrik.lundin@webrtc.org 2012-02-03 09:46:01 +00:00
  • fdf21c8c55 Removed dead version code. Review URL: https://webrtc-codereview.appspot.com/377003 pwestin@webrtc.org 2012-02-02 12:46:58 +00:00
  • 4ea57e5e26 Changed VP8 to follow the style guide a little bit more. Review URL: https://webrtc-codereview.appspot.com/379003 pwestin@webrtc.org 2012-02-02 12:21:47 +00:00
  • 9b3474aff8 Disable the unused API interfaces for VoE chromium build. Review URL: https://webrtc-codereview.appspot.com/377002 xians@webrtc.org 2012-02-02 08:59:11 +00:00
  • 07b45a5dc4 Added API for getting the send-side estimated bandwidth. stefan@webrtc.org 2012-02-02 08:37:48 +00:00
  • ac7e89ff1c Correct and update LICENSE Review URL: https://webrtc-codereview.appspot.com/382001 leozwang@webrtc.org 2012-02-01 23:04:48 +00:00
  • de66b91274 In voice engine, added member audioFrame to classes AudioCodingModuleImpl and VoEBaseImpl, and touched VoEBaseImpl::NeedMorePlayData and AudioCodingModuleImpl::PlayoutData10Ms(), for performance reasons in Android platforms. The two functions used about 6% of VoE originally. After the change, the percentage reduced to about 0.2%. Review URL: https://webrtc-codereview.appspot.com/379001 kma@webrtc.org 2012-02-01 18:39:44 +00:00
  • 2b87891901 Implemented build status tracking. phoglund@webrtc.org 2012-02-01 17:08:03 +00:00
  • fede80c0b8 Updated test web page info for PeerConnection v2. henrikg@webrtc.org 2012-02-01 13:10:48 +00:00
  • d4f0a0e2bc Refactored the dashboard in order to add new functionality and added some new functionality. phoglund@webrtc.org 2012-02-01 10:59:23 +00:00
  • 7fe219f681 Add some additional checks for corrupt payload. andrew@webrtc.org 2012-02-01 02:40:37 +00:00
  • 1f238fd316 Update libsrtp revision in DEPS to chrome/deps/../libsrtp@119742. Review URL: https://webrtc-codereview.appspot.com/381001 mallinath@webrtc.org 2012-02-01 01:27:15 +00:00
  • 727a0a03a1 Fixed a bug in assembly code in aecm_core.c (hasn't caused a problem yet). Did apm unit test. Bit exact. Review URL: https://webrtc-codereview.appspot.com/366010 kma@webrtc.org 2012-02-01 00:05:22 +00:00
  • d8f58a4ab0 Cross platform build fix for SSIM (part 2) frkoenig@google.com 2012-01-31 17:49:38 +00:00
  • 26e8a58130 VAD refactor: Create() and Free() bjornv@webrtc.org 2012-01-31 14:42:50 +00:00
  • dd478e2081 Fix for warning in GCC 4.6 henrik.lundin@webrtc.org 2012-01-31 13:12:41 +00:00
  • 79af734807 This patch fixes the converity warnings in voice engine. Review URL: https://webrtc-codereview.appspot.com/373017 xians@webrtc.org 2012-01-31 12:22:14 +00:00
  • 91c630851a Fix potential VCMReceiver crash. stefan@webrtc.org 2012-01-31 10:49:08 +00:00
  • 2919e95c2a Resolves Coverty issue #10347. henrika@webrtc.org 2012-01-31 08:45:03 +00:00
  • cdba1a836b test_fec: Reduce execution time of test, and use testsupport/fileutils.h for path of randomSeedLog file. Review URL: https://webrtc-codereview.appspot.com/373016 marpan@webrtc.org 2012-01-31 00:36:14 +00:00
  • 293d22b39b Add a new macro for bit-exact audioproc tests. andrew@webrtc.org 2012-01-30 22:04:26 +00:00
  • 72fe2443ea Fix neteq watchlist. andrew@webrtc.org 2012-01-30 21:57:43 +00:00
  • 40654039cd Use pointer-based CriticalSectionScoped(). andrew@webrtc.org 2012-01-30 20:51:15 +00:00
  • 7ca9925068 Addding myself to video codec watch list. Review URL: https://webrtc-codereview.appspot.com/375003 pwestin@webrtc.org 2012-01-30 15:45:04 +00:00
  • 89a100092a A minor change in function WebRtcNetEQ_PacketBufferFindLowestTimestamp for NetEq, for performance reasons. In Android platform, with an offline testing file, the function cycles was reduced by 25%. This function was also reformatted. Review URL: https://webrtc-codereview.appspot.com/367010 kma@webrtc.org 2012-01-30 15:37:33 +00:00
  • 7627843352 Added NULL check in external transport test code. mflodman@webrtc.org 2012-01-30 13:21:26 +00:00
  • 5dad00be52 Coverty fix: FEC unintended signed extension and resource leaks. Review URL: https://webrtc-codereview.appspot.com/368010 pwestin@webrtc.org 2012-01-30 13:05:29 +00:00
  • d3b22c9356 Resolved X11 shared memiory leak. mflodman@webrtc.org 2012-01-30 09:44:28 +00:00
  • 0c6f931420 Removed versions in module/audio_processing and common_audio/vad. bjornv@webrtc.org 2012-01-30 09:39:08 +00:00
  • 2fd1e1e40d Add unittests for ReceiverFec. stefan@webrtc.org 2012-01-30 09:03:37 +00:00
  • 31ba407ac2 Enabled GCC 4.6 bot. phoglund@webrtc.org 2012-01-27 15:40:21 +00:00
  • 04cf69a714 Coverty: cleanup CheckCSRC. Review URL: https://webrtc-codereview.appspot.com/369014 pwestin@webrtc.org 2012-01-27 13:47:19 +00:00
  • 2f7740973d Fixed C errors from GCC 4.6. phoglund@webrtc.org 2012-01-27 13:44:26 +00:00
  • 1f992807eb Fixed frame scaler bugs. mflodman@webrtc.org 2012-01-27 13:42:53 +00:00
  • 048eb7cda6 Finished rewriting the audio processing test. phoglund@webrtc.org 2012-01-27 11:58:41 +00:00