1. ccbe95f Reformat GN files. by Mirko Bonadei · 4 years, 6 months ago
  2. 33f9d2b Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class by Artem Titov · 4 years, 8 months ago
  3. 026f64f Revert "VideoFrame: Store a reference to an encoded frame" by Markus Handell · 4 years, 8 months ago
  4. e6eded3 VideoFrame: Store a reference to an encoded frame by Markus Handell · 4 years, 9 months ago
  5. c66e004 Adding missing RTC_EXPORT for component build. by Mirko Bonadei · 4 years, 9 months ago
  6. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 4 years, 10 months ago
  7. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 11 months ago
  8. 7daf550 Add new FrameRateEstimator utility class for more precis FPS estimation. by Erik Språng · 5 years ago
  9. 5d24b16 Prepare for splitting the api/video:video_frames build rule. by Chen Xing · 5 years ago
  10. ce33b6a Implement QualityLimitationReasonTracker and expose "reason". by Henrik Boström · 5 years ago
  11. 8581877 Delete interface class VideoCaptureExternal by Niels Möller · 5 years ago
  12. e0b9355 Move enum VideoType out of common_types.h by Niels Möller · 5 years ago
  13. b163359 Add interface class for bitstream parser. by Kári Tristan Helgason · 5 years ago
  14. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 5 years ago
  15. 533a9fe Clean BUILD.gn files: remove extra :memory by Artem Titov · 5 years ago
  16. 74682c1 Inject TaskQueueFactory to video streams. by Sebastian Jansson · 5 years ago
  17. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  18. 1ebfb6a Introduce VideoFrame::id to keep track of frames inside application. by Artem Titov · 6 years ago
  19. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  20. 21cddff Harmonize paths to dependent targets. by Yves Gerey · 6 years ago
  21. 4744e5b Reland "Remove old video_bitrate_allocator.h" by Rasmus Brandt · 6 years ago
  22. 40a7a35 Extract functionality of test_main into separate library. by Artem Titov · 6 years ago
  23. c34cf71 Revert "Remove old video_bitrate_allocator.h" by Oleh Prypin · 6 years ago
  24. 88be972 Delete post_encode_callback by Niels Möller · 6 years ago
  25. 4dc66c5 Move EncodedImage class to api/video/ by Niels Möller · 6 years ago
  26. 8e87852 Remove old video_bitrate_allocator.h by Rasmus Brandt · 6 years ago
  27. 0a5792e Add UMA metric and logging of frames dropped in the render queue. by Stefan Holmer · 6 years ago
  28. c0f26d4 Drop unneeded inclusion of module_common_types.h by Niels Möller · 6 years ago
  29. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  30. 4206a0a Exposing video bitrate allocator into API by Jiawei Ou · 6 years ago
  31. 0a410ce Clean up unneeded includes in common_video/BUILD.gn. by Mirko Bonadei · 6 years ago
  32. d93a51d Enabling clang::find_bad_constructs for common_video. by Mirko Bonadei · 6 years ago
  33. 901e0ff Add bit depth information to PlanarYuvBuffer by Emircan Uysaler · 6 years ago
  34. 196100e Replace rtc::Optional with absl::optional by Danil Chapovalov · 6 years ago
  35. beb2d98 Removing usage of //build/config/compiler:no_size_t_to_int_warning. by Mirko Bonadei · 6 years ago
  36. c8caaec Directly include VideoBitrateAllocation in common_video/ targets by Erik Språng · 6 years ago
  37. c6ce9c5 New file api/video/BUILD.gn by Niels Möller · 6 years ago
  38. 2cb7b5e Convert BitrateAdjuster from webrtc::Clock to rtc::TimeMillis. by Niels Möller · 6 years ago
  39. 7696bef Remove the public_deps to fileutils from test_support. by Patrik Höglund · 6 years ago
  40. 12edf4c Separate build target for rtc_base/numerics/safe_minmax.h by Karl Wiberg · 6 years ago
  41. 9d138fc Drop dependency of common_video on api:libjingle_peerconnection_api. by Niels Möller · 6 years ago
  42. 65ce311 Removing useless dependencies on //testing/gmock. by Mirko Bonadei · 7 years ago
  43. a7f2d84 Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" by Per Kjellander · 7 years ago
  44. c73e1f4 Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"" by Per Kjellander · 7 years ago
  45. 588c548 GN rtc_* templates: Set default visibility to webrtc_root + "/*" by Karl Wiberg · 7 years ago
  46. be214a2 Move videosinkinterface.h to common_video to solve a circular dep. by Patrik Höglund · 7 years ago
  47. 0594a7c Stop using public_deps in common_video/. by Mirko Bonadei · 7 years ago
  48. 401d056 Removing $rtc_libyuv_dir and removing useless dependencies on libyuv. by Mirko Bonadei · 7 years ago
  49. 0250be5 Stop using public_deps to depend on libyuv. by Mirko Bonadei · 7 years ago
  50. ad62792 Fixing hidden dependencies. by Mirko Bonadei · 7 years ago
  51. b5b5bce Separate i420 and i444 implementations to separate targets. by Patrik Höglund · 7 years ago
  52. 7ee54a3 Use $rtc_libyuv_dir in common_video/BUILD.gn, not hard-encoded "libyuv" by VladimirTechMan · 7 years ago
  53. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  54. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/common_video/BUILD.gn]
  55. 84f6a3f Move optional.h to webrtc/api/ by kwiberg · 7 years ago
  56. f6a861a Remove remains of webrtc/base by ehmaldonado · 7 years ago
  57. c024740 Use relative paths in GN files. by jianjun.zhu · 7 years ago
  58. 370dd47 Revert of Remove remains of webrtc/base (patchset #7 id:120001 of https://codereview.webrtc.org/2973183002/ ) by ehmaldonado · 7 years ago
  59. 9483b49 Remove remains of webrtc/base by ehmaldonado · 7 years ago
  60. 130ca7e Reland of Try to fix the binary size increase issue on Chromium. (patchset #1 id:1 of https://codereview.webrtc.org/2949953003/ ) by zhihuang · 7 years ago
  61. c2e208a Revert of Try to fix the binary size increase issue on Chromium. (patchset #1 id:1 of https://codereview.webrtc.org/2945233002/ ) by zhihuang · 7 years ago
  62. 9ed1609 Try to fix the binary size increase issue on Chromium. by zhihuang · 7 years ago
  63. 38ede13 Support building WebRTC without audio and video. by zhihuang · 7 years ago
  64. ea3a798 Move webrtc/video_frame to common_video/include. by nisse · 7 years ago
  65. 3149e09 Actually move CoreVideoFrameBuffer from webrtc/common_video/ to webrtc/sdk/objc/ by magjed · 7 years ago
  66. c34e730 Revert of Move CoreVideoFrameBuffer from webrtc/common_video/ to webrtc/sdk/objc/ (patchset #2 id:60001 of https://codereview.webrtc.org/2851563003/ ) by ehmaldonado · 7 years ago
  67. d41631a Move CoreVideoFrameBuffer from webrtc/common_video/ to webrtc/sdk/objc/ by magjed · 7 years ago
  68. 1140f97 Reland of Creating webrtc/modules:module_api (patchset #1 id:1 of https://codereview.webrtc.org/2839963005/ ) by mbonadei · 7 years ago
  69. bb08c3e Revert of Creating webrtc/modules:module_api (patchset #5 id:80001 of https://codereview.webrtc.org/2838873002/ ) by mbonadei · 7 years ago
  70. 5a1a092 Creating webrtc/modules:module_api by mbonadei · 7 years ago
  71. 1c6cc9a Enable GN check for webrtc/common_video by kjellander · 7 years ago
  72. 656610f Move frame_generator_capture.{cc, h} and video_capturer.h to video_test_common. by ehmaldonado · 7 years ago
  73. 9aa3f0a Reland of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2657563002/ ) by mbonadei · 8 years ago
  74. 69dc7db Revert of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2651543003/ ) by mbonadei · 8 years ago
  75. 35a3270 Moving webrtc.gni up one level from build/ by mbonadei · 8 years ago
  76. af91689 Move VideoFrame and related declarations to webrtc/api/video. by nisse · 8 years ago
  77. 26bddb9 Replace test_support_main by test_main and get rid of test_support_main_threaded_mac by ehmaldonado · 8 years ago
  78. 08127a9 Reland #2 of Issue 2434073003: Extract bitrate allocation ... by Erik Språng · 8 years ago
  79. 1369c83 Revert of Issue 2434073003: Extract bitrate allocation ... (patchset #4 id:60001 of https://codereview.webrtc.org/2488833004/ ) by sprang · 8 years ago
  80. 647bf43 Reland of Issue 2434073003: Extract bitrate allocation ... by sprang · 8 years ago
  81. 4bc98d4 Revert of Extract bitrate allocation of spatial/temporal layers out of codec impl. (patchset #17 id:320001 of https://codereview.webrtc.org/2434073003/ ) by sprang · 8 years ago
  82. 8f46c67 Extract bitrate allocation of spatial/temporal layers out of codec impl. by sprang · 8 years ago
  83. fffc1e5 Add functionality for parsing H264 profile-level-id by magjed · 8 years ago
  84. b906172 Reland of Move bitstream parser to more appropriate directory. (patchset #1 id:1 of https://codereview.webrtc.org/2430353004/ ) by kthelgason · 8 years ago
  85. f04f14e Revert of Move bitstream parser to more appropriate directory. (patchset #4 id:60001 of https://codereview.webrtc.org/2370853005/ ) by kthelgason · 8 years ago
  86. cc6817e Move current bitstream parser to more appropriate directory. by kthelgason · 8 years ago
  87. e40a7ee GN: Exclude suppressions of Chromium Clang warnings for Chromium builds. by kjellander · 8 years ago
  88. b62dbbe GN: Change rtc_source_set targets --> rtc_static_library by kjellander · 8 years ago
  89. 3a7f35b GN: Declare resources for targets. by ehmaldonado · 8 years ago
  90. e9cc686 GN Templates: Move common_inherited_config to the template. by ehmaldonado · 8 years ago
  91. 7a2ce0b GN Templates: Move common_config to the template. by ehmaldonado · 8 years ago
  92. 38a2132 GN: Introduce templates. by ehmaldonado · 8 years ago
  93. 32c4a20 GN: Fix resource files for iOS test target by kjellander · 8 years ago
  94. 28a0ffd GN: Synchronize resources between Android and iOS. by kjellander · 8 years ago
  95. 714dd4e GN: Update tests to have the correct shard timeout value on Android. by sakal · 8 years ago
  96. 4e417b2 Reland of Switch to use SequencedTaskChecker instead of ThreadChecker where needed. by perkj · 8 years ago
  97. efd902c Revert of Switch to use SequencedTaskChecker instead of ThreadChecker where needed. (patchset #1 id:1 of https://codereview.webrtc.org/2149553002/ ) by perkj · 8 years ago
  98. ec7cef8 Switch to use SequencedTaskChecker instead of ThreadChecker where needed. by perkj · 8 years ago
  99. 8e8222d Revert of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #4 id:290001 of https://codereview.webrtc.org/2071473002/ ) by tommi · 8 years ago
  100. e03f878 Reland of Split IncomingVideoStream into two implementations, with smoothing and without. by tommi · 8 years ago