Commit Graph

  • 6bf57e3467 vp9: Enable vp9 denoiser by default in standalone webrtc. jianj 2017-06-05 13:43:49 -07:00
  • b72fd747e7 Roll chromium_revision 9171a2ab96..fb6fd34023 (476991:477043) buildbot 2017-06-05 12:13:03 -07:00
  • c3586c7e46 Roll chromium_revision 52148d9dec..9171a2ab96 (476974:476991) buildbot 2017-06-05 09:12:30 -07:00
  • 1c187dcd80 Replace RingBuffer by std::deque in RtcEventLog. terelius 2017-06-05 08:55:40 -07:00
  • 92732ecc5c Revert of Only compare sequence numbers from the same SSRC in ForwardErrorCorrection. (patchset #5 id:120001 of https://codereview.webrtc.org/2893293003/ ) brandtr 2017-06-05 07:25:01 -07:00
  • a6dfd173aa Roll chromium_revision 60116edfec..52148d9dec (476963:476974) buildbot 2017-06-05 06:39:57 -07:00
  • 6dcdf10c76 This is an initial cl, which contains small amount of implemented functions, and large amount of unimplemented ones. gnish 2017-06-05 06:01:26 -07:00
  • 59ee91b68a Move RTCAudioSession* files modules/audio_device/ -> sdk/Framework. denicija 2017-06-05 05:48:47 -07:00
  • 90d9e10330 Roll chromium_revision a443085799..60116edfec (476956:476963) buildbot 2017-06-05 03:14:48 -07:00
  • e2410e9ab4 Interfaces for injectable video codecs. Sami Kalliomäki 2017-06-02 14:46:12 +02:00
  • 5aa31e94f5 Roll chromium_revision c3e34b2e51..a443085799 (476936:476956) buildbot 2017-06-05 00:49:11 -07:00
  • 68b91d766f Small updates to test::Stats. asapersson 2017-06-04 23:43:41 -07:00
  • 520b68e422 Roll chromium_revision 9fb852ff15..c3e34b2e51 (476917:476936) buildbot 2017-06-04 21:13:22 -07:00
  • fac4c2ca50 Roll chromium_revision 5f488b3727..9fb852ff15 (476914:476917) buildbot 2017-06-04 18:10:53 -07:00
  • 9365007502 Roll chromium_revision 1dd4910a63..5f488b3727 (476912:476914) buildbot 2017-06-04 15:11:41 -07:00
  • 9f6e13c465 Roll chromium_revision 5a1bfce474..1dd4910a63 (476910:476912) buildbot 2017-06-04 12:10:35 -07:00
  • 3eb42713a1 Roll chromium_revision ff49839843..5a1bfce474 (476908:476910) buildbot 2017-06-04 09:10:33 -07:00
  • 5f11577e09 Roll chromium_revision 642e17c22f..ff49839843 (476907:476908) buildbot 2017-06-04 03:14:01 -07:00
  • b723e4c34f Roll chromium_revision 66cbc51065..642e17c22f (476905:476907) buildbot 2017-06-04 00:09:24 -07:00
  • 50165233d8 Roll chromium_revision bb6532a981..66cbc51065 (476902:476905) buildbot 2017-06-03 18:10:24 -07:00
  • b69eef69be Roll chromium_revision 30fe63c7bb..bb6532a981 (476897:476902) buildbot 2017-06-03 12:11:59 -07:00
  • 3d82fe7dd0 Roll chromium_revision ebc5387c16..30fe63c7bb (476896:476897) buildbot 2017-06-03 06:21:37 -07:00
  • 0494cde8cd Roll chromium_revision 2eff7cfefd..ebc5387c16 (476894:476896) buildbot 2017-06-03 03:18:24 -07:00
  • cf29dd2b30 Roll chromium_revision 7486e37f46..2eff7cfefd (476883:476894) buildbot 2017-06-03 00:16:23 -07:00
  • b2c630b3ad Roll chromium_revision 0b479f2338..7486e37f46 (476845:476883) buildbot 2017-06-02 21:22:46 -07:00
  • 6fac429d81 Use correct bitrate adjustment for Exynos VP9 HW encoder. glaznev 2017-06-02 20:18:54 -07:00
  • ab10a25a83 Roll chromium_revision 5867068aa6..0b479f2338 (476811:476845) buildbot 2017-06-02 18:31:48 -07:00
  • 84ee5c64d3 Force keyframe for Qualcomm HW VP8 Encoder on Android L as well, reduce forced keyframe interval on Android M. alexlau 2017-06-02 17:36:32 -07:00
  • e907741a21 Roll chromium_revision ba0a42d0d3..5867068aa6 (476741:476811) buildbot 2017-06-02 15:33:43 -07:00
  • 4b9798024f Relanding: Adds PeerConnectionInterface::UpdateCallBitrate to give clients more control of the bandwidth estimator. PeerConnection implements this method by passing a BitrateConfigMask to its associated Call, which is combined with the existing BitrateConfig and passed on to the SendSideCongestionController as necessary. The existing BitrateConfig generally comes from the x-google-{min,start,max}-bitrate params in the SDP. zstein 2017-06-02 14:37:37 -07:00
  • 441718ef69 Revert of Add PeerConnectionInterface::UpdateCallBitrate. (patchset #7 id:120001 of https://codereview.webrtc.org/2888303005/ ) charujain 2017-06-02 12:31:24 -07:00
  • 49d2f30e0d Roll chromium_revision 756477827b..ba0a42d0d3 (476675:476741) buildbot 2017-06-02 12:25:20 -07:00
  • e5dce2b6b9 Replacing unnecessary conditional with DCHECK in OpenSSLAdapter deadbeef 2017-06-02 11:52:06 -07:00
  • 9641c13327 Adds PeerConnectionInterface::UpdateCallBitrate to give clients more control of the bandwidth estimator. PeerConnection implements this method by passing a BitrateConfigMask to its associated Call, which is combined with the existing BitrateConfig and passed on to the SendSideCongestionController as necessary. The existing BitrateConfig generally comes from the x-google-{min,start,max}-bitrate params in the SDP. zstein 2017-06-02 11:18:06 -07:00
  • ed3b986d63 Fixing SSL error that occurs when underlying socket is blocked. deadbeef 2017-06-02 10:33:16 -07:00
  • 25fd62bcc0 Roll chromium_revision e83e1b29bc..756477827b (476623:476675) buildbot 2017-06-02 09:09:25 -07:00
  • ed9b9ff597 Revert of Protect new header extension by field trial experiment to allow hardcoding it in SDP (patchset #3 id:40001 of https://codereview.webrtc.org/2922683002/ ) ilnik 2017-06-02 07:30:20 -07:00
  • dc2018b87f Disable PeerConnectionTest.testTrackRemovalAndAddition due to flakiness sprang 2017-06-02 07:29:10 -07:00
  • 0d4d57f26d Add RTCFileVideoCapturer class. - Reads and dispatches buffers from a video file, along the lines of camera capturer. - Initial purpose of this class will be for testing. denicija 2017-06-02 07:15:14 -07:00
  • f79ade1320 Revert "Revert of Wire up BWE stats through WebrtcSession so that they are filled in both for audio and video calls. (patchset #8 id:140001 of https://codereview.webrtc.org/2863123002/ )" stefan 2017-06-02 06:44:03 -07:00
  • 2047db5f0d Roll chromium_revision 017ba8c602..e83e1b29bc (476612:476623) buildbot 2017-06-02 06:15:29 -07:00
  • cafa1d6bbe Protect new header extension by field trial experiment to allow hardcoding it in SDP ilnik 2017-06-02 05:49:39 -07:00
  • 58c742ce7d Call VideoCapturer.initialize directly from Java. Sami Kalliomäki 2017-06-02 09:51:39 +02:00
  • dbb497af84 SafeMin/SafeMax: Fix wrong return type when given two enum arguments kwiberg 2017-06-02 04:24:11 -07:00
  • 2ff5b8347a Roll chromium_revision 0538140988..017ba8c602 (476593:476612) buildbot 2017-06-02 03:51:47 -07:00
  • 4a3c9f60a3 Prevent memory corruption by StreamId::Set eladalon 2017-06-02 03:37:48 -07:00
  • 5522021b45 Android: Add VideoFrame class magjed 2017-06-02 02:45:56 -07:00
  • 9b93203c8f Change all numerical string inputs to int and remove unused stderr jansson 2017-06-02 02:16:27 -07:00
  • 07633bdc6c Rename rtp_header_extension.h to rtp_header_extension_map.h Move it to include path of the rtp_rtcp module to indicate it is ok to include it outside of the module. Danil Chapovalov 2017-06-01 17:10:51 +02:00
  • 963e33202c Roll chromium_revision 54d7eb0b3a..0538140988 (476554:476593) buildbot 2017-06-02 02:04:49 -07:00
  • 2c8e8a306a Overlay REMB in total bitrate graphs in visualization tool. terelius 2017-06-02 01:29:48 -07:00
  • 1476a9d789 Only compare sequence numbers from the same SSRC in ForwardErrorCorrection. brandtr 2017-06-02 00:58:11 -07:00
  • cbd3ee3e77 Remove additional_target_cpus = [ "arm" ] from iOS device build configs kjellander 2017-06-02 00:23:17 -07:00
  • 62cbb23aee iOS: Update device testing configuration kjellander 2017-06-01 23:15:53 -07:00
  • daf9a71185 Roll chromium_revision 10c0414243..54d7eb0b3a (476503:476554) buildbot 2017-06-01 21:09:57 -07:00
  • 8306f50296 Roll chromium_revision a58bf8c922..10c0414243 (476450:476503) buildbot 2017-06-01 18:10:36 -07:00
  • 754b008ef2 Roll chromium_revision 1cd2c85e63..a58bf8c922 (476371:476450) buildbot 2017-06-01 15:45:23 -07:00
  • 0d1e27f00f desktopCapture: scale the cursor image according to screen scale factor on OSX braveyao 2017-06-01 14:27:41 -07:00
  • 8e857d10fd Adding capture device selection capability for video_loopback. It will help to select any capture device to test the utility. In future we can add screen share as capture device. Tarun Chawla 2017-05-31 19:20:57 +05:30
  • 3dcf0e93fa Move RTP/RTCP demuxing logic from BaseChannel to RtpTransport. zstein 2017-06-01 13:22:42 -07:00
  • 7d9a55b92d enabling gn check on the whole WebRTC repo mbonadei 2017-06-01 13:01:48 -07:00
  • 3d4b83da91 Roll chromium_revision 907652b824..1cd2c85e63 (476301:476371) buildbot 2017-06-01 12:14:35 -07:00
  • 3f075498a3 Update I420Buffer to new VideoFrameBuffer interface magjed 2017-06-01 10:02:26 -07:00
  • c757293f15 Roll chromium_revision 3543d97ca7..907652b824 (476263:476301) buildbot 2017-06-01 09:11:06 -07:00
  • d72098a419 Revert of Wire up BWE stats through WebrtcSession so that they are filled in both for audio and video calls. (patchset #8 id:140001 of https://codereview.webrtc.org/2863123002/ ) charujain 2017-06-01 08:54:47 -07:00
  • 7a2862a933 Fix a bug in RtcEventLogSource henrik.lundin 2017-06-01 07:41:11 -07:00
  • e80f4c91d0 Wire up BWE stats through WebrtcSession so that they are filled in both for audio and video calls. Stefan Holmer 2017-06-01 16:29:28 +02:00
  • 26f833fe33 Roll chromium_revision 92db6b2c14..3543d97ca7 (476239:476263) buildbot 2017-06-01 07:26:51 -07:00
  • 3afb899655 Remove passing Android context to NetworkMonitor. Sami Kalliomäki 2017-06-01 12:25:36 +02:00
  • bc9ffad966 Adds support for dynamic buffer size handling on recording side for iOS. Will also ensure that full-duplex audio now works on iOS simulators. henrika 2017-06-01 14:25:45 +02:00
  • 7926c12933 Delete unneeded includes of system_wrappers/include/sleep.h nisse 2017-06-01 05:34:08 -07:00
  • 5b542130d7 Print configured header extensions and codecs in rtc_event_log2text. terelius 2017-06-01 05:23:03 -07:00
  • 2a8856cc4a Switch from ScheduledExecutorService to ExecutorService. Sami Kalliomäki 2017-06-01 13:14:44 +02:00
  • ab84272272 Remove deprecation warning from JVM::Initialize with the context parameter. Sami Kalliomäki 2017-06-01 13:38:27 +02:00
  • 3edccb999c Reland of Enabling gn check on webrtc/test (patchset #1 id:1 of https://codereview.webrtc.org/2920763002/ ) mbonadei 2017-06-01 04:47:20 -07:00
  • 1a6f143d07 Revert of Enabling gn check on webrtc/test (patchset #9 id:160001 of https://codereview.webrtc.org/2911203002/ ) mbonadei 2017-06-01 04:25:40 -07:00
  • 11c7b703d7 Remove native method VideoTrack.free which doesn't exist. Sami Kalliomäki 2017-05-31 17:18:03 +02:00
  • 06875307e6 Re-enable EndToEndTest.PictureIdStateRetainedAfterReinitingVp8 on tsan. brandtr 2017-06-01 04:10:37 -07:00
  • db5bb404b0 Enabling gn check on webrtc/test mbonadei 2017-06-01 04:07:12 -07:00
  • d76b7b294a New targets call:rtp_interfaces, call:rtp_receiver, call:rtp_sender. nisse 2017-06-01 04:02:35 -07:00
  • 405f90c871 Fix indexing error in event log analyzer. terelius 2017-06-01 03:50:31 -07:00
  • 00b16f4dc8 In order to land https://codereview.webrtc.org/2790933002/ and due to the ongoing clean-up work (see https://codereview.webrtc.org/2887093002, https://codereview.webrtc.org/2894583002/ and https://codereview.webrtc.org/2891923002/), ReadDirectory() has been added in webrtc/test/testsupport/fileutils.h. alessiob 2017-06-01 03:29:40 -07:00
  • 57fa7683a7 Roll chromium_revision 8c2a1a922d..92db6b2c14 (476213:476239) buildbot 2017-06-01 03:09:57 -07:00
  • 91914e29a3 Use IsResolution(/Framerate)ScalingEnabled methods in more places. asapersson 2017-06-01 00:34:08 -07:00
  • 7fcdb6d7ca Delete class NullRtpData and function NullObjectRtpData. nisse 2017-06-01 00:30:55 -07:00
  • a0bf559b52 Roll chromium_revision 1053faaf3d..8c2a1a922d (476178:476213) buildbot 2017-06-01 00:19:43 -07:00
  • fa7afe643d Roll chromium_revision 5f9161e0e5..1053faaf3d (476117:476178) buildbot 2017-05-31 21:11:06 -07:00
  • bf5a801097 Definitions of video-codec name constants don't match their declarations VladimirTechMan 2017-05-31 20:09:12 -07:00
  • 7b3eca9940 Add media constraint-key constants for generating offers and answers VladimirTechMan 2017-05-31 18:25:48 -07:00
  • dacac34cfb Roll chromium_revision fb9bbbcec6..5f9161e0e5 (476046:476117) buildbot 2017-05-31 18:12:07 -07:00
  • ec8f9ab2d7 Roll chromium_revision f9718e6fb6..fb9bbbcec6 (475932:476046) buildbot 2017-05-31 15:16:28 -07:00
  • de4db11798 Support epoll in PhysicalSocketServer. jbauch 2017-05-31 13:09:18 -07:00
  • 0cdb0ff0d6 Roll chromium_revision cb625841aa..f9718e6fb6 (475892:475932) buildbot 2017-05-31 09:38:21 -07:00
  • 760a076a52 Create unit tests for RtpDemuxer eladalon 2017-05-31 09:12:25 -07:00
  • 6d3e866ab1 Fix spelling mistake in field trial key name. Kári Tristan Helgason 2017-05-31 17:28:11 +02:00
  • eb80679c79 Disable flaky test EndToEndTest.TestFlexfecRtpStatePreservation on linux for now. brandtr 2017-05-31 07:46:56 -07:00
  • be3e539600 Small cleanup of rtp_rtcp testAPI tests. nisse 2017-05-31 07:35:16 -07:00
  • 0a0a2f12b3 Add back key for AGC field trial. Kári Tristan Helgason 2017-05-31 15:35:21 +02:00
  • 029ef77f72 Roll chromium_revision 39b0c40647..cb625841aa (475869:475892) buildbot 2017-05-31 06:41:01 -07:00
  • 01d5a0b48d Propagate input capture time in ViEEncoder::OnFrame. nisse 2017-05-31 06:33:21 -07:00