1. 1ca30a7 Decouple input and output sample rate overrides. by Paulina Hensman · 6 years ago
  2. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 6 years ago
  3. 533a9fe Clean BUILD.gn files: remove extra :memory by Artem Titov · 6 years ago
  4. 98d85fe Android: Expose underlying EGL context in API by Magnus Jedvert · 6 years ago
  5. 0611a15 Make the stacktrace unit test more robust by Karl Wiberg · 6 years ago
  6. ab03638 Let threads opt in to having their stack traces printed by Karl Wiberg · 6 years ago
  7. 471783f Remove rtc::QueuedTask alias, use webrtc::QueuedTask directly by Danil Chapovalov · 6 years ago
  8. ad89528 Reland "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current" by Danil Chapovalov · 6 years ago
  9. 42d8c93 Revert "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current" by Yves Gerey · 6 years ago
  10. 304e9d2 Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current by Danil Chapovalov · 6 years ago
  11. 2c7b982 Revert "Delete CodecSpecificInfo argument from VideoDecoder::Decode" by Jeroen de Borst · 6 years ago
  12. 39d3a7d Delete CodecSpecificInfo argument from VideoDecoder::Decode by Niels Möller · 6 years ago
  13. 8a1e35c Finally delete deprecated mac capturer. by Kári Tristan Helgason · 6 years ago
  14. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 6 years ago
  15. 67f862e Guard against calls to OnEncodedFrame after Release. by Sami Kalliomäki · 6 years ago
  16. 7bc331f Android: Use android_deps directly by Peter Wen · 6 years ago
  17. ede7cb2 Rewrite video_loopback to use new mac capturer. by Kári Tristan Helgason · 6 years ago
  18. c8d2e73 Delete CodecSpecificInfo argument from VideoEncoder::Encode by Niels Möller · 6 years ago
  19. 110c64b Delete unused key WebRTC-Audio-SendSideBwe-For-Video. by Christoffer Rodbro · 6 years ago
  20. 07a4f2b Merge rtc_task_queue(_api|_impl)? build targets into one by Danil Chapovalov · 6 years ago
  21. 6ec2f54 Fix mis-spelled TODO items by Niels Möller · 6 years ago
  22. 0a16916 Use JavaAudioDeviceModule as default by Paulina Hensman · 6 years ago
  23. c130d42 Add ability to unwind stack for the current thread by Karl Wiberg · 6 years ago
  24. d1d0359 Remove memsets of CodecSpecificInfo. by philipel · 6 years ago
  25. fc52b91 Implicitly suppress //build/config/clang:find_bad_constructs. by Mirko Bonadei · 6 years ago
  26. 328027b Replace fatal error with error log by Danil Chapovalov · 6 years ago
  27. 6fe413d sdk/android:native_api_stacktrace: Declare a more narrow set of dependencies by Karl Wiberg · 6 years ago
  28. cf7c584 Only draw frames with height and width >0 by Paulina Hensman · 6 years ago
  29. 28221de Fix more -Wextra-semi. by Mirko Bonadei · 6 years ago
  30. e12a1c7 Adding GetStats APIs for senders/receivers. by Peter Hanspers · 6 years ago
  31. f2889bb Add option to inject YuvConverter to SurfaceTextureHelper. by Åsa Persson · 6 years ago
  32. 29f9cd9 Synchronize replaceRegion calls. by Anders Carlsson · 6 years ago
  33. bed8604 Adding entry point for the v2 stats API. by Peter Hanspers · 6 years ago
  34. 3256225 "Remove" loophole in rtc::Thread::ScopedDisallowBlockingCalls by Karl Wiberg · 6 years ago
  35. ce27875 [AndroidAudioRecord] Added audio format parameter to configure AudioRecord - JavaAudioDeviceModule by Alvaro Martinez · 6 years ago
  36. e9652ca6 Android: Add video processing interface by Magnus Jedvert · 6 years ago
  37. 3073c72 Fix AndroidVideoDecoderTest for new Robolectric version. by Sami Kalliomäki · 6 years ago
  38. d2f0436 Make sdk/android:{audio,video}_api_java publicly visible. by Mirko Bonadei · 6 years ago
  39. dac03d9 Move MediaConstraintsInterface to sdk/, and make it a concrete class by Niels Möller · 6 years ago
  40. 494ff28 Delete unused media constraints by Niels Möller · 6 years ago
  41. 5963fdd Pass-by-reference instead of value to initWithNativeEncodedImage by Dillon Cower · 6 years ago
  42. 260a71d Delete deprecated method PeerConnectionFactory::CreateVideoSource by Niels Möller · 6 years ago
  43. 9025bd5 Separate AndroidVideoTrackSource::OnFrameCaptured from adaptation by Magnus Jedvert · 6 years ago
  44. 99b275d Introduce class that handles native wrapping of AndroidVideoTrackSource by Magnus Jedvert · 6 years ago
  45. 167316b Remove proxy layer from AndroidVideoTrackSource by Magnus Jedvert · 6 years ago
  46. d8b9804 Add scaleResolutionDownBy to RtpParameters.Encoding in Android SDK. by Mirta Dvornicic · 6 years ago
  47. 817aec8 Add scaleResolutionDownBy to RTCRtpEncodingParameters in ObjC SDK. by Mirta Dvornicic · 6 years ago
  48. ee61f94 Fix a bug in video_encoder_wrapper where int array was not freed properly. by Sami Kalliomäki · 6 years ago
  49. fe055c1 [clang-tidy] Apply modernize-use-override fixes. by Mirko Bonadei · 6 years ago
  50. 190713c Remove +api from internal DEPS files. by Mirko Bonadei · 6 years ago
  51. 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 6 years ago
  52. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 6 years ago
  53. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  54. 443760d Android: Add option to print native stack traces in PeerConnectionFactory API by Magnus Jedvert · 6 years ago
  55. 7510e4a Reland "Android: Add helper methods for printing native stack traces" by Magnus Jedvert · 6 years ago
  56. 700615f Revert "Android: Add helper methods for printing native stack traces" by Magnus Jedvert · 6 years ago
  57. fad0893 Android: Remove static thread references from PeerconnectionFactory by Magnus Jedvert · 6 years ago
  58. dc32cc0 Android: Add helper methods for printing native stack traces by Magnus Jedvert · 6 years ago
  59. f93eda1 Move some video codec constants to separate file. by Erik Språng · 6 years ago
  60. 24871e4 Rename EncodedImage::_buffer --> buffer_, and make private by Niels Möller · 6 years ago
  61. 77536a2 Rename EncodedImage::_length --> size_, and make private. by Niels Möller · 6 years ago
  62. a0d4580 Add the equals method to IceServer. by Qingsi Wang · 6 years ago
  63. fa1ca1e Bug Fix: iOS H264 Encoder Crash Issue by Qiang Chen · 6 years ago
  64. 45340ca Remove legacy video codec factories. by Anders Carlsson · 6 years ago
  65. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  66. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  67. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago
  68. b8b3c99 Clean up visibility and dependencies of RTC event log build targets. by Bjorn Terelius · 6 years ago
  69. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  70. 73eb41f Log reason for dropped frame in RTCCameraVideoCapturer. by Kári Tristan Helgason · 6 years ago
  71. fb4e9bc Add a missing NULL check before releasing a texture ref. by Aaron Golden · 6 years ago
  72. ff98f4b Fix stop logging errors for stereo mode when it is not used by Gustavo Garcia · 6 years ago
  73. 1ebfb6a Introduce VideoFrame::id to keep track of frames inside application. by Artem Titov · 6 years ago
  74. d9ac058 New class FileRotatingStreamReader by Niels Möller · 6 years ago
  75. 1dfc4d5 Fix bug in camera preview layer. by Kári Tristan Helgason · 6 years ago
  76. 67a39ac Don't use system include syntax for project include in jni/pc/peerconnection.h by Steve Anton · 6 years ago
  77. 31d8b52 Delete unneeded includes of rtc_base/stringutils.h. by Niels Möller · 6 years ago
  78. 3ff71de Android: Add option to mirror vertically in EglRenderer by Magnus Jedvert · 6 years ago
  79. 25aefd3 Delete log severity LS_SENSITIVE by Niels Möller · 6 years ago
  80. e1301a8 Revert "Implement read-only codecPayloadType in RtpParameters" by Henrik Grunell · 6 years ago
  81. 94c0f26 Android: One weird trick for avoiding graphics deadlocks by Magnus Jedvert · 6 years ago
  82. 806e06d Implement read-only codecPayloadType in RtpParameters by Florent Castelli · 6 years ago
  83. 3d5df13 Switch to literals in playout delay tests by Paulina Hensman · 6 years ago
  84. 1d8307d Delete VideoCodec::targetBitrate by Niels Möller · 6 years ago
  85. 17d57c7 Reintroduce division by two for audio playout delay by Paulina Hensman · 6 years ago
  86. 69540f4 Use android Nullable instead of javax Nullable by Artem Titarenko · 6 years ago
  87. 24d8ec3 Set @rpath in AppRTCMobile for macOS. by Anders Carlsson · 6 years ago
  88. 1ec2a16 Revert "Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo" by Mirta Dvornicic · 6 years ago
  89. 6a8727b Update connection states to match spec changes. by Jonas Olsson · 6 years ago
  90. cdc5eb0 Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo by Mirta Dvornicic · 6 years ago
  91. e5e36dd Roll chromium_revision 3546854f59..2e285ebae2 (612694:613019) + fix JNI by Artem Titarenko · 6 years ago
  92. ebad177 Include event_wrapper.h only where used. by Niels Möller · 6 years ago
  93. 7c6fbf2 Android: Add constant for native EGL NO_CONTEXT by Magnus Jedvert · 6 years ago
  94. 897a991 Add metadata from VideoEncoderFactory::CodecInfo to VideoEncoder::EncoderInfo by Mirta Dvornicic · 6 years ago
  95. ff088a1 Reland "Run robolectric tests for Android on several Android API versions" by Artem Titarenko · 6 years ago
  96. 48fcf94 React to changes in either width or height in iOS Metal renderer. by Anders Carlsson · 6 years ago
  97. 071edf3 Add missing files to AAR. by Sami Kalliomäki · 6 years ago
  98. 0cc11b4 Android: Bump stack trace logging severity from debug to warning by Magnus Jedvert · 6 years ago
  99. 68478b8 Added user-defined predicate to filter video codec implementations. by Yura Yaroshevich · 6 years ago
  100. 154a262 Don't clear self.videoFrame when setting up OpenGL in the EAGL video view. by Aaron Golden · 6 years ago