Commit Graph

  • 0404225d15 ClosePlatformFile() on non-Windows: Return true on success, false on failure Karl Wiberg 2018-02-22 11:41:25 +01:00
  • 518716fd73 Delete left-over declarations. Niels Möller 2018-02-21 13:04:38 +01:00
  • 64cf731ce4 Roll chromium_revision 2c98648a24..37c4da4be1 (538114:538199) Mirko Bonadei 2018-02-22 10:58:39 +01:00
  • 9a03dd89e0 Removed new calls on RtpTransportControllerSend. Sebastian Jansson 2018-02-22 10:31:14 +01:00
  • 5d436ac0bf Removed Die mock from MockAudioEncoder Sebastian Jansson 2018-02-21 18:23:43 +01:00
  • 5283022790 Shorten Chromium compile trybot names Oleh Prypin 2018-02-22 10:58:18 +01:00
  • 39f491eb4e Moved and simplifed the AEC3 API call skew estimator and added tests Per Åhgren 2018-02-22 00:39:23 +01:00
  • 352314adb8 Revert "VCMGenericDecoder threading updates for all but Android." Lu Liu 2018-02-21 19:38:59 +00:00
  • 54daa3ac4d Revert "Comment out DCHECK in dtor of VCMDecodedFrameCallback." Lu Liu 2018-02-21 19:37:53 +00:00
  • c4f9824cee Revert "Reduce locking in VideoReceiver and check the threading model." Lu Liu 2018-02-21 19:37:14 +00:00
  • cf6e24a12d Forward the SignalNetworkRouteChanged from DtlsSrtpTransport to BaseChannel. Zhi Huang 2018-02-21 10:40:07 -08:00
  • 52d86774c2 Fire OnRenegotiationNeeded when changing transceiver direction Steve Anton 2018-02-20 15:48:12 -08:00
  • a1630f83d0 Reland "Base pacer padding in pause state on time since last send." Sebastian Jansson 2018-02-21 13:39:26 +01:00
  • 3ab308f869 Inform the AEC3 echo remover about the status of the estimated delay Per Åhgren 2018-02-21 08:46:03 +01:00
  • bbfccfd9e0 Added unittest to the AEC3 BlockProcessor class that tests longer calls Per Åhgren 2018-02-21 00:24:05 +01:00
  • d5a272ff51 Create public EncodedFrame interface. philipel 2018-02-21 14:30:34 +01:00
  • 257cb101d5 Roll chromium_revision 04f0f4c72d..2c98648a24 (538005:538114) Autoroller 2018-02-21 07:44:21 -08:00
  • c75f1e4509 Reduce locking in VideoReceiver and check the threading model. Tommi 2018-02-21 15:56:05 +01:00
  • d397a0d46e Add dropped frames metric on the receive side Ilya Nikolaevskiy 2018-02-21 15:57:09 +01:00
  • 8f83b42946 Moved bitrate config interface from Call class. Sebastian Jansson 2018-02-21 13:07:13 +01:00
  • 91bb6671ea Moved routes tracking to rtp transport controller. Sebastian Jansson 2018-02-21 13:02:51 +01:00
  • 416332b597 Removed wait from congestion window test. Sebastian Jansson 2018-02-21 13:35:01 +01:00
  • 5641fbb5ec Add support for saving local audio input to file in AppRTCMobile henrika 2018-02-21 14:12:53 +01:00
  • 97f61ea684 Moved bitrate configuration to rtp controller Sebastian Jansson 2018-02-21 13:01:55 +01:00
  • a425184a04 Fix override warnings. Patrik Höglund 2018-02-20 16:03:41 +01:00
  • e5447fb6d1 Removed fake rtp transport controller send. Sebastian Jansson 2018-02-20 19:38:47 +01:00
  • df023aa6b4 Extracted bitrate configuration from call class. Sebastian Jansson 2018-02-20 19:38:37 +01:00
  • fc8d26bd8a Reland "Moved BitrateConfig out of Call::Config." Sebastian Jansson 2018-02-21 09:52:06 +01:00
  • 9f016a0eb0 Comment out DCHECK in dtor of VCMDecodedFrameCallback. Looking into the downstream issue now. Tommi 2018-02-21 12:20:47 +01:00
  • a1f66611dc Check that channel is in "send" before OKing DTMF Harald Alvestrand 2018-02-21 11:24:23 +01:00
  • f90637887c Split VCMCodecDataBase into VCMEncoderDataBase and VCMDecoderDataBase. Niels Möller 2018-02-20 16:09:48 +01:00
  • a4e71b9e7e VCMGenericDecoder threading updates for all but Android. Tommi 2018-02-21 09:37:11 +01:00
  • 0611065256 Update JavaI420Buffer.allocate to use native allocations. Sami Kalliomäki 2018-02-20 11:19:58 +01:00
  • defad847b1 Add batch script for running multiple VideoProcessor tests in parallel. Rasmus Brandt 2018-02-21 08:56:06 +01:00
  • 2aa5666e8b Roll chromium_revision cff6369b11..04f0f4c72d (537896:538005) Autoroller 2018-02-20 18:44:59 -08:00
  • 8ee1e5e6e6 Enable GetRemoteAudioSSLCertificate tests for Unified Plan Steve Anton 2018-02-20 17:19:19 -08:00
  • 6e22137f70 Enable Unified Plan tests that were blocked on the stats collector Steve Anton 2018-02-20 12:59:16 -08:00
  • 72a43a1d2c Collect packet loss and RTT stats of STUN binding requests. Qingsi Wang 2018-02-20 16:03:18 -08:00
  • 54b8407ee5 Clear current_direction when the RtpTransceiver is stopped Steve Anton 2018-02-20 15:19:52 -08:00
  • 2f0d70287e Parameterize PeerConnection integration tests for Unified Plan Seth Hampson 2018-02-20 11:54:42 -08:00
  • afb0bb73de Remove PeerConnection voice_channel/video_channel methods Steve Anton 2018-02-20 11:35:37 -08:00
  • db53f8e604 Add configurable STUN binding request interval. Qingsi Wang 2018-02-20 14:45:49 -08:00
  • ed1eceaba5 Roll chromium_revision 1f1e714a1e..cff6369b11 (537795:537896) Autoroller 2018-02-20 13:44:24 -08:00
  • b6b00dc180 Safe behavior of the initial echo removal in AEC3 Per Åhgren 2018-02-20 22:18:27 +01:00
  • e4bf600cad Revert "Moved BitrateConfig out of Call::Config." Lu Liu 2018-02-20 19:16:26 +00:00
  • c4bffed3af Roll chromium_revision fd6d802597..1f1e714a1e (537681:537795) Autoroller 2018-02-20 08:44:44 -08:00
  • 5897fe27ab Moved BitrateConfig out of Call::Config. Sebastian Jansson 2018-02-20 17:28:20 +01:00
  • a05ee82c4c Fixed Digital mode of AGC2 implementation finished. Alex Loiko 2018-02-20 15:58:36 +01:00
  • 1896cece01 Removed dependencies from audio send stream unit test Sebastian Jansson 2018-02-20 09:06:11 +01:00
  • 6bd3cddcef Remove special MD5 / SHA-1 digest classes. Joachim Bauch 2018-02-19 22:18:16 +01:00
  • 0dd1b0a4b2 Revert "Revert "Enables PeerConnectionFactory using external fec controller"" Ying Wang 2018-02-20 12:50:27 +01:00
  • 439f0bc69a Preparing for task queue in congenstion controller Sebastian Jansson 2018-02-20 10:46:39 +01:00
  • 645898a454 Reduce severity of BWE start bitrate log to INFO. Stefan Holmer 2018-02-20 11:33:37 +01:00
  • 694a36fbce Only log once per UpdateHistogram call. Jonas Olsson 2018-02-16 13:09:41 +01:00
  • 52e58524b6 Adjust DTMF min inter-tone gap to 30 ms Harald Alvestrand 2018-02-20 08:15:36 +01:00
  • b824b5521a Delete unused sample project code. Kári Tristan Helgason 2018-02-19 16:26:43 +01:00
  • 06a8f304ef Moved analysis to Stats. Sergey Silkin 2018-02-20 09:48:26 +01:00
  • 45d725d501 Support sending flexfec and simulcast together. Danil Chapovalov 2018-02-19 19:09:53 +01:00
  • e127387208 Added nisse@webrtc.org as owner in call. Sebastian Jansson 2018-02-20 09:27:22 +01:00
  • 500874effd [build] Prepare removal of gyp-defines from landmines Michael Achenbach 2018-02-16 14:43:14 -08:00
  • 424a399d4f Roll chromium_revision 24d1772068..fd6d802597 (537385:537681) Autoroller 2018-02-19 11:44:05 -08:00
  • e18e269d46 Move CIPD dependencies into DEPS Oleh Prypin 2018-02-19 18:43:17 +01:00
  • 6e9c00f809 Skip cipd deps in roll_deps Oleh Prypin 2018-02-19 16:24:19 +01:00
  • 7435462940 Removing definition of FEATURE_ENABLE_VOICEMAIL. Mirko Bonadei 2018-02-16 13:39:18 +01:00
  • 111a0d17d7 Re-enabling 'gn check': modules/video_coding:objc_codec_factory_helper. Mirko Bonadei 2018-02-19 09:58:00 +01:00
  • cbaaaed418 Re-enabling 'gn check' on //examples/*. Mirko Bonadei 2018-02-19 15:14:04 +01:00
  • 820941a1fd Remove custom MD5 / SHA-1 implementations. Joachim Bauch 2017-12-21 22:34:37 +01:00
  • 0bc9c7d58a Fixes for building without SW codecs after GN changes. Anders Carlsson 2018-02-19 11:46:21 +01:00
  • e7dba00e31 Removing obsolete defines. Mirko Bonadei 2018-02-16 13:49:49 +01:00
  • 2b6f13508e Un-inline LogMessage::Loggable Jonas Olsson 2018-02-15 11:57:03 +01:00
  • 9d138fc7ce Drop dependency of common_video on api:libjingle_peerconnection_api. Niels Möller 2018-02-15 16:58:43 +01:00
  • 10b40ce771 Add support for RTC_GUARDED_BY to SequencedTaskChecker. Tommi 2018-02-19 13:34:00 +01:00
  • da8781fc70 Move rtc_task_queue_for_test outside of the rtc_include_tests scope. Tommi 2018-02-19 12:41:43 +01:00
  • 738d11b975 Always create output_dir before invoking gtest-parallel. Mirko Bonadei 2018-02-19 12:15:45 +01:00
  • 13d7ae4cfe Removing unfeasible TODO. Mirko Bonadei 2018-02-16 13:46:08 +01:00
  • de25a9a4be Delete dummy target peerconnection_and_implicit_call_api. Niels Möller 2018-02-15 16:10:44 +01:00
  • 2ae140ae7e BUILD.gn file for api/audio. Gustaf Ullberg 2018-02-16 13:43:49 +01:00
  • 707ca31ea4 Whac-a-mole one more time with Fuchsia. Fix CurrentThreadRef() Tommi 2018-02-18 00:07:16 +01:00
  • 0a59d2912a Revert "Whitespace change." Tommi 2018-02-17 22:47:15 +00:00
  • 6ce0659aaf Whitespace change. Tommi 2018-02-17 23:06:36 +01:00
  • 7c72c101cf Playing whac-a-mole with the Fuchsia builders Updating IsThreadRefEqual and CurrentThreadRef for Fuchsia. Tommi 2018-02-17 19:09:25 +01:00
  • f017980ada Change typedef of PlatformThreadRef for Fuchsia from pthread_t to zx_handle_t Tommi 2018-02-17 15:00:39 +01:00
  • 1f3f3c2d19 Reland "Remove criticalsection.cc dependency on platform_thread.cc." Tommi 2018-02-17 11:46:14 +01:00
  • 80dd7b5d68 Reland "Set session error if SetLocal/RemoteDescription ever fails" Steve Anton 2018-02-16 17:08:42 -08:00
  • 8b815cddca Add OnTrack PeerConnection callback for Unified Plan Steve Anton 2018-02-16 16:14:42 -08:00
  • 36da6ff582 Parameterize PeerConnection interface tests for Unified Plan Steve Anton 2018-02-16 16:04:20 -08:00
  • 57858b3be0 Reland "Update RTCStatsCollector to work with RtpTransceivers" Steve Anton 2018-02-15 15:19:50 -08:00
  • b953245311 Revert "Set session error if SetLocal/RemoteDescription ever fails" Steve Anton 2018-02-16 22:27:00 +00:00
  • a23c69314d Roll chromium_revision 7983fe9948..24d1772068 (537267:537385) Autoroller 2018-02-16 11:44:47 -08:00
  • 71439a60e7 Set session error if SetLocal/RemoteDescription ever fails Steve Anton 2018-02-15 11:53:06 -08:00
  • 85904f4ee8 Disabling a couple flaky CallPerfTests on Mac. Taylor Brandstetter 2018-02-16 10:11:49 -08:00
  • ba6b503ae5 Disable RampUpTest.UpDownUpTransportSequenceNumberRtx on Mac. Taylor Brandstetter 2018-02-16 09:59:56 -08:00
  • d68956db0e sdk:metal_objc should be publicly visible. Mirko Bonadei 2018-02-16 17:55:36 +01:00
  • 1c9aa1ea66 Delete VideoStreamEncoder::OnReceivedIntraFrameRequest. Niels Möller 2018-02-16 10:27:23 +01:00
  • a0262daed7 Comments in FixedDigitalLevelEstimator. Alex Loiko 2018-02-16 13:58:45 +01:00
  • c9fcedbab7 Delete unused deprecated headers under modules/video_coding/ Niels Möller 2018-02-14 14:00:22 +01:00
  • 153f11e1b4 AGC2-fixed-digital: Level Estimator Alex Loiko 2018-02-16 12:39:00 +01:00
  • e551dddf8b Propagate custom rtcp intervals in VideoSendStream Danil Chapovalov 2018-02-09 18:57:47 +01:00
  • 99bf77c851 Fix issues found by gn check. Kári Tristan Helgason 2018-02-16 10:49:22 +01:00
  • ad148a36ea Add native API for creating AndroidNetworkMonitorFactory. Sami Kalliomäki 2018-02-16 12:55:55 +01:00