Commit Graph

  • ca047f76a3 Stop building NSS on Windows. Henrik Kjellander 2015-04-08 08:54:02 +02:00
  • 968b0e20c3 Removed build dependency on er_tables_xor.h, since it has been deleted Bjorn Volcker 2015-04-07 21:04:38 +02:00
  • 2e266e9126 On iOS, detect pdp_ip networks as cellular. Noah Richards 2015-04-07 11:51:56 -07:00
  • fbe5b316bf Fix merge_libs.py to correctly use the IGNORE_PATTERNS list. Noah Richards 2015-04-07 11:41:32 -07:00
  • 9e420afefc Fix potential race conditions in Android video renderer. Alex Glaznev 2015-04-07 10:14:22 -07:00
  • e41d774c4d Revert "Remove usage of webrtc::NativeHandle since is just adds an extra level of indirection." Per 2015-04-07 17:20:48 +02:00
  • 3b71efc56e Revert "Explicitly set target_subarch for iOS." Henrik Kjellander 2015-04-07 16:23:32 +02:00
  • 2519c45d00 Fix clang style warnings in webrtc/modules/audio_coding Karl Wiberg 2015-04-07 16:12:57 +02:00
  • f6b7265c6b Explicitly set target_subarch for iOS. Henrik Kjellander 2015-04-07 16:06:07 +02:00
  • 1d83f1e89f talk/media/webrtc/webrtcvoiceengine: Delay Agnostic AEC should not override HW-AEC Bjorn Volcker 2015-04-07 15:25:39 +02:00
  • 49a862ec4c Return pending buffers to Java VideoCapturerAndroid if camera is stopping BUG=4510 R=magjed@webrtc.org Per 2015-04-07 14:16:09 +02:00
  • 26679d6d90 ViEFrameCallback::DeliverFrame: Make I420VideoFrame const ref. Magnus Jedvert 2015-04-07 14:07:41 +02:00
  • 3211934ebf Fix build breakage in WrappedI420Buffer::native_handle() Sorry... My cl broke the build since I had not properly rebased and tested. https://webrtc-codereview.appspot.com/43999004/ TBR=mflodman@webrtc.org Per 2015-04-07 13:03:30 +02:00
  • 75db861258 Remove usage of webrtc::NativeHandle since is just adds an extra level of indirection. Per 2015-04-07 12:50:40 +02:00
  • e1c1ee211e EncodedVideoData is unused, so remove it Karl Wiberg 2015-04-07 10:36:09 +02:00
  • e095148869 Port some fixes in AppRTCDemo. Alex Glaznev 2015-04-06 14:02:19 -07:00
  • be508a1d36 Implement Tcp Reconnect for TCPPort. Guo-wei Shieh 2015-04-06 12:48:47 -07:00
  • ef88309a6e Cleanup: Forward declare AudioFrame type in voiceprocess.h Thiago Farina 2015-04-06 10:36:41 +00:00
  • ae0f0ee79e Cleanup: Remove DISALLOW_EVIL_CONSTRUCTORS macro. Thiago Farina 2015-04-04 23:56:53 +00:00
  • 7351f4689c Don't send STUN pings if we don't have a remote ufrag and pwd. Peter Thatcher 2015-04-02 16:39:16 -07:00
  • bc4b93453c Add a DCHECK to RegisterModule to make sure it's called on the controller thread. Tommi 2015-04-02 18:34:37 +00:00
  • 7f375f0ef8 ProcessThreadImpl - hold the lock while checking thread_ and calling ProcessThreadAttached(). This is needed since DeRegisterModule is currently being called on arbitrary threads. Tommi 2015-04-02 14:50:21 +00:00
  • 3354419a2d Zero copy AndroidVideeCapturer. This cl uses the YV12 buffers from Java without a copy if no rotation is needed. Buffers are returned to the camera when the encoder and renderers no longer needs them. Per 2015-04-02 12:30:51 +02:00
  • 037bad7497 ~CaptureManager: DCHECK(capture_states_.empty()) instead of CHECK until we fix not empty bug. Henrik Boström 2015-04-02 12:10:13 +02:00
  • cb76b89572 Cleanup: Move json.h into rtc namespace. Thiago Farina 2015-04-02 09:59:15 +00:00
  • 0dd58026a8 Update callers to include messagedigest.h. Thiago Farina 2015-04-02 09:03:20 +02:00
  • db313b667a Disable EndToEndTest.ReceivedFecPacketsNotNacked on all platforms. Henrik Kjellander 2015-04-02 08:45:41 +02:00
  • d4e75016a3 Refactor audio_coding/codecs/isac/fix: Removed usage of trivial macro WEBRTC_SPL_LSHIFT_W32() Bjorn Volcker 2015-04-02 06:59:38 +02:00
  • 64c1e8cda5 Enable CVO by default through webrtc pipeline. Guo-wei Shieh 2015-04-01 15:33:06 -07:00
  • aaf61e460b Cleanup: Remove MD5_CTX typedef. Thiago Farina 2015-04-01 22:25:21 +00:00
  • fa16dda238 Revert "Port frame_analyzer and rgba_to_i420_converter targets to GN build." Henrik Kjellander 2015-04-01 22:53:56 +02:00
  • 6ac53b2b37 Port frame_analyzer and rgba_to_i420_converter targets to GN build. Henrik Kjellander 2015-04-01 17:29:44 +02:00
  • 722ef1fb59 Remove henrike@ from OWNERS Henrik Kjellander 2015-04-01 17:08:45 +02:00
  • cf3c83e76c Revert "Split EventWrapper in twain." Minyue 2015-04-01 16:31:38 +02:00
  • 31331cfd2d Revert "Enable CVO by default through webrtc pipeline." Minyue 2015-04-01 16:19:58 +02:00
  • d91cb5d5fb Reduce the number of Chromium dependencies synced. Henrik Kjellander 2015-04-01 13:30:43 +02:00
  • 3cd9eaf5e8 Ensures that AudioManager.isVolumeFixed() is only used for Android L and above henrika 2015-04-01 12:00:00 +02:00
  • f536a507b6 Remove duplicated source listing of gtest_prod_util.h Henrik Kjellander 2015-04-01 11:45:49 +02:00
  • f809b9b38d Fix bug in WebRtcIsacfix_FilterMaLoopNeon. Zhongwei Yao 2015-04-01 17:43:00 +08:00
  • 9cb1f3002f Remove er_tables_xor.h. Peter Boström 2015-04-01 11:39:49 +02:00
  • 1b1c15cad1 Enable CVO by default through webrtc pipeline. Guo-wei Shieh 2015-03-31 19:42:39 -07:00
  • 4b3c0d6f34 Use WebRTC API to convert byteorder in srtpfilter. Jiayang Liu 2015-03-31 15:02:42 -07:00
  • 4825356620 RTCDataChannel: Unregister data channel observer on dealloc. Zeke Chin 2015-03-31 11:06:26 -07:00
  • 379069f676 VideoRenderCallback::RenderFrame: Make I420VideoFrame& ref const. Magnus Jedvert 2015-03-31 19:52:13 +02:00
  • 0828a0c094 Revert "Avoid critsect for protection- and qm setting callbacks in VideoSender." mflodman 2015-03-31 15:29:23 +02:00
  • 23914fe756 Reject RTP one-byte extension ID 0. Peter Boström 2015-03-31 15:08:04 +02:00
  • 903c0f2e76 Avoid critsect for protection- and qm setting callbacks in VideoSender. mflodman 2015-03-31 15:07:16 +02:00
  • 738a5b44d0 Remove old suppression for ProcessThreadImpl. The implementation has been changed considerably since it was added. Tommi 2015-03-31 09:48:04 +00:00
  • bc46bf22e7 common_audio: Explicit cast in WebRtcSpl_NormW16 on ARM Bjorn Volcker 2015-03-30 23:38:28 +02:00
  • 0194d32873 Add WebRtcAudioManager to peerconnection_jar library Alex Glaznev 2015-03-30 11:20:27 -07:00
  • 65f74a1fc6 Revert "Suppress data races in libjingle_peerconnection_unittest" Tommi 2015-03-30 18:09:55 +00:00
  • 2c9c83d7ec Remove non-functional asynchronous resampling mode. Andrew MacDonald 2015-03-30 10:08:22 -07:00
  • 45c6449114 Introduce CodecManager and move code from AudioCodingModuleImpl Henrik Lundin 2015-03-30 19:00:44 +02:00
  • f7b9cf54a6 Suppress "EndToEndTest::ReceivedFecPacketsNotNacked" on Asan, Tsan Minyue Li 2015-03-30 17:26:34 +02:00
  • 842a4a6b50 Add locks to Start(), Stop() methods in ProcessThread. This is necessary unfortunately since there are a few places where DeRegisterModule does not reliably occur on the same thread. Tommi 2015-03-30 14:16:12 +00:00
  • 22e209d4f8 Introduce AudioCodingModuleImpl::current_encoder_ Henrik Lundin 2015-03-30 15:28:12 +02:00
  • 582f80e95c Clamp decoder sample rate to 32000 in iSAC Henrik Lundin 2015-03-30 15:01:40 +02:00
  • 1ecfd55044 videoadapter_unittest.cc: Revert removal of '#if defined(HAVE_WEBRTC_VIDEO)' Magnus Jedvert 2015-03-30 11:24:46 +02:00
  • 451b61469b Fix gyp path for bwe simulator include. Stefan Holmer 2015-03-30 09:40:46 +02:00
  • 8e9c67e6a9 Suppress data races in libjingle_peerconnection_unittest Henrik Kjellander 2015-03-30 09:39:28 +02:00
  • 9f52448e74 Roll chromium_revision 4d63ee8..719b839 (322012:322539) Henrik Kjellander 2015-03-30 09:26:33 +02:00
  • 6b3ccfc6a6 GN: Cleanup no longer needed libvpx config. Henrik Kjellander 2015-03-28 18:28:36 +01:00
  • 819011c35c Additional suppression for TSan deadlock detection Henrik Kjellander 2015-03-27 21:42:09 +01:00
  • dfd53fe26b Raise streams for SetMaxSendBitrates above 2000k. Peter Boström 2015-03-27 15:58:11 +01:00
  • 53eda3dbd0 Add tests for r8811. Peter Boström 2015-03-27 15:53:18 +01:00
  • b3fc48b28f Update the notice about the slow Chromium sync. Henrik Kjellander 2015-03-27 14:25:35 +01:00
  • 1d36003181 Suppress TSan errors triggered when deadlock detection is enabled. Henrik Kjellander 2015-03-27 13:46:34 +01:00
  • 9ff73f5dbf Final minor fix in WebRtcAudioManager henrika 2015-03-27 11:37:01 +01:00
  • 424694ce79 audio_processing/agc: Put entire method set_output_will_be_muted() under lock Bjorn Volcker 2015-03-27 11:30:43 +01:00
  • 75a0255627 Handle borked Android cameras gracefully. It turns out that Camera.getCameraInfo can throw an exception if the camera does not work. Per 2015-03-27 11:15:19 +01:00
  • 8324b525dc Adding playout volume control to WebRtcAudioTrack.java. henrika 2015-03-27 10:56:23 +01:00
  • 8ed6a4bba4 Remove unused non-standard capture stats. Peter Boström 2015-03-27 10:01:02 +01:00
  • 3954e1dfe1 Remove unused implementations in cricket::VideoFrame Magnus Jedvert 2015-03-27 09:48:31 +01:00
  • 7100dcd317 Adding "usedtx" as Opus codec parameter. Minyue Li 2015-03-27 05:05:59 +01:00
  • bef8d2d020 Add a lock to NSSContext to fix data race Jiayang Liu 2015-03-26 14:38:46 -07:00
  • b8cfa68323 Update speed setting in VP9. Marco 2015-03-26 13:20:25 -07:00
  • 74d9ed7d85 Report send codec name in GetStats(). Peter Boström 2015-03-26 16:28:31 +01:00
  • d6f4c25eed Reject streams reusing simulcast or RTX SSRCs. Peter Boström 2015-03-26 16:23:04 +01:00
  • a990784da3 AcmReceiver: index decoders by payload type instead of ACM codec ID Jelena Marusic 2015-03-26 14:01:30 +01:00
  • 9b5f96e6a2 Add some sanity CHECKs to webrtc::Call. Peter Boström 2015-03-26 11:25:49 +01:00
  • c79f7edd4e Fix build error introduced by r8864. Stefan Holmer 2015-03-26 11:18:42 +01:00
  • e590416722 Moving the pacer and the pacer thread to ChannelGroup. Stefan Holmer 2015-03-26 11:11:06 +01:00
  • 5225dd8180 If audio ptime is negotiated in SDP, then we would set the audio codec with negotiated packet size if it's allowed. If the negotiated packet size is not supported by the working codec, then we would use the next smallest size. Brave Yao 2015-03-26 07:39:19 +08:00
  • dfa36058c9 Reparent Nonlinear beamformer under beamforming interface. Michael Graczyk 2015-03-25 16:37:27 -07:00
  • bf395c1fc0 Add WebRTC Media Constraint to force using Delay Agnostic AEC on Android Bjorn Volcker 2015-03-25 22:45:56 +01:00
  • caae5d47c1 Bye request should use POST not GET Chuck Hays 2015-03-25 12:59:52 -07:00
  • 190c3ca7a9 Register sample rate of Audio RED in RTPPayloadRegistry. Minyue Li 2015-03-25 16:11:24 +01:00
  • 79064e568e Fix crash on decode found by fuzz tester. Stefan Holmer 2015-03-25 15:20:32 +01:00
  • 3fbf99c44a Refactor common_audio/vad: Removed usage of WEBRTC_SPL_MUL_16_16_RSFT Bjorn Volcker 2015-03-25 14:37:24 +01:00
  • 855acf72d0 Remove video from WebRTC Android example. This is in preparation to remove the use of the old Video Api and the use of the old video capture module on Android in particular. Per 2015-03-25 14:32:22 +01:00
  • d4362cd336 Reject StreamParams with RTX SSRCs not in ssrcs. Peter Boström 2015-03-25 14:17:23 +01:00
  • a49f515786 Roll chromium_revision da9a1c0..4d63ee8 (321718:322012) Henrik Kjellander 2015-03-25 13:48:55 +01:00
  • 1ccd8b4281 Refactor common_audio/signal_processing: Removed usage of WEBRTC_SPL_MUL_16_16_RSFT Bjorn Volcker 2015-03-25 13:29:49 +01:00
  • 245989b22a Address comments from cr 43769004. - Remove unnecessary hop to worker from OnChannelRequestSignaling_s. - Remove now-not-needed component param. - Update documentation. Tommi 2015-03-24 17:56:21 +01:00
  • 0e209b03bf Update bundle behavior to match BundlePolicy spec in http://rtcweb-wg.github.io/jsep/. Donald Curtis 2015-03-24 09:29:54 -07:00
  • e61c64dbb1 Delete NullVideoRenderer Magnus Jedvert 2015-03-24 16:11:13 +01:00
  • 07a4ba5d1a Simulcast settings for 1080p. Using same bit rates for all 3 modes since only one is used in reality, and the plan is to unify them. Niklas Enbom 2015-03-24 07:47:55 -07:00
  • ac27e20477 Delete VideoAdapter::AdaptFrame Magnus Jedvert 2015-03-24 15:18:39 +01:00
  • 45636ece8a Post Git switch: Update codereview.settings and remove drover.properties Henrik Kjellander 2015-03-24 14:32:25 +01:00
  • 68a5418dd9 Enable PENDING_REF_PREFIX in codereview.settings. Henrik Kjellander 2015-03-24 14:25:32 +01:00