Commit Graph

  • 09f45108c2 Removed callback in old AudioConferenceMixer. aleloi 2016-07-28 03:52:15 -07:00
  • e6b60a4368 Migrated audio_codec_speed_tests target to GN. aleloi 2016-07-28 02:34:30 -07:00
  • 00730c724d Migrated GN target insert_packet_with_timing. aleloi 2016-07-28 01:27:10 -07:00
  • 333f206f8b Target delay_test migrated to GN. aleloi 2016-07-28 01:21:29 -07:00
  • 9f73f7addc Add Robolectric dependencies to setup_link directories. ehmaldonado 2016-07-28 01:20:22 -07:00
  • d356843706 Disable EndToEndTest.GetStats on Dr. Memory Full. deadbeef 2016-07-27 11:09:30 -07:00
  • 29ff8446c0 Add PeerConnection IsClosed check. zhihuang 2016-07-27 11:07:25 -07:00
  • 93dd634561 Treat foreground event as interruption end. tkchin 2016-07-27 10:17:14 -07:00
  • 43e15bb9f0 Android Camera2Enumerator: Remove CameraAccessException to avoid VerifyError magjed 2016-07-27 08:25:08 -07:00
  • 529f83c521 Add webrtc_perf_tests to BUILD.gn ehmaldonado 2016-07-27 08:14:32 -07:00
  • 81031d6dca Cleanup code in Camera2. sakal 2016-07-27 05:25:45 -07:00
  • 85228d6af6 Regression test for issue where Opus DTX status was being forgotten. ivoc 2016-07-27 04:53:47 -07:00
  • f22d3c48fa Filter to formats that match device sensor array aspect ratio on pre-LMR1 devices offering only legacy camera2 support. sakal 2016-07-27 01:28:44 -07:00
  • 4374a09f9b Only update codec type histogram if lifetime is long enough (10 sec). Add metrics for Call/VideoSendStream/VideoReceiveStream lifetime. asapersson 2016-07-27 00:39:09 -07:00
  • bb19a60832 Fix a memory leak where EventLogger is created two times in the event tracer. sakal 2016-07-26 10:39:07 -07:00
  • 5f5504f218 Don't crash if createDataChannel fails. deadbeef 2016-07-26 10:31:09 -07:00
  • 1cd46643d7 Disable some Opus tests pending an update flim 2016-07-26 09:01:39 -07:00
  • 47bded4428 GN migration of target audio_coding/neteq/rtp_analyze. aleloi 2016-07-26 06:46:19 -07:00
  • 2874ed5709 [rtcp] App::Parse updated not to use RTCPUtility, maximum allowed sized raised from limited by physical udp packet size to limited by theoritical maximum rtcp packet size. danilchap 2016-07-26 06:40:29 -07:00
  • 3022a34e7c GN migration of target audio_coding/neteq/neteq_test_tools aleloi 2016-07-26 06:36:03 -07:00
  • 2c3f46ec1a Add an option to disable built-in AGC/NS to AppRTC Demo. sakal 2016-07-26 06:03:03 -07:00
  • 63d3f8390e Fix a bug where Camera2 tried to start on FPS ranges multiplied by 1000. sakal 2016-07-26 05:43:33 -07:00
  • 2fa14623cc Convert Android camera tests to use the new createVideoSource API. sakal 2016-07-26 05:41:36 -07:00
  • 86cc6ffc7c Variable audio bitrate. mflodman 2016-07-26 04:44:06 -07:00
  • 62d695f655 iOS HW encoder: Increase data rate limit magjed 2016-07-26 03:10:33 -07:00
  • d9c7f8d3a8 Use NullSocketServer instead of PhysicalSocketServer in SignalThread magjed 2016-07-26 03:03:31 -07:00
  • aa3520c7b4 Roll chromium_revision 0d90f310e3..48e079d573 (407439:407510) phoglund 2016-07-25 11:48:45 -07:00
  • 192717ee1a flaky EndToEndTest.DecodesRetransmittedFrame adjusted to be aware about rare situation where packet resend before sent: danilchap 2016-07-25 08:20:51 -07:00
  • fdd381c163 Remove unrelated checks from DecodesRetransmittedFrame* tests danilchap 2016-07-25 04:03:20 -07:00
  • 3c87ac41e7 Roll chromium_revision 32f0eb6bd9..0d90f310e3 (407397:407439) phoglund 2016-07-25 03:58:43 -07:00
  • 8c695b49e5 Remove redundant UMA stat reporting. Remove logs that are noisy on Windows. maxmorin 2016-07-25 02:46:44 -07:00
  • f89a571fcb [AFL] Allow webrtc fuzzers to be used with afl-fuzz. metzman 2016-07-25 02:14:09 -07:00
  • 2638c6fad8 Ignore zero bitrate updates in the UMA BWE stats as they represent network being down and would bias the stats. stefan 2016-07-25 01:57:58 -07:00
  • 8058e58d8f Add loss-based BWE estimate to the outgoing bitrate plot. terelius 2016-07-25 01:32:41 -07:00
  • 1c88e8c656 Roll chromium_revision 80b5d0ec09..32f0eb6bd9 (407388:407397) phoglund 2016-07-24 19:45:43 -07:00
  • 223df8fa68 Roll chromium_revision fa99476e6e..80b5d0ec09 (407379:407388) phoglund 2016-07-24 11:46:23 -07:00
  • 7626af8487 Roll chromium_revision 94de78b48f..fa99476e6e (407377:407379) phoglund 2016-07-24 03:46:45 -07:00
  • 590cbef3a3 Roll chromium_revision 4a456989cf..94de78b48f (407367:407377) phoglund 2016-07-23 19:54:42 -07:00
  • 764d83da6f Roll chromium_revision a042a214c6..4a456989cf (407099:407367) phoglund 2016-07-23 11:44:34 -07:00
  • ff0a96d502 Fix a bug where SourceState on AndroidVideoTrackSource is set to live even on failure. Sami Kalliomaki 2016-07-23 14:45:07 +02:00
  • 843b6f503f Fix a crash in the event tracing shutdown path skvlad 2016-07-22 21:45:35 -07:00
  • d4e6cbdbbe Remove suppression for non-existing test. mflodman 2016-07-22 15:35:45 +02:00
  • 02a5797908 Reland of "Protect MessageQueue stop field with a critical section to avoid data races." (refs/heads/master@{#13430}). André Susano Pinto 2016-07-22 13:30:05 +02:00
  • f52767ca67 Roll chromium_revision 0259d67099..a042a214c6 (406454:407099) phoglund 2016-07-22 02:16:26 -07:00
  • 9ddac18d1c Add minimal LLVM sanity coverage (sancov) reporting for unittests. Johan Ahlers 2016-07-22 08:57:23 +02:00
  • 8dc945cd3b Disable NetworkTest.DefaultLocalAddress for Android. Edward Lemur 2016-07-21 10:16:40 +02:00
  • 16032126ed This implementation greatly simplifies Android video capturing stack. The old stack will be removed soon in a separate CL. Constraints will not be supported in the new implementation. Apps can request a format directly and the closest supported format will be selected. Sami Kalliomaki 2016-07-20 16:13:08 +02:00
  • 70ffead256 Reimplemented fix for bogus RTP timestamp in RTCP packet created before RTP packet. Danil Chapovalov 2016-07-20 15:26:59 +02:00
  • f39f7d931c Always take retransmissions into account when deciding pacing order terelius 2016-07-20 03:36:19 -07:00
  • 63dcecd5c1 Roll chromium_revision bfec2ff09d..0259d67099 (404886:406454) buildbot 2016-07-20 01:37:11 -07:00
  • 18832f6c35 Make rtc_include_tests true by default in gn. phoglund 2016-07-19 12:56:47 -07:00
  • 88e64e5c67 Keep a map from SSRC to parsed headers in that stream and use the preparsed headers to plot the network delay changes. terelius 2016-07-19 01:51:06 -07:00
  • a540ada1e1 Remove stefan@webrtc.org from libvpx roll notification. stefan 2016-07-18 11:15:55 -07:00
  • bded44b79b Add a CongestionController fuzzer. stefan 2016-07-18 09:26:06 -07:00
  • 159a2fe9da Fix crash which happens when there's reordering in the beginning of a call. stefan 2016-07-18 04:14:11 -07:00
  • 433ed06800 Adjust parameter in vp9 videoprocessor_integration test. Marco 2016-07-16 09:02:07 -07:00
  • 6ab787964a Adding deadbeef@ as owner of api and p2p, and honghaiz as owner of p2p. deadbeef 2016-07-16 00:48:06 -07:00
  • da2c945fd2 Fix a logging error. honghaiz 2016-07-15 17:55:34 -07:00
  • 91042f834d Restore the behavior where an ICE restart redetermines the ICE role. deadbeef 2016-07-15 17:48:13 -07:00
  • 2181078ca8 [Chromoting] Remove screen saver logic out of ScreenCapturer implementations zijiehe 2016-07-15 17:05:11 -07:00
  • a64edb8f79 Adding more logging to BasicPortAllocator. deadbeef 2016-07-15 14:42:21 -07:00
  • 28fdf5637f Implement RecordingIsInitialized in file_audio_device.cc. noahric 2016-07-15 10:03:54 -07:00
  • 72b7f93e68 Use correct case for including a file. thakis 2016-07-15 07:21:22 -07:00
  • c9b27d56c0 Bugfix for Vp9 GOF and missing frames. philipel 2016-07-15 06:50:27 -07:00
  • 136778252d Revert of Fix inconsistent setting of the rtc_include_unittests flag. (patchset #1 id:1 of https://codereview.webrtc.org/2154693002/ ) phoglund 2016-07-15 04:13:21 -07:00
  • bb738733ea Disable broken Android rtc_unittests. phoglund 2016-07-15 03:57:12 -07:00
  • 9d34148714 Fix inconsistent setting of the rtc_include_unittests flag. phoglund 2016-07-15 03:56:06 -07:00
  • 4e417b242a Reland of Switch to use SequencedTaskChecker instead of ThreadChecker where needed. perkj 2016-07-14 23:35:55 -07:00
  • 32012f8c3a Do not include task_queue.h in sequenced_task_checker_impl.h This it to avoid requiring targets that include header files that in turn use SequenceTaskedChecker, to also have to define the macros needed by TaskQueue. perkj 2016-07-14 23:32:08 -07:00
  • 33b9c8fb03 Move WEBRTC_BUILD_LIBEVENT definition to base/BUILD.gn and base/base.gyp. This use all_dependent_configs (GN) / all_dependent_settings (GYP) to export WEBRTC_BUILD_LIBEVENT to all dependent targets transitively. This fixes a problem with dependent projects in Chromium that indirectly include task_queue.h Per 2016-07-15 08:25:42 +02:00
  • 9ad0db51a6 Dampening connection switch. honghaiz 2016-07-14 19:30:28 -07:00
  • 73ab917d27 Remove CHECK around duplicate FLAG lookup. noahric 2016-07-14 18:21:11 -07:00
  • 39607c9e34 AVFoundationVideoCapturer: Output native frames instead of I420 frames magjed 2016-07-14 08:12:17 -07:00
  • 5d5833370f Fix VideoFrame inclusion in mediastreaminterface.h perkj 2016-07-14 07:14:26 -07:00
  • 6c4d0f0bbf Reland of Adds data logging in native AudioDeviceBuffer class (patchset #1 id:1 of https://codereview.webrtc.org/2148623004/ ) henrika 2016-07-14 05:54:19 -07:00
  • efd902cb1d Revert of Switch to use SequencedTaskChecker instead of ThreadChecker where needed. (patchset #1 id:1 of https://codereview.webrtc.org/2149553002/ ) perkj 2016-07-14 02:33:20 -07:00
  • ec7cef854d Switch to use SequencedTaskChecker instead of ThreadChecker where needed. This cl is in preparation for https://codereview.webrtc.org/2060403002/ Add task queue to Call. In the coming cl the video_sender, and i420_buffer_pool will be used on a task queue and therefore SequencedTaskChecker is needed instead of a ThreadChecker. perkj 2016-07-14 01:32:01 -07:00
  • d75de086fb Reland of Clean up unused cricket::VideoCapturer inclusion from mediaengine.h (patchset #1 id:1 of https://codereview.webrtc.org/2143123003/ ) perkj 2016-07-14 00:58:36 -07:00
  • f2c2f8f20c Refactoring on QUIC related classes. zhihuang 2016-07-13 14:13:49 -07:00
  • a2cd636b3d Revert of Modify PeerConnection for end-to-end QuicDataChannel usage (patchset #4 id:60001 of https://codereview.webrtc.org/2089553002/ ) deadbeef 2016-07-13 13:57:32 -07:00
  • 36c8d69ce1 Modify PeerConnection for end-to-end QuicDataChannel usage zhihuang 2016-07-13 13:35:36 -07:00
  • 367efdcec1 Fixing issue with DTLS channel when using "presumed writable" flag. deadbeef 2016-07-13 12:10:17 -07:00
  • 1666b61d0e Update on my last compatibility fix for libevent2. This updates how we initialize timer events to be the same way as we initialize non-timer events. tommi 2016-07-13 10:58:12 -07:00
  • 22691e0d32 Avoid race in VideoReceiveStream shutdown sprang 2016-07-13 10:57:07 -07:00
  • 6f06cca96f Create empty PayloadTypeMapper files and add them to builds. ossu 2016-07-13 10:06:22 -07:00
  • cd349d9743 Reland of actor NACK bitrate allocation (patchset #1 id:1 of https://codereview.webrtc.org/2131913003/ ) sprang 2016-07-13 09:11:28 -07:00
  • ac09501381 Revert of Adds data logging in native AudioDeviceBuffer class (patchset #1 id:1 of https://codereview.webrtc.org/2146853003/ ) sprang 2016-07-13 07:55:45 -07:00
  • 54ce680170 Initial version of the local visualization tool for WebrtcEventLogs. terelius 2016-07-13 06:44:41 -07:00
  • b201da3fab Reland of Adds data logging in native AudioDeviceBuffer class (patchset #1 id:1 of https://codereview.webrtc.org/2141413002/ ) henrika 2016-07-13 06:40:19 -07:00
  • 6d6122b461 Avoid race in Call destructor sprang 2016-07-13 06:37:09 -07:00
  • f93be584f7 Revert of WebRtcVoiceEngine: Use AudioDecoderFactory to generate recv codecs. (patchset #10 id:200001 of https://codereview.webrtc.org/2072753002/ ) ossu 2016-07-13 06:31:30 -07:00
  • 95eb1ba0db WebRtcVoiceEngine: Use AudioDecoderFactory to generate recv codecs. ossu 2016-07-13 06:05:27 -07:00
  • 7470eb7977 Revert of Clean up unused cricket::VideoCapturer inclusion from mediaengine.h (patchset #1 id:1 of https://codereview.webrtc.org/2149533002/ ) perkj 2016-07-13 03:03:04 -07:00
  • 5dd941e5a5 Revert of Adds data logging in native AudioDeviceBuffer class (patchset #1 id:1 of https://codereview.webrtc.org/2138403003/ ) henrika 2016-07-13 02:32:39 -07:00
  • e03c161815 Reland of Clean up unused cricket::VideoCapturer inclusion from mediaengine.h (patchset #1 id:1 of https://codereview.webrtc.org/2142893002/ ) perkj 2016-07-13 01:57:25 -07:00
  • dd2fdecc78 Reland of Adds data logging in native AudioDeviceBuffer class (patchset #1 id:1 of https://codereview.webrtc.org/2139233002/ ) henrika 2016-07-13 01:48:54 -07:00
  • 7b020da9d7 Call event_assign() instead of event_set(), when available. event_set() has been deprecated and doesn't allow passing the main loop to be passed to initialize the event. event_assign() is the method to call in Event2 when available. However, we still need to be compatible with Chromium's version of libevent, so there's an #ifdef check in the meantime. tommi 2016-07-13 00:56:40 -07:00
  • 927c408ba9 Roll chromium_revision 4828a631a7..bfec2ff09d (404813:404886) buildbot 2016-07-12 19:48:26 -07:00
  • 9c16fe84b9 Implement SequencedTaskChecker. perkj 2016-07-12 15:04:07 -07:00
  • 95663fe746 Remove unused NonlinearBeamformer interface aluebs 2016-07-12 12:43:01 -07:00