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