1. c6ce9c5 New file api/video/BUILD.gn by Niels Möller · 6 years ago
  2. 826738b Revert "Moving iOS Audio Device to sdk." by Max Morin · 6 years ago
  3. a167212 Moving iOS Audio Device to sdk. by Peter Hanspers · 6 years ago
  4. 7ba22b8 Break out the part of the iSAC codec that's used for Voice Activity Detection by Karl Wiberg · 6 years ago
  5. 1c62b98 Adding a Metal RGB renderer. by Peter Hanspers · 6 years ago
  6. 8b4e92d ObjC SDK: Stop using built-in SW video codecs by Magnus Jedvert · 6 years ago
  7. 0f77fea Init max supported H.264 profile at runtime on iOS by Yura Yaroshevich · 6 years ago
  8. 1f433e4 Mark built-in software video codecs as poisonous. by Anders Carlsson · 6 years ago
  9. bb23c83 GN hack to tag targets as poisonous (and use it with audio codecs) by Karl Wiberg · 6 years ago
  10. 06d094f Add renderer-agnostic delegate protocol. by Kári Tristan Helgason · 6 years ago
  11. 2cb7b5e Convert BitrateAdjuster from webrtc::Clock to rtc::TimeMillis. by Niels Möller · 6 years ago
  12. 5817d3d AudioCodingModule::Create(): Require caller to supply an AudioDecoderFactory by Karl Wiberg · 6 years ago
  13. fe9d817 Reland "Add unit tests for RTCCVPixelBuffer and ObjCVideoTrackSource." by Anders Carlsson · 6 years ago
  14. 35d052c Revert "Add unit tests for RTCCVPixelBuffer and ObjCVideoTrackSource." by JT Teh · 6 years ago
  15. 4ea50c2 Add unit tests for RTCCVPixelBuffer and ObjCVideoTrackSource. by Anders Carlsson · 6 years ago
  16. c3d1e09 Make sure RTCMTLVideoView.h ends up in framework headers. by Anders Carlsson · 6 years ago
  17. 7311918 Add an example app for iOS native API. by Anders Carlsson · 6 years ago
  18. 9823ee4 Fix native api in preparation for native_api example. by Anders Carlsson · 6 years ago
  19. a2d89fc Remove ObjC static library target. by Kári Tristan Helgason · 6 years ago
  20. 8cb344a Add new PeerConnection APIs to the ObjC SDK by Steve Anton · 7 years ago
  21. d68956d sdk:metal_objc should be publicly visible. by Mirko Bonadei · 7 years ago
  22. 99bf77c Fix issues found by gn check. by Kári Tristan Helgason · 7 years ago
  23. 8366e17 Rename Call::Config to CallConfig, keep old name as alias. by Niels Möller · 7 years ago
  24. 0d3c9a3 Delete RTCAVFoundationVideoSource and related classes. by Kári Tristan Helgason · 7 years ago
  25. c974b4b Remove corevideoframebuffer target. by Anders Carlsson · 7 years ago
  26. 3ff50fb Create experimental Obj-C++ API. by Anders Carlsson · 7 years ago
  27. 3b3364e Add new Logger to iOS SDK to be able to intercept logs and report them to the appropriate system by Anders Carlsson · 7 years ago
  28. dd8c165 Enable building WebRTC without built-in software codecs by Anders Carlsson · 7 years ago
  29. e7dd83f Add tests for starting and stopping RTCCameraVideoCapturer. by Anders Carlsson · 7 years ago
  30. 2ffe3e8 Reland Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  31. c1094eb Revert "Use runtime enabled features API to enable dual stream mode" by Lu Liu · 7 years ago
  32. 6f011df Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  33. dc6b477 Generate iOS framework umbrella header. by Anders Carlsson · 7 years ago
  34. 75baa49 Stop using public_deps in media/. by Mirko Bonadei · 7 years ago
  35. 34814c7 Stop using public_deps in api/. by Mirko Bonadei · 7 years ago
  36. a7f2d84 Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" by Per Kjellander · 7 years ago
  37. c73e1f4 Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"" by Per Kjellander · 7 years ago
  38. 588c548 GN rtc_* templates: Set default visibility to webrtc_root + "/*" by Karl Wiberg · 7 years ago
  39. 8020ae8 Adding test to check for c++ in framework headers. by Peter Hanspers · 7 years ago
  40. 99175c6 Add untracked headers to video_coding. by Patrik Höglund · 7 years ago
  41. a114c88 Reland "Reland "Reland "Put internal video codec factories into separate target""" by Anders Carlsson · 7 years ago
  42. 2767632 Expose RTCDtmfSender API via RTCRtpSender in ObjC SDK. by Yura Yaroshevich · 7 years ago
  43. bf56712 Exposed setOptions via RTCPeerConnectionFactory by Yura Yaroshevich · 7 years ago
  44. 0942b36 Revert "Reland "Reland "Put internal video codec factories into separate target""" by Anders Carlsson · 7 years ago
  45. 727b7d0 Reland "Reland "Put internal video codec factories into separate target"" by Anders Carlsson · 7 years ago
  46. 6552695 Revert "Reland "Put internal video codec factories into separate target"" by Lu Liu · 7 years ago
  47. 0efd1e8 Reland "Put internal video codec factories into separate target" by Anders Carlsson · 7 years ago
  48. bb298ac Revert "Put internal video codec factories into separate target" by Anders Carlsson · 7 years ago
  49. 51698ae Put internal video codec factories into separate target by Anders Carlsson · 7 years ago
  50. 0594a7c Stop using public_deps in common_video/. by Mirko Bonadei · 7 years ago
  51. 401d056 Removing $rtc_libyuv_dir and removing useless dependencies on libyuv. by Mirko Bonadei · 7 years ago
  52. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  53. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  54. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  55. e51f785 Stop using public_deps in pc/. by Mirko Bonadei · 7 years ago
  56. a498ae8 Stop using public_deps in system_wrappers. by Mirko Bonadei · 7 years ago
  57. 0250be5 Stop using public_deps to depend on libyuv. by Mirko Bonadei · 7 years ago
  58. 8e28c56 Remove dependency between objc_peeerconnectionfactory_base and libvpx. by Mirko Bonadei · 7 years ago
  59. b874a35 Complete moving i420 out from video_frame_api. by Patrik Höglund · 7 years ago
  60. b8ff8f7 Revert "Adding -Wno-deprecated-declarations to declarations deprecated in iOS 10" by Oleh Prypin · 7 years ago
  61. 012b56b Reland "Add file capturer to AppRTCMobile on simulator." by Daniela · 7 years ago
  62. 2a9dbe6 Adding -Wno-deprecated-declarations to declarations deprecated in iOS 10 by Mirko Bonadei · 7 years ago
  63. 61a7b14 Removing conditional visibility. by Mirko Bonadei · 7 years ago
  64. b93baff Revert "Add file capturer to AppRTCMobile on simulator." by Daniela Jovanoska Petrenko · 7 years ago
  65. 5adcd19 Add file capturer to AppRTCMobile on simulator. by Daniela · 7 years ago
  66. 0af86d1 Reland ObjC API for BWE allocation strategy by Magnus Jedvert · 7 years ago
  67. ef1140e Expose TurnCustomizer as a native ObjC property. by Zeke Chin · 7 years ago
  68. 1d4c152 Reland "Simple Default ObjC video codec factories." by Anders Carlsson · 7 years ago
  69. 293158b Revert ObjC API changes for BWE allocation strategy by Magnus Jedvert · 7 years ago
  70. 4556f3c Revert "Simple Default ObjC video codec factories." by Oskar Sundbom · 7 years ago
  71. 30915a7 Simple Default ObjC video codec factories. by Anders Carlsson · 7 years ago
  72. 47d3a01 Reenable some supressed warnings for the objc SDK. by Kári Tristan Helgason · 7 years ago
  73. 78609d5 Reland of BWE allocation strategy by Alex Narest · 7 years ago
  74. dc9ca93 Revert "BWE allocation strategy" by Alex Narest · 7 years ago
  75. a5fbc23 BWE allocation strategy by Alex Narest · 7 years ago
  76. 39260c4 Revert "BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic." by Lu Liu · 7 years ago
  77. 54d1da1 BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic. by Alex Narest · 7 years ago
  78. ae012cf Add xctest target to migrate sdk/objc/Framework to it. by Daniela · 7 years ago
  79. 7e04281 Injectable software video codecs in Obj-C. by Anders Carlsson · 7 years ago
  80. ca95748 Add tests for ScopedCFTypeRef. by Kári Tristan Helgason · 7 years ago
  81. a17ddcd Add new class to handle releasing CFTypeRefs. by Kári Tristan Helgason · 7 years ago
  82. 8ecfd80 Fix public Obj-C header import. by Anders Carlsson · 7 years ago
  83. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/sdk/BUILD.gn]
  84. 84f6a3f Move optional.h to webrtc/api/ by kwiberg · 7 years ago
  85. 6ff8f96 Tightening visibility of video_toolbox_cc. by mbonadei · 7 years ago
  86. ebd4f79 Let CreateVideoDecoder take a cricket::VideoCodec. by kthelgason · 7 years ago
  87. b8853ca ObjC: Add support for injectable native audio and video codecs by magjed · 7 years ago
  88. f83dc8b Revert "Adding injectable audio decoder and encoder factory support to the RTCPeerConnection obj-c layer." by Magnus Jedvert · 7 years ago
  89. c0af5ac The goal of this CL is to separate Obj-C/Obj-C++ code from targets which have by mbonadei · 7 years ago
  90. 36d658d Rename all objc targets to be suffixed for consistency by kthelgason · 7 years ago
  91. 96de428 Adding injectable audio decoder and encoder factory support to the RTCPeerConnection obj-c layer. by Jeremy Newton-Smith · 7 years ago
  92. 73c0eb5 ObjC: Implement HW codecs in ObjC instead of C++ by magjed · 7 years ago
  93. 3b673c6 Removed file RTCCameraVideoCapturer.mm that isn't needed by jtteh · 7 years ago
  94. 61b0ed0 [iOS] Fix incorrectly oriented frames when rapidly switching between cameras. by jtteh · 7 years ago
  95. fb14312 Reland of Injectable Obj-C video codecs (patchset #1 id:1 of https://codereview.webrtc.org/2980173002/ ) by kthelgason · 7 years ago
  96. f6a861a Remove remains of webrtc/base by ehmaldonado · 7 years ago
  97. 860f729 Revert of Injectable Obj-C video codecs (patchset #2 id:370001 of https://codereview.webrtc.org/2979983002/ ) by jtteh · 7 years ago
  98. d295e40 Reinstate "iOS - Add iceRegatherIntervalRange." by Steve Anton · 7 years ago
  99. 93adc32 Revert of iOS - Add iceRegatherIntervalRange. (patchset #1 id:1 of https://codereview.webrtc.org/2976953002/ ) by magjed · 7 years ago
  100. 732a343 Reland of Injectable Obj-C video codecs (patchset #1 id:1 of https://codereview.webrtc.org/2979973002/ ) by andersc · 7 years ago