1. 4a14f49 Remove wildcard ownership for build files. by Mirko Bonadei · 4 years, 6 months ago
  2. e52115a Remove inactive OWNERS. by Mirko Bonadei · 4 years, 6 months ago
  3. ccbe95f Reformat GN files. by Mirko Bonadei · 4 years, 7 months ago
  4. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 4 years, 7 months ago
  5. 33f9d2b Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class by Artem Titov · 4 years, 9 months ago
  6. 39bab5a Add missing assert.h for win no-test build by Jerome Humbert · 4 years, 10 months ago
  7. 059daa4 Don't leak device moniker when BindToStorage fails. by Tim Haloun · 4 years, 10 months ago
  8. b9f6902 Store logging streams in a manually linked list instead of std::list by Danil Chapovalov · 4 years, 10 months ago
  9. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 4 years, 10 months ago
  10. 834a554 Include module_common_types.h only where needed by Niels Möller · 5 years ago
  11. 77d197f Make video_capture_internal_impl publicly visible. by Mirko Bonadei · 5 years ago
  12. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  13. 5d24b16 Prepare for splitting the api/video:video_frames build rule. by Chen Xing · 5 years ago
  14. 4731f00 Delete deprecated PlatformThread looping by Niels Möller · 5 years ago
  15. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  16. 8581877 Delete interface class VideoCaptureExternal by Niels Möller · 5 years ago
  17. c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 5 years ago
  18. 61e2753 Delete placeholder code for Windows Media Foundation capturer. by Niels Möller · 5 years ago
  19. e0b9355 Move enum VideoType out of common_types.h by Niels Möller · 5 years ago
  20. a64f397 Use the preferred capture format on windows. by Noah Richards · 5 years ago
  21. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 5 years ago
  22. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 5 years ago
  23. 533a9fe Clean BUILD.gn files: remove extra :memory by Artem Titov · 5 years ago
  24. ef1052a Reland "Move api/rtp_headers.h to its own build target." by Niels Möller · 5 years ago
  25. 2baef35 Revert "Move api/rtp_headers.h to its own build target." by Steve Anton · 5 years ago
  26. a67050d Move api/rtp_headers.h to its own build target. by Niels Möller · 5 years ago
  27. 30e60d6 Remove dependency on DirectShow baseclasses (streams.h from the winsdk_samples directory). by Tommi · 5 years ago
  28. 8a1e35c Finally delete deprecated mac capturer. by Kári Tristan Helgason · 5 years ago
  29. 8f385e3 Remove dependency on DECLARE_IUNKNOWN macro on Windows. by Tommi · 5 years ago
  30. 28221de Fix more -Wextra-semi. by Mirko Bonadei · 5 years ago
  31. 22f9925 webrtc: Remove semicolons. by Nico Weber · 6 years ago
  32. e22498c Compare GetStreamCaps against S_OK by Dan Minor · 6 years ago
  33. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  34. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  35. 1ebfb6a Introduce VideoFrame::id to keep track of frames inside application. by Artem Titov · 6 years ago
  36. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  37. aa3c1cc Delete _strnicmp. Uses replaced with abseil functions. by Niels Möller · 6 years ago
  38. 58df0ad Add guards to VideoCaptureDS::Init for when pins are null by Andreas Pehrson · 6 years ago
  39. 21cddff Harmonize paths to dependent targets. by Yves Gerey · 6 years ago
  40. 0eb7d3ff Always call ConvertToI420 with positive crop_height by Robert Bares · 6 years ago
  41. 40a7a35 Extract functionality of test_main into separate library. by Artem Titov · 6 years ago
  42. 311c13b Remove noop system_wrappers_default build target. by Mirko Bonadei · 6 years ago
  43. 289e980 Remove unused var in device info bits from video capture module for Linux by Jose Antonio Olivera Ortega · 6 years ago
  44. 76dac9a Fix no_global_constructors in modules/video_capture. by Mirko Bonadei · 6 years ago
  45. 96ede16 Enable -Wexit-time-destructors and -Wglobal-constructors. by Mirko Bonadei · 6 years ago
  46. 5aec1f6 Remove clang:find_bad_constructs suppression from modules/video_capture. by Mirko Bonadei · 6 years ago
  47. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  48. 33b61ee Delete unused file. by Kári Tristan Helgason · 6 years ago
  49. aaa483b Revert "Remove deprecated mac capture code." by Kári Helgason · 6 years ago
  50. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  51. 2ac6446 Document that preferred VideoFrame constructor takes no RTP timestamp. by Niels Möller · 6 years ago
  52. 24db1c9 Remove unused iostream import by Jonas Olsson · 6 years ago
  53. eed5fae Revert "Disabling VideoCaptureTest on Linux." by Oleh Prypin · 6 years ago
  54. 5441398 Removing -Wno-write-strings from video_capture_tests. by Mirko Bonadei · 6 years ago
  55. 750efbe Delete definitions of NULL. by Niels Möller · 6 years ago
  56. 3f1d15b Remove deprecated mac capture code. by Kári Tristan Helgason · 6 years ago
  57. 183f4d9 Disabling VideoCaptureTest on Linux. by Taylor Brandstetter · 6 years ago
  58. 4343273 Don't assume that RTC_LOG's << operator is std::ostream by Karl Wiberg · 6 years ago
  59. d7624f2 Removing clang-cl warning suppression flags in video_capture. by Mirko Bonadei · 6 years ago
  60. c6ce9c5 New file api/video/BUILD.gn by Niels Möller · 6 years ago
  61. c710ac1 Removing -Wno-comment. by Mirko Bonadei · 6 years ago
  62. 03b4148 Removing warning suppression -Wno-missing-braces. by Mirko Bonadei · 6 years ago
  63. 7ba22b8 Break out the part of the iSAC codec that's used for Voice Activity Detection by Karl Wiberg · 6 years ago
  64. bb23c83 GN hack to tag targets as poisonous (and use it with audio codecs) by Karl Wiberg · 6 years ago
  65. d93d01e Lowercase all Windows headers in modules/video_capture. by Mirko Bonadei · 6 years ago
  66. 3cfe9e1 Fixed video capturing on Mac. by Maksim Khobat · 6 years ago
  67. 903dc86 Libraries to link should be lowercase on Windows. by Mirko Bonadei · 6 years ago
  68. 2b85792 Move rw_lock_wrapper.h to rtc_base/synchronization/ by Karl Wiberg · 6 years ago
  69. 9c68613 Update gn files to support Mozilla build by Dan Minor · 7 years ago
  70. d9b64cd Fixing some of the issues found by clang static analyzer. by Peter Hanspers · 7 years ago
  71. a0f5f60 Revert "Revert "Make some more targets publicly visible"" by Per Kjellander · 7 years ago
  72. a7f2d84 Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" by Per Kjellander · 7 years ago
  73. c73e1f4 Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"" by Per Kjellander · 7 years ago
  74. 55d1809 Revert "Make some more targets publicly visible" by Per Kjellander · 7 years ago
  75. 60d1792 Make some more targets publicly visible by Karl Wiberg · 7 years ago
  76. 588c548 GN rtc_* templates: Set default visibility to webrtc_root + "/*" by Karl Wiberg · 7 years ago
  77. be214a2 Move videosinkinterface.h to common_video to solve a circular dep. by Patrik Höglund · 7 years ago
  78. 0594a7c Stop using public_deps in common_video/. by Mirko Bonadei · 7 years ago
  79. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
  80. 401d056 Removing $rtc_libyuv_dir and removing useless dependencies on libyuv. by Mirko Bonadei · 7 years ago
  81. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  82. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  83. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  84. 6acefdb Fixes to build WebRTC for Fuchsia by Sergey Ulanov · 7 years ago
  85. 6543206 Including libyuv headers using fully qualified paths. by Mirko Bonadei · 7 years ago
  86. 0250be5 Stop using public_deps to depend on libyuv. by Mirko Bonadei · 7 years ago
  87. ad62792 Fixing hidden dependencies. by Mirko Bonadei · 7 years ago
  88. b8ff8f7 Revert "Adding -Wno-deprecated-declarations to declarations deprecated in iOS 10" by Oleh Prypin · 7 years ago
  89. 2a9dbe6 Adding -Wno-deprecated-declarations to declarations deprecated in iOS 10 by Mirko Bonadei · 7 years ago
  90. 12e555b Delete wrapper API ConvertToI420 for YUV conversion to I420 by mallikarjun82 · 7 years ago
  91. b5b5bce Separate i420 and i444 implementations to separate targets. by Patrik Höglund · 7 years ago
  92. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  93. 72c4250 Formatting some files with LOG macros usage. by Mirko Bonadei · 7 years ago
  94. c8c71b9 Stop using ANDROID macro in favour of WEBRTC_ANDROID. by Mirko Bonadei · 7 years ago
  95. 84255bb Add explicit includes of refcountedobject.h where it is used. by Niels Möller · 7 years ago
  96. fb26f85 Revert "Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h."" by Niels Moller · 7 years ago
  97. bf6937a Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Möller · 7 years ago
  98. d25fa78 Revert "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Moller · 7 years ago
  99. b7239a9 Make rtc_base/refcount.h self contained, not including refcountedobject.h. by Niels Möller · 7 years ago
  100. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago