1. 508e234 Remove unnecessary //base:base_java dependencies. by Sami Kalliomäki · 6 years ago
  2. 15f0a12 Allow releaseCallback to be null in JavaI420Buffer#wrap. by Sami Kalliomäki · 6 years ago
  3. d54f5f5 Rename rtc_instrumentation_test_apk targets to end with _test_apk. by Sami Kalliomäki · 6 years ago
  4. 0cbe05c Android: Remove custom matrix helper functions in RendererCommon by Magnus Jedvert · 7 years ago
  5. 9f6450d JNI generation: Replace base::subtle::AtomicWord with std::atomic<> by Oleh Prypin · 6 years ago
  6. 54bd8f5 Remove dead code. by Kári Tristan Helgason · 6 years ago
  7. ee1e74f Fix occasional crash in iOS ADM. by Kári Tristan Helgason · 7 years ago
  8. 9014324 Support compiling with the lastest iOS SDK. by Kári Tristan Helgason · 6 years ago
  9. f905286 The pixel buffer pool is currently recreated on every call to encode. by Peter Hanspers · 6 years ago
  10. e3a3842 Include RTCMTLVideoView even on archs without metal. by Kári Tristan Helgason · 6 years ago
  11. 009d096 Add missing dependencies to sdk/android:native_unittests_java. by Mirko Bonadei · 6 years ago
  12. f81ce94 Remove dependency between source_set and android_library. by Mirko Bonadei · 6 years ago
  13. 17aff35 Enable clang::find_bad_constructs for sdk/ (part 1). by Mirko Bonadei · 6 years ago
  14. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  15. ae1bcea Move cropAndScaleI420 to JavaI420Buffer. by Sami Kalliomäki · 7 years ago
  16. e09e6ef Reorder sdk/android/BUILD.gn. by Sami Kalliomäki · 7 years ago
  17. 903bd41 Move VideoCapturer to video_api and cleanup. by Sami Kalliomäki · 7 years ago
  18. 25cc8ad Fixed issue with BGRA RTCCVPixelBuffer scale and crop by David Porter · 7 years ago
  19. da04e06 Fix paths that were trying to go above the root by using too many "../.." by Oleh Prypin · 7 years ago
  20. 08410e7 Remove dead code from videoframe.cc. by Sami Kalliomäki · 7 years ago
  21. fdc0ef1 Add `is_android` guard to all Android rule usages. by Oleh Prypin · 7 years ago
  22. 8cf3040 Adds SSLCertificateVerifier to the Java API. by Benjamin Wright · 7 years ago
  23. 2ffed6d Enable clang::find_bad_constructs for sdk/android (part 1/2). by Mirko Bonadei · 7 years ago
  24. 702f4da Adds flag to enable AES_GCM from the Java API. by Benjamin Wright · 7 years ago
  25. d0136b8 Added API to Objective-C PeerConnectionFactoryOptions to enable GCM Ciphers. by Benjamin Wright · 7 years ago
  26. fe68203 Allow calling SoftwareVideoDecoderFactory#createDecoder(String). by Sami Kalliomäki · 7 years ago
  27. e6fcf3f Update CameraCapturer to use the new CapturerObserver. by Sami Kalliomäki · 7 years ago
  28. e250645 Call callback in IDLE state by Ing. Jan Kaláb · 7 years ago
  29. 01cee07 Fixed crash when PCF is destroyed before MediaSource/Track in ObjC by Yura Yaroshevich · 7 years ago
  30. e26ff4b Android: Transform legacy codec factories into VideoCodecFactories by Magnus Jedvert · 7 years ago
  31. e23feeb Don't care about H264 profiles when creating Android decoder. by Anders Carlsson · 7 years ago
  32. 026f27f Android: Pass VideoCodecInfo instead of String to createDecoder() by Magnus Jedvert · 7 years ago
  33. 443959b Android: Add software fallback wrapper in Default video codec factories by Magnus Jedvert · 7 years ago
  34. 1045af2 Android: Add helper functions for comparing H264 codecs by Magnus Jedvert · 7 years ago
  35. 8280a56 Clear interrupted flag on CallKit audio activation. by Zeke Chin · 7 years ago
  36. 8da935e Include libyuv/planar_functions.h for CopyPlane by Frank Barchard · 7 years ago
  37. 0f0e7a6 Android: Remove use of EGLContexts in PeerConnectionFactory by Magnus Jedvert · 7 years ago
  38. 7a16c54 Fixed crash when PCF is destroyed before RTCRtpReceiver in ObjC by Yura Yaroshevich · 7 years ago
  39. 10a4735 Add missing dependency on //third_party/abseil-cpp/absl/memory. by Mirko Bonadei · 7 years ago
  40. 879f788 Add missing dependencies on //third_party/abseil-cpp/absl/memory. by Mirko Bonadei · 7 years ago
  41. 79abc3d Add unittest for default severity level of RTCCallbackLogger by Jiawei Ou · 7 years ago
  42. 9ea085a Android: Fix QueryVideoEncoder() for H264 High Profile by Magnus Jedvert · 7 years ago
  43. 7561c21 Android: Honor disabling legacy video HW codec acceleration by Magnus Jedvert · 7 years ago
  44. 9bb8f80 Make the default severity level of RTCCallbackLogger match the comment on its header. by Jiawei Ou · 7 years ago
  45. 1e06d88 Migrate legacy Android video codec factories. by Anders Carlsson · 7 years ago
  46. ef43aaf Fixed crash when PCF is destroyed before RTCRtpSender in ObjC by Yura Yaroshevich · 7 years ago
  47. 4d131e4 Switch from int64 to int64_t. by Mirko Bonadei · 7 years ago
  48. 728b9b5 Adds PeerConnectionDependencies to Java API. by Benjamin Wright · 7 years ago
  49. 5e4ef77 Add unit test for JavaToNativeVideoCodecInfo. by Rasmus Brandt · 7 years ago
  50. 08f14dd Fixed crash when PCF is destroyed before RTCRtpTranceiver in ObjC by Yura Yaroshevich · 7 years ago
  51. 42a2fc9 Support injecting custom native codecs from Java. by Rasmus Brandt · 7 years ago
  52. bf7463b Android: Update tests to use new SurfaceTextureHelper interface by Magnus Jedvert · 7 years ago
  53. b2daaaa Update capturer/test code to use the new interface VideoCapturer. by Sami Kalliomäki · 7 years ago
  54. 05b552f Deprecate PeerConnectionFactory#createVideoSource(VideoCapturer). by Sami Kalliomäki · 7 years ago
  55. 80e7a7f Android: Output VideoFrames from SurfaceTextureHelper by Magnus Jedvert · 7 years ago
  56. bfd44e0 Add JavaToNativeVideoCodecInfo to native API. by Rasmus Brandt · 7 years ago
  57. b4918da Android: Deprecated custom matrix helper functions in RendererCommon by Magnus Jedvert · 7 years ago
  58. 783c6e3 Android camera: Replace custom matrix operations with android.opengl.Matrix by Magnus Jedvert · 7 years ago
  59. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
  60. 431f14e Android: Remove deprecated VideoRenderer and I420Frame by Magnus Jedvert · 7 years ago
  61. f4aeb89 Android: Handle StartRecording() failure gracefully by Magnus Jedvert · 7 years ago
  62. 23f71a8 Remove usage of //build/config/clang:extra_warnings. by Mirko Bonadei · 7 years ago
  63. 98badbc Add VP9 profile negotiation to SDP by Emircan Uysaler · 7 years ago
  64. 9f1de69 Add ADAPTER_TYPE_ANY in AdapterType. by Qingsi Wang · 7 years ago
  65. dc99e24 Removing deadbeef@ from OWNERS files. by Taylor Brandstetter · 7 years ago
  66. 7a29426 Detach audio devices from thread on terminate. by Paulina Hensman · 7 years ago
  67. c75b35a Fixed crash when PCF is destroyed before DataChannel in ObjC by Yura Yaroshevich · 7 years ago
  68. 0bd7bf0 Adding ABWENoTWCC field trial by Alex Narest · 7 years ago
  69. 1ec04f1 Reland "Reland "Injectable logging"" by Paulina Hensman · 7 years ago
  70. c806c1d Fixed crash when PCF is destroyed before MediaStream in ObjC by Yura Yaroshevich · 7 years ago
  71. 196100e Replace rtc::Optional with absl::optional by Danil Chapovalov · 7 years ago
  72. ae810c1 Create a peer connection factory builder by Jiawei Ou · 7 years ago
  73. beb2d98 Removing usage of //build/config/compiler:no_size_t_to_int_warning. by Mirko Bonadei · 7 years ago
  74. de212ca Removing some MSVC warning suppression flags. by Mirko Bonadei · 7 years ago
  75. 5297bd2 Fixed crash when PCF is destroyed before PC in ObjC by Yura Yaroshevich · 7 years ago
  76. fa2b8d7 Add separate native library for instrumentationtests by Paulina Hensman · 7 years ago
  77. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  78. 5d848f3 Delete picture id and tl0 index from CodecSpecificInfo. by Niels Möller · 7 years ago
  79. c66613d Android: Simlify createOesTextureBuffer() in VideoFrameBufferTest by Magnus Jedvert · 7 years ago
  80. f8e5c11 Refactor checks to use a copy of the new logging backend. by Jonas Olsson · 7 years ago
  81. 65c61dc Android: Add helper class for generating OpenGL shaders by Magnus Jedvert · 7 years ago
  82. 7c32c86 Metal view: Update drawable size when rotating. by Peter Hanspers · 7 years ago
  83. 6507054 Android: Add tests for VideoFrame.Buffer.toI420() and cropAndScale() by Magnus Jedvert · 7 years ago
  84. b7700d3 Android: Fix VideoTrack behavior for adding/removing VideoSinks by Magnus Jedvert · 7 years ago
  85. 789221f Adding WebRTC-Audio-ForceNoTWCC field trial by Alex Narest · 7 years ago
  86. e3cf3d0 Use enum class for VideoCodecMode and VideoCodecComplexity. by Niels Möller · 7 years ago
  87. b57e169 Add a flag to actively reset the SRTP parameters by Zhi Huang · 7 years ago
  88. abe301f Add HeaderExtensions to RtpParameters by Florent Castelli · 7 years ago
  89. 7af087a Metal renderer does not handle i420 frames correctly. by Peter Hanspers · 7 years ago
  90. dd3e0ab Make rtc_software_fallback_wrappers target visible. by Anders Carlsson · 7 years ago
  91. 80a0a4c Remove software fallback in Android hardware codec factories. by Anders Carlsson · 7 years ago
  92. fe89271 Android: Use JavaToNativeString in PeerConnectionFactory_InitializeFieldTrials by Magnus Jedvert · 7 years ago
  93. ec9c745 Adds support for new Windows ADM with limited API support. by henrika · 7 years ago
  94. 488eb98 Setting resolution alignment to 4 on iOS. by Peter Hanspers · 7 years ago
  95. 350531e Revert "Move class VideoCodec from common_types.h to its own api header file." by Danil Chapovalov · 7 years ago
  96. efc71e5 Move class VideoCodec from common_types.h to its own api header file. by Niels Möller · 7 years ago
  97. b616d09 Android: Add deprecation annotations to VideoRenderer and I420Frame by Magnus Jedvert · 7 years ago
  98. e266c80 Guard the android aaudio headers include with the aaudio preprocessor by Jiawei Ou · 7 years ago
  99. 3ecec84 Android: Throw exception in CallSessionFileRotatingLogSink if dir is null by Magnus Jedvert · 7 years ago
  100. a3e69e6 Add min_bitrate_bps to RTCRtpEncodingParameters. by Rasmus Brandt · 7 years ago