webrtc/sdk/android/api/org/webrtc
Paulina Hensman 3060d33cca Remove instance of IP logging in NetworkMonitorAutoDetect
Bug: b/152283155
Change-Id: I75ce0f2d7107a2c25f5df73a75b505051163399b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/185183
Reviewed-by: Sami Kalliomäki <sakal@webrtc.org>
Reviewed-by: Jonas Oreland <jonaso@webrtc.org>
Commit-Queue: Paulina Hensman <phensman@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32183}
2020-09-24 10:52:48 +00:00
..
audio update JavaAudioDeviceModule.Builder.build() to return JavaAudioDeviceModule 2020-08-26 17:43:37 +00:00
AudioDecoderFactoryFactory.java Implement Injectable Audio Codecs for the Java SDK. 2018-11-02 08:25:39 +00:00
AudioEncoderFactoryFactory.java Implement Injectable Audio Codecs for the Java SDK. 2018-11-02 08:25:39 +00:00
AudioProcessingFactory.java Add Java support for AudioProcessing and PostProcessing injection 2017-10-20 08:37:23 +00:00
AudioSource.java Throw IllegalStateException if native objects are used after dispose. 2018-09-28 13:25:43 +00:00
AudioTrack.java Throw IllegalStateException if native objects are used after dispose. 2018-09-28 13:25:43 +00:00
BuiltinAudioDecoderFactoryFactory.java Implement Injectable Audio Codecs for the Java SDK. 2018-11-02 08:25:39 +00:00
BuiltinAudioEncoderFactoryFactory.java Implement Injectable Audio Codecs for the Java SDK. 2018-11-02 08:25:39 +00:00
CallSessionFileRotatingLogSink.java Android: Throw exception in CallSessionFileRotatingLogSink if dir is null 2018-06-07 13:16:40 +00:00
Camera1Capturer.java Fix errorprone issues preventing Chromium Roll. 2019-11-27 12:52:48 +00:00
Camera1Enumerator.java Use android Nullable instead of javax Nullable 2018-12-10 15:03:58 +00:00
Camera2Capturer.java Use android Nullable instead of javax Nullable 2018-12-10 15:03:58 +00:00
Camera2Enumerator.java Add @Nullable annotations to quiet errorprone. 2019-11-19 12:50:30 +00:00
CameraEnumerationAndroid.java Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
CameraEnumerator.java Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
CameraVideoCapturer.java Update Android camera switch API to allow specifying a name 2020-01-09 16:04:09 +00:00
CandidatePairChangeEvent.java p2p_transport_channel: Add estimated disconnected time to CandidatePairChangeEvent 2020-08-20 11:40:01 +00:00
CapturerObserver.java Move VideoCapturer to video_api and cleanup. 2018-07-24 10:38:57 +00:00
CryptoOptions.java Fix small issues that stops the Chromium DEPS roll. 2018-11-19 08:14:38 +00:00
DataChannel.java Throw IllegalStateException if native objects are used after dispose. 2018-09-28 13:25:43 +00:00
DefaultVideoDecoderFactory.java Fix errorprone issues preventing Chromium Roll. 2019-11-27 12:52:48 +00:00
DefaultVideoEncoderFactory.java Fix errorprone issues preventing Chromium Roll. 2019-11-27 12:52:48 +00:00
DtmfSender.java Throw IllegalStateException if native objects are used after dispose. 2018-09-28 13:25:43 +00:00
EglBase.java Android: Add support for OpenGL ES 3 2019-05-20 16:39:56 +00:00
EglBase10.java Android: Expose underlying EGL context in API 2019-03-20 11:26:19 +00:00
EglBase14.java Android: Expose underlying EGL context in API 2019-03-20 11:26:19 +00:00
EglRenderer.java Add glUseProgram to the list of GL functions requiring synchronization 2020-04-22 07:09:15 +00:00
EncodedImage.java Delete transitional method EncodedImage.maybeRetain 2019-12-12 14:11:14 +00:00
FecControllerFactoryFactoryInterface.java Revert "Revert "Enables PeerConnectionFactory using external fec controller"" 2018-02-20 12:41:55 +00:00
FileVideoCapturer.java Fix memory leak in FileVideoCapturer. 2018-09-13 09:01:53 +00:00
FrameDecryptor.java Adds the Java interface points for FrameEncryptor/FrameDecryptor. 2018-09-06 19:41:21 +00:00
FrameEncryptor.java Adds the Java interface points for FrameEncryptor/FrameDecryptor. 2018-09-06 19:41:21 +00:00
GlRectDrawer.java Android: Add helper class for generating OpenGL shaders 2018-06-15 09:06:45 +00:00
GlShader.java Add glUseProgram to the list of GL functions requiring synchronization 2020-04-22 07:09:15 +00:00
GlTextureFrameBuffer.java Android: Allow construction of GlTextureFrameBuffer from non-OpenGL thread 2018-04-12 07:19:46 +00:00
GlUtil.java Android: Add error callback for GL_OUT_OF_MEMORY in EglRenderer 2019-07-05 13:04:17 +00:00
HardwareVideoDecoderFactory.java Use Android Q API to test if MediaCodecInfo is HW Accelerated 2020-07-14 08:57:52 +00:00
HardwareVideoEncoderFactory.java Rename java VideoCodecType to VideoCodecMimeType 2020-03-09 15:27:45 +00:00
IceCandidate.java Add equals and hashCode method for IceCandidate class. 2019-11-05 18:04:55 +00:00
JavaI420Buffer.java Use android Nullable instead of javax Nullable 2018-12-10 15:03:58 +00:00
LibvpxVp8Decoder.java Rename software codec classes and move them into api/ 2018-11-07 12:24:14 +00:00
LibvpxVp8Encoder.java Rename software codec classes and move them into api/ 2018-11-07 12:24:14 +00:00
LibvpxVp9Decoder.java Rename software codec classes and move them into api/ 2018-11-07 12:24:14 +00:00
LibvpxVp9Encoder.java Rename software codec classes and move them into api/ 2018-11-07 12:24:14 +00:00
MediaConstraints.java Use android Nullable instead of javax Nullable 2018-12-10 15:03:58 +00:00
MediaSource.java Hold a reference to AndroidVideoTrackSource while calling onFrameCaptured. 2020-02-04 15:00:05 +00:00
MediaStream.java Throw IllegalStateException if native objects are used after dispose. 2018-09-28 13:25:43 +00:00
MediaStreamTrack.java Use android Nullable instead of javax Nullable 2018-12-10 15:03:58 +00:00
Metrics.java Android JNI generation: Set JNI namespace in build files 2018-05-18 10:44:38 +00:00
NativeLibraryLoader.java Allow passing in a custom native library loader. 2017-09-29 11:46:38 +00:00
NativePeerConnectionFactory.java Move ownership of PeerConnectionObserver from Java to C++. 2018-01-15 09:52:38 +00:00
NetEqFactoryFactory.java Make it possible to inject a custom NetEqFactory from the java interface. 2019-11-25 12:39:08 +00:00
NetworkChangeDetector.java Add interface for os/firmware to affect ICE selection. 2020-08-07 10:07:43 +00:00
NetworkChangeDetectorFactory.java Add interface for os/firmware to affect ICE selection. 2020-08-07 10:07:43 +00:00
NetworkControllerFactoryFactory.java Allow injection of network controller factory in Java. 2019-04-18 12:08:46 +00:00
NetworkMonitor.java Add interface for os/firmware to affect ICE selection. 2020-08-07 10:07:43 +00:00
NetworkMonitorAutoDetect.java Remove instance of IP logging in NetworkMonitorAutoDetect 2020-09-24 10:52:48 +00:00
NetworkStatePredictorFactoryFactory.java Add base class NetworkPredictor and NetworkPredictorFactory and wire up. 2019-04-10 12:38:58 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
PeerConnection.java Delete MediaTransportFactory from android and objc apis 2020-06-12 08:16:32 +00:00
PeerConnectionDependencies.java Use android Nullable instead of javax Nullable 2018-12-10 15:03:58 +00:00
PeerConnectionFactory.java Delete MediaTransportFactory from android and objc apis 2020-06-12 08:16:32 +00:00
PlatformSoftwareVideoDecoderFactory.java Use Android Q API to test if MediaCodecInfo is HW Accelerated 2020-07-14 08:57:52 +00:00
Predicate.java Added user-defined predicate to filter video codec implementations. 2018-11-28 13:10:36 +00:00
RefCounted.java Delete transitional method EncodedImage.maybeRetain 2019-12-12 14:11:14 +00:00
RendererCommon.java Android: Expose setting custom visible fraction values for video layout 2019-07-17 22:41:16 +00:00
RtcCertificatePem.java Fix small issues that stops the Chromium DEPS roll. 2018-11-19 08:14:38 +00:00
RTCStats.java Android: Generate JNI code for RTCStats 2017-11-24 18:38:40 +00:00
RTCStatsCollectorCallback.java Android: Generate JNI code for RTCStats 2017-11-24 18:38:40 +00:00
RTCStatsReport.java Android: Generate JNI code for RTCStats 2017-11-24 18:38:40 +00:00
RtpParameters.java Expose bitrate_priority and network_priority in Android API. 2020-03-24 00:10:56 +00:00
RtpReceiver.java Deprecate RtpReceiver's SetParameters method 2019-12-03 19:50:42 +00:00
RtpSender.java SetStreams API of RtpSender wrapped for iOS and Android 2019-10-08 13:51:19 +00:00
RtpTransceiver.java Modify Android API to use SetDirectionWithError 2020-08-17 11:55:55 +00:00
ScreenCapturerAndroid.java expose MediaProjection 2020-08-25 16:53:40 +00:00
SdpObserver.java Android: Generate JNI code for remaining classes in sdk/android 2017-12-12 12:36:17 +00:00
SessionDescription.java Android: Generate JNI code for remaining classes in sdk/android 2017-12-12 12:36:17 +00:00
SoftwareVideoDecoderFactory.java Use android Nullable instead of javax Nullable 2018-12-10 15:03:58 +00:00
SoftwareVideoEncoderFactory.java Use android Nullable instead of javax Nullable 2018-12-10 15:03:58 +00:00
SSLCertificateVerifier.java Adds SSLCertificateVerifier to the Java API. 2018-07-20 23:11:52 +00:00
StatsObserver.java Reland "Android: Generate JNI code for stats" 2017-11-30 11:40:51 +00:00
StatsReport.java Reland "Android: Generate JNI code for stats" 2017-11-30 11:40:51 +00:00
SurfaceEglRenderer.java Fix typo in Android API. 2020-02-10 08:55:27 +00:00
SurfaceTextureHelper.java Log a warning in STHelper if a frame is already pending. 2020-08-14 12:28:10 +00:00
SurfaceViewRenderer.java Fix typo in Android API. 2020-02-10 08:55:27 +00:00
TextureBufferImpl.java Fix invalid @Nullable handling in TextureBufferImpl. 2019-10-30 09:18:54 +00:00
TimestampAligner.java Android: Support externally aligned timestamps 2018-11-15 11:41:06 +00:00
TurnCustomizer.java Throw IllegalStateException if native objects are used after dispose. 2018-09-28 13:25:43 +00:00
VideoCapturer.java Fix errorprone issues preventing Chromium Roll. 2019-11-27 12:52:48 +00:00
VideoCodecInfo.java Use android Nullable instead of javax Nullable 2018-12-10 15:03:58 +00:00
VideoCodecStatus.java Android: Generate all C++ -> Java JNI code for VideoEncoder 2017-11-07 15:32:15 +00:00
VideoDecoder.java Support injecting custom native codecs from Java. 2018-07-09 12:07:11 +00:00
VideoDecoderFactory.java Use android Nullable instead of javax Nullable 2018-12-10 15:03:58 +00:00
VideoDecoderFallback.java Support injecting custom native codecs from Java. 2018-07-09 12:07:11 +00:00
VideoEncoder.java Fix errorprone issues preventing Chromium Roll. 2019-11-27 12:52:48 +00:00
VideoEncoderFactory.java Remove deprecated method onEncodingBitrate. 2020-03-02 12:54:58 +00:00
VideoEncoderFallback.java Support injecting custom native codecs from Java. 2018-07-09 12:07:11 +00:00
VideoFileRenderer.java Fix errorprone issues preventing Chromium Roll. 2019-11-27 12:52:48 +00:00
VideoFrame.java Fix errorprone issues preventing Chromium Roll. 2019-11-27 12:52:48 +00:00
VideoFrameDrawer.java Check render size instead of frame size. 2019-03-27 10:17:21 +00:00
VideoProcessor.java Hold a reference to AndroidVideoTrackSource while calling onFrameCaptured. 2020-02-04 15:00:05 +00:00
VideoSink.java Reland "Android: Generate JNI code for VideoSink and VideoEncoder" 2017-11-02 10:27:47 +00:00
VideoSource.java Hold a reference to AndroidVideoTrackSource while calling onFrameCaptured. 2020-02-04 15:00:05 +00:00
VideoTrack.java Fix errorprone issues preventing Chromium Roll. 2019-11-27 12:52:48 +00:00
WrappedNativeVideoDecoder.java Make base classes for native video encoder/decoder public 2019-11-21 17:04:50 +00:00
WrappedNativeVideoEncoder.java Make base classes for native video encoder/decoder public 2019-11-21 17:04:50 +00:00
YuvConverter.java Add option to inject YuvConverter to SurfaceTextureHelper. 2019-02-26 07:47:52 +00:00
YuvHelper.java Expose ABGRToI420 in YuvHelper. 2019-11-21 12:02:30 +00:00