- 4e86aa0 Remove mentions of already deleted field trials by Emil Lundmark · 2 years ago
- 9406c22 Update android example gradle and target sdk version. by Yaowen Guo · 2 years, 10 months ago
- 0f50cc2 Remove checks for SDK <= 21 by Xavier Lepaul · 3 years ago
- e11a4f5 Roll chromium_revision cbd0ac46b5..3aef64d992 (955688:956401) by Mirko Bonadei · 3 years, 2 months ago
- d211098 Implement JNI and objc implementation for icecandidateerror event by Jaehyun Ko · 3 years, 3 months ago
- f9e502d Remove enable_dtls_srtp option by Harald Alvestrand · 3 years, 5 months ago
- 6b19d82 Replace AV1X with AV1 by Sergey Silkin · 3 years, 6 months ago
- 75b0f55 Replace legacy getStats with standard getStats in the Android example by Jaehyun Ko · 3 years, 7 months ago
- 02334e0 Replace the android support annotation library with androidx's one. by Byoungchan Lee · 3 years, 7 months ago
- 36de9df Use backticks not vertical bars to denote variables in comments for /examples by Artem Titov · 3 years, 8 months ago
- ffbfba9 Added `PeerConnectionObserverJni::OnRemoveTrack()` by Jesús Leganés-Combarro 'piranna · 3 years, 9 months ago
- 3fb51d2 Reland "Expose AV1 encoder&decoder from Android SDK." by Yura Yaroshevich · 3 years, 11 months ago
- dd36198 Revert "Expose AV1 encoder&decoder from Android SDK." by Björn Terelius · 4 years ago
- fedd502 Expose AV1 encoder&decoder from Android SDK. by Yura Yaroshevich · 4 years ago
- 84ba164 Change from sakal@webrtc.org to xalep@webrtc.org in OWNERS files. by Mirko Bonadei · 4 years ago
- 1cdeb0a addIceCandidate with callback into Android's SDK. by Yura Yaroshevich · 4 years ago
- 8cc6695 Reformat python files checked by pylint (part 1/2). by Mirko Bonadei · 4 years, 5 months ago
- dd68063 rename "sdp" to description in a few places by Philipp Hancke · 4 years, 6 months ago
- b19cfee Roll chromium_revision 4d95e6c77b..71a0e1904e (776481:782339) by Jeremy Leconte · 4 years, 9 months ago
- 55afe38 Search and replace gendered terms according to style guide: by Magnus Flodman · 4 years, 9 months ago
- afa2e5f Purge phoglund from most OWNERS files. by Patrik Höglund · 5 years ago
- 9f9e20a Fix errorprone issues preventing Chromium Roll. by Mirko Bonadei · 5 years ago
- 29e07e5 Add @Nullable annotations to quiet errorprone. by Yves Gerey · 5 years ago
- 4d6b269 Adds setAudio[Track/Record]StateCallback interfaces to the Java ADM by henrika · 6 years ago
- 43faee0 Implement JNI and objc implementation for Ice Candidate Pair Change event surfacing by Alex Drake · 6 years ago
- 1df841d Target SDK level 29 in AppRTCMobile. by Sami Kalliomäki · 6 years ago
- 22dab11 Remove Legacy ADM from AppRTC mobile by Paulina Hensman · 6 years ago
- 69540f4 Use android Nullable instead of javax Nullable by Artem Titarenko · 6 years ago
- f01d8c8 Add android bindings for PeerConnectionState. by Jonas Olsson · 6 years ago
- fb6fd4b Fix lint errors for android manifests. by Yves Gerey · 6 years ago
- 3d50a31 Remove redundant initializers from WebRTC Java code. by Sami Kalliomäki · 7 years ago
- fdc0ef1 Add `is_android` guard to all Android rule usages. by Oleh Prypin · 7 years ago
- 5a3d87d Android: Remove use of deprecated functions related to legacy video codecs by Magnus Jedvert · 7 years ago
- a7a10a8 Update examples to use the new VideoCapturer interface. by Sami Kalliomäki · 7 years ago
- cf15eb5 Release ADM after passing it to PCF in AppRTC by Paulina Hensman · 7 years ago
- cad9444 Remove H264 CHP field trial code. by Kári Tristan Helgason · 7 years ago
- e987f2b Android: Stop using VideoRenderer class by Magnus Jedvert · 7 years ago
- 551d115 Android: Fix PeerConnectionFactory init order in AppRTCMobile by Magnus Jedvert · 7 years ago
- 98c704f Fix true/false error in AppRTC PeerConnectionClient by Paulina Hensman · 7 years ago
- d91f7df Remove duplicate line in AppRTC PeerConnectionClient by Paulina Hensman · 7 years ago
- 66f1e9e Android: Add AudioDeviceModule interface and clean up implementation code by Magnus Jedvert · 7 years ago
- 003211c Android: Rename AudioDeviceModule to JavaAudioDeviceModule by Magnus Jedvert · 7 years ago
- 1a18e0a Android audio code: Replace C++ template with input/output interface by Magnus Jedvert · 7 years ago
- b93d030 Android: Update RecordedAudioToFileController by Magnus Jedvert · 7 years ago
- 17071682 Add setting to switch between new and legacy AudioDeviceModule in AppRTC by Paulina Hensman · 7 years ago
- 06e363a Annotate AppRTCMobile with @Nulllable. by Sami Kalliomäki · 7 years ago
- 08006d4 Android AppRTCMobile: Use new audio device code by Magnus Jedvert · 7 years ago
- 89dd7bf Move android audio device code into sdk/android by Paulina Hensman · 7 years ago
- d328ec3 Change valueOf -> parseBoolean to avoid unneeded boxing by Oleh Prypin · 7 years ago
- 9a58cc0 Update the android AppRTC to use PeerConnection Unified Plan API. by Seth Hampson · 7 years ago
- a5797c2 Clean up Android API audio settings by Sam Zackrisson · 7 years ago
- cdff887 Android AppRTCMobile: Disable fullscreen SurfaceView HW scaling by Magnus Jedvert · 7 years ago
- 5641fbb Add support for saving local audio input to file in AppRTCMobile by henrika · 7 years ago
- a4e72b7 Add RtcEventLog to AppRTCMobile with preference setting. by Qingsi Wang · 7 years ago
- afa1546 Fix incorrect static method call. by Patrik Höglund · 7 years ago
- 682dc61 Conclude VideoFrame emit fieldtrial. by Sami Kalliomäki · 7 years ago
- 06c944f Fix aecdumps in AppRTC on Android. by Gustaf Ullberg · 7 years ago
- f61b3ba Revert "Target SDK level 27 in AppRTCMobile." by Sami Kalliomäki · 7 years ago
- af4f1b4 Target SDK level 27 in AppRTCMobile. by Sami Kalliomäki · 7 years ago
- e78824e Suppress ErrorProne StringSplitter warnings by Oleh Prypin · 7 years ago
- e8b26cd Android: Deprecate peerconnection constraints. by Sami Kalliomäki · 7 years ago
- 1b7f988 Roll Chromium + Fix Android lint suppressions by Edward Lemur · 7 years ago
- 3e189a6 Remove static library loading from WebRTC Android SDK. by Sami Kalliomäki · 7 years ago
- aea1d1a Android: Fix leaking software video codec instances. by Sami Kalliomäki · 7 years ago
- ed1023d Android: Disable internal tracer by default. by Sami Kalliomäki · 7 years ago
- 6062f37 Android: Fix warnings by Magnus Jedvert · 7 years ago
- dc1b9f1 Injectable software codecs for Android. by Anders Carlsson · 7 years ago
- ec6cf2a Cleanup old suppressions from suppressions.xml. by Sami Kalliomäki · 7 years ago
- 3607420 Removing unused import. by Mirko Bonadei · 7 years ago
- 12251b6 Adding @SuppressWarnings(NoSynchronizedMethodCheck). by Mirko Bonadei · 7 years ago
- bde473e Fix/suppress new warnings introduced in Chromium roll. by Sami Kalliomäki · 7 years ago
- b0576ec Reland of Improves native Android audio implementations by henrika · 7 years ago
- 0af34ad The onWebRtcAudioTrackStartError is changed in this CL which breaks the internal projects. by Zhi Huang · 7 years ago
- 9828beb Fix/suppress all javac warnings. by Sami Kalliomäki · 7 years ago
- ef5df1a Fix WebSocketObserver getting garbage collected. by Sami Kalliomäki · 7 years ago
- 92b1ffd Improves native Android audio implementations. by henrika · 7 years ago
- 2729c16 Fix some Android lint warnings in AppRTCMobile. by Sami Kalliomäki · 7 years ago
- 9434240 Fix a crash in AppRTCMobile when videoCodec is set to null. by Sami Kalliomäki · 7 years ago
- 90d46c4 Add phoglund@ to various OWNERS and remove kjellander@ by Henrik Kjellander · 7 years ago
- ac7be13 Reland "Reland "Use injectable hardware video decoder/encoder in AppRTCMobile."" by Sami Kalliomäki · 7 years ago
- 83beaa8 Revert "Reland "Reland "Use injectable hardware video decoder/encoder in AppRTCMobile.""" by Sami Kalliomäki · 7 years ago
- f0878c9 Reland "Reland "Use injectable hardware video decoder/encoder in AppRTCMobile."" by Sami Kalliomäki · 7 years ago
- 602dc43 Fix some lint warnings on Android. by Sami Kalliomäki · 7 years ago
- 4332d09 Reland "Reland "Remove WEBRTC_TRACE."" by Fredrik Solenberg · 7 years ago
- 39cefdb Revert "Reland "Remove WEBRTC_TRACE."" by Fredrik Solenberg · 7 years ago
- 68007e9 Reland "Remove WEBRTC_TRACE." by Fredrik Solenberg · 7 years ago
- 729b910 Revert "Remove WEBRTC_TRACE." by Fredrik Solenberg · 7 years ago
- 2209b90 Remove WEBRTC_TRACE. by Fredrik Solenberg · 7 years ago
- 88a2e31 Revert "Reland "Use injectable hardware video decoder/encoder in AppRTCMobile."" by Taylor Brandstetter · 7 years ago
- bc675ff Reland "Use injectable hardware video decoder/encoder in AppRTCMobile." by Sami Kalliomäki · 7 years ago
- 5cd1cfb Allow passing in a custom native library loader. by Sami Kalliomäki · 7 years ago
- 27bafec Revert "Use injectable hardware video decoder/encoder in AppRTCMobile." by Sami Kalliomäki · 7 years ago
- 0cbaf1a Use injectable hardware video decoder/encoder in AppRTCMobile. by Sami Kalliomäki · 7 years ago
- bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago