Commit Graph

  • d48717b455 Fix issue where the number of packets reported in tests/simulations sometimes are negative. stefan 2016-08-22 08:50:31 -07:00
  • 4ec01d9c9d Fix trivial lint errors in FileRecorder and FilePlayer kwiberg 2016-08-22 08:43:54 -07:00
  • 853ecb21f7 Style cleanup in UpdateTmmbr: function names style updated, unused return type removed. Comment style fixed, redundant comments removed. pass-by-pointer parameter changed to pass-by-value because can't be nullptr any more. danilchap 2016-08-22 08:26:15 -07:00
  • 7f82fc988d WebRtcIlbcfix_Smooth: Fix UBSan fuzzer bug (left shift of 1 by 31 overflows) kwiberg 2016-08-22 07:43:42 -07:00
  • 642e3bc75b [rtcp] TransportFeedback adjusted to match other rtcp packets: Derived from rtcp::Rtpfb instead of directly from RtcpPacket Does not depend on RTCPUtility. Parse function takes CommonHeader. TransportFeedback::BlockLength fixed to match size used by Create danilchap 2016-08-22 07:33:20 -07:00
  • 49810511c9 [Reland] Cleanup of the AudioDeviceBuffer class. henrika 2016-08-22 05:56:12 -07:00
  • 83d79cd4a2 Revert of Add pps id and sps id parsing to the h.264 depacketizer. (patchset #5 id:80001 of https://codereview.webrtc.org/2238253002/ ) kjellander 2016-08-22 05:34:36 -07:00
  • 4381700fcc WebRtcVideoFrame constructor without transport_frame_id. nisse 2016-08-22 03:54:53 -07:00
  • e5b4141746 Move RTP timestamp calculation from BuildRTPheader to SendOutgoingData danilchap 2016-08-22 03:39:23 -07:00
  • ff101d6171 iOS: add PlistBuddy location to path to avoid build errors vopatop.skam 2016-08-22 02:27:30 -07:00
  • 94b9199fb1 Add a copy of gyp_flag_compare from Chromium to WebRTC's webrtc/tools. ehmaldonado 2016-08-22 02:23:23 -07:00
  • 4905f06878 Disable the software noise suppressor on iOS devices as that functionality is always present in the hardware. peah 2016-08-22 01:58:50 -07:00
  • abcc3de169 Add pps id and sps id parsing to the h.264 depacketizer. stefan 2016-08-22 01:20:36 -07:00
  • 86ccd7bfba Revert of Add field_trial_default dependency to libjingle_peerconnection (patchset #3 id:40001 of https://codereview.webrtc.org/2120673004/ ) sakal 2016-08-22 00:26:01 -07:00
  • a7a01df2ae Add field_trial_default dependency to libjingle_peerconnection arlolra 2016-08-21 23:48:10 -07:00
  • 8177452698 iOS H264VideoToolBoxEncoder: Stop scaling native CVPixelBuffers magjed 2016-08-20 10:53:26 -07:00
  • d7a89dbe8b Revert of Cleanup of the AudioDeviceBuffer class (patchset #6 id:100001 of https://codereview.webrtc.org/2256833003/ ) henrika 2016-08-19 08:09:25 -07:00
  • cf327b45b9 Cleanup of the AudioDeviceBuffer class. henrika 2016-08-19 16:37:53 +02:00
  • da161d795c Reformat rtcp_receiver git cl format --full danilchap 2016-08-19 07:29:46 -07:00
  • 861da3c662 Refactor neteq_test_support. ehmaldonado 2016-08-19 07:02:24 -07:00
  • 294fb050a0 Add a timeout for starting the camera on CameraCapturer. sakal 2016-08-19 03:02:35 -07:00
  • bcba64a0fa GN: Add "//build/config/sanitizers:deps" as a dependency to executable targets. ehmaldonado 2016-08-19 02:11:07 -07:00
  • 4a85abb80e Add support for more resolutions on iOS/macOS kthelgason 2016-08-19 01:24:46 -07:00
  • ec5c9061c8 GN: Fix errors when some variables are set to non-default values. kjellander 2016-08-19 01:07:30 -07:00
  • 72333d2ca0 Add kjellander@webrtc.org to more BUILD.gn OWNERS files. kjellander 2016-08-19 00:48:22 -07:00
  • 96b6b8336a iOS: add type to peer connection local streams vopatop.skam 2016-08-18 14:21:20 -07:00
  • c21560b3e1 Remove pbos@webrtc.org from autoroll TBRs. Peter Boström 2016-08-18 15:10:44 -04:00
  • 9b5306c4ef Adding test for unordered, fragmented SCTP message delivery. Taylor Brandstetter 2016-08-18 11:40:37 -07:00
  • b5b30908dc Corrected the testvectors for the level controller bitexactness test. The activation of the test will be done in another CL. peah 2016-08-18 09:47:38 -07:00
  • 8df4d0e426 Add playout_delay_oracle_unittest as gn target isheriff 2016-08-18 07:53:36 -07:00
  • 3a11933a63 Remove audio_device_test_func. This code does not work and hasn't been used in a long time. It also lacks a GN target. There's no reason to save it. maxmorin 2016-08-18 07:20:40 -07:00
  • 644fa96886 Added recording of the configuration for the AudioFrame API call peah 2016-08-18 06:48:33 -07:00
  • 7320866091 Reland of Adding audio to video_quality_test. minyue 2016-08-18 06:28:55 -07:00
  • 2b616397de Remove TMMBRSet class by cleaning RTCPReceiveInfo class and following cleaning of RTCPReceiver::BoundingSet function. danilchap 2016-08-18 06:17:42 -07:00
  • e1f5b4a7fe voice_engine: Removed old variants of Channel constructor and CreateChannel ossu 2016-08-18 04:22:56 -07:00
  • 38d840c35a NetEq: Changing checked_cast to saturated_cast henrik.lundin 2016-08-18 03:49:32 -07:00
  • 96bbdd585e WebRtcSpl_SynthesisQMF: Fix UBSan fuzzer bug (left shift of negative value) kwiberg 2016-08-18 03:17:02 -07:00
  • e9a6acfbf5 Added missing unittest to the modules/BUILD.gn build file peah 2016-08-18 02:41:48 -07:00
  • cb2d701946 Add kjellander as BUILD.gn OWNER in webrtc/modules kjellander 2016-08-18 02:39:05 -07:00
  • 71fead2146 Reland of StartTimestamp generated randomly in RtpSender constructor (patchset #1 id:1 of https://codereview.webrtc.org/2248413002/ ) danilchap 2016-08-18 02:01:49 -07:00
  • d4e9f62ea7 Updated AudioDecoderFactory to list AudioCodecSpecs instead of SdpAudioFormats. ossu 2016-08-18 02:01:17 -07:00
  • 235020dba6 Roll chromium_revision 915e47250f..e3860bd297 (412201:412289) magjed 2016-08-18 01:45:45 -07:00
  • 010f092919 GN: Add Android support to video_engine_tests. sakal 2016-08-18 00:41:59 -07:00
  • fd16da290c Do not switch to a high-cost connection that is not receiving. Honghai Zhang 2016-08-17 16:12:46 -07:00
  • 41a3287472 Nil out EAGLContext explicitly on RTCEAGLVideoView dealloc. tkchin 2016-08-17 16:02:58 -07:00
  • 869dab775c Disable Intel VP8 HW encoder. Alex Glaznev 2016-08-17 15:41:10 -07:00
  • 6a35590d14 Add code for dummy file audio to fallback to dummy audio. noahric 2016-08-17 15:19:50 -07:00
  • 7c0f8ee67a Avoid null pointer exception if Android getCameraInfo fails. Alex Glaznev 2016-08-17 15:18:17 -07:00
  • d8a72f0ab2 Close input file in FileAudioDevice::StopRecording. noahric 2016-08-17 15:14:48 -07:00
  • 78810b633c Expose media constraint string constants as ObjC NSStrings magjed 2016-08-17 11:07:37 -07:00
  • d22854bf7d FilePlayer: Remove unused default values for arguments kwiberg 2016-08-17 09:27:02 -07:00
  • 4a42900540 Removes redundant log warning in WebRtcAudioManager. henrika 2016-08-17 08:43:52 -07:00
  • 86c96948e3 Revert of StartTimestamp generated randomly in RtpSender constructor (patchset #4 id:60001 of https://codereview.webrtc.org/2241193002/ ) danilchap 2016-08-17 08:12:21 -07:00
  • 5a25d9504a FileRecorder + FilePlayer: Let Create functions return unique_ptr kwiberg 2016-08-17 07:31:12 -07:00
  • 4466782ae4 StartTimestamp generated randomly in RtpSender constructor instead of not-randomly at SetSendingState(true) Renamed to timestamp_offset_ to better match meaning of the variable. Danil Chapovalov 2016-08-17 15:07:19 +02:00
  • 2ae1fb62f6 Fix get_landmines.py script. ehmaldonado 2016-08-17 04:00:41 -07:00
  • 144dd27056 FileRecorderImpl and FilePlayerImpl don't need their own .h and .cc files kwiberg 2016-08-17 02:46:53 -07:00
  • c54071d8ab WebRtcVoiceEngine: Use AudioDecoderFactory to generate recv codecs. ossu 2016-08-17 02:45:41 -07:00
  • a93d5ac019 Don't simulate probing based on rtc event logs since we don't have that info logged. stefan 2016-08-17 02:14:32 -07:00
  • eb680eac5d CongestionController::SetBweBitrates may now trigger probing. philipel 2016-08-17 11:11:59 +02:00
  • c594aa61bc Add a gyp/gn option to use dummy audio file devices. noahric 2016-08-16 18:21:18 -07:00
  • e05bcc22b3 Do not switch a connection if the new connection is not ready to send packets. There is no benefit of making such switches. Honghai Zhang 2016-08-16 18:19:14 -07:00
  • 49c01d7f34 Currently there is not way to programmically test whether a ScreenCapturer implementation can accurately capture updated regions. Especially in ScreenCapturerWinDirectx, which has a specific updated region spreading logic and cannot be tested through regular code path. So we need a controllable ScreenDrawer to draw some basic shapes on the screen. And a platform independent test case can use the ScreenDrawer to test a ScreenCapturer. zijiehe 2016-08-16 17:33:55 -07:00
  • 895e1a9dc3 Change the default backup connection ping interval to 25 seconds. Honghai Zhang 2016-08-16 16:48:02 -07:00
  • 287e54820b Cleanup RtcpReceiver::TMMBRReceived function danilchap 2016-08-16 15:15:39 -07:00
  • f095012dc2 Revert of Adding audio to video_quality_test. (patchset #10 id:230001 of https://codereview.webrtc.org/2136573002/ ) minyue 2016-08-16 08:25:43 -07:00
  • 65a6578e33 Adding audio to video_quality_test. minyue 2016-08-16 07:43:49 -07:00
  • 75c287e383 Fix incorrect example in mod_ops.h philipel 2016-08-16 06:38:15 -07:00
  • a06ce499d6 Run "git cl format" on some files before I start to modify them kwiberg 2016-08-16 05:35:24 -07:00
  • b789439b23 Roll chromium_revision 2b53ee0889..915e47250f (411979:412201) buildbot 2016-08-16 04:56:31 -07:00
  • 90920d5bec GN: Enable msse2 flag in Mac. ehmaldonado 2016-08-16 04:13:01 -07:00
  • 9d7eb13c40 Revert of Move FilePlayer and FileRecorder to Voice Engine (patchset #3 id:40001 of https://codereview.webrtc.org/2247033003/ ) kwiberg 2016-08-16 04:08:30 -07:00
  • e252d3ce3a MB: Fix incorrect iOS builder names. kjellander 2016-08-16 03:46:20 -07:00
  • 427ce3d86f Move FilePlayer and FileRecorder to Voice Engine kwiberg 2016-08-16 03:34:44 -07:00
  • 2f69ce9498 Cleaned out candidateSet member from TMMBRHelp class leaving that class memberless. danilchap 2016-08-16 03:21:38 -07:00
  • 1c814e7b72 iOS: Update MB and JSON configs + enable Goma kjellander 2016-08-16 02:42:02 -07:00
  • 8eb37a39e7 Revert of Add task queue to Call. (patchset #42 id:840001 of https://codereview.webrtc.org/2060403002/ ) perkj 2016-08-16 02:40:55 -07:00
  • 6910537458 Add gn target for audio_device_tests. maxmorin 2016-08-16 02:17:44 -07:00
  • 70f866c647 Added new mixer to |check_targets| in .gn and fixed include/depend errors. aleloi 2016-08-16 02:15:49 -07:00
  • 7522a28051 Removed old probe cluster logic and logic related to ssrcs from DelayBasedBwe. philipel 2016-08-16 10:59:36 +02:00
  • b7186d0aa7 Migrated GN target :isac_fix_test aleloi 2016-08-16 01:47:16 -07:00
  • b24b1ceb48 Moving mock classes around so that they may be reused in other unittests hbos 2016-08-16 01:19:43 -07:00
  • 88e31a3fd8 Fix warnings, simplify ADM. maxmorin 2016-08-16 00:56:09 -07:00
  • cc168360f4 - Add task queue to Call with the intent of replacing the use of one of the process threads. perkj 2016-08-16 00:38:44 -07:00
  • 82dda1af5e [WebRTC] Disable DirectX capturer tests if the system does not support it. zijiehe 2016-08-15 19:53:31 -07:00
  • e1b4d243e2 Skip AUD while extracting SPS and PPS on iOS. jianjun.zhu 2016-08-15 18:56:18 -07:00
  • 6c687e72a0 Make prior H264 QP adjustments iOS specific. tkchin 2016-08-15 16:37:56 -07:00
  • 3473288296 Remove VERBOSE logs in (android) audio device code. noahric 2016-08-15 13:41:17 -07:00
  • 43ba317c75 Roll chromium_revision 4b42aa218b..2b53ee0889 (411951:411979) buildbot 2016-08-15 12:25:26 -07:00
  • b1e66110e3 GN: Fix audio_decoder_unittests for android. ehmaldonado 2016-08-15 12:02:02 -07:00
  • 4a1ec1e639 Added ProbeBitrate(bitrate_bps, num_probes) to BitrateProber. philipel 2016-08-15 11:51:06 -07:00
  • 1aee0b5bd9 Remove old methods in AudioTransport, make it pass a gn build when building with default warnings. maxmorin 2016-08-15 11:46:19 -07:00
  • c8c71f484e Revert of Move FilePlayer and FileRecorder to Voice Engine (patchset #6 id:100001 of https://codereview.webrtc.org/2240163002/ ) kwiberg 2016-08-15 11:43:51 -07:00
  • dc65ea29b3 Move FilePlayer and FileRecorder to Voice Engine kwiberg 2016-08-15 10:36:32 -07:00
  • f96c51ac05 GN: Add video_capture_tests for Mac kjellander 2016-08-15 09:21:31 -07:00
  • 2a7580124b Revert of CQ: Temporarily disable iOS Simulator trybots (patchset #1 id:1 of https://codereview.webrtc.org/2244183002/ ) kjellander 2016-08-15 09:19:38 -07:00
  • e34c19c9d7 Clarify some function names in visualization tool. terelius 2016-08-15 08:47:14 -07:00
  • 2ab1da7c37 Revert of Added new mixer to |check_targets| in .gn and fixed include/depend errors. (patchset #1 id:1 of https://codereview.webrtc.org/2234293002/ ) olka 2016-08-15 07:36:17 -07:00
  • d700bef583 Added new mixer to |check_targets| in .gn and fixed include/depend errors. aleloi 2016-08-15 07:24:05 -07:00
  • 963be23e62 RtpRtcp: Remove the SetSendREDPayloadType and SendREDPayloadType methods kwiberg 2016-08-15 07:08:29 -07:00