This website requires JavaScript.
1c6d3f7eae
Add new Camera2Enumerator.isSupported with Context parameter.
sakal
2016-09-22 05:52:08 -07:00
09baefeaf9
GN: Remove non-existing header file: media/base/videorenderer.h
charujain
2016-09-22 04:51:52 -07:00
799a9d017a
Revert of Remove unnecessary interface TelephoneEventHandler (patchset #3 id:40001 of https://codereview.webrtc.org/2357583002/ )
danilchap
2016-09-22 03:36:27 -07:00
a70695a3e1
Moved Opus-specific payload splitting into AudioDecoderOpus.
ossu
2016-09-22 02:06:28 -07:00
2beb42983c
Remove unnecessary interface TelephoneEventHandler.
solenberg
2016-09-22 01:46:03 -07:00
6f5a6c3188
New class AdaptedVideoTrackSource.
nisse
2016-09-22 01:25:59 -07:00
bc77ed7657
Adding reordering logic in audio network adaptor.
minyue
2016-09-22 00:45:16 -07:00
4aec1d4437
Relanding of "Adding BitrateController to audio network adaptor."
minyue
2016-09-21 23:01:26 -07:00
05bba2be48
Several minor changes to ScreenCapturerWinMagnifier 1. Remove legacy screen-saver-blocking logic 2. tls_index_ is not a good choice, we can use thread-static 3. ScreenCapturerHelper is not designed for this scenario 4. Disable this capturer on 2+ monitors system
zijiehe
2016-09-21 17:25:41 -07:00
66cadfc0e3
Several minor improvements of DirectX capturer 1. It looks like ComPtr cannot work well with vector::emplace_back, I got a consistent crash on one of my machine, but not the other. Move constructor should have no impact to lvalue reference, but I may be wrong here. The impact here is ComPtr released before it should be. So a simple solution is to use copy instead of reference. The D3dDevice is a collection of reference counted pointers (Microsoft::WRL::ComPtr), there is almost no extra cost.
zijiehe
2016-09-21 17:19:10 -07:00
6f79d840ba
Bug Fix: Mac Retina Screen Capture's Mouse Cursor Too Small
qiangchen
2016-09-21 16:44:55 -07:00
e35d329315
Adding FrameLengthController to audio network adaptor.
minyue
2016-09-21 16:00:31 -07:00
0bb7f0594a
Add BUG=None to autoroll CLs for chromium_revision in DEPS.
Henrik Kjellander
2016-09-21 23:11:23 +02:00
acc39c44bc
Use RgbaColor in DesktopFrameGenerator and add RgbaColorTest
zijiehe
2016-09-21 12:23:15 -07:00
772bd0d40b
Log supported camera preview resolutions.
Alex Glaznev
2016-09-21 12:17:05 -07:00
c4ccd4d61c
AcmReceiver: Eliminate AcmReceiver::decoders_
kwiberg
2016-09-21 10:55:15 -07:00
c5aea65b76
Adds output audio volume to iOS logs
henrika
2016-09-21 07:45:55 -07:00
28d5bc68c3
Fix deadlock issue in CameraCapturer.stopCapture.
sakal
2016-09-21 07:44:50 -07:00
7640fcf6ed
Android VideoSource: Add adaptOutputFormat function
Magnus Jedvert
2016-09-21 16:20:03 +02:00
e035e2d26f
Set the event log in Channel from AudioSendStream. This will re-enable logging of outgoing audio packets.
terelius
2016-09-21 06:51:47 -07:00
0cb8828bce
Reland of lease camera statistics after switching camera on CameraCapturer. (patchset #1 id:1 of https://codereview.webrtc.org/2353163003/ )
sakal
2016-09-21 06:08:53 -07:00
7f40ba4414
Moved legacy_encoded_audio_frame into audio_decoder_interface.
ossu
2016-09-21 05:50:37 -07:00
17802ae258
Ensures that ADM for Android and iOS uses identical states when stopping audio
henrika
2016-09-21 04:55:04 -07:00
33b96b3588
Revert of Adding BitrateController to audio network adaptor. (patchset #7 id:140001 of https://codereview.webrtc.org/2334613002/ )
minyue
2016-09-21 04:30:19 -07:00
27d8b61012
Ignores warning for SecRandomCopyBytes() using Xcode 8
henrika
2016-09-21 04:13:00 -07:00
776870a259
Revert of Move MutableDataY{,U,V} methods to I420Buffer only. (patchset #14 id:260001 of https://codereview.webrtc.org/2278883002/ )
nisse
2016-09-21 03:52:16 -07:00
ad5d65845f
Revert of Release camera statistics after switching camera on CameraCapturer. (patchset #1 id:1 of https://codereview.webrtc.org/2353263002/ )
sakal
2016-09-21 03:51:02 -07:00
d5e9237b30
Release camera statistics after switching camera on CameraCapturer.
sakal
2016-09-21 03:15:45 -07:00
ea7beb9741
Reorder member functions in RtpFecTest.
Rasmus Brandt
2016-09-21 12:01:19 +02:00
1f39ba1cd9
Copy payload data when inserting packets into video_coding::PacketBuffer.
philipel
2016-09-21 11:27:47 +02:00
66492210e5
Revert of Delete VideoFrameFactory, CapturedFrame, and related code. (patchset #9 id:160001 of https://codereview.webrtc.org/2262443003/ )
nisse
2016-09-21 02:09:53 -07:00
0d526d558b
Moved codec-specific audio packet splitting into decoders.
ossu
2016-09-21 01:57:31 -07:00
3442579fd7
Session based capturing for Camera1Capturer.
sakal
2016-09-21 01:34:56 -07:00
5539ef6c03
Move MutableDataY{,U,V} methods to I420Buffer only.
nisse
2016-09-21 01:27:35 -07:00
78db1582e5
Generalize FEC header formatting.
Rasmus Brandt
2016-09-21 09:19:34 +02:00
66ac50e58c
Delete VideoFrameFactory, CapturedFrame, and related code.
nisse
2016-09-20 23:51:36 -07:00
ece4aba64e
Generalize FEC unit tests and rename GenerateFec.
brandtr
2016-09-20 23:16:28 -07:00
3548357e1b
Adding SmoothingFilter to audio network adaptor.
minyue
2016-09-20 23:13:08 -07:00
d120192f32
AcmReceiver::DecoderByPayloadType: Ask NetEq for decoder
kwiberg
2016-09-20 15:18:21 -07:00
ef00925cd0
Compensate for the IntelligibilityEnhancer processing delay in high bands
Alejandro Luebs
2016-09-20 14:51:56 -07:00
519da00bb3
Roll chromium_revision cf9457edb7..cede888c27 (416297:419407)
kjellander
2016-09-20 13:23:04 -07:00
664efbd048
Removed api/rtcstats[report].h pseudonyms of api/stats/rtcstats[report].h
hbos
2016-09-20 07:10:15 -07:00
42feb51f15
NetEq: New test for muted state during CNG
henrik.lundin
2016-09-20 06:51:40 -07:00
d69e526440
Minor cleanups in RTPSender::UpdateRtpStats
Danil Chapovalov
2016-09-20 15:48:09 +02:00
52200d0b7f
Stop increasing loss-based BWE if no feedback is received.
Stefan Holmer
2016-09-20 14:14:23 +02:00
a6d26ec6a2
Improves resolution when logging rate in the ADB class.
henrika
2016-09-20 04:44:04 -07:00
6b19b560ac
AcmReceiver: Ask NetEq to delete all decoders at once instead of one by one
kwiberg
2016-09-20 04:02:25 -07:00
6f0f616b53
AcmReceiver: Look up last decoder in NetEq's table of decoders
kwiberg
2016-09-20 03:07:46 -07:00
63489787a0
Add new decoding statistics for muted output
henrik.lundin
2016-09-20 01:47:12 -07:00
1b1863a11a
Replace rtcp packet parsing in the RtcpReceiver.
danilchap
2016-09-20 01:39:54 -07:00
61a208b1b8
Added a ParsePayload method to AudioDecoder.
ossu
2016-09-20 01:38:00 -07:00
02bd5125e9
Remove dead code branches from P2PtransportChannel unittest.
johan
2016-09-20 00:23:27 -07:00
81f6f4fc56
Revert of Allow the DTLS fingerprint verification to occur after the handshake. (patchset #11 id:200001 of https://codereview.webrtc.org/2163683003/ )
deadbeef
2016-09-19 17:20:52 -07:00
c67e0f5753
Signal to remove remote candidates if ports are pruned.
Honghai Zhang
2016-09-19 16:57:37 -07:00
042041bf95
Allow the DTLS fingerprint verification to occur after the handshake.
Taylor Brandstetter
2016-09-19 16:02:23 -07:00
e9cac75139
Reenabled the RtcEventLog unittests
skvlad
2016-09-19 14:42:02 -07:00
936405b521
MB: Add Android swarming bots.
ehmaldonado
2016-09-19 13:30:04 -07:00
26b039a137
Adding BitrateController to audio network adaptor.
minyue
2016-09-19 09:56:35 -07:00
4bb04985c4
Merge AppRTCDemoJUnitTest into android_junit_tests target
kjellander
2016-09-19 08:53:23 -07:00
d1e26a9bc1
PRESUBMIT: Make BUG= field mandatory.
kjellander
2016-09-19 08:11:16 -07:00
918b554789
Adds support for OpenSL ES based audio capture on Android.
henrika
2016-09-19 15:44:09 +02:00
27e177c8d8
RTCTestStats moved into webrtc/stats/test (rtc_stats_test_utils)
hbos
2016-09-19 06:05:56 -07:00
be22d51307
Enable auto-focus on Camera2.
sakal
2016-09-19 06:01:37 -07:00
7bfe3a27b6
Deprecate RtpSender::SendPadData with provided timestamps.
danilchap
2016-09-19 05:37:56 -07:00
dd0c7f0ea4
Events refactor in Android session based capturing.
sakal
2016-09-19 04:37:16 -07:00
227c3c125e
Enable stabilization on Camera2.
sakal
2016-09-19 03:08:13 -07:00
5b980d1c97
Revert of Roll chromium_revision cf9457edb7..cede888c27 (416297:419407) (patchset #3 id:40001 of https://codereview.webrtc.org/2348133003/ )
kjellander
2016-09-19 01:55:16 -07:00
1996e3ff63
Reland of Update test code to use I420Buffer when writing pixel data. (patchset #1 id:1 of https://codereview.webrtc.org/2343083002/ )
nisse
2016-09-19 00:34:46 -07:00
afef413cc4
Roll chromium_revision cf9457edb7..cede888c27 (416297:419407)
kjellander
2016-09-18 23:58:57 -07:00
da96288904
Make android_junit_tests use LocalRobolectricTestRunner
Henrik Kjellander
2016-09-18 21:28:06 +02:00
4a9abad208
GN: Enable rtc_common_config for more targets.
kjellander
2016-09-18 08:12:29 -07:00
7a0f2c55f5
Revert of AcmReceiver: Look up last decoder in NetEq's table of decoders (patchset #1 id:100001 of https://codereview.webrtc.org/2339953002/ )
kwiberg
2016-09-18 05:35:52 -07:00
bfb78d1293
Revert of AcmReceiver: Ask NetEq to delete all decoders at once instead of one by one (patchset #2 id:20001 of https://codereview.webrtc.org/2342313002/ )
kwiberg
2016-09-18 05:33:41 -07:00
f62b82e95f
Revert of AcmReceiver::DecoderByPayloadType: Ask NetEq for decoder (patchset #1 id:1 of https://codereview.webrtc.org/2341283002/ )
kwiberg
2016-09-18 05:32:10 -07:00
07772e4738
AcmReceiver::DecoderByPayloadType: Ask NetEq for decoder
kwiberg
2016-09-17 11:30:28 -07:00
f6232b43a1
AcmReceiver: Ask NetEq to delete all decoders at once instead of one by one
kwiberg
2016-09-17 10:45:21 -07:00
1e4d8b574c
AcmReceiver: Look up last decoder in NetEq's table of decoders
kwiberg
2016-09-17 08:40:13 -07:00
1a7ef1f025
Reland of Optimize Android NV12 capture (patchset #1 id:1 of https://codereview.webrtc.org/2327893002/ )
magjed
2016-09-17 02:39:03 -07:00
7fd92866c3
I420BufferPool: Replace SequencedTaskChecker with RaceChecker
Magnus Jedvert
2016-09-17 11:27:35 +02:00
b0c1b4e24d
Do not update stream synchronization if no new video packet has been received since last update (e.g. video muted).
asapersson
2016-09-17 01:00:01 -07:00
e5835f5d84
Adding an end-to-end connection time test.
Taylor Brandstetter
2016-09-16 15:07:50 -07:00
de65ddc212
This CL renames variables and method and removes some one-line methods inside the audio processing module for the purpose of increasing code readability.
peah
2016-09-16 15:02:15 -07:00
9b7b75324f
Avoid max bitrate probing when exponential probing in progress
Irfan Sheriff
2016-09-16 11:30:44 -07:00
b55c434c65
Removed bitrate_controller.h file reference from gn file.
charujain
2016-09-16 08:48:50 -07:00
3d2ea1d2b3
Temporarily remove ios_api_framework from the commit queue.
ehmaldonado
2016-09-16 07:56:26 -07:00
a49cbd3e24
Replace VideoCapturerInput with VideoSinkInterface. Adds new method VideoSendStream::SetSource(rtc::VideoSourceInterface* and VieEncoder::SetSource(rtc::VideoSourceInterface*)
perkj
2016-09-16 07:53:41 -07:00
80a5bf1499
Reland of Fix android_junit_tests and add a GN target for them. (patchset #1 id:1 of https://codereview.webrtc.org/2345163003/ )
sakal
2016-09-16 07:22:17 -07:00
71b8393b6a
Remove name parameter from HistogramAdd function.
sakal
2016-09-16 06:56:15 -07:00
a6974d7f7e
NetEq: Remove a test printout
henrik.lundin
2016-09-16 06:11:34 -07:00
57b490004d
Change AppRTCDemoJUnitTest to use LocalRobolectricTestRunner.
sakal
2016-09-16 06:02:47 -07:00
186cd06512
Adding DTX controller to audio network adaptor.
minyue
2016-09-16 05:54:39 -07:00
3011627142
Revert of Update test code to use I420Buffer when writing pixel data. (patchset #2 id:140001 of https://codereview.webrtc.org/2342783003/ )
nisse
2016-09-16 05:45:08 -07:00
d21534a8cf
Reland of Update test code to use I420Buffer when writing pixel data. (patchset #1 id:1 of https://codereview.webrtc.org/2342123003/ )
nisse
2016-09-16 05:38:38 -07:00
ea938c0c49
Remove Android tests GYP target.
sakal
2016-09-16 05:21:08 -07:00
667bd07bd3
Enable turn, sdp, pseudotcp and stun parse/validator fuzzers.
phoglund
2016-09-16 05:05:39 -07:00
1431d49ea0
Revert of Fix android_junit_tests and add a GN target for them. (patchset #3 id:90001 of https://codereview.webrtc.org/2344133002/ )
sakal
2016-09-16 04:33:58 -07:00
51fe1d805d
Reland of Fix android_junit_tests and add a GN target for them. (patchset #1 id:1 of https://codereview.webrtc.org/2341213003/ )
sakal
2016-09-16 04:28:03 -07:00
9adb1ff943
Revert of Fix android_junit_tests and add a GN target for them. (patchset #1 id:20001 of https://codereview.webrtc.org/2346793002/ )
henrika
2016-09-16 04:11:51 -07:00
f72321aafe
Update anroidapp/README for GN build.
sakal
2016-09-16 01:35:00 -07:00
fbf1460726
Revert of Update test code to use I420Buffer when writing pixel data. (patchset #5 id:80001 of https://codereview.webrtc.org/2333373007/ )
nisse
2016-09-16 01:32:02 -07:00