1. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  2. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  3. 90e6745 Delete deprecated class WrappedI420Buffer by Niels Möller · 6 years ago
  4. 901e0ff Add bit depth information to PlanarYuvBuffer by Emircan Uysaler · 6 years ago
  5. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  6. 6543206 Including libyuv headers using fully qualified paths. by Mirko Bonadei · 7 years ago
  7. b5b5bce Separate i420 and i444 implementations to separate targets. by Patrik Höglund · 7 years ago
  8. 574eaa4 Add alpha channel to VideoFrameBuffer containers by Emircan Uysaler · 7 years ago
  9. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  10. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/common_video/video_frame_buffer.cc]
  11. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  12. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  13. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  14. 224e659 Reland of "VideoFrameBuffer: Remove deprecated functions" by Magnus Jedvert · 7 years ago
  15. f1e3483 Revert "VideoFrameBuffer: Remove deprecated functions" by Magnus Jedvert · 7 years ago
  16. 428c9e2 VideoFrameBuffer: Remove deprecated functions by Magnus Jedvert · 7 years ago
  17. 23cc468 Return WrappedI444Buffer in VP9Impl by yuweih · 7 years ago
  18. eaf4a1e Add separate base classes for I420 and I444 buffers by magjed · 7 years ago
  19. 712338e Add support for I444 in VideoFrameBuffer by magjed · 7 years ago
  20. af91689 Move VideoFrame and related declarations to webrtc/api/video. by nisse · 8 years ago
  21. 2f58ec8 Add I420Buffer::Copy method taking plane pointers as input. by nisse · 8 years ago
  22. e3fe4a7 Update VideoFrameBuffer-related methods to not use references to scoped_refptr. by nisse · 8 years ago
  23. 18ee17d Refactor VideoDenoiser to use a buffer pool, replacing explicit double buffering. by nisse · 8 years ago
  24. 0489e49 Change RefCountedObject to use perfect forwarding. by perkj · 8 years ago
  25. 64ec8f8 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
  26. 776870a 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
  27. 5539ef6 Move MutableDataY{,U,V} methods to I420Buffer only. by nisse · 8 years ago
  28. d507472 New static I420Buffer::Rotate method, to replace GetCopyWithRotationApplied. by nisse · 8 years ago
  29. d1f83cf include planar functions for I420Rect() by fbarchard · 8 years ago
  30. 1e6bbe4 Delete deprecated VideoFrameBuffer methods. by nisse · 8 years ago
  31. ac62bd4 Rewrite CreateBlackFrame in webrtcvideoengine. by nisse · 8 years ago
  32. 72e735d Revert of Delete unused and almost unused frame-related methods. (patchset #12 id:220001 of https://codereview.webrtc.org/2065733003/ ) by nisse · 8 years ago
  33. 76270de Delete unused and almost unused frame-related methods. by nisse · 8 years ago
  34. 6af2e86 Refactor VideoDenoiser to work with I420Buffer, not VideoFrame. by Niels Möller · 8 years ago
  35. 718a763 Refactor scaling. by Niels Möller · 8 years ago
  36. efec590 Reland of New method I420Buffer::SetToBlack. (patchset #1 id:1 of https://codereview.webrtc.org/2049023002/ ) by nisse · 8 years ago
  37. 271d740 Revert of New static method I420Buffer::SetToBlack. (patchset #4 id:60001 of https://codereview.webrtc.org/2029273004/ ) by nisse · 8 years ago
  38. 663f9e2 New static method I420Buffer::SetToBlack. by nisse · 8 years ago
  39. d591e3f Delete IsMutable and IsExclusive methods. by nisse · 8 years ago
  40. 06176e4 Added new VideoFrameBuffer methods Data[YUV]() etc. by nisse · 8 years ago
  41. 47fe34c Introduce an IsMutable method on VideoFrameBuffer. by Niels Möller · 8 years ago
  42. dad23d0 Revert of Introduce an IsMutable method on VideoFrameBuffer. (patchset #1 id:1 of https://codereview.webrtc.org/1881933004/ ) by guidou · 8 years ago
  43. 6bd10f2 Introduce an IsMutable method on VideoFrameBuffer. by nisse · 8 years ago
  44. 7cc9cc0 New method I420Buffer::Copy. by nisse · 8 years ago
  45. 900f975 H264: Improve FFmpeg decoder performance by using I420BufferPool. by hbos · 8 years ago
  46. 14f4144 Add helper KeepRefUntilDone. by perkj · 9 years ago
  47. 6f8ce06 common_video: rename interface -> include by kjellander · 9 years ago
  48. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 9 years ago
  49. 3318f98 VideoFrameBuffer: Make non-const data access explicit by Magnus Jedvert · 9 years ago
  50. c464f50 AndroidVideoCapturerJni: Fix threading issues by Magnus Jedvert · 9 years ago
  51. eb66e80 Re-land "Convert native handles to buffers before encoding." by Peter Boström · 9 years ago
  52. 308d163 Revert "Convert native handles to buffers before encoding." by Peter Boström · 9 years ago
  53. a831dc3 Convert native handles to buffers before encoding. by Peter Boström · 9 years ago
  54. 9b3f56e Reland "Remove usage of webrtc::NativeHandle since is just adds an extra level of indirection."" by Per · 9 years ago
  55. e41d774 Revert "Remove usage of webrtc::NativeHandle since is just adds an extra level of indirection." by Per · 9 years ago
  56. 3211934 Fix build breakage in WrappedI420Buffer::native_handle() by Per · 9 years ago
  57. 75db861 Remove usage of webrtc::NativeHandle since is just adds an extra level of indirection. by Per · 9 years ago
  58. 3354419 Zero copy AndroidVideeCapturer. by Per · 9 years ago
  59. 2386d6d Revert 8599 "Revert 8580 "Unify underlying frame buffer in I420VideoFrame and..."" by magjed@webrtc.org · 9 years ago
  60. 1f94407 Revert 8580 "Unify underlying frame buffer in I420VideoFrame and..." by tommi@webrtc.org · 9 years ago
  61. 9cd7c26 Rename NOTREACHED to RTC_NOTREACHED to avoid name conflict with Chromium by magjed@webrtc.org · 9 years ago
  62. c8895aa Unify underlying frame buffer in I420VideoFrame and WebRtcVideoFrame by magjed@webrtc.org · 9 years ago