Commit Graph

  • c3c29113d1 Expose setPayloadType on the rtp_sender. Thus allowing other users of this module to set the payload type to be used without having to call SendOutgoingData. andresp@webrtc.org 2014-08-27 09:39:43 +00:00
  • 00f11f5e24 - Make local constant non-static. - Remove spammy log line. solenberg@webrtc.org 2014-08-27 08:52:17 +00:00
  • 66a3582170 Create a copy of talk/sound under webrtc/sound. henrike@webrtc.org 2014-08-26 22:04:04 +00:00
  • 7087857afd implement handling ALTERNATE-SERVER response from turn protocol as specified in RFC 5766, also created 2 test cases for both the normal redirection case as well as when a pingpong situation happens, the allocation should fail guoweis@webrtc.org 2014-08-26 21:37:49 +00:00
  • dc926a000e Avoid syncing unnecessary Chromium deps for WebRTC. kjellander@webrtc.org 2014-08-26 19:22:03 +00:00
  • 3533bfcb94 (Auto)update libjingle 74132319-> 74133664 buildbot@webrtc.org 2014-08-26 15:50:23 +00:00
  • 4470d78c9b (Auto)update libjingle 74128148-> 74132319 buildbot@webrtc.org 2014-08-26 15:24:54 +00:00
  • b623c5c251 Disable EndToEndTest.RestartingSendStreamPreservesRtpState in video_engine_tests because it is flaky aluebs@webrtc.org 2014-08-26 14:22:51 +00:00
  • f21ac1fd46 Fix Win64 compile of videoadapter_unittest.cc. pbos@webrtc.org 2014-08-26 12:46:57 +00:00
  • c9b3f77e65 Fix data races in VideoAdapterTest. pbos@webrtc.org 2014-08-26 12:33:18 +00:00
  • 8940ce7112 Updating svn:ignore entries kjellander@webrtc.org 2014-08-26 11:22:54 +00:00
  • b648b9d85c Remove test constructor in WebRtcVideoEngine2. pbos@webrtc.org 2014-08-26 11:08:06 +00:00
  • 4f71e22bf9 Refactoring common_audio/signal_processing: Remove macro WEBRTC_SPL_UDIV bjornv@webrtc.org 2014-08-26 10:25:10 +00:00
  • 1de0cc4079 common_audio: Re-enable WebRtcSpl_AddSatW32() and WebRtcSpl_SubSatW32() optimizations on armv7 bjornv@webrtc.org 2014-08-26 09:36:25 +00:00
  • 047a46f8b4 Remove Android.mk build files. pbos@webrtc.org 2014-08-26 08:48:51 +00:00
  • b96ea2aab5 Remove former team members from OWNERS and WATCHLISTS kjellander@webrtc.org 2014-08-26 06:12:08 +00:00
  • 204cd56007 (Auto)update libjingle 74064646-> 74072040 buildbot@webrtc.org 2014-08-25 21:10:18 +00:00
  • e9bfed0648 Move constant so it is not stripped out for TSAN bots. kjellander@webrtc.org 2014-08-25 19:46:26 +00:00
  • 857130fd5b (Auto)update libjingle 74039473-> 74044292 buildbot@webrtc.org 2014-08-25 16:07:12 +00:00
  • 79ad37eac2 Update root OWNERS file kjellander@webrtc.org 2014-08-25 14:41:41 +00:00
  • 6556a59db1 As expected, r6569 (https://code.google.com/p/webrtc/source/detail?r=6965) caused memcheck bots to complain. Adding expections for that, in line with outher peerconnection tests. solenberg@webrtc.org 2014-08-25 14:35:40 +00:00
  • c23923447c Roll chromium_revision 289723:291647 kjellander@webrtc.org 2014-08-25 14:16:32 +00:00
  • 42ee5b54b5 GN: Disable Chromium clang plugins for standalone build. kjellander@webrtc.org 2014-08-25 14:15:35 +00:00
  • b4c7b09c13 (Auto)update libjingle 73927775-> 74032598 buildbot@webrtc.org 2014-08-25 12:11:58 +00:00
  • 926707b167 Refactoring common_audio: Replace trivial multiplication macro bjornv@webrtc.org 2014-08-25 11:42:42 +00:00
  • d32c4389ac Re-landing r6961 bjornv@webrtc.org 2014-08-25 11:19:05 +00:00
  • 4a616be12b Revert 6961 "common_audio/signal_processing: Remove macro WEBRTC..." bjornv@webrtc.org 2014-08-25 10:32:22 +00:00
  • 4f01017e2d common_audio/signal_processing: Remove macro WEBRTC_SPL_MEMCPY_W8 bjornv@webrtc.org 2014-08-25 10:23:22 +00:00
  • 6e71d17bc9 Refactoring common_audio/signal_processing: Replaces trivial macros bjornv@webrtc.org 2014-08-25 07:44:52 +00:00
  • 584cd8da4b Fix WEBRTC_AEC_DEBUG_DUMP (broken by int16->float conversion) kwiberg@webrtc.org 2014-08-25 06:26:04 +00:00
  • 3740d74106 (Auto)update libjingle 73927658-> 73927775 buildbot@webrtc.org 2014-08-22 22:27:04 +00:00
  • 309a611670 (Auto)update libjingle 73891518-> 73927658 buildbot@webrtc.org 2014-08-22 22:24:54 +00:00
  • 2b0554f0e7 (Auto)update libjingle 73794259-> 73891518 buildbot@webrtc.org 2014-08-22 14:08:15 +00:00
  • 97fdeb8329 Remove static initializer in WebRtcVideoEngine2. pbos@webrtc.org 2014-08-22 10:36:23 +00:00
  • 374d39b7ae Increment sync_chromium.py version to force re-sync kjellander@webrtc.org 2014-08-21 19:51:06 +00:00
  • 161363808b Make the last_sync_chromium file a bit more comprehensive. iannucci@chromium.org 2014-08-21 15:48:23 +00:00
  • 153c6162d2 Landing issue 15189004 niklas.enbom@webrtc.org 2014-08-21 14:49:28 +00:00
  • 7bd5fefb17 Making sure muc members get recorded. phoglund@webrtc.org 2014-08-21 09:53:28 +00:00
  • 038cee2401 Add send-side bit-exactness test for AudioCoding Module henrik.lundin@webrtc.org 2014-08-21 08:59:14 +00:00
  • 9b8102cf0e Use a deterministic input in NetEqBgnTest henrik.lundin@webrtc.org 2014-08-21 08:27:44 +00:00
  • 6b2659c660 Refactoring common_audio/signal_processing: Remove unused macro WEBRTC_SPL_MUL_32_32_RSFT32BI bjornv@webrtc.org 2014-08-21 06:13:57 +00:00
  • 905f9efbae Fix clang -Wformat warnings. thakis@chromium.org 2014-08-21 02:23:30 +00:00
  • add54ad770 Convert nsx_core_neon.S to unified syntax. thakis@chromium.org 2014-08-21 02:23:26 +00:00
  • 286210d3ec Use --gclientfile instead of --spec, because windows is THE WORST. iannucci@chromium.org 2014-08-21 02:14:11 +00:00
  • 98d92d63e2 Make sync_chromium use the git-cache when on the bots. iannucci@chromium.org 2014-08-20 23:53:59 +00:00
  • 8dcf61f946 Bump WebRTC version number. Starting now, we will be setting WebRTC major version numbers to align with Chrome. tnakamura@webrtc.org 2014-08-20 22:44:18 +00:00
  • 3aa837ca28 Increase verbosity for gclient sync of Chromium kjellander@webrtc.org 2014-08-20 14:25:43 +00:00
  • bbca4dde0c Pass --verbose to gclient sync of Chromium kjellander@webrtc.org 2014-08-20 13:04:49 +00:00
  • 8925662318 Make WebRTC work with Chromium Git checkouts kjellander@webrtc.org 2014-08-20 12:10:11 +00:00
  • 3fb2d0cd0e Add TSAN suppression for heap-use-after-free in libvpx henrik.lundin@webrtc.org 2014-08-20 11:07:29 +00:00
  • 58c1c98d3b Remove DEPS reference to third_party/clang_format kjellander@webrtc.org 2014-08-20 10:47:47 +00:00
  • 52275341d8 Refactoring common_audio: Remove macro WEBRTC_SPL_MEMMOVE_W16 bjornv@webrtc.org 2014-08-20 10:09:34 +00:00
  • 6908b84179 Disable two tests in TurnPortTest henrik.lundin@webrtc.org 2014-08-20 09:47:58 +00:00
  • 95bbd18696 (Auto)update libjingle 73627179-> 73695227 buildbot@webrtc.org 2014-08-20 07:49:30 +00:00
  • 877083c4d4 New utility class for easy debug dumping to WAV files kwiberg@webrtc.org 2014-08-20 07:42:46 +00:00
  • 71d9572e9c Minor bug fix and cosmetic changes in AEC MIPS optimizations. andrew@webrtc.org 2014-08-19 15:42:50 +00:00
  • 5a60aed80f (Auto)update libjingle 73626701-> 73627179 buildbot@webrtc.org 2014-08-19 15:11:45 +00:00
  • 84532e59dd (Auto)update libjingle 73626167-> 73626701 buildbot@webrtc.org 2014-08-19 15:05:18 +00:00
  • 0481f15f02 (Auto)update libjingle 73399579-> 73626167 henrike@webrtc.org 2014-08-19 14:56:59 +00:00
  • d5b292e450 Active connection stats [LocalAddress,RemoteAddress,LocalCandidateType...etc] is now printed in the head-up display in Android appRTC. houssainy@google.com 2014-08-19 11:43:32 +00:00
  • 742bac20b2 Remove __inline from WebRtcIsacfix_Log2Q8. pbos@webrtc.org 2014-08-19 06:54:12 +00:00
  • 544f647a04 webrtc/base: removes accidental #error in r6909. henrike@webrtc.org 2014-08-18 20:55:58 +00:00
  • 047abc93a2 Remove trailing null character from std::string jiayl@webrtc.org 2014-08-18 20:48:15 +00:00
  • a1ad844229 Precompute the AEC FFT tables, rather than initializing at run-time. andrew@webrtc.org 2014-08-18 19:02:51 +00:00
  • 4a25199b76 GN: Fixes for Chromium builds. kjellander@webrtc.org 2014-08-18 17:56:28 +00:00
  • d798095a37 replace inline assembly WebRtcNsx_PrepareSpectrumNeon by intrinsics. andrew@webrtc.org 2014-08-18 17:46:45 +00:00
  • f86b262588 MIPS optimizations for ISAC (patch #3) andrew@webrtc.org 2014-08-18 17:32:19 +00:00
  • 3ea9f578ce Remove unneeded WebKit dependency from DEPS. kjellander@webrtc.org 2014-08-18 17:09:57 +00:00
  • e9b493e763 Removing macro in acm_opus.cc minyue@webrtc.org 2014-08-18 12:06:31 +00:00
  • b5ab52d010 common_audio/signal_processing: Remove unused macros WEBRTC_SPL_GET_BYTE and WEBRTC_SPL_SET_BYTE bjornv@webrtc.org 2014-08-18 12:01:02 +00:00
  • 8a2c84f59d Log the Android Audio API choice correctly. braveyao@webrtc.org 2014-08-18 03:02:42 +00:00
  • d235eaef25 Suppress deprecation warnings in video_capture for iOS kjellander@webrtc.org 2014-08-16 20:47:16 +00:00
  • 34a865a038 Roll chromium_revision 288251:289723 kjellander@webrtc.org 2014-08-16 18:49:55 +00:00
  • d402875fa5 Set updated_rect for frames generated by WindowCapturer implementationsw sergeyu@chromium.org 2014-08-15 23:13:23 +00:00
  • 353cd37ae9 (Auto)update libjingle 73370064-> 73399579 buildbot@webrtc.org 2014-08-15 18:26:12 +00:00
  • fb1eb43377 Rename linuxwindowpicker to x11windowpicker & only use it with use_x11 henrike@webrtc.org 2014-08-15 14:44:13 +00:00
  • 5b06b06cc0 Revert 6897 (i.e. Reland 6863) - "Revert 6863 "Refactor StatsCollector and associated..." tommi@webrtc.org 2014-08-15 08:38:30 +00:00
  • 1e3ef4b999 common_audio/signal_processing: Remove macro WEBRTC_SPL_UMUL_32_16_RSFT16 bjornv@webrtc.org 2014-08-15 05:17:20 +00:00
  • a84b0a6dab Small refactor on ViE to remove redudant conditions and long ifdefs. andresp@webrtc.org 2014-08-14 16:46:46 +00:00
  • 2e186386d3 Exlcude two tests in VideoAdapter for WinDrMemoryFull. marpan@webrtc.org 2014-08-14 16:25:38 +00:00
  • 58e2d262fc Return an aggregated report from ViERtpRtcp::GetSentRTCPStatistics(). stefan@webrtc.org 2014-08-14 15:10:49 +00:00
  • e8018b0b24 Adding a 5% as packet loss level for Opus minyue@webrtc.org 2014-08-14 12:16:12 +00:00
  • 4521e2d0bd Adding online bitrate change to voe_cmd_test minyue@webrtc.org 2014-08-14 12:15:27 +00:00
  • 817a034cf2 Fix TimeToSendPadding return to be 0 if no padding bytes are sent. andresp@webrtc.org 2014-08-14 08:24:47 +00:00
  • 8434dbe284 common_audio/signal_processing: Remove macro WEBRTC_SPL_SUB_SAT_W32 bjornv@webrtc.org 2014-08-14 07:26:28 +00:00
  • c3df61e351 (Auto)update libjingle 73256845-> 73260148 buildbot@webrtc.org 2014-08-13 23:57:23 +00:00
  • 22fa032f22 Revert 6863 "Refactor StatsCollector and associated types." niklas.enbom@webrtc.org 2014-08-13 23:11:04 +00:00
  • 449ad98aeb (Auto)update libjingle 73248599-> 73249894 buildbot@webrtc.org 2014-08-13 21:55:18 +00:00
  • ef8bb8d9b0 Make sure that muting muted streams succeeds. pbos@webrtc.org 2014-08-13 21:36:18 +00:00
  • 432893a100 Remove TODO saying to remove WebRtcVideoFrame. pbos@webrtc.org 2014-08-13 21:17:22 +00:00
  • b15dddf7ae Remove files from talk/PRESUBMIT.py blacklist. pbos@webrtc.org 2014-08-13 20:38:53 +00:00
  • d968dd039a Fixes failure triggered by include order re-ordering. henrike@webrtc.org 2014-08-13 18:39:43 +00:00
  • a09a99950e (Auto)update libjingle 73222930-> 73226398 buildbot@webrtc.org 2014-08-13 17:26:08 +00:00
  • b242c44354 Further DrMemory suppressions, likely from r6811 marpan@webrtc.org 2014-08-13 17:17:40 +00:00
  • 2c0fb05f16 (Auto)update libjingle 73221069-> 73222930 buildbot@webrtc.org 2014-08-13 16:47:12 +00:00
  • 67f849575c (Auto)update libjingle 73215194-> 73221069 buildbot@webrtc.org 2014-08-13 16:22:04 +00:00
  • 4eeeefebb2 (Auto)update libjingle 73072800 -> 73215194 henrike@webrtc.org 2014-08-13 14:57:30 +00:00
  • 23a4d8522e Decreased kMaxOverusesBeforeApplyRampupDelay (from 7 to 4). Increased kStandardRampUpDelayMs (30 to 40s). asapersson@webrtc.org 2014-08-13 14:33:49 +00:00
  • 38d88816e3 Fix the audio source failure due to unsupported constraints. xians@webrtc.org 2014-08-13 13:51:58 +00:00
  • 5af76aedcd Removing TODOs related to AcmReceiverBitExactness checksums henrik.lundin@webrtc.org 2014-08-13 13:02:00 +00:00