1. 7696bef Remove the public_deps to fileutils from test_support. by Patrik Höglund · 7 years ago
  2. 12edf4c Separate build target for rtc_base/numerics/safe_minmax.h by Karl Wiberg · 7 years ago
  3. 9d138fc Drop dependency of common_video on api:libjingle_peerconnection_api. by Niels Möller · 7 years ago
  4. 65ce311 Removing useless dependencies on //testing/gmock. by Mirko Bonadei · 7 years ago
  5. a7f2d84 Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" by Per Kjellander · 7 years ago
  6. c73e1f4 Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"" by Per Kjellander · 7 years ago
  7. 588c548 GN rtc_* templates: Set default visibility to webrtc_root + "/*" by Karl Wiberg · 7 years ago
  8. be214a2 Move videosinkinterface.h to common_video to solve a circular dep. by Patrik Höglund · 7 years ago
  9. 0594a7c Stop using public_deps in common_video/. by Mirko Bonadei · 7 years ago
  10. 401d056 Removing $rtc_libyuv_dir and removing useless dependencies on libyuv. by Mirko Bonadei · 7 years ago
  11. 0250be5 Stop using public_deps to depend on libyuv. by Mirko Bonadei · 7 years ago
  12. ad62792 Fixing hidden dependencies. by Mirko Bonadei · 7 years ago
  13. b5b5bce Separate i420 and i444 implementations to separate targets. by Patrik Höglund · 7 years ago
  14. 7ee54a3 Use $rtc_libyuv_dir in common_video/BUILD.gn, not hard-encoded "libyuv" by VladimirTechMan · 7 years ago
  15. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  16. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/common_video/BUILD.gn]
  17. 84f6a3f Move optional.h to webrtc/api/ by kwiberg · 7 years ago
  18. f6a861a Remove remains of webrtc/base by ehmaldonado · 7 years ago
  19. c024740 Use relative paths in GN files. by jianjun.zhu · 7 years ago
  20. 370dd47 Revert of Remove remains of webrtc/base (patchset #7 id:120001 of https://codereview.webrtc.org/2973183002/ ) by ehmaldonado · 7 years ago
  21. 9483b49 Remove remains of webrtc/base by ehmaldonado · 7 years ago
  22. 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
  23. 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
  24. 9ed1609 Try to fix the binary size increase issue on Chromium. by zhihuang · 7 years ago
  25. 38ede13 Support building WebRTC without audio and video. by zhihuang · 7 years ago
  26. ea3a798 Move webrtc/video_frame to common_video/include. by nisse · 7 years ago
  27. 3149e09 Actually move CoreVideoFrameBuffer from webrtc/common_video/ to webrtc/sdk/objc/ by magjed · 8 years ago
  28. 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 · 8 years ago
  29. d41631a Move CoreVideoFrameBuffer from webrtc/common_video/ to webrtc/sdk/objc/ by magjed · 8 years ago
  30. 1140f97 Reland of Creating webrtc/modules:module_api (patchset #1 id:1 of https://codereview.webrtc.org/2839963005/ ) by mbonadei · 8 years ago
  31. bb08c3e Revert of Creating webrtc/modules:module_api (patchset #5 id:80001 of https://codereview.webrtc.org/2838873002/ ) by mbonadei · 8 years ago
  32. 5a1a092 Creating webrtc/modules:module_api by mbonadei · 8 years ago
  33. 1c6cc9a Enable GN check for webrtc/common_video by kjellander · 8 years ago
  34. 656610f Move frame_generator_capture.{cc, h} and video_capturer.h to video_test_common. by ehmaldonado · 8 years ago
  35. 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
  36. 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
  37. 35a3270 Moving webrtc.gni up one level from build/ by mbonadei · 8 years ago
  38. af91689 Move VideoFrame and related declarations to webrtc/api/video. by nisse · 8 years ago
  39. 26bddb9 Replace test_support_main by test_main and get rid of test_support_main_threaded_mac by ehmaldonado · 8 years ago
  40. 08127a9 Reland #2 of Issue 2434073003: Extract bitrate allocation ... by Erik Språng · 8 years ago
  41. 1369c83 Revert of Issue 2434073003: Extract bitrate allocation ... (patchset #4 id:60001 of https://codereview.webrtc.org/2488833004/ ) by sprang · 8 years ago
  42. 647bf43 Reland of Issue 2434073003: Extract bitrate allocation ... by sprang · 8 years ago
  43. 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
  44. 8f46c67 Extract bitrate allocation of spatial/temporal layers out of codec impl. by sprang · 8 years ago
  45. fffc1e5 Add functionality for parsing H264 profile-level-id by magjed · 8 years ago
  46. 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
  47. 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
  48. cc6817e Move current bitstream parser to more appropriate directory. by kthelgason · 8 years ago
  49. e40a7ee GN: Exclude suppressions of Chromium Clang warnings for Chromium builds. by kjellander · 8 years ago
  50. b62dbbe GN: Change rtc_source_set targets --> rtc_static_library by kjellander · 8 years ago
  51. 3a7f35b GN: Declare resources for targets. by ehmaldonado · 8 years ago
  52. e9cc686 GN Templates: Move common_inherited_config to the template. by ehmaldonado · 8 years ago
  53. 7a2ce0b GN Templates: Move common_config to the template. by ehmaldonado · 8 years ago
  54. 38a2132 GN: Introduce templates. by ehmaldonado · 8 years ago
  55. 32c4a20 GN: Fix resource files for iOS test target by kjellander · 8 years ago
  56. 28a0ffd GN: Synchronize resources between Android and iOS. by kjellander · 8 years ago
  57. 714dd4e GN: Update tests to have the correct shard timeout value on Android. by sakal · 8 years ago
  58. 4e417b2 Reland of Switch to use SequencedTaskChecker instead of ThreadChecker where needed. by perkj · 8 years ago
  59. 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
  60. ec7cef8 Switch to use SequencedTaskChecker instead of ThreadChecker where needed. by perkj · 8 years ago
  61. 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
  62. e03f878 Reland of Split IncomingVideoStream into two implementations, with smoothing and without. by tommi · 8 years ago
  63. 17c3cdd Revert of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #23 id:430001 of https://codereview.webrtc.org/2035173002/ ) by tommi · 8 years ago
  64. 1c7eef6 Split IncomingVideoStream into two implementations, with smoothing and without. by tommi · 8 years ago
  65. 718a763 Refactor scaling. by Niels Möller · 8 years ago
  66. 2a3892a GN: Add common_audio_unittests and common_video_unittests by kjellander · 8 years ago
  67. 52033d6 Add H264 bitstream rewriting to limit frame reordering marker in header by sprang · 8 years ago
  68. 55a401e Move BitrateAdjuster into common_video by emircan · 9 years ago
  69. a96b60b Move frame_callback.h to common_video/include. by pbos · 9 years ago
  70. 7d06a8c Add CoreVideoFrameBuffer. by tkchin · 9 years ago
  71. 900f975 H264: Improve FFmpeg decoder performance by using I420BufferPool. by hbos · 9 years ago
  72. bab934b H.264 video codec support using OpenH264 (http://www.openh264.org/) for encoding and FFmpeg (https://www.ffmpeg.org/) for decoding. by hbos · 9 years ago
  73. 6f8ce06 common_video: rename interface -> include by kjellander · 9 years ago
  74. 4765070 Rename I420VideoFrame to VideoFrame. by Miguel Casas-Sanchez · 9 years ago
  75. 57e5fd2 PRESUBMIT: Improve PyLint check and add GN format check. by Henrik Kjellander · 9 years ago
  76. 9a63866 Move IncomingVideoFrames to common_video/. by Peter Boström · 10 years ago
  77. 9bfe3da Cleanup: Remove i420_video_frame.h header. by Thiago Farina · 10 years ago
  78. 9b3f56e Reland "Remove usage of webrtc::NativeHandle since is just adds an extra level of indirection."" by Per · 10 years ago
  79. 73d763e Add I420 buffer pool to avoid unnecessary allocations by magjed@webrtc.org · 10 years ago
  80. 45cdcce Remove TextureVideoFrame by magjed@webrtc.org · 10 years ago
  81. 2386d6d Revert 8599 "Revert 8580 "Unify underlying frame buffer in I420VideoFrame and..."" by magjed@webrtc.org · 10 years ago
  82. 1f94407 Revert 8580 "Unify underlying frame buffer in I420VideoFrame and..." by tommi@webrtc.org · 10 years ago
  83. c8895aa Unify underlying frame buffer in I420VideoFrame and WebRtcVideoFrame by magjed@webrtc.org · 10 years ago
  84. ac2d27d Fix style violations in common_types.h and config.h by kwiberg@webrtc.org · 10 years ago
  85. ce22f13 GN: Changes for vp9, opus and direct trace by kjellander@webrtc.org · 10 years ago
  86. d7e34e1 Make it easier to use external libyuv + cleanup GYP files. by kjellander@webrtc.org · 10 years ago
  87. f21ea91 GN: Add common configs to all targets. by kjellander@webrtc.org · 10 years ago
  88. 6d08ca6 GN: Prefix WebRTC specific variables with "rtc_" by kjellander@webrtc.org · 10 years ago
  89. 42ee5b5 GN: Disable Chromium clang plugins for standalone build. by kjellander@webrtc.org · 10 years ago
  90. 11bea89 GN: Implement BUILD.gn for common_video. by kjellander@webrtc.org · 10 years ago
  91. 1227ab8 GN: Add BUILD.gn files + kjellander to OWNERS by kjellander@webrtc.org · 10 years ago