Commit Graph

  • 0a2c054f42 Fix the issue of undefined-shift in VP8GetBit. jackychen 2016-04-20 13:24:15 -07:00
  • 3bc9566f5a Prevents a segfault in the noise suppression code on ARMv7 with NEON instructions and Mips platforms. ivoc 2016-04-20 08:25:22 -07:00
  • d1f584bb06 Fix flake in TwoStreamsSendAndReceive. Peter Boström 2016-04-20 16:31:53 +02:00
  • 9b2119be47 Reland of Use initial bitrates for software VP8. (patchset #1 id:1 of https://codereview.webrtc.org/1898183002/ ) pbos 2016-04-20 06:37:36 -07:00
  • 14fe708f3d Reland of Initialize/configure video encoders asychronously. (patchset #1 id:1 of https://codereview.webrtc.org/1821983002/ ) pbos 2016-04-20 06:35:56 -07:00
  • 40bebd3c11 Remove root dir from protoc.gypi include paths. kjellander 2016-04-20 06:22:20 -07:00
  • 1edb7ab7bd RtpPacket class introduced. danilchap 2016-04-20 05:25:10 -07:00
  • 2ddf09397f Fix missing-break-fallthrough warning. Peter Boström 2016-04-20 14:06:45 +02:00
  • 02b3d275a0 Reland of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #1 id:1 of https://codereview.webrtc.org/1903193002/ ) kjellander 2016-04-20 05:05:54 -07:00
  • a261e61366 Revert of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #5 id:80001 of https://codereview.webrtc.org/1897233002/ ) kjellander 2016-04-20 04:13:23 -07:00
  • 049da04a7a Roll chromium_revision 21934f358a..fcbfda57b7 (388405:388458) kjellander 2016-04-20 04:06:08 -07:00
  • c7fe3c27eb Delete method webrtc::VideoFrame::Reset. nisse 2016-04-20 03:25:36 -07:00
  • 1a0c4611d7 Fix compilation of rtc_base_objc on iOS when building as part of Chromium. sdefresne 2016-04-20 01:44:54 -07:00
  • f41393376a Convert Vp8 Rtp headers to frame references. philipel 2016-04-20 10:26:34 +02:00
  • f5d55aaecd Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. EncodedImageCallback is used by all encoder implementations and seems to be what we should try to use in the transport. EncodedImageCallback can of course be cleaned up in the future. perkj 2016-04-20 01:17:02 -07:00
  • 24ebc44f95 MediaCodecVideoEncoder: Add QP stats to Encoded callback for VP8. asapersson 2016-04-19 23:48:21 -07:00
  • 80381aac5c Roll chromium_revision 61ed337cfe..21934f358a (388120:388405) kjellander 2016-04-19 22:59:34 -07:00
  • 0a1bc53758 Update prflx candidates' generation when setting ICE credentials. Taylor Brandstetter 2016-04-19 18:03:26 -07:00
  • 0e533ef487 Update the call when the network route changes so that BWE can be updated promptly. Honghai Zhang 2016-04-19 15:41:36 -07:00
  • 8b577ed531 Mark public ObjC APIs as explicitly visible. tkchin 2016-04-19 10:04:41 -07:00
  • 5aa2d344d7 Revert of Use initial bitrates for software VP8. (patchset #3 id:40001 of https://codereview.webrtc.org/1893313002/ ) kjellander 2016-04-19 08:18:42 -07:00
  • fdca66910a Potential division by zero in RtpToNtpMs() in rtp_to_ntp.cc. asapersson 2016-04-19 07:04:47 -07:00
  • e1da27e543 Use initial bitrates for software VP8. Peter Boström 2016-04-19 15:53:11 +02:00
  • cc23b7c1ea Delete unused methods SetStartImage and SetTimeoutImage. nisse 2016-04-19 06:19:40 -07:00
  • ba7dc723b0 Add rotation to EncodedImage and make sure it is passed through encoders. This fix a potential race where the rotation information of a sent frame does not match the encoded frame. Per 2016-04-19 15:01:23 +02:00
  • 0fa0a97cf3 NetEq: Simplify DecoderDatabase::DecoderInfo kwiberg 2016-04-19 05:03:45 -07:00
  • f3669661bd Removed the issue with the leading semicolon in the audio processing module experiment description that was present when AEC3 was not activated and when RefinedAdaptiveFilter was activated. peah 2016-04-19 03:40:09 -07:00
  • ee6e4272a4 Fixed undefined shift in parsing Tmmbr, Tmmbn and Remb Danil Chapovalov 2016-04-19 12:15:10 +02:00
  • 470dd37b41 Roll chromium_revision 212f976fef..61ed337cfe (387882:388120) kjellander 2016-04-19 03:03:23 -07:00
  • 37286d1419 Reland of CQ: Disable win_x64_clang_dbg trybot (patchset #1 id:1 of https://codereview.webrtc.org/1897743002/ ) kjellander 2016-04-19 01:33:35 -07:00
  • 6e6941f409 Fix coverage build. kjellander 2016-04-18 23:08:09 -07:00
  • a96b60b3a6 Move frame_callback.h to common_video/include. pbos 2016-04-18 21:12:48 -07:00
  • 844f99351f Disabling SwitchesToASTThenBackToTOFForVideo test for MSan bot. deadbeef 2016-04-18 16:18:56 -07:00
  • af83fe65d9 GetDefaultLocalAddress should return the bestIP on an IPv6 network that contains the actual default local address. This is for preventing potential IP leaking. honghaiz 2016-04-18 14:50:44 -07:00
  • b9e77097ed Add QVGA to thresholds for initial quality. Peter Boström 2016-04-18 22:45:55 +02:00
  • 3518c34477 Fix crash when receiving a texture frame with rotation bit set. tkchin 2016-04-18 12:40:22 -07:00
  • 7f7a81991e Remove use_openssl from webrtc svaldez 2016-04-18 11:13:11 -07:00
  • d6b851a1bd Fixed memleak when two voip blocks present in single rtcp packet. danilchap 2016-04-18 10:54:04 -07:00
  • 264087f45a A few small cleanups of stuff caught by lint ossu 2016-04-18 08:07:24 -07:00
  • 8dbacfd41b Java VideoRenderer: Remove unused ctor magjed 2016-04-18 07:38:08 -07:00
  • 001c20dd47 Move logic of gyp_webrtc into gyp_webrtc.py kjellander@webrtc.org 2016-04-18 16:32:52 +02:00
  • 2903ba5ff3 Reland Remove the deprecated EncodeInternal interface from AudioEncoder ossu 2016-04-18 06:14:33 -07:00
  • 54728bab25 Remove process thread checker from BWE. Stefan Holmer 2016-04-18 15:06:03 +02:00
  • 06176e49e2 Added new VideoFrameBuffer methods Data[YUV]() etc. nisse 2016-04-18 05:34:40 -07:00
  • d30a1117f8 Change pre_encode_callback to get a const frame. nisse 2016-04-18 05:15:22 -07:00
  • 6ac4a39e79 Roll chromium_revision e3afee6b62..212f976fef (387843:387882) kjellander 2016-04-18 04:19:34 -07:00
  • 47fe34c2bd Introduce an IsMutable method on VideoFrameBuffer. Niels Möller 2016-04-18 13:02:59 +02:00
  • 2c8a2964fd Tune QP-based quality thresholds. Peter Boström 2016-04-18 12:58:02 +02:00
  • 5265fedffe Add histogram stats for average QP per frame for VP9 (for sent video streams): - "WebRTC.Video.Encoded.Qp.Vp9" - "WebRTC.Video.Encoded.Qp.Vp9.S0" - "WebRTC.Video.Encoded.Qp.Vp9.S1" - "WebRTC.Video.Encoded.Qp.Vp9.S2" asapersson 2016-04-18 02:58:47 -07:00
  • 8056acc6f5 Use bitstream-level QP for libvpx VP8 quality. Peter Boström 2016-04-18 11:17:31 +02:00
  • a186288fd0 Revert of Update histogram "WebRTC.Video.OnewayDelayInMs" to use the estimated one-way delay. (patchset #4 id:60001 of https://codereview.webrtc.org/1688143003/ ) asapersson 2016-04-18 00:41:05 -07:00
  • 079ddd1507 Revert of CQ: Disable win_x64_clang_dbg trybot (patchset #1 id:1 of https://codereview.webrtc.org/1850113002/ ) kjellander 2016-04-17 20:22:51 -07:00
  • e8e7d6f970 setup_links.py: Remove third_party/libevent kjellander 2016-04-17 20:14:12 -07:00
  • e532aec252 Add isolate files for Android tests kjellander 2016-04-17 20:08:20 -07:00
  • a5868de17e Roll chromium_revision d957e66e8d..e3afee6b62 (387832:387843) kjellander 2016-04-17 20:05:42 -07:00
  • f478f4ac7f Roll chromium_revision 8dd3c54659..d957e66e8d (387831:387832) kjellander 2016-04-17 12:05:07 -07:00
  • 4edb8d2d18 Roll chromium_revision 45acdc7a16..8dd3c54659 (387828:387831) kjellander 2016-04-17 04:06:18 -07:00
  • 0dc8ce1f54 Roll chromium_revision a3a881e0f7..45acdc7a16 (387814:387828) kjellander 2016-04-16 21:04:47 -07:00
  • 04eb721271 Roll chromium_revision b1f8959a40..a3a881e0f7 (387812:387814) kjellander 2016-04-16 13:07:24 -07:00
  • 5209d671f2 Fix WebRTC API framework build. tkchin 2016-04-16 12:06:33 -07:00
  • e42c0ae040 Display moving object detection result on Nexus for debugging. jackychen 2016-04-16 10:44:16 -07:00
  • 4444fced22 Fix WATCHLIST (missing quotes) tommi 2016-04-16 10:24:48 -07:00
  • 0ed2957d68 Roll chromium_revision b3a6f0573b..b1f8959a40 (387640:387812) kjellander 2016-04-16 05:14:32 -07:00
  • 594a877f2d Cleaned up the EchoSuppression method in the AEC so that it does not have to use the aec state as an input. peah 2016-04-16 04:03:56 -07:00
  • 86c540196e Roll chromium_revision 2c0d33e61f..b3a6f0573b (387566:387640) kjellander 2016-04-15 22:41:08 -07:00
  • d5f5c59f30 Make magjed@ owner of video related parts only in webrtc/api/java/jni magjed 2016-04-15 14:01:59 -07:00
  • 0332c2db39 Added support in the AEC for refined filter adaptation. peah 2016-04-15 11:23:33 -07:00
  • 62a216ee1e Don't write spaces after semicolons in FMTP lines. hta 2016-04-15 11:02:14 -07:00
  • 297407478b Roll chromium_revision 1eedc59e16..2c0d33e61f (387517:387566) kjellander 2016-04-15 10:15:29 -07:00
  • da3a1da9b1 RTCCertificateGenerator added. Henrik Boström 2016-04-15 17:55:21 +02:00
  • dccbc5e946 Use the new appr.tc URL jansson 2016-04-15 07:16:12 -07:00
  • cc74dbac4f Remove unused cricket::AudioFrame class. solenberg 2016-04-15 06:41:12 -07:00
  • 4aa438c915 Suppress a flaky test: SwitchesToASTThenBackToTOFForVideo. minyuel 2016-04-15 15:34:40 +02:00
  • 83d0910694 Move Ownership of RtpModules to VideoSendStream from VieChannel and remove use of vie_channel and vie_receiver from video_send_stream. Per 2016-04-15 14:59:13 +02:00
  • 6ca0a31708 We no longer use compilers that can't =default move construction and assignment kwiberg 2016-04-15 05:24:56 -07:00
  • 01f2c5a752 Add watchlist for webrtc/media + add solenberg@ solenberg 2016-04-15 04:35:14 -07:00
  • 72c8d2b708 Rename BEGIN_PROXY_MAP --> BEGIN_SIGNALLING_PROXY_MAP. nisse 2016-04-15 03:49:07 -07:00
  • 26acec4772 Delete method webrtc::VideoFrame::native_handle. nisse 2016-04-15 03:43:39 -07:00
  • 3911c26bc0 Add support for writing raw encoder output to .ivf files. sprang 2016-04-15 01:24:14 -07:00
  • 7789fe7ab1 Added a protobuf field for the audio processing module to store the status of temporary experimental features that are active in the module and its submodules. peah 2016-04-15 01:19:44 -07:00
  • e02a3b2723 Roll chromium_revision 41d21a7213..1eedc59e16 (387360:387517) kjellander 2016-04-14 20:07:09 -07:00
  • d53a3f9758 Early initialize recording on the ADM from WebRtcVoiceMediaChannel. solenberg 2016-04-14 13:56:37 -07:00
  • 39c5e6a27f Roll chromium_revision fb2a5a0bc1..41d21a7213 (387275:387360) kjellander 2016-04-14 12:32:44 -07:00
  • 47e381b8c1 Make ReliableQuicStream::Write use base::StringPiece, not std::string mikescarlett 2016-04-14 11:12:46 -07:00
  • dad23d06aa Revert of Introduce an IsMutable method on VideoFrameBuffer. (patchset #1 id:1 of https://codereview.webrtc.org/1881933004/ ) guidou 2016-04-14 09:34:57 -07:00
  • 6bd10f2c1a Introduce an IsMutable method on VideoFrameBuffer. nisse 2016-04-14 08:46:37 -07:00
  • 1112b2bc68 Fix bug when the BWE times out due to no incoming packets. stefan 2016-04-14 08:08:15 -07:00
  • 00b62b0849 Remove QualityScaler kDefaultLowQpDenominator. Peter Boström 2016-04-14 17:04:03 +02:00
  • 926dfcdf5e Make QualityScaler not downscale below QVGA. Peter Boström 2016-04-14 14:48:10 +02:00
  • 139906dd2b Roll chromium_revision 28f0c41b55..fb2a5a0bc1 (387207:387275) kjellander 2016-04-14 04:10:58 -07:00
  • 83ee9e01aa Remove webrtc_root_additional_dependencies from all.gyp kjellander@webrtc.org 2016-04-14 12:52:22 +02:00
  • 7c9426cf38 Replaced CriticalSectionWrapper with rtc::CriticalSection in rtp_rtcp module danilchap 2016-04-14 03:05:31 -07:00
  • b17712ff89 Use microsecond timestamp in cricket::VideoFrame. nisse 2016-04-14 02:29:29 -07:00
  • c2a502d0e2 Roll chromium_revision f74ee624e0..28f0c41b55 (387026:387207) kjellander 2016-04-13 22:25:21 -07:00
  • 91efeecab8 Remove VERBOSE logs from frame_dropper.cc. noahric 2016-04-13 21:01:44 -07:00
  • 7ace488f47 Remove field trial for scaling down MediaCodec. Peter Boström 2016-04-14 00:54:56 +02:00
  • d4badbcb6d Fix SetRates for encoders with internal sources. noahric 2016-04-13 14:59:48 -07:00
  • 843903c3f2 Roll chromium_revision ce2d8a33e2..f74ee624e0 (386955:387026) kjellander 2016-04-13 12:10:23 -07:00
  • 2fae89ed0d Disable Intelligibility Enhancer for high SNRs aluebs 2016-04-13 11:24:06 -07:00
  • d713e86058 Revert of Accept all the media profiles required by JSEP. (patchset #5 id:80001 of https://codereview.webrtc.org/1880913002/ ) zhihuang 2016-04-13 10:48:28 -07:00