Commit Graph

  • 9131efdb30 Read recv timestamps from socket (posix only). Stefan Holmer 2016-05-23 18:19:26 +02:00
  • 181310fb6f Android: Drop old frame in SurfaceTextureHelper.startListening() Magnus Jedvert 2016-05-23 16:26:47 +02:00
  • b432b26b5f Android: Add API for getting native histograms. asapersson 2016-05-23 06:49:36 -07:00
  • 0e9d6d9e0c Add class which periodically computes statistics. asapersson 2016-05-23 06:07:55 -07:00
  • bca568bfc5 Fix an UBSan error (signed overflow) in saturating addition and subtraction kwiberg 2016-05-23 04:07:00 -07:00
  • 64208e5523 Fix UBSan errors (left shift of negative value) kwiberg 2016-05-23 03:28:28 -07:00
  • c82d0902e1 Don't do a thread jump for incoming frames. nisse 2016-05-23 00:39:35 -07:00
  • bab3ea202b Roll chromium_revision 61b254913a..5eb3649952 (395276:395279) buildbot 2016-05-22 20:05:20 -07:00
  • 07df20b51a Fix building of bwe_test_logging.cc in gyp and gn builds brucedawson 2016-05-22 17:15:02 -07:00
  • 77db86fac7 Roll chromium_revision af2d6e1462..61b254913a (395273:395276) buildbot 2016-05-22 12:05:39 -07:00
  • f62e3d6ba3 Roll chromium_revision 4698dd6159..af2d6e1462 (395269:395273) buildbot 2016-05-22 04:04:50 -07:00
  • f15892c03a Roll chromium_revision bf2181075f..4698dd6159 (395261:395269) buildbot 2016-05-21 20:04:31 -07:00
  • b2f5d8b674 Roll chromium_revision b6cdc627ba..bf2181075f (395256:395261) buildbot 2016-05-21 12:06:32 -07:00
  • 6a1a8ce668 [rtcp] in Tmmbn/tmmbr packets bitrate updated to 64bit to match packet format. danilchap 2016-05-21 09:54:40 -07:00
  • 1abfc2a7f3 Roll chromium_revision fa269315e7..b6cdc627ba (395044:395256) buildbot 2016-05-21 04:04:05 -07:00
  • 2970c2a237 DirectX based screen capturer logic zijiehe 2016-05-20 22:08:00 -07:00
  • 54f1d9bafd Removing PORTALLOCATOR_ENABLE_SHAKER. Taylor Brandstetter 2016-05-20 15:37:51 -07:00
  • 351d77b702 Update the type and cost of existing networks if the network monitor detects it after the native code does. Honghai Zhang 2016-05-20 15:08:29 -07:00
  • f7f62902c2 Roll chromium_revision 9db5a0e3f5..fa269315e7 (394957:395044) buildbot 2016-05-20 10:21:43 -07:00
  • cac94aae3e Clang format on AGC legacy code. minyue 2016-05-20 08:42:22 -07:00
  • a8eab866a1 Reland of Android: Make base interface for camera1 and camera2 (patchset #1 id:1 of https://codereview.webrtc.org/1994013004/ ) Magnus Jedvert 2016-05-20 17:22:12 +02:00
  • 01d70a3978 Add a default implementation in metrics_default.cc of histograms methods in system_wrappers/interface/metrics.h. asapersson 2016-05-20 06:29:46 -07:00
  • 7268f28520 General cleanup on AppRTC Android Demo codebase sakal 2016-05-20 06:28:33 -07:00
  • 2036135620 AudioEncoderOpus: Default to 32 kbit/s for mono, 64 kbit/s for stereo kwiberg 2016-05-20 04:57:01 -07:00
  • 3fc8e8dde3 Fix UBSan errors (left shift of negative value) kwiberg 2016-05-20 04:40:29 -07:00
  • f8312cb45a Convert LooperExecutorTest in AppRTC Demo into JUnit test sakal 2016-05-20 03:56:49 -07:00
  • 2d285ca150 Remove AppRTCUtils.NonThreadSafe in AppRTC Android Demo sakal 2016-05-20 03:15:58 -07:00
  • 7cf11476b9 Replace LooperExecutor with built-in class in Android AppRTC Demo sakal 2016-05-20 02:41:02 -07:00
  • 04ebea3629 Delete obsolete cricket::VideoFrame methods. nisse 2016-05-20 01:48:45 -07:00
  • 94616b3b0b Disabled flaky test TestFrameBuffer2.OneLayerStreamReordered philipel 2016-05-20 10:43:01 +02:00
  • 30629957e1 Fix UBSan errors (left shift on negative value) minyue 2016-05-20 01:23:50 -07:00
  • 03d45b016a base.gyp: Add conditions for NaCl builds. kjellander@webrtc.org 2016-05-20 09:52:43 +02:00
  • 6c47031ff9 Roll chromium_revision 21279e564e..9db5a0e3f5 (394725:394957) buildbot 2016-05-19 20:04:29 -07:00
  • 2b3bf6b7d5 Re-enabling socket tests that were previously flaky. Taylor Brandstetter 2016-05-19 14:57:31 -07:00
  • 7d01331eca Only initialize usrsctp when it's used and uninitialize when it's not being used. Tommi 2016-05-19 19:58:38 +02:00
  • e725f7c73e Turned AudioDecoderFactory into a RefCounted thing to use with scoped_refptr. ossu 2016-05-19 10:48:04 -07:00
  • 6e8224f4ab Reduce flakyness of timing dependent tests for TestFrameBuffer2.*. philipel 2016-05-19 17:07:44 +02:00
  • 00b9d210c4 Set ViEEncoder sink_ on construction. Peter Boström 2016-05-19 16:59:03 +02:00
  • 8e572f030f Adds macros to annotate variables and functions used from same thread or queue. ACCESS_ON is an alias of GUARDED_BY but should take thread-like object instead of mutex, RUN_ON is an alias of EXCLUSIVE_LOCKS_REQUIRED to annotate function always run on same thread/task_queue RTC_DCHECK_RUN_ON - creates an object that allows use of annotated variables and functions, and adds a run-time DCHECK given thread/queue is current. danilchap 2016-05-19 06:49:03 -07:00
  • 604abe09f1 VideoAdapter: Drop frames based on actual fps instead of expected fps magjed 2016-05-19 06:05:40 -07:00
  • 0026dd85de Fix bug in gyp_webrtc.py when DEPOT_TOOLS_WIN_TOOLCHAIN=0 kjellander@webrtc.org 2016-05-19 13:30:09 +02:00
  • bd76607abb Revert of Android: Make base interface for camera1 and camera2 (patchset #1 id:1 of https://codereview.webrtc.org/1994893002/ ) magjed 2016-05-19 04:22:58 -07:00
  • efafd7f90c Roll chromium_revision 36d2aa2331..21279e564e (394634:394725) buildbot 2016-05-19 04:20:07 -07:00
  • d269b023bf Reland of Android: Make base interface for camera1 and camera2 (patchset #1 id:1 of https://codereview.webrtc.org/1979583002/ ) magjed 2016-05-19 03:29:45 -07:00
  • be7a9e5f8a Revert "Revert of FrameBuffer for the new jitter buffer. (patchset #9 id:160001 of https://codereview.webrtc.org/1969403007/ )" philipel 2016-05-19 12:19:35 +02:00
  • 84f9b98450 Update AppRTCDemo AppRTC URL's on iOS to appr.tc jansson 2016-05-19 02:43:33 -07:00
  • f910ecdfc5 Add test for DirectRTCClient in AppRTC Demo for Android sakal 2016-05-19 00:00:41 -07:00
  • fadb43e66a Roll chromium_revision cccd8082d7..36d2aa2331 (394463:394634) buildbot 2016-05-18 20:11:59 -07:00
  • 91dd567fea Only use PortAllocator on the network thread. deadbeef 2016-05-18 16:55:30 -07:00
  • be0c96fd00 Add ice_candidate_pool_size to Obj-C and Java RTCConfiguration. deadbeef 2016-05-18 16:20:14 -07:00
  • b711f10d96 Revert of FrameBuffer for the new jitter buffer. (patchset #9 id:160001 of https://codereview.webrtc.org/1969403007/ ) honghaiz 2016-05-18 15:52:27 -07:00
  • e230d36c29 Roll chromium_revision 34689ee3d1..cccd8082d7 (394374:394463) buildbot 2016-05-18 13:23:07 -07:00
  • a376e70cf9 FrameBuffer for the new jitter buffer. philipel 2016-05-18 18:10:01 +02:00
  • a89ab965f2 Enable muted state by default in VoE henrik.lundin 2016-05-18 08:52:45 -07:00
  • a3c2c3e606 Remove unneccessary log in PacedSender. Stefan Holmer 2016-05-18 16:05:49 +02:00
  • 83e8286c6b AEC: Add UMA logging of buffer re-alignment henrik.lundin 2016-05-18 05:43:01 -07:00
  • 42dda50860 Propagate muted info from VoE Channel to AudioConferenceMixer henrik.lundin 2016-05-18 05:36:01 -07:00
  • 84f8df71af Revert of Add missing headers and fix some missing dependencies (patchset #1 id:20001 of https://codereview.webrtc.org/1990593002/ ) kjellander 2016-05-18 05:00:50 -07:00
  • 2f5d600918 Revert of Remove Android x86 compilation trybot from CQ. (patchset #1 id:1 of https://codereview.webrtc.org/1959923002/ ) kjellander 2016-05-18 04:57:44 -07:00
  • 99111bb5e4 Roll chromium_revision 91b474353e..34689ee3d1 (394313:394374) buildbot 2016-05-18 04:07:20 -07:00
  • 7bb6e75723 Add missing headers and fix some missing dependencies kjellander 2016-05-18 04:06:15 -07:00
  • 299ccdee0c Direct IP connect functionality for AppRTC Android demo. sakal 2016-05-18 03:36:41 -07:00
  • 5a216d0489 Add muted parameter to audio_frame_manipulator methods henrik.lundin 2016-05-18 02:34:17 -07:00
  • 89f237cedc Fix UBSan errors (left shift of negative value, left shift overflows int) kwiberg 2016-05-18 02:20:28 -07:00
  • 60200d1094 Add FrameAndMuteInfo to AudioConferenceMixer henrik.lundin 2016-05-18 01:48:39 -07:00
  • e0615b7dd1 GN: Disable checks in WebRTC tree due to too many errors. Henrik Kjellander 2016-05-18 09:35:44 +02:00
  • 3c5a294b60 Fix Info.plist path in build_ios_libs.sh tkchin 2016-05-17 23:08:25 -07:00
  • 837dde9f1d Remove DesktopFrame::shape(). Sergey Ulanov 2016-05-17 22:03:33 -07:00
  • 62f6da382d Roll chromium_revision 7ae70b716a..91b474353e (394093:394313) buildbot 2016-05-17 21:35:38 -07:00
  • 6c87a67b63 Do not create a temporary transport channel when using max-bundle skvlad 2016-05-17 17:49:52 -07:00
  • 3a0a0f4b0d AudioConfMixer: Add muted variable to ParticipantFramePair henrik.lundin 2016-05-17 17:15:57 -07:00
  • d4ccb00b9e Propagate muted parameter to VoE::Channel henrik.lundin 2016-05-17 12:21:55 -07:00
  • e305d956c0 Remove runtime NEON detection pasko 2016-05-17 10:56:40 -07:00
  • de8739c120 Disable libyuv jpeg support on Android magjed 2016-05-17 08:39:11 -07:00
  • 2b1f651d15 Potential fix for rtx/red issue where red is removed only from the remote description. Stefan Holmer 2016-05-17 16:33:30 +02:00
  • 9b2228fdfc Fix UBSan errors (left shift of negative value) kwiberg 2016-05-17 06:40:41 -07:00
  • aa08ce6892 Roll chromium_revision 667cccbd62..7ae70b716a (394017:394093) buildbot 2016-05-17 04:45:56 -07:00
  • c9c142f170 Reland of Delete webrtc::VideoFrame methods buffer and stride. (patchset #1 id:1 of https://codereview.webrtc.org/1983583002/ ) nisse 2016-05-17 04:05:47 -07:00
  • ff274394fe Separate building and enabling libevent. phoglund 2016-05-17 03:44:28 -07:00
  • d98f6e000a Fixed typo. KT_DEFAULT different based on WEBRTC_CHROMIUM_BUILD instead of WEBRTC_BUILD_CHROMIUM. Henrik Boström 2016-05-17 12:36:11 +02:00
  • a73ca5668e Polishing code to handle certificate generation failure in .mm files. This is a follow-up to https://codereview.webrtc.org/1965313002/ which was TBR-landed. hbos 2016-05-17 03:28:58 -07:00
  • ee3732622c JUnit test framework for AppRTC Android demo. This allows creating tests for AppRTC Android demo that will be run on the host machine instead of a device. These tests can mock Android APIs through Robolectric. Because the tests are run on the host machine, they run much faster. sakal 2016-05-17 03:22:32 -07:00
  • 2ccfbdf011 Undeprecate CreatePeerConnectionFactory which do not use network thread. Danil Chapovalov 2016-05-17 11:38:38 +02:00
  • e9021a3601 Propogate network-worker thread split to api danilchap 2016-05-17 01:52:02 -07:00
  • c561479841 Revert of CQ: Disable win_x64_clang_dbg trybot (patchset #1 id:1 of https://codereview.webrtc.org/1896003004/ ) kjellander 2016-05-17 01:06:35 -07:00
  • 744494f451 Make the FakeWebRtcVideoCaptureModule class initialize frame data. nisse 2016-05-16 23:51:04 -07:00
  • 9359274071 Roll chromium_revision dbbc7ddf2e..667cccbd62 (393813:394017) buildbot 2016-05-16 20:05:21 -07:00
  • c9b0c26e0c Surface the IntelligibilityEnhancer on MediaConstraints Alejandro Luebs 2016-05-16 15:32:38 -07:00
  • 2abe427417 Revert of Increase the stun ping interval. (patchset #5 id:80001 of https://codereview.webrtc.org/1944003002/ ) Taylor Brandstetter 2016-05-16 14:12:13 -07:00
  • db0cd9e774 Adding getParameters/setParameters APIs to RtpReceiver. Taylor Brandstetter 2016-05-16 11:40:30 -07:00
  • 8bce67b745 Added UMA logging for audio codec usage. A histogram statistic named "WebRTC.Audio.Encoder.CodecType" has been created. aleloi 2016-05-16 07:34:24 -07:00
  • 970567cab2 Fixes a bug where AppRTC Android Demo crashes with empty roomId. Sami Kalliomäki 2016-05-16 16:24:14 +02:00
  • 57f95dcf9d New UI for AppRTC Android Demo that is easier to use and better follows Android design guidelines. Sami Kalliomäki 2016-05-16 16:21:28 +02:00
  • ff66d6b942 Roll chromium_revision d240f3cb44..dbbc7ddf2e (393782:393813) buildbot 2016-05-16 06:24:29 -07:00
  • 8ae8ab4e23 Makes ECDSA the default certificate to use (generated if no other certificates are specified when constructing a peer connection, at: https://code.google.com/p/chromium/codesearch#chromium/src/third_party/webrtc/api/webrtcsessiondescriptionfactory.cc&q=webrtcsessiondescriptionfactory&sq=package:chromium&type=cs&l=191). hbos 2016-05-16 02:45:40 -07:00
  • 4b2ffe2a23 Roll chromium_revision c77d596b47..d240f3cb44 (393773:393782) buildbot 2016-05-15 20:06:26 -07:00
  • 09f4e879dd Roll chromium_revision edd509dc82..c77d596b47 (393769:393773) buildbot 2016-05-15 12:05:22 -07:00
  • 0bcbbd345e Fix component build in chrome after recent TaskQueue cl Tommi 2016-05-15 13:42:45 +02:00
  • e1220d900f Roll chromium_revision 68a109ab91..edd509dc82 (393760:393769) buildbot 2016-05-15 04:07:20 -07:00
  • 8885a4f168 Roll chromium_revision 001bec1f78..68a109ab91 (393735:393760) buildbot 2016-05-14 20:04:18 -07:00