Commit Graph

  • ba21c95e15 Reformatted data_log. phoglund@webrtc.org 2012-12-03 09:01:21 +00:00
  • c94f8d4e8f Fix OOB read in padding tests. stefan@webrtc.org 2012-12-03 08:57:54 +00:00
  • 78bec2dcbe Fixed bug where we would rewrite *deref_ptr = ...; to // deref_ptr = ...; phoglund@webrtc.org 2012-12-03 08:48:07 +00:00
  • fc4a7ee807 Fixes chromium build bots. henrike@webrtc.org 2012-11-30 16:17:44 +00:00
  • c7896df420 Fixed bug that caused frame_cutter_unittest to fail when built with MVS2008. brykt@google.com 2012-11-30 12:37:14 +00:00
  • 53034fb247 Improved the conformance test: it will now show video tags and better verify that we set up a call. phoglund@webrtc.org 2012-11-30 11:59:20 +00:00
  • 99f7c917d2 Reformatted critical_section wrappers. phoglund@webrtc.org 2012-11-30 10:44:49 +00:00
  • 219df91095 Delete bad mergeinfo from webrtc/modules/video_capture/windows andrew@webrtc.org 2012-11-30 02:46:24 +00:00
  • dddc02b9dc Use <(webrtc_root) to point to webrtc files in tools.gyp. andrew@webrtc.org 2012-11-30 02:28:27 +00:00
  • d814d71d92 Delete {start,stop}CPULoad() since they're broken. - stopCPULoad is incorrect; since mIsBackgroudLoadRunning isn't declared volatile, the empty while loop in the background thread isn't required to do a memory read (as opposed to reading the value just once and caching it). The result is that stopCPULoad() may never return as the .join() waits forever. - startCPULoad isn't guaranteed to tax the CPU; the JVM is free to replace the while loop in startCPULoad() with a thread pause since it can prove it'll never exit the loop once entered (b/c of the previous item). fischman@webrtc.org 2012-11-29 23:00:41 +00:00
  • be5b5ba490 Enable building WebRTCDemo apk using Release webrtc libs, take 2. fischman@webrtc.org 2012-11-29 18:06:00 +00:00
  • bd941d3f4c Fixes two bugs related to padding in the jitter buffer. stefan@webrtc.org 2012-11-29 14:37:18 +00:00
  • 8552c71290 Fixing neteq_unittests for VS 2012 henrik.lundin@webrtc.org 2012-11-29 12:03:18 +00:00
  • 34dab50bb4 Corrected .h path. phoglund@webrtc.org 2012-11-29 10:20:18 +00:00
  • 273ccad59d Fixed standard PSNR/SSIM test. phoglund@webrtc.org 2012-11-29 10:08:16 +00:00
  • bf41508807 Properly remove the bitrate observer when ViEEncoder is destructed. stefan@webrtc.org 2012-11-29 09:18:53 +00:00
  • 662651ac95 Disable denoise filter for Arm, as it is not optimized enough yet. BUG=https://code.google.com/p/chrome-os-partner/issues/detail?id=16318 TEST=none Review URL: https://webrtc-codereview.appspot.com/968008 fbarchard@google.com 2012-11-29 09:01:21 +00:00
  • cde46fa5d2 Disabled some more flaky tests. Memcheck vie_auto_test should be very stable after this. phoglund@webrtc.org 2012-11-29 08:22:45 +00:00
  • f826bb6fb2 Fixing a bug related to RCU in NetEQ henrik.lundin@webrtc.org 2012-11-29 07:32:38 +00:00
  • 56a1c2cc20 Enable java soundcard impl as the default leozwang@webrtc.org 2012-11-29 03:13:00 +00:00
  • de6f8fbd6d Revert 3190 - Enable building WebRTCDemo apk using Release webrtc libs. fischman@webrtc.org 2012-11-29 01:18:04 +00:00
  • 28afee04ae Enable building WebRTCDemo apk using Release webrtc libs. fischman@webrtc.org 2012-11-29 01:09:44 +00:00
  • f3cefe1104 Added metrics test code for the FEC packet masks. marpan@webrtc.org 2012-11-28 23:27:34 +00:00
  • c09e779766 Allow for 1 layer case to be set in temporal_layers. Review URL: https://webrtc-codereview.appspot.com/971007 marpan@webrtc.org 2012-11-28 22:06:21 +00:00
  • 7d5dacc985 Revert 3183 - Fixes two bugs related to padding in the jitter buffer. henrike@webrtc.org 2012-11-28 22:04:45 +00:00
  • c244cefe1d Reverting r3185 marpan@webrtc.org 2012-11-28 21:00:36 +00:00
  • 993494764d Added metrics test code for the FEC packet masks. marpan@webrtc.org 2012-11-28 19:43:58 +00:00
  • aa46ea0b8b Remove ringtone from test app leozwang@webrtc.org 2012-11-28 19:39:23 +00:00
  • e4fb44c29d Fixes two bugs related to padding in the jitter buffer. stefan@webrtc.org 2012-11-28 19:36:20 +00:00
  • 891d55eb35 Revert 3181 - Fixes two bugs related to padding in the jitter buffer. henrike@webrtc.org 2012-11-28 17:45:01 +00:00
  • d42e51ce7c Fixes two bugs related to padding in the jitter buffer. stefan@webrtc.org 2012-11-28 16:40:28 +00:00
  • 0f8286fd75 Added last (?) suppressions for known issues. phoglund@webrtc.org 2012-11-28 14:21:12 +00:00
  • 7d74bdbeac Added conformance tests. phoglund@webrtc.org 2012-11-28 13:03:17 +00:00
  • 8d334d387b Disabled flaky test on Linux, added disable-on-platform macros, fixed \n's phoglund@webrtc.org 2012-11-28 12:28:06 +00:00
  • c4590580e8 Opus mono/stereo on the same payloadtype, and fix of memory bug tina.legrand@webrtc.org 2012-11-28 12:23:29 +00:00
  • 81fb7bfd8b Adding video_coding_integrationtests test. kjellander@webrtc.org 2012-11-28 08:40:16 +00:00
  • 8049608226 VP8 wrapper: updating raw image allocation. As we set the pointers to the data, there is no need to allocate that memory. mikhal@webrtc.org 2012-11-27 17:06:10 +00:00
  • 4de3dfe613 Tool for editing of yuv-files. Specify a path to the clip that should be edited, the height and width of the clip, one set of frames that should be removed from the clip, and a path to where the result should be written. There is a executable created that make use of the library where the functionality is implemented. There is also a unittest added for the library. brykt@google.com 2012-11-27 13:44:07 +00:00
  • 52ec985d82 Fixing vie and voe auto test project paths for test execution. kjellander@webrtc.org 2012-11-27 10:01:01 +00:00
  • b43502e388 Revert 3170 - Added performance benchmarking in APM and iSAC-fix for Buildbots. Review URL: https://webrtc-codereview.appspot.com/929022 andrew@webrtc.org 2012-11-26 23:57:38 +00:00
  • 4cd8f1f182 Added performance benchmarking in APM and iSAC-fix for Buildbots. Review URL: https://webrtc-codereview.appspot.com/929022 kma@webrtc.org 2012-11-26 22:02:47 +00:00
  • 6e46d5b1c1 Updated version number to 3.18 Review URL: https://webrtc-codereview.appspot.com/930027 elham@webrtc.org 2012-11-26 17:08:34 +00:00
  • 107d4efd11 Rolling chromium_revision 157509:169394 kjellander@webrtc.org 2012-11-26 16:31:20 +00:00
  • ef90c3227e Will now correctly identify the first-ever received packet as the first packet in its frame. phoglund@webrtc.org 2012-11-26 16:30:40 +00:00
  • 7c894b7cc7 Wire up CallStats to provide modules with correct RTT. mflodman@webrtc.org 2012-11-26 12:40:15 +00:00
  • 5ba3decc94 Ensures that we can build using VS 2012 on Windows. henrika@webrtc.org 2012-11-26 09:12:02 +00:00
  • 221b11af22 Pulling Opus version 1.0.1 from Chromium tina.legrand@webrtc.org 2012-11-26 08:20:44 +00:00
  • c3e5d3422b Add a logging_no_op.cc when enable_tracing==0. andrew@webrtc.org 2012-11-23 19:30:59 +00:00
  • 418443c531 Remove operator overloading from RTPFragmentationHeader. andrew@webrtc.org 2012-11-23 19:17:23 +00:00
  • ad7f1fefad Fixes (or at least reduces) the flakiness in the full stack test by making sure the different frame monitors are registered and deregistered in the right order. Also makes sure only local preview frames which are actually transmitted are rendered by moving the local preview rendering to an effect filter. stefan@webrtc.org 2012-11-23 11:19:29 +00:00
  • 6ba79a88e5 Condition for DirectX variable on Windows The directx_sdk_path GYP variable got the value $(DXSDK_DIR) on non-windows platforms which is normally an uninitialized environment variable, causing an error during GYP generation. Putting this include within a condition for Windows resolves this. kjellander@webrtc.org 2012-11-23 09:41:42 +00:00
  • 849fb8ebd2 Removed codec comparison test: it didn't work and probably never will. phoglund@webrtc.org 2012-11-23 09:21:44 +00:00
  • e3b2bc6c40 Will now fix old src-relative paths so we go to webrtc/ paths. phoglund@webrtc.org 2012-11-23 09:09:59 +00:00
  • 97dcf36a7b Adding Direct X SDK include directory. kjellander@webrtc.org 2012-11-23 08:54:07 +00:00
  • 087723bc4d Updated license path in LICENSE and LICENSE_THIRD_PARTY. mflodman@webrtc.org 2012-11-22 12:06:21 +00:00
  • f89fb9dbf0 Remove ViE lint warnings that should have been caught at upload time. mflodman@webrtc.org 2012-11-22 09:41:42 +00:00
  • 1c61196095 Removed not used include. mflodman@webrtc.org 2012-11-22 09:37:27 +00:00
  • 6e76ef430d Add third_party/winsdk_samples/src to gitignore. andrew@webrtc.org 2012-11-21 23:28:40 +00:00
  • 4c4d01dd3d Setting capture stride to width mikhal@webrtc.org 2012-11-21 22:18:32 +00:00
  • 4b97793f91 Ensure opus_demo has a targets block. andrew@webrtc.org 2012-11-21 20:16:53 +00:00
  • 8cd18c55b8 Add winsdk_samples to provide directshow_baseclasses. andrew@webrtc.org 2012-11-21 18:46:45 +00:00
  • cfcadab8d4 Build opus_demo leozwang@webrtc.org 2012-11-21 18:13:46 +00:00
  • 3ec52c0689 Adding mflodman's reformat script with some fixes. phoglund@webrtc.org 2012-11-21 13:28:52 +00:00
  • b15d285458 Reformatted most of the CPU stuff in system_wrappers. phoglund@webrtc.org 2012-11-21 08:02:57 +00:00
  • 5835adfef0 Reorganize gyp for Android leozwang@webrtc.org 2012-11-21 04:10:16 +00:00
  • 3263a7a616 Setting correct stride for VP8 encoder mikhal@webrtc.org 2012-11-21 00:15:19 +00:00
  • 32b3f40b6c Adding an aligned stride test to LibYuv mikhal@webrtc.org 2012-11-20 23:52:50 +00:00
  • 8187877402 Reland 3135 - Previous failure was bot flakiness. ***** tommi@webrtc.org 2012-11-20 13:35:33 +00:00
  • 951b6c404a Revert 3135 - This broke the Mac bots somehow. Here's the error: tommi@webrtc.org 2012-11-20 12:17:05 +00:00
  • 704eb8fa15 Restructure the video_capture code a bit to make room for a Media Foundation class implementation. This change includes the following: tommi@webrtc.org 2012-11-20 11:27:25 +00:00
  • 655d8f56f6 Add a kTraceTerseInfo level for non-verbose logging. Review URL: https://webrtc-codereview.appspot.com/937023 andrew@webrtc.org 2012-11-20 07:34:45 +00:00
  • 2009f6b236 Add Chromium's perf_test to testsupport. andrew@webrtc.org 2012-11-20 00:20:20 +00:00
  • 0f34fd7660 Updating Memory allocation for rotation and related tests. mikhal@webrtc.org 2012-11-19 21:15:35 +00:00
  • 467dfe0e7c Fix possible race condition and access into an empty list. stefan@webrtc.org 2012-11-19 11:49:37 +00:00
  • 4100b0402e Move SSRC list to RemoteBitrateEstimator. stefan@webrtc.org 2012-11-19 10:09:20 +00:00
  • 5ac387c4d1 Allow NetEQ to use real packet durations. tina.legrand@webrtc.org 2012-11-19 08:02:55 +00:00
  • 3662aa38f3 Revert 3123 - Roll to libyuv r496 for Android x86 fix by avoiding stdint.h BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/931012 kjellander@webrtc.org 2012-11-19 07:03:34 +00:00
  • 815653bfa4 Use cpu_features library from ndk when built with chromium. wjia@webrtc.org 2012-11-19 04:04:10 +00:00
  • 5c38d909b3 Define enable_android_opensl when built with chromium. Review URL: https://webrtc-codereview.appspot.com/930023 wjia@webrtc.org 2012-11-19 01:41:59 +00:00
  • de727ab260 Fixes http://code.google.com/p/webrtc/issues/detail?id=941 henrike@webrtc.org 2012-11-18 18:49:13 +00:00
  • 55cd78cfc2 Porting ARM optimization from Android to ios. Tested APM and iSAC in Android. Bit-exact with original versions. Changes include removing or changing some GCC derivatives (e.g. .fnstart, .hword), instruction syntax, etc. Review URL: https://webrtc-codereview.appspot.com/934009 kma@webrtc.org 2012-11-17 00:22:46 +00:00
  • 2ec58dc4d1 Roll to libyuv r496 for Android x86 fix by avoiding stdint.h BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/931012 fbarchard@google.com 2012-11-17 00:14:47 +00:00
  • c79505f95e Add warning comment Review URL: https://webrtc-codereview.appspot.com/933012 niklas.enbom@webrtc.org 2012-11-16 22:46:36 +00:00
  • 73814961a2 Add a variable for the libvpx path. andrew@webrtc.org 2012-11-16 17:32:00 +00:00
  • d0acdf6e2b Fix ordered comparison warnings in the RTPtimeshift unit test tina.legrand@webrtc.org 2012-11-16 15:34:32 +00:00
  • b2f474e8bb Adding ViE CallStats to keep track of call statistics. As a start, only rtt is handled. mflodman@webrtc.org 2012-11-16 13:57:26 +00:00
  • c289f9f209 Replaced remb unittest sleep with fake clock. mflodman@webrtc.org 2012-11-16 13:24:18 +00:00
  • 21b426d2da Revert 3111 (revert of a revert). The trybots are succeeding and the modified code shouldn't affect the test that failed so I suspect it was a fluke. If this fails, I'll revert my revert so that we can revert while we revert. --- Revert 3105 - Don't crash the unit test host when tests fail. Instead, just report the error, fail, and move on. tommi@webrtc.org 2012-11-16 09:37:08 +00:00
  • 12773eaa8c Minor cleanup of the videocapture code. No "real" code change :) Remove declaration of a function that doesn't exist. Remove call to GetProductId from video_capture_factory_windows that's not necessary. This was the only dependency on device_info_windows.h outside of video_capture_windows.cc. tommi@webrtc.org 2012-11-16 09:03:12 +00:00
  • d14ff54de2 Removed unnecessary lines in one of the tests and changed one parameter. Review URL: https://webrtc-codereview.appspot.com/933018 marpan@webrtc.org 2012-11-16 01:17:00 +00:00
  • 01c4b98f90 Revert 3105 - Don't crash the unit test host when tests fail. Instead, just report the error, fail, and move on. mikhal@webrtc.org 2012-11-15 23:38:27 +00:00
  • 37ff69d608 Point codereview.settings at the newly-created webrtc-reviews google group. fischman@webrtc.org 2012-11-15 22:21:20 +00:00
  • d72b3d6c81 Fix cpplint errors in audio_processing.h andrew@webrtc.org 2012-11-15 21:46:06 +00:00
  • f3adba499e Add Android include path so that header files can follow google style leozwang@webrtc.org 2012-11-15 18:17:40 +00:00
  • 0f4185f8bb Making valgrind wrapper script work with test arguments kjellander@webrtc.org 2012-11-15 15:19:28 +00:00
  • 5ea70e619e Don't crash the unit test host when tests fail. Instead, just report the error, fail, and move on. tommi@webrtc.org 2012-11-15 14:38:10 +00:00
  • 2d0b81b8af Fix sorting issues in video_capture.gypi. No code change. tommi@webrtc.org 2012-11-15 10:30:57 +00:00
  • 53a8be20f1 Wraparound distortion in Opus tina.legrand@webrtc.org 2012-11-15 08:34:38 +00:00
  • 23ec30bdfc Clean up TraceCallback::Print. andrew@webrtc.org 2012-11-15 05:33:25 +00:00
  • 8123ed74dd libyuv roll to r481 for optimization of neon yuv to/from rgb BUG=none TEST=convert_test in libyuv Review URL: https://webrtc-codereview.appspot.com/929016 fbarchard@google.com 2012-11-15 01:40:47 +00:00