Sign in
webrtc
/
src.git
/
93c9aa1914b1a65908a2002c8427470aad1eea36
/
test
/
frame_generator_unittest.cc
9b73159
Add support for NV12 frame generator
by Artem Titov
· 2 years, 3 months ago
1ee563d
Use backticks not vertical bars to denote variables in comments for /test
by Artem Titov
· 3 years, 5 months ago
190244b
Remove all #include <assert.h>/<cassert> and usage in Obj-C code.
by Mirko Bonadei
· 3 years, 6 months ago
25ab322
Replace assert() with RTC_DCHECK().
by Mirko Bonadei
· 3 years, 6 months ago
33f9d2b
Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class
by Artem Titov
· 5 years ago
5256d8b
Refactor FrameGenerator to return VideoFrameBuffer with VideoFrame::UpdateRect
by Artem Titov
· 5 years ago
a4d8737
Format almost everything.
by Jonas Olsson
· 5 years ago
d970807
Remove rtc_base/scoped_ref_ptr.h.
by Mirko Bonadei
· 6 years ago
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
665174f
Reformat the WebRTC code base
by Yves Gerey
· 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/test/frame_generator_unittest.cc]
579de6f
Add a new frame generator that cycles through randomly generated slides.
by erikvarga
· 7 years ago
90e3190
Update webrtc/test to new VideoFrameBuffer interface
by Magnus Jedvert
· 8 years ago
1c0dea8
Delete VideoFrame::set_render_time_ms.
by nisse
· 8 years ago
ac9f876
Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/
by kwiberg
· 8 years ago
77eab70
Enable the -Wundef warning for clang
by kwiberg
· 8 years ago
e5684c5
Delete method webrtc::VideoFrame::allocated_size and enum PlaneType.
by nisse
· 8 years ago
c9c142f
Reland of Delete webrtc::VideoFrame methods buffer and stride. (patchset #1 id:1 of https://codereview.webrtc.org/1983583002/ )
by nisse
· 9 years ago
d49c30c
Revert of Delete webrtc::VideoFrame methods buffer and stride. (patchset #2 id:290001 of https://codereview.webrtc.org/1963413004/ )
by tommi
· 9 years ago
d0dc66e
Reland of Delete webrtc::VideoFrame methods buffer and stride. (patchset #1 id:1 of https://codereview.webrtc.org/1935443002/ )
by nisse
· 9 years ago
bfefb03
Replace scoped_ptr with unique_ptr everywhere
by kwiberg
· 9 years ago
5b3c443
Revert of Delete webrtc::VideoFrame methods buffer and stride. (patchset #14 id:250001 of https://codereview.webrtc.org/1900673002/ )
by nisse
· 9 years ago
a0591b5
Delete webrtc::VideoFrame methods buffer and stride.
by nisse
· 9 years ago
4765070
Rename I420VideoFrame to VideoFrame.
by Miguel Casas-Sanchez
· 10 years ago
25dd1db
Fixed bug in test frame generator, causing incorrect reuse of frame
by sprang@webrtc.org
· 10 years ago