1. c6ce9c5 New file api/video/BUILD.gn by Niels Möller · 6 years ago
  2. ee98be7 Fix handling non-tightly packed ByteBuffers in HardwareVideoDecoder. by Sami Kalliomäki · 6 years ago
  3. 24bebb8 Add checks and offset when using byteBuffer in WebRtcAudioRecord. by Paulina Hensman · 6 years ago
  4. 496caa9 Update sdk/objc ownership by Magnus Jedvert · 6 years ago
  5. 826738b Revert "Moving iOS Audio Device to sdk." by Max Morin · 6 years ago
  6. 5f0d0e7 Re-enable PeerConnectionTest#testTrackRemovalAndAddition. by Rasmus Brandt · 6 years ago
  7. a167212 Moving iOS Audio Device to sdk. by Peter Hanspers · 6 years ago
  8. 8df3a38 Deprecate RTPFragmentationHeader argument to VideoDecoder::Decode by Niels Möller · 6 years ago
  9. 31dbc24 Adding PeerConnection.Observer.onTrack to the Java SDK. by Seth Hampson · 6 years ago
  10. c56ff11 Delete deprecated decode:...fragmentationHeader:... objc method. by Niels Möller · 6 years ago
  11. 909338b Revert "Implement RtpParameters.transaction_id for PC RtpSenderInterface" by Max Morin · 6 years ago
  12. 1d87148 Fixed init of H.264 profile/level support table on iOS by Yura Yaroshevich · 6 years ago
  13. 5faf36e Implement RtpParameters.transaction_id for PC RtpSenderInterface by Florent Castelli · 6 years ago
  14. 35b67f0 Reland "Android: Remove deprecated PeerConnectionFactory ctors" by Magnus Jedvert · 6 years ago
  15. 7ba22b8 Break out the part of the iSAC codec that's used for Voice Activity Detection by Karl Wiberg · 6 years ago
  16. 1c62b98 Adding a Metal RGB renderer. by Peter Hanspers · 6 years ago
  17. 207e6f8 Revert "Android: Remove deprecated PeerConnectionFactory ctors" by Sam Zackrisson · 6 years ago
  18. edcd2cc Avoid allocation/copy by using GetFloatArrayRegion. by Mirko Bonadei · 6 years ago
  19. 26b9e12 Android: Let VideoSource dispose SurfaceTextureHelper by Magnus Jedvert · 6 years ago
  20. 3e0dee2 Android: Remove deprecated PeerConnectionFactory ctors by Magnus Jedvert · 6 years ago
  21. 26e0849 Fix a null pointer bug in NetworkMonitorAutoDetect.getNetworkState. by Qingsi Wang · 6 years ago
  22. cef0650 Set name for threads created in ObjC SDK by Yura Yaroshevich · 6 years ago
  23. cad9444 Remove H264 CHP field trial code. by Kári Tristan Helgason · 6 years ago
  24. 8b4e92d ObjC SDK: Stop using built-in SW video codecs by Magnus Jedvert · 6 years ago
  25. be80681 Add runtime check for metal support. by Kári Tristan Helgason · 6 years ago
  26. de2ed7d Support VPN adapter type in WebRTC Android. by Qingsi Wang · 6 years ago
  27. 5ebb82b Android: Remove video recording functionality from the camera classes by Magnus Jedvert · 6 years ago
  28. bc0f0d3 Rename end_of_superframe to end_of_picture. by Sergey Silkin · 6 years ago
  29. c199fae Deprecate RTCRtpFragmentationHeader argument for objc decoders. by Niels Möller · 6 years ago
  30. 0f77fea Init max supported H.264 profile at runtime on iOS by Yura Yaroshevich · 6 years ago
  31. 775d07e Avoid ObjectToString warning by Oleh Prypin · 6 years ago
  32. c1f083d Add notifiers for when the audio session will be activated/deactivated, did activate/deactivate and failed to activate/deactivate. by JT Teh · 6 years ago
  33. 1f433e4 Mark built-in software video codecs as poisonous. by Anders Carlsson · 6 years ago
  34. e61125c Move setting videoFrameSize into the main dispatch queue. by JT Teh · 6 years ago
  35. 2efb665 Add some more test cases for RTCCVPixelBuffer. by Anders Carlsson · 6 years ago
  36. 1a759c6 Android: Only use Java VideoFrames internally by Magnus Jedvert · 6 years ago
  37. 498592d Increase logging for Java ADM by Paulina Hensman · 6 years ago
  38. 29e865a Adds stereo support to FineAudioBuffer for mobile platforms. by henrika · 6 years ago
  39. e987f2b Android: Stop using VideoRenderer class by Magnus Jedvert · 6 years ago
  40. b9ac121 Android: Update MediaCodecVideoDecoder to output VideoFrames by Magnus Jedvert · 6 years ago
  41. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 6 years ago
  42. 5c14725 Update the drawable size when changing the view's frame. by JT Teh · 6 years ago
  43. 7d8f594 Make depending on a specific audio implementation optional. by Sami Kalliomäki · 6 years ago
  44. acdaaaf Android: Fix cropping logic for NV12/NV21 buffers by Magnus Jedvert · 6 years ago
  45. bb23c83 GN hack to tag targets as poisonous (and use it with audio codecs) by Karl Wiberg · 6 years ago
  46. 4049a25 Make MTLView content mode settable. by Kári Tristan Helgason · 6 years ago
  47. 3d19009 Temporary suppress bytebuffer warnings. by Artem Titov · 6 years ago
  48. 0b71c29 Allow creation of 420 Buffer using YUV data. by Piotr (Peter) Slatala · 6 years ago
  49. 06d094f Add renderer-agnostic delegate protocol. by Kári Tristan Helgason · 6 years ago
  50. 8d7393b FineAudioBuffer now uses 16-bit audio samples to match the AudioDeviceBuffer. by henrika · 6 years ago
  51. 4f7b640 Add checks that we don't redraw the previous frame. by Kári Tristan Helgason · 6 years ago
  52. aedd090 Android JavaAudioDeviceModule: Defer creation of native ADM by Magnus Jedvert · 6 years ago
  53. 2cb7b5e Convert BitrateAdjuster from webrtc::Clock to rtc::TimeMillis. by Niels Möller · 6 years ago
  54. 7ba2e19 Removing deprecated label() that is no longer used. by Seth Hampson · 6 years ago
  55. 8619e8a Add VideoEncoder.ScalingSettings.toString method. by Sami Kalliomäki · 6 years ago
  56. 4478d9b Update Android HW encoders to the latest CodecSpecificInfoVP9 changes. by Rasmus Brandt · 6 years ago
  57. 080e7b2 Android: Log OpenGL shader source code in case of compile error by Magnus Jedvert · 6 years ago
  58. 1d270f8 Reland "Android: Generalize and make TextureBufferImpl public" by Magnus Jedvert · 6 years ago
  59. 64051d4 Revert "Android: Generalize and make TextureBufferImpl public" by Sami Kalliomäki · 6 years ago
  60. 28111d7 Android: Generalize and make TextureBufferImpl public by Magnus Jedvert · 6 years ago
  61. 5b07c24 iOS H264 encoder: Make initial compression session respect pixel format. by Anders Carlsson · 6 years ago
  62. 3acffc3 Remove SdpSemantics::kDefault by Steve Anton · 6 years ago
  63. c1161eb Add test case for renderer reconstruction. by Kári Tristan Helgason · 6 years ago
  64. a2a9875 Add unit tests for Android audio device module by Paulina Hensman · 6 years ago
  65. 2ed62b3 Android: Allow construction of GlTextureFrameBuffer from non-OpenGL thread by Magnus Jedvert · 6 years ago
  66. d560132 Revert "Fix rendering on an iPhone X's tall screen." by JT Teh · 6 years ago
  67. 27af5db Log video toolbox error codes by Yura Yaroshevich · 6 years ago
  68. 30d5f6d Small cleanup in sdk/android ADM by Paulina Hensman · 6 years ago
  69. a72b7fc ObjC: Add missing _lastDrawnFrame assignments by Maxim Pavlov · 6 years ago
  70. e49452d Reland "Improve thread-safety of MTL Renderer." by Kári Tristan Helgason · 6 years ago
  71. 6144fa5 Revert "Improve thread-safety of MTL Renderer." by JT Teh · 6 years ago
  72. 61db3fd Make VideoFrame.Buffer implementations lock-free. by Sami Kalliomäki · 6 years ago
  73. 11b34f4 Remove chromium clang style errors affecting sdk/android/media_jni by Paulina Hensman · 6 years ago
  74. a8f13cc Improve thread-safety of MTL Renderer. by Kári Tristan Helgason · 6 years ago
  75. 5817d3d AudioCodingModule::Create(): Require caller to supply an AudioDecoderFactory by Karl Wiberg · 6 years ago
  76. 66f1e9e Android: Add AudioDeviceModule interface and clean up implementation code by Magnus Jedvert · 6 years ago
  77. 1641ca3 Split out video targets from //sdk/android:base_java. by Sami Kalliomäki · 6 years ago
  78. 498644e Quick Look in the Xcode Debugger for Obj-C frame buffer classes. by Anders Carlsson · 6 years ago
  79. a680a6a Enable and fix chromium clang warnings in sdk/android targets. by Paulina Hensman · 6 years ago
  80. 87c5463 Correctly set iOS VideoToolbox encoder start bitrate. by Kári Tristan Helgason · 6 years ago
  81. 2a1bbc3 ObjC: Deprecate codec settings parameter in startDecode method. by Anders Carlsson · 6 years ago
  82. e2be7ee Android: Split out audio device targets by Magnus Jedvert · 6 years ago
  83. 0bdb5dd Fix framerate based bitrate adjuster. by Sami Kalliomäki · 6 years ago
  84. fe9d817 Reland "Add unit tests for RTCCVPixelBuffer and ObjCVideoTrackSource." by Anders Carlsson · 6 years ago
  85. 35d052c Revert "Add unit tests for RTCCVPixelBuffer and ObjCVideoTrackSource." by JT Teh · 6 years ago
  86. a21090b Android: Remove IsCommunicationModeEnabled() from AudioManager by Magnus Jedvert · 6 years ago
  87. 27e41c5 Android: Split out VolumeLogger class by Magnus Jedvert · 6 years ago
  88. 003211c Android: Rename AudioDeviceModule to JavaAudioDeviceModule by Magnus Jedvert · 6 years ago
  89. dea6889 Add sanity checks of IceConfig parameters. by Qingsi Wang · 6 years ago
  90. e2971ec Android audio manager: Move responsibility of OpenSLES engine by Magnus Jedvert · 6 years ago
  91. 1a18e0a Android audio code: Replace C++ template with input/output interface by Magnus Jedvert · 6 years ago
  92. 4ea50c2 Add unit tests for RTCCVPixelBuffer and ObjCVideoTrackSource. by Anders Carlsson · 6 years ago
  93. d7e1266 Remove unnecessary dependencies from //sdk/android:base_java. by Sami Kalliomäki · 6 years ago
  94. 725c106 Split out peerconnection, swcodec and hwcodec targets from Android SDK. by Sami Kalliomäki · 6 years ago
  95. dc52651 Annotate rest of WebRTC with @Nullable. by Sami Kalliomäki · 6 years ago
  96. ff4cac9 Android audio device template: Don't use output parameters by Magnus Jedvert · 6 years ago
  97. 61fce40 Android: Fix compilation of moved aaudio by Magnus Jedvert · 6 years ago
  98. 5e55fe8 Adding flag to enable/disable use of SRTP_AES128_CM_SHA1_32 crypto suite. by Taylor Brandstetter · 6 years ago
  99. 29e7bee Move aligned memory utilities to rtc_base/memory/ by Karl Wiberg · 6 years ago
  100. 70899e0 Add support for creating java PCF from native one. by Artem Titov · 6 years ago