Sign in
webrtc
/
src
/
486232025b0bbb67c2f04e9bb4261206f68eefea
/
sdk
/
android
b239a2e
Remove some more instances of IP logging.
by Paulina Hensman
· 5 years ago
0e55275
Remove IP address logging from NetworkInformation
by Paulina Hensman
· 5 years ago
e3a294c
Expose bitrate_priority and network_priority in Android API.
by Taylor Brandstetter
· 5 years ago
2e6bd28
libvpx-vp8: Add settings struct to constructor.
by Rasmus Brandt
· 5 years ago
e58ebfd
Android: Synchronize EGL14.eglDestroyContext calls
by Magnus Jedvert
· 5 years ago
59f3b71
Automate conversion from c++ VideoCodeType to java VideoCodecType
by Danil Chapovalov
· 5 years ago
4e1d6ce
Rename java VideoCodecType to VideoCodecMimeType
by Danil Chapovalov
· 5 years ago
b05ca4b
Implement new specification for degradation preference
by Florent Castelli
· 5 years ago
134c699
Fix Chromium Roll failing because of -Wrange-loop-construct
by Courtney Edwards
· 5 years ago
b03422a
Remove deprecated method onEncodingBitrate.
by Mirta Dvornicic
· 5 years ago
4f34d78
Report available instead of encoding bitrate to VideoEncoderSelector.
by Mirta Dvornicic
· 5 years ago
e52115a
Remove inactive OWNERS.
by Mirko Bonadei
· 5 years ago
b6c2ba1
Remove unused compile-dep from sdk/android:base_java target
by Artem Titov
· 5 years ago
cddfc46
Added java interface VideoEncoderFactory.VideoEncoderSelector and implemented VideoEncoderSelectorWrapper.
by philipel
· 5 years ago
02235d5
Fix typo in Android API.
by Byoungchan Lee
· 5 years ago
0f6bcd1
Hold a reference to AndroidVideoTrackSource while calling onFrameCaptured.
by Sami Kalliomäki
· 5 years ago
42bf253
Migrate static imports of org.mockito.Matchers.
by Patrik Höglund
· 5 years ago
152b435
Replace some deprecated matchers.
by Mirko Bonadei
· 5 years ago
f417238
Remove iceRegatherIntervalRange
by Steve Anton
· 5 years ago
ccbe95f
Reformat GN files.
by Mirko Bonadei
· 5 years ago
73aa2de
Split android_junit_tests and move targets in the right package.
by Mirko Bonadei
· 5 years ago
b2b2031
Concatenate string literals at compile time.
by Jonas Olsson
· 5 years ago
6ea2c6a
Cleanup: Merges Thread and MessageQueue.
by Sebastian Jansson
· 5 years ago
290de82
Cleanup: Replace MessageQueue pointers with Thread pointers.
by Sebastian Jansson
· 5 years ago
415e39d
Update Android camera switch API to allow specifying a name
by Aaron Alaniz
· 5 years ago
b40f75e
Avoids crash in ADM for Android
by henrika
· 5 years ago
266021d
Add support for DegradationPreference in Android SDK
by Florent Castelli
· 5 years ago
ec7b36c
Added exception handling to EncodedImage's release callback.
by Raman Budny
· 5 years ago
65bbcab
[Android] Replace java_files with sources
by Natalie Chouinard
· 5 years ago
d2fb5f5
Fixes WebRtcAudioTrack crash while stopping
by Alex Narest
· 5 years ago
26762d0
Add video codec AV1 to the deprecated android decoder/encoder wrappers
by Danil Chapovalov
· 5 years ago
82f33c5
Delete transitional method EncodedImage.maybeRetain
by Niels Möller
· 5 years ago
947a380
Split unit tests out of end-to-end PeerConnection test.
by Sami Kalliomäki
· 5 years ago
5f728fc
Fix nullablity on CameraCapturer
by Byoungchan Lee
· 5 years ago
ef3998f
Add directive to make webrtc metrics optional.
by Ying Wang
· 5 years ago
5b030ca
Change jni VideoEncoderWrapper to not use the encoder task queue
by Niels Möller
· 5 years ago
934afc6
Deprecate RtpReceiver's SetParameters method
by Saurav Das
· 5 years ago
e725fdb
Encoding constructor should be public.
by Amit Hilbuch
· 5 years ago
fe7ce1c
Fix ErrorProne MultiVariableDeclaration.
by Mirko Bonadei
· 5 years ago
9f9e20a
Fix errorprone issues preventing Chromium Roll.
by Mirko Bonadei
· 5 years ago
68c6572
Add a CreateNetEq method that takes an AudioDecoderFactory
by Ivo Creusen
· 5 years ago
fba4481
Make it possible to inject a custom NetEqFactory from the java interface.
by Ivo Creusen
· 5 years ago
6e9d0d3
Make base classes for native video encoder/decoder public
by Xavier Lepaul
· 5 years ago
ac7fd87
Force alignment of generated JVM called functions.
by Raman Budny
· 5 years ago
b86a177
Expose ABGRToI420 in YuvHelper.
by Sami Kalliomäki
· 5 years ago
29e07e5
Add @Nullable annotations to quiet errorprone.
by Yves Gerey
· 5 years ago
017c84f
Synchronize is_screencast_ state in AndroidVideoTrackSource.
by Jakob Ivarsson
· 5 years ago
c5ec54e
Add SetIsScreencast method to VideoSource.
by Jakob Ivarsson
· 5 years ago
3c0e86a
Add a field trial to use only the higher 64 bits to find network handle from an ipv6 address.
by Honghai Zhang
· 5 years ago
ad04327
Add equals and hashCode method for IceCandidate class.
by Honghai Zhang
· 5 years ago
9b66114
Disable rendering statistics while video is paused.
by Sami Kalliomäki
· 5 years ago
9c712bb
Fix invalid @Nullable handling in TextureBufferImpl.
by Sami Kalliomäki
· 5 years ago
16cec3b
Added allow_codec_switching parameter to RTCConfig.
by philipel
· 5 years ago
8e13e6e
Handle no-longer-sticky-in-Q+ WIFI_P2P_CONNECTION_CHANGED_ACTION intent.
by Qingsi Wang
· 5 years ago
b9f6902
Store logging streams in a manually linked list instead of std::list
by Danil Chapovalov
· 5 years ago
86d053c
Use source_sets in component builds and static_library in release builds.
by Mirko Bonadei
· 5 years ago
f8998cf
Add a turn port prune policy to keep the first ready turn port.
by Honghai Zhang
· 5 years ago
5740f3e
Clarify expectation on GlobalLock
by Danil Chapovalov
· 5 years ago
fa77ba6
SetStreams API of RtpSender wrapped for iOS and Android
by Cyril Lashkevich
· 5 years ago
7c2bed8
Avoid memcpy in JavaToNativeEncodedImage
by Niels Möller
· 5 years ago
ef3dbad
New class ScopedJavaRefCounted
by Niels Möller
· 6 years ago
ee8ee2f
Avoids update of WebRTC.Audio.SourceMatchesRecordingSession for Android < N
by henrika
· 6 years ago
67309ef
Add release callback and reference count to java EncodedImage class
by Niels Möller
· 6 years ago
14137a1
Adds logging of audio sessions status on the recording side in ADM for Android.
by henrika
· 6 years ago
e942b14
New build target api:media_interface
by Niels Möller
· 6 years ago
317a1f0
Use std::make_unique instead of absl::make_unique.
by Mirko Bonadei
· 6 years ago
eaaaf41
Introduce api/crypto/BUILD.gn.
by Mirko Bonadei
· 6 years ago
69f8c42
[RELAND] Add support of AudioRecord.Builder in the ADM for Android
by henrika
· 6 years ago
a1727db
Revert "Add support of AudioRecord.Builder in the ADM for Android"
by Hari Molabanti
· 6 years ago
4d6b269
Adds setAudio[Track/Record]StateCallback interfaces to the Java ADM
by henrika
· 6 years ago
24b945d
Add support of AudioRecord.Builder in the ADM for Android
by henrika
· 6 years ago
7cdcda9
Use the sanitized pair when surfacing the candidate pair change event.
by Qingsi Wang
· 6 years ago
066b42f
Interface for monitoring ref counts of texture buffers created by SurfaceTextureHelper.
by Sami Kalliomäki
· 6 years ago
44dc241
Allows configuration of playout audio buffer
by Alex Narest
· 6 years ago
6dcd4dc
New target for api/rtp_parameters.h and api/media_types.h.
by Niels Möller
· 6 years ago
228900f
Add TURN_LOGGING_ID to android sdk
by Jonas Oreland
· 6 years ago
fdd23403
Revert "Detect leaks of TextureBufferImpl objects."
by Sami Kalliomäki
· 6 years ago
44bd29a
Detect leaks of TextureBufferImpl objects.
by Sami Kalliomäki
· 6 years ago
2579f0c
RTCError as return type for PeerConnectionInterface::SetConfiguration
by Niels Möller
· 6 years ago
bbeb109
Reporting audio device underrun counter
by Alex Narest
· 6 years ago
68c2a56
Propagating Network Type in Candidate for JNI
by Alex Drake
· 6 years ago
43faee0
Implement JNI and objc implementation for Ice Candidate Pair Change event surfacing
by Alex Drake
· 6 years ago
273e263
Delete old placeholder file android_network_monitor_jni.h
by Niels Möller
· 6 years ago
b168678
Add RTC_ prefix to non-standard format specifier macro "PRIdNS"
by Oleh Prypin
· 6 years ago
9160b62
Improve thread safety of AndroidVideoTrackSource::SetState.
by Sami Kalliomäki
· 6 years ago
96ea8c0
Roll chromium_revision 67eba1f62b..3c3851d3ca (681379:681486) + JNI fix
by Mirko Bonadei
· 6 years ago
ef3eda9
Allow using more jni targets on Linux
by Oleh Prypin
· 6 years ago
fcf3a87
Android: Expose setting custom visible fraction values for video layout
by Magnus Jedvert
· 6 years ago
134aeee
Allow using base jni targets on Linux
by Oleh Prypin
· 6 years ago
0bb0881
Add VideoEncoderFactory::GetImplementations function.
by philipel
· 6 years ago
ecae9cd
Android: Add error callback for GL_OUT_OF_MEMORY in EglRenderer
by Magnus Jedvert
· 6 years ago
3d642f8
Rename ..BitrateThresholds to ..BitrateLimits.
by Sergey Silkin
· 6 years ago
896f4b6
Use Default instead of GlobalTaskQueueFactory to create AudioDeviceBuffer for android
by Danil Chapovalov
· 6 years ago
4ba04b7
Delete RtcEventLogFactory factory as now unused
by Danil Chapovalov
· 6 years ago
e4ac723
Delete deprecated version of PeerConnectionFactoryInterface::StartAecDump
by Niels Möller
· 6 years ago
be0adee
Add resolution bitrate thresholds to EncoderInfo.
by Sergey Silkin
· 6 years ago
7dd9969
Android: Expose getDisplaySize() helper function
by Magnus Jedvert
· 6 years ago
0d65fb5
Mass refactoring: Change JNI #includes to use full paths (webrtc/).
by Eric Stevenson
· 6 years ago
f03b365
Reland "Raise IllegalStateException for calls to retain() or release() on zero ref count"
by Niels Möller
· 6 years ago
3391072
Use DefaultTaskQueueFactory in CreatePeerConnectionFactoryForJava
by Danil Chapovalov
· 6 years ago
Next »