1. f2889bb Add option to inject YuvConverter to SurfaceTextureHelper. by Åsa Persson · 6 years ago
  2. 29f9cd9 Synchronize replaceRegion calls. by Anders Carlsson · 6 years ago
  3. bed8604 Adding entry point for the v2 stats API. by Peter Hanspers · 6 years ago
  4. 3256225 "Remove" loophole in rtc::Thread::ScopedDisallowBlockingCalls by Karl Wiberg · 6 years ago
  5. ce27875 [AndroidAudioRecord] Added audio format parameter to configure AudioRecord - JavaAudioDeviceModule by Alvaro Martinez · 6 years ago
  6. e9652ca Android: Add video processing interface by Magnus Jedvert · 6 years ago
  7. 3073c72 Fix AndroidVideoDecoderTest for new Robolectric version. by Sami Kalliomäki · 6 years ago
  8. d2f0436 Make sdk/android:{audio,video}_api_java publicly visible. by Mirko Bonadei · 6 years ago
  9. dac03d9 Move MediaConstraintsInterface to sdk/, and make it a concrete class by Niels Möller · 6 years ago
  10. 494ff28 Delete unused media constraints by Niels Möller · 6 years ago
  11. 5963fdd Pass-by-reference instead of value to initWithNativeEncodedImage by Dillon Cower · 6 years ago
  12. 260a71d Delete deprecated method PeerConnectionFactory::CreateVideoSource by Niels Möller · 6 years ago
  13. 9025bd5 Separate AndroidVideoTrackSource::OnFrameCaptured from adaptation by Magnus Jedvert · 6 years ago
  14. 99b275d Introduce class that handles native wrapping of AndroidVideoTrackSource by Magnus Jedvert · 6 years ago
  15. 167316b Remove proxy layer from AndroidVideoTrackSource by Magnus Jedvert · 6 years ago
  16. d8b9804 Add scaleResolutionDownBy to RtpParameters.Encoding in Android SDK. by Mirta Dvornicic · 6 years ago
  17. 817aec8 Add scaleResolutionDownBy to RTCRtpEncodingParameters in ObjC SDK. by Mirta Dvornicic · 6 years ago
  18. ee61f94 Fix a bug in video_encoder_wrapper where int array was not freed properly. by Sami Kalliomäki · 6 years ago
  19. fe055c1 [clang-tidy] Apply modernize-use-override fixes. by Mirko Bonadei · 6 years ago
  20. 190713c Remove +api from internal DEPS files. by Mirko Bonadei · 6 years ago
  21. 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 6 years ago
  22. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 6 years ago
  23. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  24. 443760d Android: Add option to print native stack traces in PeerConnectionFactory API by Magnus Jedvert · 6 years ago
  25. 7510e4a Reland "Android: Add helper methods for printing native stack traces" by Magnus Jedvert · 6 years ago
  26. 700615f Revert "Android: Add helper methods for printing native stack traces" by Magnus Jedvert · 6 years ago
  27. fad0893 Android: Remove static thread references from PeerconnectionFactory by Magnus Jedvert · 6 years ago
  28. dc32cc0 Android: Add helper methods for printing native stack traces by Magnus Jedvert · 6 years ago
  29. f93eda1 Move some video codec constants to separate file. by Erik Språng · 6 years ago
  30. 24871e4 Rename EncodedImage::_buffer --> buffer_, and make private by Niels Möller · 6 years ago
  31. 77536a2 Rename EncodedImage::_length --> size_, and make private. by Niels Möller · 6 years ago
  32. a0d4580 Add the equals method to IceServer. by Qingsi Wang · 6 years ago
  33. fa1ca1e Bug Fix: iOS H264 Encoder Crash Issue by Qiang Chen · 6 years ago
  34. 45340ca Remove legacy video codec factories. by Anders Carlsson · 6 years ago
  35. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  36. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  37. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago
  38. b8b3c99 Clean up visibility and dependencies of RTC event log build targets. by Bjorn Terelius · 6 years ago
  39. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  40. 73eb41f Log reason for dropped frame in RTCCameraVideoCapturer. by Kári Tristan Helgason · 6 years ago
  41. fb4e9bc Add a missing NULL check before releasing a texture ref. by Aaron Golden · 6 years ago
  42. ff98f4b Fix stop logging errors for stereo mode when it is not used by Gustavo Garcia · 6 years ago
  43. 1ebfb6a Introduce VideoFrame::id to keep track of frames inside application. by Artem Titov · 6 years ago
  44. d9ac058 New class FileRotatingStreamReader by Niels Möller · 6 years ago
  45. 1dfc4d5 Fix bug in camera preview layer. by Kári Tristan Helgason · 6 years ago
  46. 67a39ac Don't use system include syntax for project include in jni/pc/peerconnection.h by Steve Anton · 6 years ago
  47. 31d8b52 Delete unneeded includes of rtc_base/stringutils.h. by Niels Möller · 6 years ago
  48. 3ff71de Android: Add option to mirror vertically in EglRenderer by Magnus Jedvert · 6 years ago
  49. 25aefd3 Delete log severity LS_SENSITIVE by Niels Möller · 6 years ago
  50. e1301a8 Revert "Implement read-only codecPayloadType in RtpParameters" by Henrik Grunell · 6 years ago
  51. 94c0f26 Android: One weird trick for avoiding graphics deadlocks by Magnus Jedvert · 6 years ago
  52. 806e06d Implement read-only codecPayloadType in RtpParameters by Florent Castelli · 6 years ago
  53. 3d5df13 Switch to literals in playout delay tests by Paulina Hensman · 6 years ago
  54. 1d8307d Delete VideoCodec::targetBitrate by Niels Möller · 6 years ago
  55. 17d57c7 Reintroduce division by two for audio playout delay by Paulina Hensman · 6 years ago
  56. 69540f4 Use android Nullable instead of javax Nullable by Artem Titarenko · 6 years ago
  57. 24d8ec3 Set @rpath in AppRTCMobile for macOS. by Anders Carlsson · 6 years ago
  58. 1ec2a16 Revert "Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo" by Mirta Dvornicic · 6 years ago
  59. 6a8727b Update connection states to match spec changes. by Jonas Olsson · 6 years ago
  60. cdc5eb0 Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo by Mirta Dvornicic · 6 years ago
  61. e5e36dd Roll chromium_revision 3546854f59..2e285ebae2 (612694:613019) + fix JNI by Artem Titarenko · 6 years ago
  62. ebad177 Include event_wrapper.h only where used. by Niels Möller · 6 years ago
  63. 7c6fbf2 Android: Add constant for native EGL NO_CONTEXT by Magnus Jedvert · 6 years ago
  64. 897a991 Add metadata from VideoEncoderFactory::CodecInfo to VideoEncoder::EncoderInfo by Mirta Dvornicic · 6 years ago
  65. ff088a1 Reland "Run robolectric tests for Android on several Android API versions" by Artem Titarenko · 6 years ago
  66. 48fcf94 React to changes in either width or height in iOS Metal renderer. by Anders Carlsson · 6 years ago
  67. 071edf3 Add missing files to AAR. by Sami Kalliomäki · 6 years ago
  68. 0cc11b4 Android: Bump stack trace logging severity from debug to warning by Magnus Jedvert · 6 years ago
  69. 68478b8 Added user-defined predicate to filter video codec implementations. by Yura Yaroshevich · 6 years ago
  70. 154a262 Don't clear self.videoFrame when setting up OpenGL in the EAGL video view. by Aaron Golden · 6 years ago
  71. 6b3d181 Remove unused BWE field trial strings. by Bjorn Terelius · 6 years ago
  72. 9289eda Revert "Replace the IceConnectionState implementation." by Alex Loiko · 6 years ago
  73. 4f00075 Remove use of CodecSpecificInfo.codec_name by Erik Språng · 6 years ago
  74. 1e87b4f Replace the IceConnectionState implementation. by Jonas Olsson · 6 years ago
  75. e3abb81 Decouple //rtc_base:rtc_base_tests_utils from gunit. by Mirko Bonadei · 6 years ago
  76. 3955a50 Metal: Don't render into an empty view. by Peter Hanspers · 6 years ago
  77. 5486bcd Remove SetChannelParameters function from API classes. by philipel · 6 years ago
  78. 2ff3f49 Move webrtc::CreatePeerConnectionFactory definition next to decl. by Mirko Bonadei · 6 years ago
  79. e4cccae Removed ability to set CryptoOptions through PeerConnectionFactory from bindings. by Benjamin Wright · 6 years ago
  80. cfddbb7 Add ios bindings for PeerConnectionState. by Jonas Olsson · 6 years ago
  81. 59a01b0 Set Framerate in RTCVideoEncoderH264 by Qiang Chen · 6 years ago
  82. 8ef5793 Switch from RTC_DISABLE_VP9 to RTC_ENABLE_VP9. by Mirko Bonadei · 6 years ago
  83. bd6ffaf Fix small issues that stops the Chromium DEPS roll. by Patrik Höglund · 6 years ago
  84. 0462948 Revert "Add ios bindings for PeerConnectionState." by Jonas Olsson · 6 years ago
  85. 9514071 Android: Support externally aligned timestamps by Magnus Jedvert · 6 years ago
  86. f01d8c8 Add android bindings for PeerConnectionState. by Jonas Olsson · 6 years ago
  87. 586725d Add ios bindings for PeerConnectionState. by Jonas Olsson · 6 years ago
  88. b1e4775 Exposing rtcp report interval setting in objc api by Jiawei Ou · 6 years ago
  89. 3bc696f Android EglRenderer: Replace unicoce character with ascii character by Magnus Jedvert · 6 years ago
  90. 6dbf0e4 Remove all aliases to rtc::Thread by Danil Chapovalov · 6 years ago
  91. 4aeb35b Explicitly retain self in objc blocks to avoid compiler warning. by Jiawei Ou · 6 years ago
  92. 140b1d9 Eliminate use of EventWrapper from android audio device tests by Niels Möller · 6 years ago
  93. 5ae3a02 Revert "Run robolectric tests for Android on several Android API versions" by Danil Chapovalov · 6 years ago
  94. e598e6b Run robolectric tests for Android on several Android API versions by Artem Titarenko · 6 years ago
  95. 6528d8a In Android encoders, cache EncoderInfo in InitEncode. by Erik Språng · 6 years ago
  96. 357f596 Split a separate codecs target off of :video_jni by Jonathan Yu · 6 years ago
  97. b768e88 Reland "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  98. 50f60cb Rename software codec classes and move them into api/ by Jonathan Yu · 6 years ago
  99. 61c6e56 Revert "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  100. a7f77a7 Isolating APM API build target: making :api an actual target. by Alessio Bazzica · 6 years ago