aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-19Follow-up fix for r3681.stefan@webrtc.org
TESTS=trybots and vie_auto_test BUG=1514 Review URL: https://webrtc-codereview.appspot.com/1216006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3689 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-19Changed stats reporting to not use local/remotehta@webrtc.org
BUG= Review URL: https://webrtc-codereview.appspot.com/1216004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3688 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-19Fixed initialization of SPL in echo_control_mobile.kma@webrtc.org
BUG=8403556 (a possible fix) Review URL: https://webrtc-codereview.appspot.com/1220004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3687 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-18Android: rename android_build_type gyp variable.wjia@webrtc.org
Following Chromium r187556 this variable has been renamed to android_webview_build to better describe what it does. Contributed by torne@chromium.org (https://webrtc-codereview.appspot.com/1195006/). Review URL: https://webrtc-codereview.appspot.com/1214005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3686 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-18Updated WebRTC version number to 3.26elham@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/1219004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3683 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-18Fix framerate sent to account for actually sent frames.stefan@webrtc.org
TESTS=trybots BUG=1481 Review URL: https://webrtc-codereview.appspot.com/1195005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3682 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-18Change VCM interface to take target bitrate in bits per second.stefan@webrtc.org
This also solves issue 1469. TESTS=trybots BUG=1469 Review URL: https://webrtc-codereview.appspot.com/1215004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3681 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-18Generic video-codec support.pbos@webrtc.org
Labels frames as key/delta, also marks the first RTP packet of a frame as such, to allow proper reconstruction even if packets are received out of order. BUG=1442 TBR=ajm@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1207004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3680 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-18Remove GCC 4.6 bot from LKGR parsing.kjellander@webrtc.org
As all Linux bots are gPrecise now, this bot is removed. TEST=none BUG=none TBR=phoglund Review URL: https://webrtc-codereview.appspot.com/1218004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3679 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-18Have git ignore ".swp" files.pbos@webrtc.org
BUG= Review URL: https://webrtc-codereview.appspot.com/1210005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3678 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-18Revert the deletion of test_api_nack.cc in r3674.stefan@webrtc.org
TBR=mflodman@webrtc.org, mikhal@webrtc.org BUG=1513 Review URL: https://webrtc-codereview.appspot.com/1217004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3677 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-18Truncated delay quality to avoid negative return valuesbjornv@webrtc.org
This forces the output of last_delay_quality to the interval [0, 1] in Q14. BUG=none TESTED=audioproc_unittest, trybot Review URL: https://webrtc-codereview.appspot.com/1211004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3675 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-15Adding RTX on sourcemikhal@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/1190004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3674 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-15Adding Opus frame length testtina.legrand@webrtc.org
BUG=issue1015 Review URL: https://webrtc-codereview.appspot.com/1193005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3672 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-15Adding new directories and watchers to the WATCHLISTS.stefan@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/1206005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3671 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-14Updated local-audio-rendering.html to remove unmute.vikasmarwaha@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/1193004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3670 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-14Fixed a crash issue in NSX module.kma@webrtc.org
Run time error message for function WebRtcNsx_PrepareSpectrumNeon(): "Bad access at: 0x4f535c: vst1.16{d16, d17, d18, d19}, [r2], r12" Cause: "anaLen" was defined as int16_t and should have been read as such in assembly function WebRtcNsx_PrepareSpectrumNeon(). Fix: Changed anaLen's definition to int in the header file instead. BUG=b/8382174 Review URL: https://webrtc-codereview.appspot.com/1202004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3669 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-13Revert r3667 and r3665pwestin@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/1199004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3668 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-13 Added destructors for tests to control destruct orderpwestin@webrtc.org
TBR=mflodman Review URL: https://webrtc-codereview.appspot.com/1197005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3667 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-13Increasing size of nack list in buffered mode.mikhal@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/1187007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3666 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-13Removed the engine API:s related to transport such as SetSendDestination, ↵pwestin@webrtc.org
the functionality is now provided via the test frame work. Review URL: https://webrtc-codereview.appspot.com/1029004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3665 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-13Refactor webrtc specific Event implementation to an EventFactory.stefan@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/1187005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3664 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-12Remove DTMF detection. Talk team has been in the loop and there is no need forturaj@webrtc.org
DTMF detection at the receiver side. test=voe_auto_test, VoE extended test DTMF Review URL: https://webrtc-codereview.appspot.com/1168004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3663 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-12Tool found: pass by value when pass by reference is better in system wrapper ↵henrike@webrtc.org
unit test. BUG=N/A Review URL: https://webrtc-codereview.appspot.com/1186006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3662 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-12Change intrinsic code in isac fix to let it pass chrome clang compiler.kma@webrtc.org
Compiler complains about variables not initialized in instructions veor_s32() and vset_lane_s32(). Review URL: https://webrtc-codereview.appspot.com/1187006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3660 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-12Fixes issue detected by tool.henrike@webrtc.org
BUG=N/A Review URL: https://webrtc-codereview.appspot.com/1189004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3659 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-12Corrected dashboard script error.phoglund@webrtc.org
BUG= Review URL: https://webrtc-codereview.appspot.com/1187004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3657 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-12Removed redundant VP8 width/height and made sure the generic width/height is ↵stefan@webrtc.org
set. Review URL: https://webrtc-codereview.appspot.com/1158005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3656 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-12Revert "Internal clean up: removing unused include line."dwkang@webrtc.org
(reverting https://webrtc-codereview.appspot.com/1177004) BUG=none Review URL: https://webrtc-codereview.appspot.com/1181005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3655 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-12Internal clean up: removing unused include line.dwkang@webrtc.org
BUG=none TESTED=passed try server Review URL: https://webrtc-codereview.appspot.com/1177004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3654 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-12Fixed issue 1497 in iSAC fixed point.kma@webrtc.org
Bit exact. Review URL: https://webrtc-codereview.appspot.com/1177005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3653 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-11Update demos to have local audio control muted by default.vikasmarwaha@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/1160007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3649 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-11Fix frame_editing_unittest reference file handling.kjellander@webrtc.org
This test was initializing strings for reference video files in a static context, which makes is against the style guide and also makes the paths become invalid when the test is launched from a working directory outside the checkout. Moving the initialization into the test fixture solves this. BUG=none TEST=Local execution launched from a directory outside the checkout tree on Win, Mac and Linux + trybots (for compilation as they don't yet run the tools_unittests). Review URL: https://webrtc-codereview.appspot.com/1178004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3647 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-11Fixed style according to reviewer and a refactoring errorjansson@webrtc.org
I had to create this CL due to comitting before the final comments in the last CL http://review.webrtc.org/1157005/ in revision: https://code.google.com/p/webrtc/source/detail?r=3642 Changed e.msg to e.fail_msg in logging.error in emulate.py Added space to error message for windows in check_permissions() in network_emulator BUG=none TEST=Windows and linux Review URL: https://webrtc-codereview.appspot.com/1167006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3646 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-11Add Mac 64 bit bots to LKGR parser.kjellander@webrtc.org
BUG=1394 TEST=none Review URL: https://webrtc-codereview.appspot.com/1174004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3645 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-10Added an android_channel.html reflector page to allow Android apps to use afischman@webrtc.org
WebView to speak the Channel API from Google AppEngine. BUG=webrtc:1169 Review URL: https://webrtc-codereview.appspot.com/1145006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3644 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-09Optimized EstCodeLpcCoef() for iSAC with intrinsics in Android-Neon platform.kma@webrtc.org
Cycles of the whole iSAC codec was reduced by 7.9%, measured by offline file test, with time() function. Bit exact. ** Code style cleanup is not considered in this CL. ** Review URL: https://webrtc-codereview.appspot.com/1069004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3643 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-08Fixed sync issues in network emulator script + fix lint complaintsjansson@webrtc.org
Somehow a merge conflict was committed when I submitted http://review.webrtc.org/1158006/ which resulted in https://code.google.com/p/webrtc/source/detail?r=3639 Changed _run_ipfw_command from a method to a function to satisfy lint in network_emulator.py, removed "self." on the function calls. Renamed msg to fail_msg in the _run_ipfw_command and __init__ to make it more clear that it contains a failure message. Review URL: https://webrtc-codereview.appspot.com/1157005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3642 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-08Lazy capture_device_info acquisition.pbos@webrtc.org
BUG=1484 Review URL: https://webrtc-codereview.appspot.com/1169005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3641 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-08Refactor barcode decoder to use Zxing's C++ versionkjellander@webrtc.org
By using the C++ version of Zxing, we can avoid having Java and Ant as a dependency when running Video quality analysis on the bots. This makes it far more easy to setup automation on new machines. I also moved the scripts into the webrtc/ folder so it will be synced by default when building in Chrome (eliminating the need of a separate solution). This CL also removes the need of the FFMPEG_HOME variable and replaces its use with a command line flag to make the tool run smoothly on Windows. BUG=none TEST=locally running the script on Windows, Mac and Linux. Review URL: https://webrtc-codereview.appspot.com/1099007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3640 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-08- Checks the OS and runs the appropriate commands for Dummynet (ipfw)jansson@webrtc.org
- Added pipe rule flush handling - Also fixed a bug preventing any rule settings other than default from being used no matter what preset was chosen - Fixed some comments. BUGS=none TEST= Windows and linux Review URL: https://webrtc-codereview.appspot.com/1158006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3639 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-08Splitting out video_coding_test executable again.kjellander@webrtc.org
This CL undoes the merge of the developer test tool and the gtest tests that was merged in https://code.google.com/p/webrtc/source/detail?r=3176 Doing that, we get a pure gtest executable of video_coding_integrationtests which can run properly on the bots. BUG=none TEST=Trybots passing + local execution on Linux with: out/Debug/video_coding_integrationtests --gtest_print_time (to ensure it will be possible to run with runtest.py) Review URL: https://webrtc-codereview.appspot.com/1171007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3638 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-07Dtmf twinkle-twinkle.wu@webrtc.org
BUG= Review URL: https://webrtc-codereview.appspot.com/1160005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3635 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-07Roll libvpx 180104:186754.andrew@webrtc.org
Picks up the ability to disable VP9 through gyp. Review URL: https://webrtc-codereview.appspot.com/1162009 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3633 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-07Add third_party/ dependencies to svn:ignorekjellander@webrtc.org
Adding the following directories to be ignored by SVN: third_party/android_testrunner third_party/android_tools third_party/WebKit This will speed up gclient sync/revert operations for the bots. git-svn-id: http://webrtc.googlecode.com/svn/trunk@3632 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-07Fixed an assembly code error in AECM for ARMv7.kma@webrtc.org
Possibly related to an AECM quality issue encountered at Chrome testing. No bug was logged. Review URL: https://webrtc-codereview.appspot.com/1160006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3631 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-07Disable frame dropper for screenshare mode.stefan@webrtc.org
BUG=1466 Review URL: https://webrtc-codereview.appspot.com/1170004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3629 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-07Move video_coding OWNERS to video_coding/.stefan@webrtc.org
TBR=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1171004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3628 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-07Fixed a ton of Python lint errors, enabled python lint checking.phoglund@webrtc.org
BUG= Review URL: https://webrtc-codereview.appspot.com/1166004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3627 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-07Fix debug file buffer bug introduced in r3574.andrew@webrtc.org
This correctly uses int16_t rather than float. Only affects the debug file buffer, not the production code path. TBR=bjornv Review URL: https://webrtc-codereview.appspot.com/1162008 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3626 4adac7df-926f-26a2-2b94-8c16560cd09d