1. cb99ccd Update/delete old TODOs by Niels Möller · 2 years, 9 months ago
  2. 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 10 months ago
  3. e9c3f01 Add support for stand-alone Fuchsia build. by Sarah Pham · 2 years, 10 months ago
  4. 2cdbb96 Split out V4L2 specific code in the Linux Capture backend by Michael Olbrich · 2 years, 11 months ago
  5. eb6c391 add ilnik as owner of modules/video_capture by Per Kjellander · 2 years, 11 months ago
  6. c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 3 years ago
  7. a30aef3 Move event_tracer out of rtc_base_approved by Florent Castelli · 3 years ago
  8. c7b6902 Update modules/ to not use implicit conversion from scoped_refptr<T> to T*. by Niels Möller · 3 years ago
  9. 45a0599 Remove platform_thread from //rtc_base:rtc_base_approved public_deps by Florent Castelli · 3 years ago
  10. 8d4e9fb Remove //api:sequence_checker from public deps by Florent Castelli · 3 years ago
  11. dd837e2 Remove //rtc_base:timeutils from public deps by Florent Castelli · 3 years ago
  12. 57aa81b Remove //rtc_base:stringutils from public deps by Florent Castelli · 3 years ago
  13. f86f6f9 Remove //rtc_base:refcount from public deps by Florent Castelli · 3 years ago
  14. 4467ad7 Remove //rtc_base:macromagic from public deps by Florent Castelli · 3 years ago
  15. 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 3 years ago
  16. a2d0a2a Ignore v4l2 select() return when stopping capture by Olivier Crête · 3 years, 1 month ago
  17. 1e157a9 Remove more top-level const from parameters in function declarations by Ali Tofigh · 3 years, 2 months ago
  18. 6223809 Remove top-level const from parameters in function declarations. by Ali Tofigh · 3 years, 2 months ago
  19. ac0d183 Prepare for deleting implicit conversion from raw pointer to scoped_refptr. by Niels Möller · 3 years, 2 months ago
  20. 7336422 Delete some unneeded references to ProcessThread. by Niels Möller · 3 years, 3 months ago
  21. 9937c32 Roll chromium_revision 1ce7d592c3..fe555f2e69 (944520:945923) by Mirko Bonadei · 3 years, 4 months ago
  22. 4de9944 Delete memory allocated by GetStreamCaps by Sergey Silkin · 3 years, 4 months ago
  23. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 5 months ago
  24. ff8caf1 Fix -Wunused-but-set-variable. by Mirko Bonadei · 3 years, 5 months ago
  25. 3cff171 Fix -Wunused-but-set-variable. by Mirko Bonadei · 3 years, 5 months ago
  26. 954c1d1 Use backticks not vertical bars to denote variables in comments for /modules/video_capture by Artem Titov · 3 years, 8 months ago
  27. 190244b Remove all #include <assert.h>/<cassert> and usage in Obj-C code. by Mirko Bonadei · 3 years, 8 months ago
  28. 25ab322 Replace assert() with RTC_DCHECK(). by Mirko Bonadei · 3 years, 9 months ago
  29. 7c719b0 Fixes off-by-one error in video capture module by Johannes Kron · 3 years, 10 months ago
  30. ad5037b Reland "Refactor the PlatformThread API." by Markus Handell · 3 years, 11 months ago
  31. 793bac5 Revert "Refactor the PlatformThread API." by Guido Urdaneta · 3 years, 11 months ago
  32. c89fdd7 Refactor the PlatformThread API. by Markus Handell · 3 years, 11 months ago
  33. 87f7090 Replace more instances of rtc::RefCountedObject with make_ref_counted. by Tommi · 4 years ago
  34. 97c4458 PlatformThread: add support for detached threads. by Markus Handell · 4 years ago
  35. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 2 months ago
  36. c8421c4 Replace rtc::ThreadChecker with webrtc::SequenceChecker by Artem Titov · 4 years, 2 months ago
  37. 3b68aa3 Move some RTC_LOG to RTC_DLOG. by Mirko Bonadei · 4 years, 2 months ago
  38. 08d2c2b Delete unneeded dependencies on the Module abstraction by Niels Möller · 4 years, 3 months ago
  39. 1109dd0 Delete class RWLockWrapper, and its build target. by Niels Möller · 4 years, 5 months ago
  40. 5b5de21 Replace RWLockWrapper --> Mutex in DeviceInfoImpl by Niels Möller · 4 years, 5 months ago
  41. 38e9b06 Reland "Add scaling interface to VideoFrameBuffer" by Ilya Nikolaevskiy · 4 years, 6 months ago
  42. 441dbf9 Revert "Add scaling interface to VideoFrameBuffer" by Ilya Nikolaevskiy · 4 years, 6 months ago
  43. c79f1d8 Add scaling interface to VideoFrameBuffer by Ilya Nikolaevskiy · 4 years, 6 months ago
  44. f264e70 Expand is_linux to is_linux || is_chromeos. by Hidehiko Abe · 4 years, 7 months ago
  45. f4538f5 Fix undeclared dependencies on ole32.lib and user32.lib by Eric Astor · 4 years, 8 months ago
  46. 81d2bbf Add a missing Windows library by Eric Astor · 4 years, 8 months ago
  47. 4379a7d Reland "Migrate modules/desktop_capture and modules/video_capture to webrtc::Mutex." by Markus Handell · 4 years, 9 months ago
  48. 1added5 Revert "Migrate modules/desktop_capture and modules/video_capture to webrtc::Mutex." by Markus Handell · 4 years, 9 months ago
  49. 44dd3d7 Migrate modules/desktop_capture and modules/video_capture to webrtc::Mutex. by Markus Handell · 4 years, 9 months ago
  50. b64ecd9 Check V4L2_CAP_VIDEO_CAPTURE when enumerating capture devices on Linux by Dan Minor · 4 years, 10 months ago
  51. 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 10 months ago
  52. e9286d7 Fix -Wunreacheable-code on Mac. by Mirko Bonadei · 5 years ago
  53. 4a14f49 Remove wildcard ownership for build files. by Mirko Bonadei · 5 years ago
  54. e52115a Remove inactive OWNERS. by Mirko Bonadei · 5 years ago
  55. ccbe95f Reformat GN files. by Mirko Bonadei · 5 years ago
  56. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 5 years ago
  57. 33f9d2b Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class by Artem Titov · 5 years ago
  58. 39bab5a Add missing assert.h for win no-test build by Jerome Humbert · 5 years ago
  59. 059daa4 Don't leak device moniker when BindToStorage fails. by Tim Haloun · 5 years ago
  60. b9f6902 Store logging streams in a manually linked list instead of std::list by Danil Chapovalov · 5 years ago
  61. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
  62. 834a554 Include module_common_types.h only where needed by Niels Möller · 6 years ago
  63. 77d197f Make video_capture_internal_impl publicly visible. by Mirko Bonadei · 6 years ago
  64. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  65. 5d24b16 Prepare for splitting the api/video:video_frames build rule. by Chen Xing · 6 years ago
  66. 4731f00 Delete deprecated PlatformThread looping by Niels Möller · 6 years ago
  67. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  68. 8581877 Delete interface class VideoCaptureExternal by Niels Möller · 6 years ago
  69. c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 6 years ago
  70. 61e2753 Delete placeholder code for Windows Media Foundation capturer. by Niels Möller · 6 years ago
  71. e0b9355 Move enum VideoType out of common_types.h by Niels Möller · 6 years ago
  72. a64f397 Use the preferred capture format on windows. by Noah Richards · 6 years ago
  73. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 6 years ago
  74. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 6 years ago
  75. 533a9fe Clean BUILD.gn files: remove extra :memory by Artem Titov · 6 years ago
  76. ef1052a Reland "Move api/rtp_headers.h to its own build target." by Niels Möller · 6 years ago
  77. 2baef35 Revert "Move api/rtp_headers.h to its own build target." by Steve Anton · 6 years ago
  78. a67050d Move api/rtp_headers.h to its own build target. by Niels Möller · 6 years ago
  79. 30e60d6 Remove dependency on DirectShow baseclasses (streams.h from the winsdk_samples directory). by Tommi · 6 years ago
  80. 8a1e35c Finally delete deprecated mac capturer. by Kári Tristan Helgason · 6 years ago
  81. 8f385e3 Remove dependency on DECLARE_IUNKNOWN macro on Windows. by Tommi · 6 years ago
  82. 28221de Fix more -Wextra-semi. by Mirko Bonadei · 6 years ago
  83. 22f9925 webrtc: Remove semicolons. by Nico Weber · 6 years ago
  84. e22498c Compare GetStreamCaps against S_OK by Dan Minor · 6 years ago
  85. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  86. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  87. 1ebfb6a Introduce VideoFrame::id to keep track of frames inside application. by Artem Titov · 6 years ago
  88. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  89. aa3c1cc Delete _strnicmp. Uses replaced with abseil functions. by Niels Möller · 6 years ago
  90. 58df0ad Add guards to VideoCaptureDS::Init for when pins are null by Andreas Pehrson · 6 years ago
  91. 21cddff Harmonize paths to dependent targets. by Yves Gerey · 6 years ago
  92. 0eb7d3ff Always call ConvertToI420 with positive crop_height by Robert Bares · 6 years ago
  93. 40a7a35 Extract functionality of test_main into separate library. by Artem Titov · 6 years ago
  94. 311c13b Remove noop system_wrappers_default build target. by Mirko Bonadei · 6 years ago
  95. 289e980 Remove unused var in device info bits from video capture module for Linux by Jose Antonio Olivera Ortega · 7 years ago
  96. 76dac9a Fix no_global_constructors in modules/video_capture. by Mirko Bonadei · 7 years ago
  97. 96ede16a Enable -Wexit-time-destructors and -Wglobal-constructors. by Mirko Bonadei · 7 years ago
  98. 5aec1f6 Remove clang:find_bad_constructs suppression from modules/video_capture. by Mirko Bonadei · 7 years ago
  99. a12c42a Delete root header file typedef.h. by Niels Möller · 7 years ago
  100. 33b61ee Delete unused file. by Kári Tristan Helgason · 7 years ago