Commit Graph

  • 4a2639a210 Disabled one more test on Linux that was probably flaky. 42 remaining. phoglund@webrtc.org 2012-09-10 13:28:39 +00:00
  • e37ecc6f81 Adding test for relaying all simulcast streams to different receive channels. stefan@webrtc.org 2012-09-10 13:27:47 +00:00
  • deaf685b66 Fix gcc 4.6 compilation for video_engine_unittest mflodman@webrtc.org 2012-09-10 13:19:08 +00:00
  • a96f8d9584 Change audio_processing libraries because of r2723 leozwang@webrtc.org 2012-09-08 23:26:16 +00:00
  • 8c4696cd76 Consolidate audio_processing targets to improve gyp time. andrew@webrtc.org 2012-09-08 19:27:24 +00:00
  • 7a50fa428c Changed a flag in ARM build for platform build. Review URL: https://webrtc-codereview.appspot.com/780005 kma@webrtc.org 2012-09-08 00:32:59 +00:00
  • 0221b78e2e Added run time ARM-Neon detection feature in SPL functions. Review URL: https://webrtc-codereview.appspot.com/728010 kma@webrtc.org 2012-09-08 00:09:26 +00:00
  • 706a546f69 Change include path leozwang@webrtc.org 2012-09-07 20:26:43 +00:00
  • 1a4abae7c2 Fixes an issue where we setting wrong padding bitrates. stefan@webrtc.org 2012-09-07 11:15:33 +00:00
  • 7692239b18 Work around bot filesystem flakiness in MixingTest. andrew@webrtc.org 2012-09-07 05:18:48 +00:00
  • f3b65dbfe8 Remove WEBRTC_MAC_INTEL. andrew@webrtc.org 2012-09-06 18:17:00 +00:00
  • b3b158db2e Put output files in the output directory. andrew@webrtc.org 2012-09-06 18:11:25 +00:00
  • 3c1f96f279 Fixed several places for compiler warnings. To reproduce, use compiler arm-linux-androideabi-gcc (GCC) 4.6.x-google 20120106 (prerelease). Review URL: https://webrtc-codereview.appspot.com/762011 kma@webrtc.org 2012-09-06 16:20:03 +00:00
  • 0b3ee391f7 Relaxing the rate control test. stefan@webrtc.org 2012-09-06 11:20:22 +00:00
  • de8db4e350 Roll libvpx to c6fd0a5d to get MFQE and denoising improvements. stefan@webrtc.org 2012-09-06 10:49:31 +00:00
  • ead3005c46 Making Java headless to save execution time kjellander@webrtc.org 2012-09-06 09:33:08 +00:00
  • 3be5863405 Adding a class receiving key frame requests and relying to corresponding ViEEncoder. This CL adds the new class and unittest, but doesn't wire up th efunctionality. That will come in a follow soon after. mflodman@webrtc.org 2012-09-06 08:19:40 +00:00
  • dcc30f871d Add a script that can build a single voice engine library leozwang@webrtc.org 2012-09-05 20:08:35 +00:00
  • 9ae534817a Remove ARM_WINM and related unused defines. andrew@webrtc.org 2012-09-05 17:33:42 +00:00
  • be322d158e Correct wrong function name leozwang@webrtc.org 2012-09-05 17:11:34 +00:00
  • 770d06bd01 Add libns which was added recently leozwang@webrtc.org 2012-09-05 17:10:57 +00:00
  • 618ab3f038 Add a real FFT wrapper around the complex FFT. andrew@webrtc.org 2012-09-04 23:39:05 +00:00
  • 56ef8ca074 Bug fix for issue in building ARM neon device. Review URL: https://webrtc-codereview.appspot.com/768008 kma@webrtc.org 2012-09-04 22:58:55 +00:00
  • 9b1cf54a4a Change the dependency of ARM code from on Android to on ARM. Review URL: https://webrtc-codereview.appspot.com/759004 kma@webrtc.org 2012-09-03 21:22:28 +00:00
  • c81a801ed7 Adding critsect to VCM::StartDebugRecording. mflodman@webrtc.org 2012-09-03 13:22:29 +00:00
  • 03b2b85b19 Enable multi-res encoding feature in libvpx. stefan@webrtc.org 2012-09-03 06:57:01 +00:00
  • d84d11160e Add WEBRTC_POSIX and remove unneeded defines. andrew@webrtc.org 2012-08-31 23:17:53 +00:00
  • 1e68577499 Update the 3 layer temporal pattern and apply the current fix to issue 6992310. Review URL: https://webrtc-codereview.appspot.com/753006 marpan@webrtc.org 2012-08-31 21:17:12 +00:00
  • 31eac6082d Disabled one more flaky test on Linux. phoglund@webrtc.org 2012-08-31 13:49:23 +00:00
  • 992da29c75 A tool that crops the top pixel rows of a YUV video. vspasova@webrtc.org 2012-08-31 09:47:47 +00:00
  • 6307dbf468 Updates the PRESUBMIT.py to allow years from 2011 to the current year. Since Chromium has moved to this policy, we should too. Code is copied from /depot_tools/presubmit_canned_checks.py but modified for our purpose. kjellander@webrtc.org 2012-08-31 07:07:11 +00:00
  • 3baa8a2102 Roll libyuv to r338 which includes more complete unittests, lint fixes, and a bug fix for YUY2ToARGB which was oversampling by 1 row for UV channels. This should help with setting up build bots for libyuv and keeps the version in sync with chromium. BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/771005 fbarchard@google.com 2012-08-31 04:12:08 +00:00
  • 8a9f0f4e4d * Update to the peerconnection client to use jsep01. (Chromium 153489.) * Remove the peerconnection_server target from peerconnection.gyp since we have it in libjingle.gyp. * Add enabled_libjingle_device_manager in supplement.gypi to add devicemanger to stand alone build. * Add link settings to base.gyp which is needed by the new changes in peerconnection_client. wu@webrtc.org 2012-08-31 00:17:53 +00:00
  • 1b0a02e12e Fixing a path and Ant invocation issue in build_zxing.py and delete_file issue in helper_functions.py vspasova@webrtc.org 2012-08-30 12:56:38 +00:00
  • 16cfbe2e89 Fix a potential Chrome crash in audioproc. andrew@webrtc.org 2012-08-29 16:58:25 +00:00
  • 4436fcebaf Disabled audio device tests on mac so we can launch the test on the bots. phoglund@webrtc.org 2012-08-29 09:36:50 +00:00
  • cc53b7c97b Disable test causing race conditions. andrew@webrtc.org 2012-08-29 06:55:21 +00:00
  • b93522857c Trivial fix for memcheck error. andrew@webrtc.org 2012-08-29 04:23:14 +00:00
  • 55c0d4a683 Add support for clock drift compensation. andrew@webrtc.org 2012-08-29 02:13:12 +00:00
  • 954cf806d9 Adding the video debug api to vie test record mikhal@webrtc.org 2012-08-28 20:55:10 +00:00
  • 12dbcd9798 Roll Chromium 143348:152335. andrew@webrtc.org 2012-08-28 20:34:57 +00:00
  • a4fa46108c Bump libyuv version to 331 which includes clang build fixes. BUG=none TEST=devenv -build Debug webrtc.sln Review URL: https://webrtc-codereview.appspot.com/766004 fbarchard@google.com 2012-08-28 18:29:03 +00:00
  • e41bbdfecc Adding an API that allows recording of video data mikhal@webrtc.org 2012-08-28 16:15:16 +00:00
  • 7b2e919f7d Add pinned dep for cygwin. andrew@webrtc.org 2012-08-28 15:56:40 +00:00
  • 715faaf5ce Change so that capture_time_ms == 0 is considered invalid. stefan@webrtc.org 2012-08-28 15:20:39 +00:00
  • 94771cb6a0 Change preprocessor define WEBRTC_ANDROID into WEBRTC_ARCH_ARM, for ARM platform depended code. Review URL: https://webrtc-codereview.appspot.com/735010 kma@webrtc.org 2012-08-28 04:09:50 +00:00
  • 7611791ade Added unit tests for several SPL macros/functions, and detailed all factors contributing to bit-not-exact between ARM assembly and generic C versions in iSAC and SPL, by code comments. Review URL: https://webrtc-codereview.appspot.com/741004 kma@webrtc.org 2012-08-28 00:43:55 +00:00
  • 2bea04076c Fix ia32 sse2 error in libvpx. andrew@webrtc.org 2012-08-28 00:05:34 +00:00
  • afdcc2c845 Added unit test for a filter bank function in iSAC-Fix, with some optimization in the assembly code. Review URL: https://webrtc-codereview.appspot.com/754004 kma@webrtc.org 2012-08-27 23:54:13 +00:00
  • 36b95b4753 Adding a recording tool to vie autottest mikhal@webrtc.org 2012-08-27 21:39:50 +00:00
  • 36d0baf208 Fixes in preparation for next Chromium roll. andrew@webrtc.org 2012-08-27 20:58:56 +00:00
  • 6b84b613d5 Disabling flaky tests in preparation of launching test on bots. phoglund@webrtc.org 2012-08-27 15:16:20 +00:00
  • ac410e26a5 A small tool to run PSNR and SSIM between two I420 videos. vspasova@webrtc.org 2012-08-27 14:57:19 +00:00
  • 4368c26b1a Changing to use SleepMs throughout audio_device module. hta@webrtc.org 2012-08-27 08:33:33 +00:00
  • f7884f9900 Revert 2660 - updating cl henrike@webrtc.org 2012-08-25 02:00:19 +00:00
  • 3387b88595 Makes it possible to disable frame dropping in the VP8 codec. henrike@webrtc.org 2012-08-24 23:01:38 +00:00
  • 6a6121c0b1 updating cl mikhal@webrtc.org 2012-08-24 22:08:25 +00:00
  • 2a74de1e78 Bump version number to 3.11 Review URL: https://webrtc-codereview.appspot.com/744005 elham@webrtc.org 2012-08-23 16:50:57 +00:00
  • 727a9f5648 Roll libvpx to c522217d. stefan@webrtc.org 2012-08-22 20:14:33 +00:00
  • 1ec2b38926 VP8 config tunings for improved quality. stefan@webrtc.org 2012-08-22 11:09:07 +00:00
  • 8a2fc88459 Adds new GetRemoteRTCPSenderInfo() and GetRemoteRTCPReportBlocks APIs to VoE. henrika@webrtc.org 2012-08-22 08:53:55 +00:00
  • f61dc9be41 Moving frame_analyzer and rgba_to_i420_converter to src/tools. vspasova@webrtc.org 2012-08-22 08:12:00 +00:00
  • 2143c60315 Roll libvpx to 8bec177d. stefan@webrtc.org 2012-08-22 07:53:21 +00:00
  • d81d906adf Fixed a bug in the C code in a filterbank function in iSAC-fix, and further optimized ARM code. kma@webrtc.org 2012-08-22 05:13:09 +00:00
  • d6fcf7f0da Add debug options to test app leozwang@webrtc.org 2012-08-21 18:07:14 +00:00
  • bdb03d48ae Fix for issue 420 in TransmitMixer::SetTypingDetectionParameters. Review URL: https://webrtc-codereview.appspot.com/747004 vikasmarwaha@webrtc.org 2012-08-21 17:46:09 +00:00
  • 510c1e36fe Read ptypes.txt from /sdcard on android leozwang@webrtc.org 2012-08-21 15:17:12 +00:00
  • 969d5f387b Reduce the PSNR threshold so that always having MFQE enabled doesn't trigger. stefan@webrtc.org 2012-08-21 11:33:29 +00:00
  • 4ff8a9ad2f Print out more audio codec information in vie_auto_test leozwang@webrtc.org 2012-08-21 03:50:24 +00:00
  • 4e8eabaab1 Properly handle switching between simulcast and unicast streams. stefan@webrtc.org 2012-08-20 14:29:52 +00:00
  • 3994e0324d ADM no longer reads PCM files from data/audio_device. Now uses the resource folder instead. henrika@webrtc.org 2012-08-20 09:44:59 +00:00
  • 6f909835f1 Remove data files from data/audio_coding tina.legrand@webrtc.org 2012-08-20 07:39:52 +00:00
  • 617e23cee6 In AVI file header, 'cbSize' might be omitted for PCM audio types. braveyao@webrtc.org 2012-08-20 03:58:41 +00:00
  • f7a58f868e Fixes VP8 issue with sending simulcast->non simulcast->simulcast. henrike@webrtc.org 2012-08-17 19:10:27 +00:00
  • 6620c68b1a Changed test case for r2629. mflodman@webrtc.org 2012-08-17 17:03:28 +00:00
  • 21c822ce8d Use the Linear Texture Filtering as the magnification, minification, or mipmapping filter to reduce the blurriness when the texture needs to be magnified or minified. wu@webrtc.org 2012-08-17 16:59:18 +00:00
  • 9ea1be81d8 Remove unnecessary failure on changing CN payload type while sending. andrew@webrtc.org 2012-08-17 15:49:07 +00:00
  • 42a4891699 Fixed issue for rtp extension. mflodman@webrtc.org 2012-08-17 14:44:21 +00:00
  • 154dbbefa2 Make VP8 timestamp int64_t to be represented with the same type as in libvpx. stefan@webrtc.org 2012-08-17 14:07:49 +00:00
  • a51e766253 land 728008 Review URL: https://webrtc-codereview.appspot.com/708014 xians@webrtc.org 2012-08-17 13:16:09 +00:00
  • 1c80d794e3 Fix libvpx ARM builds. stefan@webrtc.org 2012-08-17 11:44:49 +00:00
  • ba46804417 Moving to use data files in resources, for ACM. tina.legrand@webrtc.org 2012-08-17 10:38:28 +00:00
  • c3115837ed Changes to upgrade libvpx to head of master. stefan@webrtc.org 2012-08-17 06:57:58 +00:00
  • ee508e5fb6 Enabled ARMv7 code in Android NDK build. Review URL: https://webrtc-codereview.appspot.com/725005 kma@webrtc.org 2012-08-16 19:19:51 +00:00
  • a15ea4965e Added isac WebRtcIsacfix_CalculateResidualEnergy() into dynamic Neon detection for Android NDK platform. Review URL: https://webrtc-codereview.appspot.com/722009 kma@webrtc.org 2012-08-16 15:43:57 +00:00
  • fd80070aa7 A tool to do PSNR and SSIM analysis over frames. vspasova@webrtc.org 2012-08-16 14:07:02 +00:00
  • 6b01bfdc92 Remove version function from ACM codec database. tina.legrand@webrtc.org 2012-08-16 08:17:32 +00:00
  • 5dffebc4d1 Remove disabling of warning 4351 from non-interface files. andrew@webrtc.org 2012-08-16 04:24:05 +00:00
  • 620a2563d0 Fixed a bug in Coverity (fileInstanceId=1323160). Review URL: https://webrtc-codereview.appspot.com/724007 kma@webrtc.org 2012-08-15 16:49:16 +00:00
  • 28655423fd Removed barcode_tools.gyp and added build_zxing.py vspasova@webrtc.org 2012-08-15 14:35:40 +00:00
  • 8327c85bf5 Fixing a syntax error in barcode_tools DEPS. vspasova@webrtc.org 2012-08-15 11:52:46 +00:00
  • 8ee2750962 Fixes after TBR comments in http://review.webrtc.org/675005 kjellander@webrtc.org 2012-08-15 11:03:29 +00:00
  • 400e7da51b Created a barcode encoder and decoder Python tools. vspasova@webrtc.org 2012-08-15 10:25:12 +00:00
  • 8e221ee102 Making the RGBA to I420 tool more useful. Did the following changes: - Made the output file to open in write mode instead of append mode. - Now the tool deletes the RGBA frames after conversion. - Other minor cleanup work. vspasova@webrtc.org 2012-08-15 07:42:00 +00:00
  • 425e680808 Enable PLI as the default. leozwang@webrtc.org 2012-08-14 17:03:33 +00:00
  • 88b8b0da4b Disable "new behavior: elements of array will be default initialized" warning. andrew@webrtc.org 2012-08-14 00:05:56 +00:00
  • 8e75e6092d Separated WebRtcIsacfix_PitchFilterCore() out from isac-fix pitch_filter.c into its own files for generic C and ARMv6. Also renamed file pitchfilter_armv6.S to pitch_filter_armv6.S, to be consistent with others. Review URL: https://webrtc-codereview.appspot.com/722008 kma@webrtc.org 2012-08-13 23:24:10 +00:00
  • c839f08dd6 In SPL, replacing the C version of sqrt_floor with assembly version for Android platform Review URL: https://webrtc-codereview.appspot.com/735004 kma@webrtc.org 2012-08-13 21:49:23 +00:00
  • 65bc254309 Fix integer division truncation bug. thakis@chromium.org 2012-08-13 19:26:12 +00:00
  • 81d110bcc7 Remove iSAC and resampler from platform build leozwang@webrtc.org 2012-08-13 17:55:15 +00:00