[go: up one dir, main page]

  1. 4fad261 Add PeerConnection::RemoveIceCandidate for IceCandidate by Tommi · 2 weeks ago
  2. 0d4e5e9 Deprecate global field trials by Danil Chapovalov · 3 weeks ago
  3. 0292d38 Delete deprecated AudioDeviceModule::getNativeAudioDeviceModulePointer by Danil Chapovalov · 6 weeks ago
  4. f4b83c7 Delete deprecated variant of AudioProcessingFactory::createNative by Danil Chapovalov · 6 weeks ago
  5. 1dd69f4 Replace use of IceCandidateInterface with IceCandidate by Tommi · 6 weeks ago
  6. accbf4d Delete java PeerConnectionFactory.fieldTrialsFindFullName by Danil Chapovalov · 9 weeks ago
  7. ee93f2d Propagate Environment through the JavaAudioDeviceModule by Danil Chapovalov · 9 weeks ago
  8. 72b9eb1 [android] Allow to configure field trials per PeerConnectionFactory by Danil Chapovalov · 10 weeks ago
  9. c75b140 Revert "[android] Allow to configure field trials per PeerConnectionFactory" by Danil Chapovalov · 2 months ago
  10. b4f1cf2 [android] Allow to configure field trials per PeerConnectionFactory by Danil Chapovalov · 3 months ago
  11. 7a028f6 Use webrtc name specifier instead of rtc/cricket in sdk/android by Evan Shrubsole · 3 months ago
  12. e7a68a3 Add EGL_WINDOW_BIT to EGL_SURFACE_TYPE by Ranveer Aggarwal · 4 months ago
  13. 9f03369 Rename cricket::MEDIA_TYPE_(AUDIO/VIDEO) by Harald Alvestrand · 4 months ago
  14. 4a3dffe Add SurfaceEglRenderer ctor with VideoFrameDrawer and propagate to super class by Liad Rubin · 5 months ago
  15. 8175444 Remove instances of j.u.Optional from EGLRenderer by Ranveer Aggarwal · 5 months ago
  16. a2a528c Add PortAllocator min/max ports to JAVA API by Youjie Zhou · 6 months ago
  17. 83861d5 Migrate from MediaCodecList.getCodecCount to iterate getCodecInfos member function in HardwareVideoEncoderFactory by Liad Rubin · 6 months ago
  18. a01f34c Suppress "UnusedMethod" warning on methods only used on native code. by Jeremy Leconte · 7 months ago
  19. 6c8b8e0 Remove unused vars (Java) by Björn Terelius · 8 months ago
  20. 2d75cd3 Roll chromium_revision ccf648df91..aa68dfe997 (1365600:1366639) by Jeremy Leconte · 9 months ago
  21. e3819f6 Fix java errors that used to be disabled. by Jeremy Leconte · 9 months ago
  22. de6225b Don't crash on failed EGL makeCurrent attempts by Raman Budny · 10 months ago
  23. 3ad2c8d Make getNumObservers @VisibleForTesting so that it can be tested outside of package org.webrtc by Jonas Oreland · 11 months ago
  24. f92f39e Increase the default maximum jitter buffer size to 200 packets for Android. by karllen.zheng@ringcentral.com · 11 months ago
  25. 70a59b6 Flip default value of AndroidNetworkMonitor field trials by Jonas Oreland · 11 months ago
  26. e540648 Remove trailing semicolons in Java by Björn Terelius · 11 months ago
  27. c7e2568 Optionally overwrite instead of queueing render updates. by Ranveer Aggarwal · 12 months ago
  28. 6b0de3f Revert "Replace instead of queueing render updates." by Mirko Bonadei · 12 months ago
  29. 76960df Replace instead of queueing render updates. by Ranveer Aggarwal · 1 year ago
  30. b244727 [Android] Add RtcError class and use it in RtpTransceiver.setCodecPreferences by Byoungchan Lee · 1 year, 1 month ago
  31. 17b0651 Add a render callback to EGLRenderer by Ranveer Aggarwal · 1 year, 2 months ago
  32. 94dfe1c Fix NetworkMonitor race condition when dispatching native observers by Guy Hershenbaum · 1 year, 2 months ago
  33. 299b285 Add PortAllocatorFlags to JAVA API by Jonas Oreland · 1 year, 3 months ago
  34. 007a62d Cleanup sdk android code from using VideoEncoderFactory::CreateVideoEncoder by Danil Chapovalov · 1 year, 4 months ago
  35. f3096af Propagate Environment to create VideoEncoder through java wrappers by Danil Chapovalov · 1 year, 4 months ago
  36. 0355f45 Use Environment propagated through android sdk by Danil Chapovalov · 1 year, 5 months ago
  37. 2eee89e Cleanup webrtc::Environment propagation through java wrappers by Danil Chapovalov · 1 year, 5 months ago
  38. 22b6564 Propagate webrtc::Environment to create VideoDecoder through java wrappers by Danil Chapovalov · 1 year, 5 months ago
  39. 518e181 Trace render window state using a counter. by Linus Nilsson · 1 year, 8 months ago
  40. 3a15ba6 Reland^2 "Reland: Remove unsupported configuration value, `allow_codec_switching`" by Tomas Gunnarsson · 1 year, 8 months ago
  41. 117d847 Revert "Reland: Remove unsupported configuration value, `allow_codec_switching`" by Tomas Gunnarsson · 1 year, 8 months ago
  42. 783f1d8 Remove excessive logging in EglRenderer by Magnus Jedvert · 1 year, 9 months ago
  43. 28a7eed Add support for setPreferredMicrophoneFieldDimension API call in the WebRTC SDK by Per Åhgren · 1 year, 9 months ago
  44. 23501a2 Reland: Remove unsupported configuration value, `allow_codec_switching` by Tomas Gunnarsson · 1 year, 9 months ago
  45. 40ce767 Adopt RenderSynchronizer in EglThread and EglRenderer by Linus Nilsson · 1 year, 9 months ago
  46. 52ac8ec Add RenderSynchronizer class by Linus Nilsson · 1 year, 9 months ago
  47. 6b0c5ba Revert "Remove unsupported configuration value, `allow_codec_switching`" by Philip Eliasson · 1 year, 9 months ago
  48. 8f7a17f Remove unsupported configuration value, `allow_codec_switching` by Tommi · 1 year, 9 months ago
  49. 1d83570 Remove LegacyAudioDeviceModule.java by Andreas Pehrson · 1 year, 9 months ago
  50. dd15070 Adopt EglThread in EglRenderer once again. by Linus Nilsson · 1 year, 10 months ago
  51. 46c57c6 Revert "Adopt EglThread in EglRenderer" by Linus Nilsson · 1 year, 10 months ago
  52. 9acda0b Add support for toggling noise suppression effect on Android by Per Åhgren · 1 year, 11 months ago
  53. ad3f1bc Adopt EglThread in EglRenderer by Linus Nilsson · 1 year, 11 months ago
  54. 70483a5 Add unscaled getWidth/Height to TextureBuffer interface by Magnus Jedvert · 1 year, 11 months ago
  55. b987648 Exposed Adapter types for Android by MohamedRisaldarTA · 2 years ago
  56. 4200233 Add exception callbacks to EglThread by Linus Nilsson · 2 years ago
  57. 4e5b89f Create the EGLContext on the thread it will be used on. by Linus Nilsson · 2 years ago
  58. febf558 Revert "Adopt EglThread in EglRenderer" by Linus Nilsson · 2 years, 1 month ago
  59. 267040e Make native VideoTrack pointer public by Jonas Oreland · 2 years, 2 months ago
  60. c73ea4f More systematic null checks before calling native methods by Xavier Lepaul · 2 years, 2 months ago
  61. 87e74f9 Remove unused combined_audio_video_bwe. by Yury Yarashevich · 2 years, 2 months ago
  62. f4d0a49 Adopt EglThread in EglRenderer by Linus Nilsson · 2 years, 2 months ago
  63. 33697291 Add EglThread class wrapping EglConnection and handler. by Linus Nilsson · 2 years, 2 months ago
  64. cc1ee35 Reland "Avoid recreating VirtualDisplay on format changes." by Linus Nilsson · 2 years, 2 months ago
  65. 510890b Revert "Avoid recreating VirtualDisplay on format changes." by Mirko Bonadei · 2 years, 2 months ago
  66. fcd1dfa Avoid recreating VirtualDisplay on format changes. by Linus Nilsson · 2 years, 2 months ago
  67. 784c339 Expose setCodecPreferences/getCapabilities for android by David Liu · 2 years, 2 months ago
  68. df4bc33 Allow EglBase instances to share EGLConnection. by Linus Nilsson · 2 years, 3 months ago
  69. 88429d5 Account for stride when calculating buffer size by Sergey Silkin · 2 years, 3 months ago
  70. 0af2bc6 Add H265 to VideoCodecMimeType by Sergey Silkin · 2 years, 4 months ago
  71. c0c6538 AndroidNetworkMonitor - loosen assumptions even more by Jonas Oreland · 2 years, 8 months ago
  72. b05968e Do not create DtmfSender for video sender. by Roberto Perez · 2 years, 8 months ago
  73. c97651c Reland "Call native codec factories from Android ones." by Sergey Silkin · 2 years, 8 months ago
  74. 7dbd77c Revert "Call native codec factories from Android ones." by Andrey Logvin · 2 years, 8 months ago
  75. 937a592 Call native codec factories from Android ones. by Sergey Silkin · 2 years, 9 months ago
  76. f36d607 Remove the possibility to disable IPv6 in Java and ObjC. by Henrik Boström · 2 years, 9 months ago
  77. 4a1c9ec Cleanup old Android check for pre 4.4 versions by Saúl Ibarra Corretgé · 2 years, 9 months ago
  78. aafcc43 Remove libaom av1 encoder from SoftwareVideoEncoderFactory. by philipel · 2 years, 9 months ago
  79. 4dc6e05 Expose peer connection's `getStats` by RtpSender/Receiver in Android SDK by Roberto Perez · 2 years, 9 months ago
  80. 0c4563c Remove the libaom av1 decoder. by philipel · 2 years, 10 months ago
  81. c7d1f11 Android: Expose VideoFrame.TextureBuffer.applyTransformMatrix by Magnus Jedvert · 2 years, 10 months ago
  82. ceb71cd Switch encoder on any critical frame encode error (returncode < 0) by Sergey Silkin · 2 years, 10 months ago
  83. 043a803 Map the stopped transceiver direction on Android by Saúl Ibarra Corretgé · 3 years ago
  84. a0e090f Added an API to disable VolumeLogger on Android. by Ranveer Aggarwal · 3 years ago
  85. b5b159d Update old TODO comments by Niels Möller · 3 years, 1 month ago
  86. 091e073 Revert "Move Java PeerConnectionFactory.fieldTrialsFindFullName to different file." by Artem Titov · 3 years, 1 month ago
  87. d609473 Move Java PeerConnectionFactory.fieldTrialsFindFullName to different file. by Byoungchan Lee · 3 years, 1 month ago
  88. 61dbcd1 Rewrite "Reset all maps in AndroidNetworkMonitor Start()/Stop()" by Jonas Oreland · 3 years, 2 months ago
  89. 09a2848 Remove LibaomAv1EncoderIfSupported by philipel · 3 years, 2 months ago
  90. 8cd7b0a Revert "Reset all maps in AndroidNetworkMonitor Start()/Stop()" by Jonas Oreland · 3 years, 2 months ago
  91. 0229309 Reset all maps in AndroidNetworkMonitor Start()/Stop() by Jonas Oreland · 3 years, 3 months ago
  92. 4bc1220 Reland WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 14/inf by Jonas Oreland · 3 years, 3 months ago
  93. 6daa304 Added OnResolutionChange to EncoderSelectorInterface. by philipel · 3 years, 3 months ago
  94. 5471477 Revert "WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 14/inf" by Artem Titov · 3 years, 3 months ago
  95. f177081 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 14/inf by Jonas Oreland · 3 years, 3 months ago
  96. e0a92f9 Delete unused ScopedRegisterThreadForDebugging facility by Niels Möller · 3 years, 4 months ago
  97. ea0f9a0 Fix string that will not make field trial parser crash (in debug) by Jonas Oreland · 3 years, 4 months ago
  98. 870ffe7 Add libaom AV1 encoder java buildtargets. by philipel · 3 years, 4 months ago
  99. 09d488b Rename corresponding `libaom_av1_encoder_if_supported` java buildtargets. by philipel · 3 years, 4 months ago
  100. 0f50cc2 Remove checks for SDK <= 21 by Xavier Lepaul · 3 years, 5 months ago