1. 2eee89e Cleanup webrtc::Environment propagation through java wrappers by Danil Chapovalov · 1 year, 1 month ago
  2. 22b6564 Propagate webrtc::Environment to create VideoDecoder through java wrappers by Danil Chapovalov · 1 year, 1 month ago
  3. ff61626 Fix Chromium roll failures due to classpath format changes in jni_zero by Byoungchan Lee · 1 year, 1 month ago
  4. a8375bb iOS: Fix building tests on real devices by Florent Castelli · 1 year, 2 months ago
  5. 1b61c71 Expose setCodecPreferences/getCapabilities for iOS by Karim H · 1 year, 2 months ago
  6. 1768705 Revert^4 "Delete pc/peerconnection build target" by Harald Alvestrand · 1 year, 2 months ago
  7. 4c335b7 Record audio timestamps from iOS. by Olov Brändström · 1 year, 2 months ago
  8. 7f45753 Revert^3 "Delete pc/peerconnection build target" by Mirko Bonadei · 1 year, 2 months ago
  9. 361d74b [Stats] Fix missing dependency on stats. by Henrik Boström · 1 year, 2 months ago
  10. b51c4b0 Revert^2 "Delete pc/peerconnection build target" by Harald Alvestrand · 1 year, 2 months ago
  11. 0bf7a60 [Stats] Migrate Java to Attributes(). by Henrik Boström · 1 year, 2 months ago
  12. 7760536 [Stats] Migrate ObjC to Attributes(). by Henrik Boström · 1 year, 2 months ago
  13. 3a20023 Roll chromium_revision 49983e8c01..93bbe3fbc0 (1242712:1244582) by Bjorn Terelius · 1 year, 2 months ago
  14. 9702f6c Roll chromium_revision fd0452ac3a..49983e8c01 (1242677:1242712) by Bjorn Terelius · 1 year, 2 months ago
  15. 771b524 Revert "Delete pc/peerconnection build target" by Christoffer Dewerin · 1 year, 3 months ago
  16. 18a42e3 Delete pc/peerconnection build target by Harald Alvestrand · 1 year, 3 months ago
  17. 151003d Deprecate RtcEventLogFactory constructor taking unused parameter by Danil Chapovalov · 1 year, 3 months ago
  18. 034120e Set isActive to false only when AVAudioSession is set. by Abby Yeh · 1 year, 3 months ago
  19. 924f716 Revert "Reland "Expose getCapabilities/setCodecPreferences for objc"" by Björn Terelius · 1 year, 3 months ago
  20. 1939c43 Reland "Expose getCapabilities/setCodecPreferences for objc" by David Liu · 1 year, 3 months ago
  21. a1a05e2 Restore android metrics_default_jni dependency on heavy pc:peerconnection target by Danil Chapovalov · 1 year, 4 months ago
  22. 9fdceb8 Add environment_construction poison by Danil Chapovalov · 1 year, 4 months ago
  23. 518e181 Trace render window state using a counter. by Linus Nilsson · 1 year, 4 months ago
  24. 3a15ba6 Reland^2 "Reland: Remove unsupported configuration value, `allow_codec_switching`" by Tomas Gunnarsson · 1 year, 4 months ago
  25. 117d847 Revert "Reland: Remove unsupported configuration value, `allow_codec_switching`" by Tomas Gunnarsson · 1 year, 4 months ago
  26. 36ed560 Fall back to software encoding on wrong HW video encoder configuration by Raman Budny · 1 year, 4 months ago
  27. bd523af Add unit test to RenderSynchronizer by Linus Nilsson · 1 year, 4 months ago
  28. 779c9de Migrate CreatePeerConnectionFactory implementation to EnableMedia api by Danil Chapovalov · 1 year, 4 months ago
  29. 7e21b0c Migrage objc sdk and examples to EnableMedia api by Danil Chapovalov · 1 year, 4 months ago
  30. 554f7db Add EnableMediaWithDefaults to replace SetMediaEngineDefaults by Danil Chapovalov · 1 year, 4 months ago
  31. 3ee8117 H265 build fix for Android. by philipel · 1 year, 4 months ago
  32. 783f1d8 Remove excessive logging in EglRenderer by Magnus Jedvert · 1 year, 4 months ago
  33. 28a7eed Add support for setPreferredMicrophoneFieldDimension API call in the WebRTC SDK by Per Åhgren · 1 year, 5 months ago
  34. 23501a2 Reland: Remove unsupported configuration value, `allow_codec_switching` by Tomas Gunnarsson · 1 year, 5 months ago
  35. 7a30b97 Parameterize EglRendererTest to also run with RenderSynchronizer by Linus Nilsson · 1 year, 5 months ago
  36. 40ce767 Adopt RenderSynchronizer in EglThread and EglRenderer by Linus Nilsson · 1 year, 5 months ago
  37. 52ac8ec Add RenderSynchronizer class by Linus Nilsson · 1 year, 5 months ago
  38. 9efd080 Implement GetStats in Android ADM. by Jakob Ivarsson · 1 year, 5 months ago
  39. 6b0c5ba Revert "Remove unsupported configuration value, `allow_codec_switching`" by Philip Eliasson · 1 year, 5 months ago
  40. 8f7a17f Remove unsupported configuration value, `allow_codec_switching` by Tommi · 1 year, 5 months ago
  41. 1d83570 Remove LegacyAudioDeviceModule.java by Andreas Pehrson · 1 year, 5 months ago
  42. f166fe2 Avoid excessive eglMakeCurrent calls by Linus Nilsson · 1 year, 5 months ago
  43. 3af8bfb Disable flaky test by Ilya Nikolaevskiy · 1 year, 5 months ago
  44. dd15070 Adopt EglThread in EglRenderer once again. by Linus Nilsson · 1 year, 6 months ago
  45. c27034b Revert "Expose getCapabilities/setCodecPreferences for objc" by Manashi Sarkar · 1 year, 6 months ago
  46. a2f30e1 Expose getCapabilities/setCodecPreferences for objc by David Liu · 1 year, 6 months ago
  47. 2d508f1 Deprecate old names for EncodedImage::RtpTimestamp accessor and setter by Danil Chapovalov · 1 year, 6 months ago
  48. ae82df7 Add codec name H265 to support H265 in WebRTC by qwu16 · 1 year, 6 months ago
  49. 2e7ed0d Roll chromium_revision 6ac7929166..eef62e8a0c (1190797:1197906) by Jeremy Leconte · 1 year, 6 months ago
  50. 46c57c6 Revert "Adopt EglThread in EglRenderer" by Linus Nilsson · 1 year, 6 months ago
  51. 9acda0b Add support for toggling noise suppression effect on Android by Per Åhgren · 1 year, 7 months ago
  52. 55b593f Remove EncodedFrame::MissingFrame and start removing Decode() param by Tony Herre · 1 year, 7 months ago
  53. ad3f1bc Adopt EglThread in EglRenderer by Linus Nilsson · 1 year, 7 months ago
  54. 70483a5 Add unscaled getWidth/Height to TextureBuffer interface by Magnus Jedvert · 1 year, 7 months ago
  55. b987648 Exposed Adapter types for Android by MohamedRisaldarTA · 1 year, 7 months ago
  56. 51f6a20 Roll chromium_revision 6b95b8aa08..80c35b98ae (1175249:1180373) by Björn Terelius · 1 year, 7 months ago
  57. c59be6d Roll chromium_revision 10080947c0..6b95b8aa08 (1174188:1175249) by Mirko Bonadei · 1 year, 7 months ago
  58. 9130431 Add possibility to set RTC_OBJC_TYPE_PREFIX from GN. by Mirko Bonadei · 1 year, 8 months ago
  59. 4200233 Add exception callbacks to EglThread by Linus Nilsson · 1 year, 8 months ago
  60. 4e5b89f Create the EGLContext on the thread it will be used on. by Linus Nilsson · 1 year, 8 months ago
  61. 6fc700e Rland "Revert "Reland "Reland "Delete old Android ADM."""" by Yaowen Guo · 1 year, 9 months ago
  62. becfe2e Make opengl targets ios-only. by Kári Tristan Helgason · 1 year, 9 months ago
  63. 415e30f Extract some test code out from audio_device_impl into own targets by Artem Titov · 1 year, 9 months ago
  64. 9948623 Use AVCaptureDeviceDiscoverySession on all platforms by Kári Tristan Helgason · 1 year, 9 months ago
  65. ba50cb3 Reland "Delete deprecated NSGLVideoView." by Kári Tristan Helgason · 1 year, 9 months ago
  66. ea668e3 Revert "Delete deprecated NSGLVideoView." by Mirko Bonadei · 1 year, 9 months ago
  67. 54d7547 Delete deprecated NSGLVideoView. by Kári Tristan Helgason · 1 year, 9 months ago
  68. e5ee437 Fix candidate leak with initWithNativeCandidate. by Yury Yarashevich · 1 year, 9 months ago
  69. 11affdd Fix PeerConnectionDependencies leak on PC init. by Yury Yarashevich · 1 year, 9 months ago
  70. febf558 Revert "Adopt EglThread in EglRenderer" by Linus Nilsson · 1 year, 9 months ago
  71. de92338 Update parameters' type from NSString to AVAudioSession*. by Abby Yeh · 1 year, 9 months ago
  72. 47bdcc1 When updating audio session, update category, mode, options at once. by Abby Yeh · 1 year, 9 months ago
  73. 267040e Make native VideoTrack pointer public by Jonas Oreland · 1 year, 10 months ago
  74. c73ea4f More systematic null checks before calling native methods by Xavier Lepaul · 1 year, 10 months ago
  75. 87e74f9 Remove unused combined_audio_video_bwe. by Yury Yarashevich · 1 year, 10 months ago
  76. f4d0a49 Adopt EglThread in EglRenderer by Linus Nilsson · 1 year, 10 months ago
  77. 33697291 Add EglThread class wrapping EglConnection and handler. by Linus Nilsson · 1 year, 10 months ago
  78. cc1ee35 Reland "Avoid recreating VirtualDisplay on format changes." by Linus Nilsson · 1 year, 10 months ago
  79. 510890b Revert "Avoid recreating VirtualDisplay on format changes." by Mirko Bonadei · 1 year, 10 months ago
  80. fcd1dfa Avoid recreating VirtualDisplay on format changes. by Linus Nilsson · 1 year, 10 months ago
  81. 784c339 Expose setCodecPreferences/getCapabilities for android by David Liu · 1 year, 10 months ago
  82. 36d4155 Removed unused members of UIDevice extension. by Yury Yarashevich · 1 year, 10 months ago
  83. 14d4e9f Fix crash in RTCMTLVideoView when trying to draw an invalid sized frame by Saúl Ibarra Corretgé · 1 year, 11 months ago
  84. ea7f3d7 Update iOS H264 profile+level table. by Yury Yarashevich · 1 year, 11 months ago
  85. df4bc33 Allow EglBase instances to share EGLConnection. by Linus Nilsson · 1 year, 11 months ago
  86. 0421294 Enable RTC mode in Google HW AV1 encoder by Sergey Silkin · 1 year, 11 months ago
  87. 6f86f6a Format /sdk by Jared Siskin · 1 year, 11 months ago
  88. 88429d5 Account for stride when calculating buffer size by Sergey Silkin · 1 year, 11 months ago
  89. 6cf12bb Fetch encoded QP before releasing output buffer by Sergey Silkin · 1 year, 11 months ago
  90. 89facfc Fix potential null pointer access in HardwareVideoEncoder by Sergey Silkin · 1 year, 11 months ago
  91. 6cabf35 Expose network thread in RTCPeerConnectionFactory+Private. by Peter Hanspers · 1 year, 11 months ago
  92. 9658f47 Add missing dependency. by Taylor Brandstetter · 1 year, 11 months ago
  93. 7454fdd Revert "Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate." by Philip Eliasson · 2 years ago
  94. d2535a5 Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate. by philipel · 2 years ago
  95. a3ff334 Remove dependency to android_support_test_runner in webrtc by landrey · 2 years ago
  96. a0e4ce0 Add missing frameworks deps. by Mirko Bonadei · 2 years ago
  97. 910b225 Fetch encoded QP from MediaCodec encoders by Sergey Silkin · 2 years ago
  98. 49572e3 Add support for JavaToNativeFloatArray by Magnus Jedvert · 2 years ago
  99. 2d1fa47 Use MediaCodec API keys and values directly by Sergey Silkin · 2 years ago
  100. 342bbe1 Allow const pointer in NativeToJavaPointer by Magnus Jedvert · 2 years ago