Commit Graph

  • ba6f7be234 Test RtcpParser rewritten to use rtcp packet classes instead of rtcp_utility Danil Chapovalov 2016-09-02 18:29:10 +02:00
  • c6b9da44c3 Delete cricket::VideoFrame::GetCopyWithRotationApplied. nisse 2016-09-02 08:25:57 -07:00
  • 1dd2335023 GN Templates: Add //build/config/sanitizers:deps to rtc_executable. ehmaldonado 2016-09-02 07:03:15 -07:00
  • 504e838be2 Move getSupportedFormats from capturer interface to camera enumerator. sakal 2016-09-02 05:58:11 -07:00
  • 5b1ba0857b Update PRESUBMIT.py to handle GN. ehmaldonado 2016-09-02 05:51:08 -07:00
  • c0f28be1ca Add kjellander@webrtc.org to more OWNERS for BUILD.gn files. kjellander 2016-09-02 05:04:06 -07:00
  • 4ec6a0ceae Reland of Initial version of file wrapper Viktor Palmkvist 2016-09-02 13:38:32 +02:00
  • 38a2132b02 GN: Introduce templates. ehmaldonado 2016-09-02 04:10:34 -07:00
  • 8a5cef8d0a Reland of Add pps id and sps id parsing to the h.264 depacketizer. (patchset #1 id:1 of https://codereview.webrtc.org/2265023002/ ) stefan 2016-09-02 04:07:28 -07:00
  • 06a5e1aa39 Enable send-side BWE by default. Stefan Holmer 2016-09-02 12:36:49 +02:00
  • 3d21e23df2 Delete talk directory, and references from build_ios_libs.sh. nisse 2016-09-02 03:07:06 -07:00
  • f383c5754f - Remove unused unit test webrtc/modules/audio_processing/agc/agc_unittest.cc - Remove webrtc/tools/agc/test_utils.cc/.h - only used from the above test. - Remove webrtc/tools/agc/agc_harness.cc - not used anymore. solenberg 2016-09-02 02:39:36 -07:00
  • bca69e87de Revert of Delete cricket::VideoFrame::GetTimeStamp. (patchset #1 id:1 of https://codereview.webrtc.org/2305623002/ ) nisse 2016-09-02 02:07:02 -07:00
  • fd6c99e431 Delete cricket::VideoFrame::GetTimeStamp. nisse 2016-09-02 01:33:55 -07:00
  • 4b2be9739b Remove VideoSource.stop() and VideoSource.restart() from the Java API. sakal 2016-09-02 01:09:32 -07:00
  • 97667c7746 Revert of Ignore Camera and Flip bits in CVO when parsing video rotation (patchset #3 id:80001 of https://codereview.webrtc.org/2280703002/ ) magjed 2016-09-02 01:03:22 -07:00
  • ac554eebb9 Add functions to interact with ASan and MSan, and some sample uses kwiberg 2016-09-02 00:39:33 -07:00
  • 97d2dacf9f Roll chromium_revision 462458f4b5..b65b322f74 (415920:416161) buildbot 2016-09-01 23:50:08 -07:00
  • 067d855291 NetEq: Flush and reset if the speech and cng sample rates mismatch henrik.lundin 2016-09-01 23:19:05 -07:00
  • c435946ec1 In order to ensure that the same code is run in the tests as is otherwise run it is important that the same build flags are used in the code being tested. For the debugging functionality inside APM, that was not the case and this is corrected in this CL. peah 2016-09-01 22:03:23 -07:00
  • f7ddc06a43 Use AggressiveConfiguration as the default configuration in IOS Honghai Zhang 2016-09-01 15:34:01 -07:00
  • affcac4d22 WebRtcIlbcfix_EnhancerInterface: Let input array be const kwiberg 2016-09-01 12:47:17 -07:00
  • a70856c0bf Add option to set maximum video encoder bitrate to AppRTCDemo. glaznev 2016-09-01 11:49:45 -07:00
  • f9e1b922ef Ignore Camera and Flip bits in CVO when parsing video rotation Magnus Jedvert 2016-09-01 19:58:21 +02:00
  • f28a389446 Moved the place for the aec_debug_dump build flag and changed the name to apm_debug_dump peah 2016-09-01 08:58:21 -07:00
  • a0e60e8550 packet_buffer.cc: Removed #include of iostream. Per 2016-09-01 17:11:25 +02:00
  • 3f9dd7c0cc Do not build stun_prober within Chrome on gn. stun_prober does not compile on win. https://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/79068/steps/compile%20%28with%20patch%29/logs/stdio Per 2016-09-01 17:05:55 +02:00
  • 634b86ecc6 git cl format on common_types.h. solenberg 2016-09-01 07:54:53 -07:00
  • 14f52c2bde Roll chromium_revision 46224dddfc..462458f4b5 (415846:415920) buildbot 2016-09-01 07:12:58 -07:00
  • 0bade0df3b AVFoundation Video Capturer: Remove thread jump when delivering frames Magnus Jedvert 2016-09-01 15:15:00 +02:00
  • 671d8008be Fix gn build of stun_prober The common_config must be included in order for LOG to work within Chrome. Per 2016-09-01 14:53:35 +02:00
  • cdbc96c856 Adding sprang as VCM owner. mflodman 2016-09-01 14:07:39 +02:00
  • 624c33578f Fix off-by-one error in DCHECK in ProducerFec. brandtr 2016-09-01 05:01:56 -07:00
  • e8a6697a5e Revert of Initial version of new file wrapper (patchset #26 id:490001 of https://codereview.webrtc.org/2214763002/ ) palmkvist 2016-09-01 04:15:37 -07:00
  • d714d19d22 Initial version of new file wrapper Viktor Palmkvist 2016-09-01 11:44:12 +02:00
  • 8a2098cb8d Fix a race condition where Camera2Session forgot to return the texture frame when closing the camera. sakal 2016-09-01 02:07:02 -07:00
  • 26091b1118 This reverts commit 8eb37a39e79fe1098d3503dcb8c8c2d196203fed. Chrome now have its own implementation of TaskQueues that is based on Chrome threads. perkj 2016-09-01 01:17:40 -07:00
  • 9f8e37b6f8 Delete cricket::VideoFrame::ConvertToRgbBuffer. nisse 2016-09-01 01:06:23 -07:00
  • 275afc5d2e Add codec name to CodecSpecificInfo and get the codec name stats from there instead. perkj 2016-09-01 00:21:16 -07:00
  • ff84afdd29 Roll chromium_revision c89638bfc9..46224dddfc (415679:415846) buildbot 2016-08-31 23:01:43 -07:00
  • b75f2541c9 Create Android screen capturer. arsany 2016-08-31 18:50:52 -07:00
  • be5163ca09 Removed unused enums from common_types.h solenberg 2016-08-31 14:48:53 -07:00
  • a73f5dc610 Roll chromium_revision 56e79bb736..c89638bfc9 (415575:415679) buildbot 2016-08-31 14:11:12 -07:00
  • b3e30010de Remove Channel::UpdatePacketDelay and some member variables henrik.lundin 2016-08-31 14:09:51 -07:00
  • 5a601d909f Fix multiple definitions of BasicPacketSocketFactory error and add stunprober in GN. wjywbs 2016-08-31 14:03:52 -07:00
  • ebd9fd7918 NetEq: Add a few EXPECT_CALLs to PacketBuffer unittests henrik.lundin 2016-08-31 13:03:36 -07:00
  • 314bc5f8e4 Add local capturer on mac kthelgason 2016-08-31 10:23:27 -07:00
  • 20fcbf15f0 Remove faulty DCHECK in rtcp::TransportFeedback DecodeSymbol Danil Chapovalov 2016-08-31 18:47:16 +02:00
  • dc431ce07e NetEq: Changed Packet::payload to be an rtc::Buffer ossu 2016-08-31 08:51:13 -07:00
  • 5955e24fe8 Added an empty() method to rtc::Buffer ossu 2016-08-31 08:40:04 -07:00
  • 08352ab8c5 Emit landmine for Android builds to solve compile lint errors kjellander 2016-08-31 08:24:03 -07:00
  • 25f32e723a Use max optimization when compiling neteq_performance_test. ehmaldonado 2016-08-31 08:22:09 -07:00
  • 4cedf2b78c Add signaling to support ICE renomination. By default, this will tell the remote side that I am supporting ICE renomination. It does not use ICE renomination yet even if the remote side supports it. Honghai Zhang 2016-08-31 08:18:11 -07:00
  • 0e6758d7ef RTCStatsCollector: timestamps updated. hbos 2016-08-31 07:57:36 -07:00
  • a69d973267 Move webrtc/audio_*.h to webrtc/api/call kjellander 2016-08-31 07:33:05 -07:00
  • 20e47a2a94 Revert of CQ: Remove android_arm64_rel trybot (patchset #1 id:1 of https://codereview.webrtc.org/2292233003/ ) kjellander 2016-08-31 07:02:25 -07:00
  • cbe253e841 Roll chromium_revision 938114be1e..56e79bb736 (414059:415575) ehmaldonado 2016-08-31 06:30:13 -07:00
  • f7a5335ca5 Remove fakewebrtccommon.h. solenberg 2016-08-31 05:18:22 -07:00
  • 5d5e3fc164 CQ: Remove android_arm64_rel trybot kjellander 2016-08-31 05:00:36 -07:00
  • a8c94029d8 Fixed flaky test: WebRtcVideoChannel2BaseTest.GetStatsMultipleRecvStreams skvlad 2016-08-31 03:42:29 -07:00
  • 0ccaacb970 CQ: Rename iOS GYP trybots Henrik Kjellander 2016-08-31 12:33:16 +02:00
  • da8bbf6e3c NetEq: Change member variables for current RTP types to rtc::Optionals henrik.lundin 2016-08-31 03:14:11 -07:00
  • 9e4a3040ed Reland of move the old AndroidVideoCapturer stack code. (patchset #1 id:1 of https://codereview.webrtc.org/2291583002/ ) sakal 2016-08-31 02:53:51 -07:00
  • 70279215a6 Add linux_use_bundled_binutils_override = true to build_overrides. ehmaldonado 2016-08-31 01:59:54 -07:00
  • 1249ddfa7c Add missing dependencies to setup_links.py. ehmaldonado 2016-08-31 01:58:48 -07:00
  • 08c047ee37 GN: Use custom suppressions for lint in android. ehmaldonado 2016-08-31 01:55:04 -07:00
  • 6b74865fed Disable h264 for WebRTC GYP bots. ehmaldonado 2016-08-31 01:53:42 -07:00
  • 84bd5c73da Do not build task_queue.cc and include from webrtc_overrides in Chrome. This is step 2 of the plan below. perkj 2016-08-30 23:01:06 -07:00
  • bfd398ccda Add a switch to redetermine role when ICE restarts. Honghai Zhang 2016-08-30 22:07:42 -07:00
  • 6a60e70266 Making hbos and hta OWNERS of webrtc/api/rtcstats*. hbos 2016-08-30 14:51:10 -07:00
  • 6e5b0d7a5b MB: Flip iOS bots to GN by default kjellander 2016-08-30 14:05:44 -07:00
  • d565b73121 RTCStatsCollector and RTCPeerConnectionStats added. hbos 2016-08-30 14:04:35 -07:00
  • fce0e2c2f6 Update AecDump API to match RtcEventLog API signature. tkchin 2016-08-30 12:58:11 -07:00
  • ab1293ad76 Update iOS AppRTCDemo to use level controller. tkchin 2016-08-30 12:35:05 -07:00
  • d4bfbfc75a iOS: Add ability to specify audio constraints. tkchin 2016-08-30 11:56:05 -07:00
  • f8f754a1a6 Fixed the clang warning for ApmDataDumper peah 2016-08-30 10:31:45 -07:00
  • cc34fafcf9 Removed the global limitation of the native sample rates on ARM devices and replaced it with an APM-internal limitation when building the code for ARM. peah 2016-08-30 09:49:13 -07:00
  • d50747269e New static I420Buffer::Rotate method, to replace GetCopyWithRotationApplied. nisse 2016-08-30 08:45:44 -07:00
  • c31446f49e iLBC: Some const annotations kwiberg 2016-08-30 05:36:56 -07:00
  • 131c958187 Desktop capture: Fix GN target and exclude differ* sources on iOS kjellander 2016-08-30 04:23:58 -07:00
  • 34db033cd4 GN: Fix common_audio linking on iOS kjellander 2016-08-30 04:17:12 -07:00
  • 7a122d6376 Fix resource files for tools_unittests Henrik Kjellander 2016-08-30 13:10:23 +02:00
  • 32c4a20df7 GN: Fix resource files for iOS test target kjellander 2016-08-30 02:53:49 -07:00
  • 26dd92b2ff Remove last_width_/last_height_ from WebRtcVideoReceiveStream. Used in GetStats. Get dimensions from VideoReceiveStream::Stats instead. asapersson 2016-08-30 00:45:45 -07:00
  • 68343a8f67 Revert of Remove the obsolete enum webrtc::PeerConnectionInterface::IceState. (patchset #1 id:1 of https://codereview.webrtc.org/2256663002/ ) perkj 2016-08-29 23:51:13 -07:00
  • 3cc8774935 Fix Chromium clang plugin warnings kwiberg 2016-08-29 15:10:34 -07:00
  • 83ffe453ec Fix Chromium clang plugin warnings kwiberg 2016-08-29 14:46:07 -07:00
  • 31dea98e9c Remove the obsolete enum webrtc::PeerConnectionInterface::IceState. johan 2016-08-29 14:11:28 -07:00
  • 9e102114dc Fix Chromium clang plugin warnings kwiberg 2016-08-29 13:43:01 -07:00
  • 942c8515bc Fix Chromium clang plugin warnings kwiberg 2016-08-29 13:10:29 -07:00
  • 59cb2bd20e Adjust RtcpReceiver to be testable with callbacks: Instead of full RtpRtcpImpl takes interface of all functions it needs from it. Added single function for parsing packets and sending feedback, moving that logic from RtpRtcpImpl to RtcpReceiver. danilchap 2016-08-29 11:08:47 -07:00
  • 65fc8b9138 Fix Chromium clang plugin warnings kwiberg 2016-08-29 10:05:24 -07:00
  • e39f251dac Revert of Remove the old AndroidVideoCapturer stack code. (patchset #2 id:20001 of https://codereview.webrtc.org/2235893003/ ) sakal 2016-08-29 07:31:25 -07:00
  • 6d183ac27a RTCStatsReport: Take ownership of other's stats with TakeMembersFrom hbos 2016-08-29 07:20:33 -07:00
  • b8e56ee320 Fix Chromium clang plugin warnings kwiberg 2016-08-29 06:37:33 -07:00
  • 36a43887f3 Fix Chromium clang plugin warnings kwiberg 2016-08-29 05:33:32 -07:00
  • e4b4695582 Bugfixes for rtp_analyzer.py tool. aleloi 2016-08-29 04:58:16 -07:00
  • cfee215b23 Migrated ILBC and ISAC test targets for GN. aleloi 2016-08-29 04:09:19 -07:00
  • 09f1560f81 TimestampScaler no longer depends on NetEqDecoder to figure out scaling. ossu 2016-08-29 03:59:05 -07:00
  • 3e3b6f2805 Remove Chromium Clang warnings only on Windows. ehmaldonado 2016-08-29 02:56:06 -07:00