fa418ac0afConsolidate common_video targets to improve gyp run time.
andrew@webrtc.org
2012-09-11 01:34:21 +00:00
852fd687e0Fix for clang ia32 on linux which does not support optimize attribute. BUG=libyuv bug 83 TEST=./build/gyp_chromium --depth=. -Dtarget_arch=ia32 -Dclang=1 webrtc.gyp && make libyuv Review URL: https://webrtc-codereview.appspot.com/790004
fbarchard@google.com
2012-09-10 22:01:32 +00:00
1594e84ca0Roll to libyuv r341 to fix unittest failures on build bots. Version number updated so unittests pass version check. Disabled 4 tests that failed valgrind - libyuv bugs 79,80,81,82 opened for followup. BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/787005
fbarchard@google.com
2012-09-10 20:54:05 +00:00
4b42508cc0This CL is WebRTC VoiceEngine for iOS and is from CL713004.
sjlee@webrtc.org
2012-09-10 17:58:21 +00:00
c732ca697bReturn audio_processing_tests.gypi to module.gyp.
andrew@webrtc.org
2012-09-10 16:33:43 +00:00
4a2639a210Disabled one more test on Linux that was probably flaky. 42 remaining.
phoglund@webrtc.org
2012-09-10 13:28:39 +00:00
e37ecc6f81Adding test for relaying all simulcast streams to different receive channels.
stefan@webrtc.org
2012-09-10 13:27:47 +00:00
deaf685b66Fix gcc 4.6 compilation for video_engine_unittest
mflodman@webrtc.org
2012-09-10 13:19:08 +00:00
a96f8d9584Change audio_processing libraries because of r2723
leozwang@webrtc.org
2012-09-08 23:26:16 +00:00
b3b158db2ePut output files in the output directory.
andrew@webrtc.org
2012-09-06 18:11:25 +00:00
3c1f96f279Fixed 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
0b3ee391f7Relaxing the rate control test.
stefan@webrtc.org
2012-09-06 11:20:22 +00:00
de8db4e350Roll libvpx to c6fd0a5d to get MFQE and denoising improvements.
stefan@webrtc.org
2012-09-06 10:49:31 +00:00
ead3005c46Making Java headless to save execution time
kjellander@webrtc.org
2012-09-06 09:33:08 +00:00
3be5863405Adding 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
dcc30f871dAdd a script that can build a single voice engine library
leozwang@webrtc.org
2012-09-05 20:08:35 +00:00
9ae534817aRemove ARM_WINM and related unused defines.
andrew@webrtc.org
2012-09-05 17:33:42 +00:00
be322d158eCorrect wrong function name
leozwang@webrtc.org
2012-09-05 17:11:34 +00:00
770d06bd01Add libns which was added recently
leozwang@webrtc.org
2012-09-05 17:10:57 +00:00
618ab3f038Add a real FFT wrapper around the complex FFT.
andrew@webrtc.org
2012-09-04 23:39:05 +00:00
31eac6082dDisabled one more flaky test on Linux.
phoglund@webrtc.org
2012-08-31 13:49:23 +00:00
992da29c75A tool that crops the top pixel rows of a YUV video.
vspasova@webrtc.org
2012-08-31 09:47:47 +00:00
6307dbf468Updates 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
3baa8a2102Roll 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
1b0a02e12eFixing 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
16cfbe2e89Fix a potential Chrome crash in audioproc.
andrew@webrtc.org
2012-08-29 16:58:25 +00:00
4436fcebafDisabled 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
cc53b7c97bDisable test causing race conditions.
andrew@webrtc.org
2012-08-29 06:55:21 +00:00
b93522857cTrivial fix for memcheck error.
andrew@webrtc.org
2012-08-29 04:23:14 +00:00
55c0d4a683Add support for clock drift compensation.
andrew@webrtc.org
2012-08-29 02:13:12 +00:00
954cf806d9Adding the video debug api to vie test record
mikhal@webrtc.org
2012-08-28 20:55:10 +00:00
7611791adeAdded 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
2bea04076cFix ia32 sse2 error in libvpx.
andrew@webrtc.org
2012-08-28 00:05:34 +00:00
6620c68b1aChanged test case for r2629.
mflodman@webrtc.org
2012-08-17 17:03:28 +00:00
21c822ce8dUse 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
9ea1be81d8Remove unnecessary failure on changing CN payload type while sending.
andrew@webrtc.org
2012-08-17 15:49:07 +00:00
42a4891699Fixed issue for rtp extension.
mflodman@webrtc.org
2012-08-17 14:44:21 +00:00
154dbbefa2Make 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
400e7da51bCreated a barcode encoder and decoder Python tools.
vspasova@webrtc.org
2012-08-15 10:25:12 +00:00
8e221ee102Making 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
425e680808Enable PLI as the default.
leozwang@webrtc.org
2012-08-14 17:03:33 +00:00