a3cac0514aGN: move webrtc/video/ targets from webrtc/BUILD.gn into webrtc/video/BUILD.gn
kjellander
2016-10-24 01:52:39 -07:00
43536c3d6aImplement framesEncoded stat in video send ssrc stats.
sakal
2016-10-24 01:46:43 -07:00
267527459bRemove cricket::VideoCodec with, height and framerate properties Since WebRtcVideoSendStream have reconfigures the send codec to match the incoming captured frames widht and height they have not been used. Framerate has just been set when parsing sdp to 60fps and not changed elsewhere.
perkj
2016-10-24 01:21:16 -07:00
151572ba05Delete unused class AudioSourceWithMixStatus.
nisse
2016-10-24 00:11:51 -07:00
25445d3d4bIntegrate FlexfecReceiveStream with Call.
brandtr
2016-10-23 23:37:14 -07:00
764e364933Several subcomponents inside APM copy render audio from the render side to the capture side using the same pattern. Currently this is done independently for the submodules.
peah
2016-10-22 05:04:30 -07:00
897497361eAdded the missing ReadQueuedRenderData() call to the AECM bitexactness test
peah
2016-10-22 04:00:29 -07:00
12986c4534Added the missing ReadQueuedRenderData() call to the gain controller bitexactness test
peah
2016-10-22 02:38:32 -07:00
da38293e51Added the missing ReadQueuedRenderData() call to the AEC bitexactness test
peah
2016-10-22 01:08:37 -07:00
894c400c61Android VideoFileRenderer: Wait for posted frames in release()
Magnus Jedvert
2016-10-21 15:05:01 +02:00
8c63a82bf5Add a placeholder stat for logging the estimated residual echo likelihood.
ivoc
2016-10-21 04:10:03 -07:00
3355f6d6f5Avoids invalid copy of audio buffer to task queue.
henrika
2016-10-21 12:45:25 +02:00
c4d2dc4e02Delete DataLog abstraction, which was almost unused.
nisse
2016-10-21 01:52:55 -07:00
920d30bc74Replaced thread checker with race checker in AudioMixer.
aleloi
2016-10-20 14:23:24 -07:00
161a586b45Fix some flaky tests by using longer timeout and/or fake clock. Also use const variables for timeout values.
Honghai Zhang
2016-10-20 11:47:02 -07:00
b9eaeba71fReturn nullptr from RTCCertificate::FromPEM on failure.
jbroman
2016-10-20 10:27:21 -07:00
58000a0c3dMove shared_desktop_frame.cc to webrtc/modules/desktop_capture:primitives
Sergey Ulanov
2016-10-20 09:33:52 -07:00
142f019d87Append second nack list in same compound rtcp packet instead of replace
danilchap
2016-10-20 08:22:42 -07:00
aed581a4f3Made AudioReceiveStream a mixer participant.
aleloi
2016-10-20 06:32:39 -07:00
5f70d3b559Fix org.mockito.Matchers deprecation warnings in DirectRTCClientTest.
sakal
2016-10-20 05:49:10 -07:00
201dfe90a7Split audio mixer into interface and implementation.
aleloi
2016-10-20 05:06:39 -07:00
0489e498ebChange RefCountedObject to use perfect forwarding. The main reason for doing this is to allow refcounted objects to accept rvalue references in ctor and be able to std::move ctor rvalue arguments. Also, refcounted.h is now generated using pump.py instead of manually creating each ctor version.
perkj
2016-10-20 00:24:01 -07:00
79f0bf3ab5A variable in ScreenCapturerWinDirectx has a bad name
zijiehe
2016-10-19 23:40:36 -07:00
cc6817e9ceMove current bitstream parser to more appropriate directory.
kthelgason
2016-10-19 09:31:09 -07:00
577bc19210Android: Move YuvConverter to its own file
Magnus Jedvert
2016-10-19 15:29:02 +02:00
b6f1fb5337Delete RTPSender::BuildRtpHeader function and all dependencies
danilchap
2016-10-19 06:11:39 -07:00
061ea0df03Remove VideoCodec resolution validation. This is needed to be able to land https://codereview.webrtc.org/2408153002/ "Remove cricket::VideoCodec with, height and framerate properties" without breaking upstream projects.
Per
2016-10-19 13:57:59 +02:00
e3e411a1aaRemoved perkj@ from video WATCHLIST
Per
2016-10-19 13:52:08 +02:00
73c5d4a083Include ScreenCapturerAndroid in libjingle_peerconnection_java.jar
sakal
2016-10-19 02:46:19 -07:00
7a3776102fRemoved RTPHeader from NetEq's Packet struct.
ossu
2016-10-18 04:06:13 -07:00
553024ab34During a fix of an unrelated issue, a bug was introduced in the rtp analyzer tool: when the number of data points was divisible by RTPStatitstics.PLOT_RESOLUTION_MS (which is 50), pyplot.plot was called with arrays of different lengths. One of the arrays could be one element larger.
aleloi
2016-10-18 01:44:44 -07:00
e405d9b8dfAdd a fuzzer for FlexfecReceiver.
brandtr
2016-10-18 01:18:04 -07:00
e6b58291a0Extends how AppRTCMobile handles audio focus on Android
henrika
2016-10-18 10:17:49 +02:00
91718a1629Roll script: Update after SVN support was dropped from depot tools
kjellander
2016-10-18 01:14:56 -07:00
5c639895fbImport build/config/clang/clang.gni in webrtc/base/BUILD.gn
ehmaldonado
2016-10-17 12:28:44 -07:00