c7896df420Fixed bug that caused frame_cutter_unittest to fail when built with MVS2008.
brykt@google.com
2012-11-30 12:37:14 +00:00
53034fb247Improved 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
219df91095Delete bad mergeinfo from webrtc/modules/video_capture/windows
andrew@webrtc.org
2012-11-30 02:46:24 +00:00
dddc02b9dcUse <(webrtc_root) to point to webrtc files in tools.gyp.
andrew@webrtc.org
2012-11-30 02:28:27 +00:00
d814d71d92Delete {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
be5b5ba490Enable building WebRTCDemo apk using Release webrtc libs, take 2.
fischman@webrtc.org
2012-11-29 18:06:00 +00:00
bd941d3f4cFixes two bugs related to padding in the jitter buffer.
stefan@webrtc.org
2012-11-29 14:37:18 +00:00
8552c71290Fixing neteq_unittests for VS 2012
henrik.lundin@webrtc.org
2012-11-29 12:03:18 +00:00
8049608226VP8 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
4de3dfe613Tool 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
52ec985d82Fixing vie and voe auto test project paths for test execution.
kjellander@webrtc.org
2012-11-27 10:01:01 +00:00
ef90c3227eWill 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
7c894b7cc7Wire up CallStats to provide modules with correct RTT.
mflodman@webrtc.org
2012-11-26 12:40:15 +00:00
5ba3decc94Ensures that we can build using VS 2012 on Windows.
henrika@webrtc.org
2012-11-26 09:12:02 +00:00
221b11af22Pulling Opus version 1.0.1 from Chromium
tina.legrand@webrtc.org
2012-11-26 08:20:44 +00:00
c3e5d3422bAdd a logging_no_op.cc when enable_tracing==0.
andrew@webrtc.org
2012-11-23 19:30:59 +00:00
418443c531Remove operator overloading from RTPFragmentationHeader.
andrew@webrtc.org
2012-11-23 19:17:23 +00:00
ad7f1fefadFixes (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
6ba79a88e5Condition 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
849fb8ebd2Removed codec comparison test: it didn't work and probably never will.
phoglund@webrtc.org
2012-11-23 09:21:44 +00:00
e3b2bc6c40Will now fix old src-relative paths so we go to webrtc/ paths.
phoglund@webrtc.org
2012-11-23 09:09:59 +00:00
97dcf36a7bAdding Direct X SDK include directory.
kjellander@webrtc.org
2012-11-23 08:54:07 +00:00
087723bc4dUpdated license path in LICENSE and LICENSE_THIRD_PARTY.
mflodman@webrtc.org
2012-11-22 12:06:21 +00:00
f89fb9dbf0Remove ViE lint warnings that should have been caught at upload time.
mflodman@webrtc.org
2012-11-22 09:41:42 +00:00
1c61196095Removed not used include.
mflodman@webrtc.org
2012-11-22 09:37:27 +00:00
6e76ef430dAdd third_party/winsdk_samples/src to gitignore.
andrew@webrtc.org
2012-11-21 23:28:40 +00:00
4c4d01dd3dSetting capture stride to width
mikhal@webrtc.org
2012-11-21 22:18:32 +00:00
4b97793f91Ensure opus_demo has a targets block.
andrew@webrtc.org
2012-11-21 20:16:53 +00:00
8cd18c55b8Add winsdk_samples to provide directshow_baseclasses.
andrew@webrtc.org
2012-11-21 18:46:45 +00:00
951b6c404aRevert 3135 - This broke the Mac bots somehow. Here's the error:
tommi@webrtc.org
2012-11-20 12:17:05 +00:00
704eb8fa15Restructure 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
55cd78cfc2Porting 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
21b426d2daRevert 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
12773eaa8cMinor 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
01c4b98f90Revert 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
37ff69d608Point codereview.settings at the newly-created webrtc-reviews google group.
fischman@webrtc.org
2012-11-15 22:21:20 +00:00
d72b3d6c81Fix cpplint errors in audio_processing.h
andrew@webrtc.org
2012-11-15 21:46:06 +00:00
f3adba499eAdd Android include path so that header files can follow google style
leozwang@webrtc.org
2012-11-15 18:17:40 +00:00
0f4185f8bbMaking valgrind wrapper script work with test arguments
kjellander@webrtc.org
2012-11-15 15:19:28 +00:00
5ea70e619eDon'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
2d0b81b8afFix sorting issues in video_capture.gypi. No code change.
tommi@webrtc.org
2012-11-15 10:30:57 +00:00
53a8be20f1Wraparound distortion in Opus
tina.legrand@webrtc.org
2012-11-15 08:34:38 +00:00
23ec30bdfcClean up TraceCallback::Print.
andrew@webrtc.org
2012-11-15 05:33:25 +00:00