Commit Graph

  • 1b365a8db0 Remove the old AndroidVideoCapturer stack code. sakal 2016-08-29 02:20:21 -07:00
  • de04f8e10e Reland of Delete method cricket::VideoFrame::Copy. (patchset #1 id:1 of https://codereview.webrtc.org/2275313003/ ) nisse 2016-08-29 02:06:55 -07:00
  • ebb8d04287 Delete deprecated and unused method VideoFrame::SetTimeStamp. nisse 2016-08-29 01:09:26 -07:00
  • cf157cf655 CQ: Update GYP trybot names. Henrik Kjellander 2016-08-29 09:04:25 +02:00
  • 133edb2131 MB: Flip Windows bots to GN by default kjellander 2016-08-28 20:35:55 -07:00
  • 062ce9fe3a Combining "SetTransportChannel" and "SetRtcpTransportChannel". deadbeef 2016-08-26 21:42:15 -07:00
  • f0bb360eca Add parameter to TransportController to not change ICE role on restart. Taylor Brandstetter 2016-08-26 20:59:24 -07:00
  • 8cf8898973 Fix Chromium clang plugin warnings kwiberg 2016-08-26 14:50:38 -07:00
  • d02fe4b53b GN: Fix windows clang errors. Attempt 2. ehmaldonado 2016-08-26 13:31:24 -07:00
  • b4677de9b0 Adding GYP/GN owners to stats/ aligning with all other dirs. Henrik Kjellander 2016-08-26 22:21:56 +02:00
  • d82eee0675 Log how often DTLS negotiation failed because of incompatible ciphersuites. zhihuang 2016-08-26 11:25:05 -07:00
  • 3026ee81d3 Added logging of the level controller metrics. peah 2016-08-26 11:15:47 -07:00
  • 2800d74fcf Change RtpSender::OnReceiveNACK name and signature Name changed to follow style. list replaced with vector to decrease number of included headers. Danil Chapovalov 2016-08-26 18:48:46 +02:00
  • 1bcfce5ff2 Deactivated the intelligibility enhancement functionality by default peah 2016-08-26 07:16:04 -07:00
  • 7d67e45104 Revert of Added functionality for specifying the initial signal level to use for the gain estimation in the l… (patchset #8 id:160001 of https://codereview.webrtc.org/2254973003/ ) peah 2016-08-26 06:20:22 -07:00
  • fe1d191e58 MB: Flip Linux bots to GN by default. kjellander 2016-08-26 06:10:30 -07:00
  • a897f26f17 AbsoluteSendTime rtp header extension publish MsTo24Bit conversion Since this conversion is used in multiple place and extension seems right place to keep it in. danilchap 2016-08-26 05:42:41 -07:00
  • 84bc98509b Removed virtual from several methods in DecoderDatabase to minimize the number of points that need to be mocked for testing. ossu 2016-08-26 05:41:23 -07:00
  • c07c8bb626 Suppress memcheck errors on linux bot. philipel 2016-08-26 05:28:37 -07:00
  • 57fec1d828 This CL adds functionality in the level controller to receive a signal level to use initially, instead of the default initial signal level. peah 2016-08-26 04:58:17 -07:00
  • 1e8ed4a801 Replace calls to assert() with RTC_DCHECK_*() in .c code kwiberg 2016-08-26 04:33:34 -07:00
  • 073ece45b6 Skip unit test if GYP_DEFINES="rtc_use_h264=1" is not set. johan 2016-08-26 02:59:47 -07:00
  • c76680419e NetEq: Update CNG code to accommodate 48 kHz sample rate henrik.lundin 2016-08-25 23:53:38 -07:00
  • 5085b0ca94 Adding AecDump functionality to AppRTCDemo for iOS peah 2016-08-25 22:15:14 -07:00
  • bad33bf73b Renaming BaseChannel methods and adding comments for added clarity. Taylor Brandstetter 2016-08-25 13:31:14 -07:00
  • 91b03b0ff8 Revert of Delete method cricket::VideoFrame::Copy. (patchset #3 id:210001 of https://codereview.webrtc.org/2275243002/ ) philipel 2016-08-25 07:08:14 -07:00
  • f715f983f1 Reland of Delete method cricket::VideoFrame::Copy. (patchset #1 id:1 of https://codereview.webrtc.org/2087923004/ ) nisse 2016-08-25 06:30:16 -07:00
  • 01e0ee62e4 Revert of CQ: Remove android_arm64_rel trybot (patchset #1 id:1 of https://codereview.webrtc.org/2270943003/ ) kjellander 2016-08-25 06:23:55 -07:00
  • 6bf62f7ac5 Avoids java.lang.NullPointerException in WebRtcAudioRecord henrika 2016-08-25 05:16:22 -07:00
  • 4805231613 Moved format_macros.h from rtc_base to rtc_base_approved. ivoc 2016-08-25 04:43:45 -07:00
  • e575c01b9d Remove GYP execution from DEPS hooks (gclient {sync,runhooks}) kjellander 2016-08-25 04:22:19 -07:00
  • 4bc4d2747b GN: Fix Windows Clang errors ehmaldonado 2016-08-25 04:15:40 -07:00
  • 3f746ea26a Fix error when accumulating floats in an int. maxmorin 2016-08-25 04:00:20 -07:00
  • e29352bb34 Refactor certificate stats collection, added SSLCertificateStats. hbos 2016-08-25 03:52:38 -07:00
  • 2ab012c41e Implement CVO for iOS capturer magjed 2016-08-25 03:25:04 -07:00
  • 19319a3a2e Add missing "//build/config/sanitizers:deps" to executable targets. ehmaldonado 2016-08-25 02:44:01 -07:00
  • 00e45bb09d Move InsertZeroColumns and CopyColumn to ::internal. brandtr 2016-08-25 02:36:01 -07:00
  • 7a770e0a61 GN build rules for four audio processing test executables kwiberg 2016-08-25 02:32:43 -07:00
  • 8a6a600c16 Make neteq_rtpplay parse RTP header extensions henrik.lundin 2016-08-25 00:46:36 -07:00
  • 5f09980bb5 Removed inline definitions and added destructors to fix chromium-style. aleloi 2016-08-25 00:45:31 -07:00
  • 549d80b979 NetEq: only update current_rtp_payload_type_ when validated henrik.lundin 2016-08-25 00:44:24 -07:00
  • fe8f48962a Fix setting the MTU for SCTP. deadbeef 2016-08-24 16:26:55 -07:00
  • b60a8198f1 Fixing inconsistency with behavior of ClearGettingPorts. deadbeef 2016-08-24 15:15:00 -07:00
  • 824f586213 Fixing segfault caused by TurnServer. deadbeef 2016-08-24 15:06:53 -07:00
  • 1d7a637340 Fixing off-by-one error with max SCTP id. Taylor Brandstetter 2016-08-24 13:15:27 -07:00
  • fcada90485 Fixing timestamp comparison assert. deadbeef 2016-08-24 12:45:13 -07:00
  • 36a06a94fb Increase QP threshold for H.264 encoder QP based scaling. glaznev 2016-08-24 12:09:16 -07:00
  • 118402520f Restart capture session if needed on active. tkchin 2016-08-24 12:05:56 -07:00
  • 5fac3f0892 NetEq: Don't check sample rate and frame size upon error henrik.lundin 2016-08-24 11:18:49 -07:00
  • d1a10a0f77 Make FakeDecodeFromFile handle codec-internal CNG henrik.lundin 2016-08-24 10:58:54 -07:00
  • f02207dde9 MB: Flip Mac bots to GN by default. kjellander 2016-08-24 09:40:00 -07:00
  • b0b0edb8af Roll chromium_revision e3860bd297..938114be1e (412289:414059) ehmaldonado 2016-08-24 08:16:21 -07:00
  • 28a0ffdd52 GN: Synchronize resources between Android and iOS. kjellander 2016-08-24 07:48:42 -07:00
  • 2df32a31d2 GN: Override lsan and tsan suppression files. ehmaldonado 2016-08-24 07:46:11 -07:00
  • 5f2e7c4097 Added more targets to .gn. aleloi 2016-08-24 06:54:58 -07:00
  • 2ec45b9ffa Make dependency of audio_device of ApplicationServices explicit. Tested in https://codereview.webrtc.org/2276903002. maxmorin 2016-08-24 06:51:09 -07:00
  • 4e7e8d7300 Now probe for x3 and x6 of the initial start bitrate and allow for faster receive bitrates when calculating probing estimates. philipel 2016-08-24 06:26:58 -07:00
  • 2c670dbf13 Added GN target for webrtc_opus_fec_test. ivoc 2016-08-24 06:11:18 -07:00
  • 7a0ff2f700 Disable examples for GYP Android bots. ehmaldonado 2016-08-24 06:09:17 -07:00
  • 98468bb456 Revert of GN build rules for four audio processing test executables (patchset #3 id:40001 of https://codereview.webrtc.org/2267403003/ ) sakal 2016-08-24 05:04:22 -07:00
  • 538b5606a3 GN build rules for four audio processing test executables kwiberg 2016-08-24 04:38:47 -07:00
  • 0561bdf833 Only use payload size within the know send/receive interval for probing calculations. philipel 2016-08-24 03:43:53 -07:00
  • 619a211562 iLBC: Handle a case of bad input data kwiberg 2016-08-24 02:46:44 -07:00
  • 0aa9d1808b Set send side bitrate estimate on successful probing attempt. philipel 2016-08-24 02:45:35 -07:00
  • cd8ae61b27 Add missing dependencies to setup_links. ehmaldonado 2016-08-24 02:44:14 -07:00
  • f944c356e8 GN: Add resources for webrtc_perf_tests on Android kjellander 2016-08-24 02:29:14 -07:00
  • e51b41ae44 Added GN target for isac_test. ivoc 2016-08-24 02:25:57 -07:00
  • 5d167d6829 Removals and renamings in the new audio mixer. aleloi 2016-08-24 02:20:54 -07:00
  • 76f91cd08f Add ThreadChecker to the TimestampAligner class. nisse 2016-08-24 01:58:42 -07:00
  • 665d181ccc Increased column width for python tool rtp_analyzer.py. aleloi 2016-08-24 01:48:23 -07:00
  • 30be5d7cf4 Updated mixer unittests and fixed a related bug in the new mixer. aleloi 2016-08-24 01:38:44 -07:00
  • 615d3013de RTCStats and RTCStatsReport added (webrtc/stats). hbos 2016-08-24 01:33:13 -07:00
  • 616df1e95c Added a level indicator to new mixer. aleloi 2016-08-24 01:17:12 -07:00
  • 1f779052c6 Remove outdated symlink kthelgason 2016-08-24 00:49:27 -07:00
  • a53fa0a25b Fix AppRTC Android Demo GN build when is_component_build=true. sakal 2016-08-24 00:48:21 -07:00
  • 4c8adb1ec7 MB: Flip Android bots to GN by default. kjellander 2016-08-24 00:34:40 -07:00
  • 24ee05016c CQ: Remove android_arm64_rel trybot kjellander 2016-08-23 23:17:27 -07:00
  • b246a292cd Define a protobuf format for representing plots. Add code to convert the C-representation generated by the RtcEventLog analysis tool, to the new protobuf format. terelius 2016-08-23 18:15:25 -07:00
  • 6addf49913 Adds function for computing moving average to visualization tool. terelius 2016-08-23 17:34:07 -07:00
  • 5048f5777d Add logs and small change in BasicPortAllocator. Honghai Zhang 2016-08-23 15:47:33 -07:00
  • f99a9de069 ProbingEstimator: Erase history based on time threshold Irfan Sheriff 2016-08-23 14:23:03 -07:00
  • 185ba29a3c Extract library from the RTCEventLog visualizer skvlad 2016-08-23 13:01:27 -07:00
  • 5bed20f7c6 Do not update stats for WebRTC.Call.EstimatedSendBitrateInKbps if we are not sending video. Per 2016-08-23 22:00:07 +02:00
  • b37c45cadc GN: Add libjingle_peerconnection_java to peerconnection_unittests. kjellander 2016-08-23 12:55:40 -07:00
  • a246cfb8b5 Don't include RTP headers in send-side BWE. Stefan Holmer 2016-08-23 17:51:42 +02:00
  • 9a11784a7f Migrated GN target :g722_test aleloi 2016-08-23 08:36:10 -07:00
  • 16f55a10c4 Migrated GN target :g711_test aleloi 2016-08-23 08:08:23 -07:00
  • 649a21a25f Disable RampUpTest.UpDownUpThreeStreams. philipel 2016-08-23 07:22:18 -07:00
  • 2e486462e0 RTC_CHECK and RTC_DCHECK macros for C kwiberg 2016-08-23 05:54:25 -07:00
  • 792469709d Refactor WebRtcVideoCapturer. nisse 2016-08-23 05:50:09 -07:00
  • d8dd190a08 GN: Fix test_support_unittests and MIPS compile issue. kjellander 2016-08-23 04:52:11 -07:00
  • 84c03bafcf Add rtc_media as a direct dependency of rtc_media_unittests. nisse 2016-08-23 00:18:57 -07:00
  • 0d1ad326a3 Add histogram for percentage of incoming frames that are limited in resolution due to cpu: - "WebRTC.Video.CpuLimitedResolutionInPercent" asapersson 2016-08-22 23:56:48 -07:00
  • 14cf12b1ea Fixing TSan data race warning in video end-to-end tests. Taylor Brandstetter 2016-08-22 18:14:14 -07:00
  • 23d947dc98 Some cleanup in BaseChannel RTCP mux code. deadbeef 2016-08-22 16:00:30 -07:00
  • b3f1c5d2fe Add NetEq::FilteredCurrentDelayMs() and use it in VoiceEngine henrik.lundin 2016-08-22 15:39:53 -07:00
  • e131ea50b4 Adding deadbeef and honghaiz as owners of webrtc/pc. deadbeef 2016-08-22 15:31:56 -07:00
  • 72a5645fdf Removed the deactivation of the level controller when there is a built-in AGC available peah 2016-08-22 12:08:55 -07:00
  • 8c16520949 Method to parse event log directly from a string. terelius 2016-08-22 11:35:47 -07:00
  • 6c46eaa544 Add gtest as a dependency for neteq_quality_test_support. ehmaldonado 2016-08-22 09:48:02 -07:00