1. 9ef440a Delete ShallowCopy, in favor of copy construction and assignment. by nisse · 8 years ago
  2. 4de06a4 Add functionality for parsing H264 profile-level-id by magjed · 8 years ago
  3. 76a92ee Delete deprecated method VideoFrame::CreateFrame. by nisse · 8 years ago
  4. b9e5340 Reland of Move bitstream parser to more appropriate directory. (patchset #1 id:1 of https://codereview.webrtc.org/2430353004/ ) by kthelgason · 8 years ago
  5. fc5a723 Reland of Delete webrtc::VideoFrame::CopyFrame. (patchset #1 id:1 of https://codereview.webrtc.org/2397943003/ ) by nisse · 8 years ago
  6. 4d9524e iOS: Optimize video scaling and cropping by magjed · 8 years ago
  7. d027178 Change RefCountedObject to use perfect forwarding. by perkj · 8 years ago
  8. 71f043e Revert of Move bitstream parser to more appropriate directory. (patchset #4 id:60001 of https://codereview.webrtc.org/2370853005/ ) by kthelgason · 8 years ago
  9. 3fdd22f Move current bitstream parser to more appropriate directory. by kthelgason · 8 years ago
  10. 7623377 Add unittest for I420Buffer::Rotate. by nisse · 8 years ago
  11. a6c6623 GN: Exclude suppressions of Chromium Clang warnings for Chromium builds. by kjellander · 8 years ago
  12. a9dfbee Revert of Delete webrtc::VideoFrame::CopyFrame. (patchset #2 id:20001 of https://codereview.webrtc.org/2371363003/ ) by ivoc · 8 years ago
  13. f2bdbba Delete webrtc::VideoFrame::CopyFrame. by nisse · 8 years ago
  14. 2e78a4d Support for parsing CABAC coded bitstreams by kthelgason · 8 years ago
  15. 952cf0f Delete webrtc::VideoFrame::CreateEmptyFrame. by nisse · 8 years ago
  16. 36a2479 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  17. 4543b78 Add logging statements to places where the frame might be dropped in WebRTC pipeline. by sakal · 8 years ago
  18. cc1422c New helper function test::ReadI420Buffer, refactor FrameReader to use it. by nisse · 8 years ago
  19. 15b966d Enable the -Wundef warning for clang by kwiberg · 8 years ago
  20. 59505d3 Delete method webrtc::VideoFrame::allocated_size and enum PlaneType. by nisse · 8 years ago
  21. 4083c6c Add limitations of number of frames that can be created in I420BufferPool::CreateBuffer. by perkj · 8 years ago
  22. 652c67c Reland of Move MutableDataY{,U,V} methods to I420Buffer only. (patchset #1 id:1 of https://codereview.webrtc.org/2354223002/ ) by nisse · 8 years ago
  23. 2cf29b5 GN: Change rtc_source_set targets --> rtc_static_library by kjellander · 8 years ago
  24. 0ee04da Revert of Move MutableDataY{,U,V} methods to I420Buffer only. (patchset #14 id:260001 of https://codereview.webrtc.org/2278883002/ ) by nisse · 8 years ago
  25. 53b1960 Move MutableDataY{,U,V} methods to I420Buffer only. by nisse · 8 years ago
  26. 099b7ad Reland of Update test code to use I420Buffer when writing pixel data. (patchset #1 id:1 of https://codereview.webrtc.org/2343083002/ ) by nisse · 8 years ago
  27. 859b8ca Reland of Optimize Android NV12 capture (patchset #1 id:1 of https://codereview.webrtc.org/2327893002/ ) by magjed · 8 years ago
  28. 06b9a66 I420BufferPool: Replace SequencedTaskChecker with RaceChecker by Magnus Jedvert · 8 years ago
  29. ffbbbc7 Revert of Update test code to use I420Buffer when writing pixel data. (patchset #2 id:140001 of https://codereview.webrtc.org/2342783003/ ) by nisse · 8 years ago
  30. b24924f Reland of Update test code to use I420Buffer when writing pixel data. (patchset #1 id:1 of https://codereview.webrtc.org/2342123003/ ) by nisse · 8 years ago
  31. b3ec0b5 Revert of Update test code to use I420Buffer when writing pixel data. (patchset #5 id:80001 of https://codereview.webrtc.org/2333373007/ ) by nisse · 8 years ago
  32. fdd8cf8 Update test code to use I420Buffer when writing pixel data. by Niels Möller · 8 years ago
  33. 435c7b3 GYP: Remove targets inside include_tests==1 that are converted to GN. by kjellander · 8 years ago
  34. 830891d GN: Declare resources for targets. by ehmaldonado · 8 years ago
  35. fc25e9b Revert "Optimize Android NV12 capture" by jackychen · 8 years ago
  36. 0dd230a Optimize Android NV12 capture by magjed · 8 years ago
  37. 9eb213a OWNERS: Make everyone able to change *.gn,*.gni files. by Henrik Kjellander · 8 years ago
  38. 249160a Add magjed@ as owner of webrtc/common_video by magjed · 8 years ago
  39. cdcb4a2 Only parse PPS up to PPS and SPS ids in the depacketizater. by Stefan Holmer · 9 years ago
  40. 80e6692 GN Templates: Move common_inherited_config to the template. by ehmaldonado · 9 years ago
  41. 1d49219 GN Templates: Move common_config to the template. by ehmaldonado · 9 years ago
  42. a9dfa15 Introduce webrtc::VideoFrame::timestamp_us, and corresponding constructor. by nisse · 9 years ago
  43. f0532f3 GN: Introduce templates. by ehmaldonado · 9 years ago
  44. 4872205 Reland of Add pps id and sps id parsing to the h.264 depacketizer. (patchset #1 id:1 of https://codereview.webrtc.org/2265023002/ ) by stefan · 9 years ago
  45. 4c6970e New static I420Buffer::Rotate method, to replace GetCopyWithRotationApplied. by nisse · 9 years ago
  46. 442b27e GN: Fix resource files for iOS test target by kjellander · 9 years ago
  47. b076208 GN: Synchronize resources between Android and iOS. by kjellander · 9 years ago
  48. f1f1776 Revert of Add pps id and sps id parsing to the h.264 depacketizer. (patchset #5 id:80001 of https://codereview.webrtc.org/2238253002/ ) by kjellander · 9 years ago
  49. dc8648c Add pps id and sps id parsing to the h.264 depacketizer. by stefan · 9 years ago
  50. 1857984 GN: Update tests to have the correct shard timeout value on Android. by sakal · 9 years ago
  51. 76c15a8 Reland of Switch to use SequencedTaskChecker instead of ThreadChecker where needed. by perkj · 9 years ago
  52. acab9e4 Revert of Switch to use SequencedTaskChecker instead of ThreadChecker where needed. (patchset #1 id:1 of https://codereview.webrtc.org/2149553002/ ) by perkj · 9 years ago
  53. 64da055 Switch to use SequencedTaskChecker instead of ThreadChecker where needed. by perkj · 9 years ago
  54. 8bd3924 include planar functions for I420Rect() by fbarchard · 9 years ago
  55. 8702e0e Add a race-checking mechanism. by Peter Boström · 9 years ago
  56. b665ea9 Fixing race condition in IncomingVideoStream. by Taylor Brandstetter · 9 years ago
  57. 105bb15 Remove a thread checker for a decoder thread from IncomingVideoStream. by Tommi · 9 years ago
  58. e0dc3a7 Delete deprecated VideoFrameBuffer methods. by nisse · 9 years ago
  59. 4edf3cd Reland of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #1 id:1 of https://codereview.webrtc.org/2084873002/ ) by tommi · 9 years ago
  60. 8578468 Revert of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #5 id:340001 of https://codereview.webrtc.org/2078873002/ ) by sakal · 9 years ago
  61. 5d7493a Reland of IncomingVideoStream refactoring. by Tommi · 9 years ago
  62. 0281db2 Rewrite CreateBlackFrame in webrtcvideoengine. by nisse · 9 years ago
  63. ea3460e Partial reland of Delete unused and almost unused frame-related methods. (patchset #1 id:1 of https://codereview.webrtc.org/2076113002/ ) by nisse · 9 years ago
  64. 389d403 Revert of Delete unused and almost unused frame-related methods. (patchset #12 id:220001 of https://codereview.webrtc.org/2065733003/ ) by nisse · 9 years ago
  65. ab2e723 Delete unused and almost unused frame-related methods. by nisse · 9 years ago
  66. 383f4c9 Refactor VideoDenoiser to work with I420Buffer, not VideoFrame. by Niels Möller · 9 years ago
  67. 896b6c5 Revert of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #4 id:290001 of https://codereview.webrtc.org/2071473002/ ) by tommi · 9 years ago
  68. c289ab1 Reland of Split IncomingVideoStream into two implementations, with smoothing and without. by tommi · 9 years ago
  69. 79b280a Performance fix for H264 RBSP parsing. by Erik Språng · 9 years ago
  70. 36500f5 Revert of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #23 id:430001 of https://codereview.webrtc.org/2035173002/ ) by tommi · 9 years ago
  71. 4f834e9 Split IncomingVideoStream into two implementations, with smoothing and without. by tommi · 9 years ago
  72. 34d0c32 Refactor scaling. by Niels Möller · 9 years ago
  73. 475c05f Update RateStatistics to handle too-little-data case. by Erik Språng · 9 years ago
  74. 0d63d01 Reland of New method I420Buffer::SetToBlack. (patchset #1 id:1 of https://codereview.webrtc.org/2049023002/ ) by nisse · 9 years ago
  75. 52f82ac Revert of New static method I420Buffer::SetToBlack. (patchset #4 id:60001 of https://codereview.webrtc.org/2029273004/ ) by nisse · 9 years ago
  76. 20b5df4 New static method I420Buffer::SetToBlack. by nisse · 9 years ago
  77. 7b0b719 GN: Add common_audio_unittests and common_video_unittests by kjellander · 9 years ago
  78. 0348543 Remove dead code in IncomingVideoStream that's just causing contention. by tommi · 9 years ago
  79. e930f67 Add enum value ScaleMethod::kFilterLinear. by Niels Möller · 9 years ago
  80. cc31c7d Add H264 bitstream rewriting to limit frame reordering marker in header by sprang · 9 years ago
  81. f444108 Remove unused render callback method+pointer in IncomingVideoStream. by mflodman · 9 years ago
  82. d366104 Delete unused code in webrtc_libyuv.cc. by nisse · 9 years ago
  83. 7807785 Rename APK tests workaround to make it more generic. by kjellander · 9 years ago
  84. 06eb4b2 Delete IsMutable and IsExclusive methods. by nisse · 9 years ago
  85. f2c58af Let VideoRenderFrames::FrameToRender return a rtc::Optional. by nisse · 9 years ago
  86. 83b147b Eliminate use of IsZeroSize method by nisse · 9 years ago
  87. 671d805 Reland of Delete webrtc::VideoFrame methods buffer and stride. (patchset #1 id:1 of https://codereview.webrtc.org/1983583002/ ) by nisse · 9 years ago
  88. bcf3191 Remove webrtc/base/scoped_ptr.h by kwiberg · 9 years ago
  89. e5d98bc Revert of Delete webrtc::VideoFrame methods buffer and stride. (patchset #2 id:290001 of https://codereview.webrtc.org/1963413004/ ) by tommi · 9 years ago
  90. fe1461a Reland of Delete webrtc::VideoFrame methods buffer and stride. (patchset #1 id:1 of https://codereview.webrtc.org/1935443002/ ) by nisse · 9 years ago
  91. 97aa5c2 Revert of Remove webrtc/base/scoped_ptr.h (patchset #3 id:100001 of https://codereview.webrtc.org/1942823002/ ) by kwiberg · 9 years ago
  92. 8b348aa Remove webrtc/base/scoped_ptr.h by kwiberg · 9 years ago
  93. 7738985 Delete all use of tick_util.h. by Niels Möller · 9 years ago
  94. 07254e3 This cl deletes the class webrtc::VideoRendererCallback. by nisse · 9 years ago
  95. 44dc40f Enable -Winconsistent-missing-override flag. by nisse · 9 years ago
  96. 5d9726a Revert of Delete webrtc::VideoFrame methods buffer and stride. (patchset #14 id:250001 of https://codereview.webrtc.org/1900673002/ ) by nisse · 9 years ago
  97. dd62c69 Delete webrtc::VideoFrame methods buffer and stride. by nisse · 9 years ago
  98. 22ae586 Move BitrateAdjuster into common_video by emircan · 9 years ago
  99. 99e708b Delete method webrtc::VideoFrame::Reset. by nisse · 9 years ago
  100. c5ce6dc Delete unused methods SetStartImage and SetTimeoutImage. by nisse · 9 years ago