Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
libvpx
Commits
d0ee1fd7
Commit
d0ee1fd7
authored
11 years ago
by
Frank Galligan
Committed by
Gerrit Code Review
11 years ago
Browse files
Options
Download
Plain Diff
Merge "Add support to pass in external frame buffers."
parents
c5aaf923
10f89169
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
libs.mk
+1
-0
libs.mk
test/codec_factory.h
+2
-0
test/codec_factory.h
test/decode_test_driver.h
+10
-0
test/decode_test_driver.h
test/external_frame_buffer_test.cc
+309
-0
test/external_frame_buffer_test.cc
test/test.mk
+1
-0
test/test.mk
vp8/vp8_dx_iface.c
+1
-0
vp8/vp8_dx_iface.c
vp9/common/vp9_alloccommon.c
+18
-4
vp9/common/vp9_alloccommon.c
vp9/common/vp9_onyxc_int.h
+9
-4
vp9/common/vp9_onyxc_int.h
vp9/common/vp9_reconinter.c
+1
-1
vp9/common/vp9_reconinter.c
vp9/decoder/vp9_decodeframe.c
+15
-3
vp9/decoder/vp9_decodeframe.c
vp9/encoder/vp9_onyx_if.c
+5
-5
vp9/encoder/vp9_onyx_if.c
vp9/vp9_dx_iface.c
+52
-7
vp9/vp9_dx_iface.c
vpx/exports_dec
+1
-0
vpx/exports_dec
vpx/internal/vpx_codec_internal.h
+32
-1
vpx/internal/vpx_codec_internal.h
vpx/src/vpx_decoder.c
+19
-0
vpx/src/vpx_decoder.c
vpx/vpx_codec.mk
+2
-0
vpx/vpx_codec.mk
vpx/vpx_decoder.h
+47
-1
vpx/vpx_decoder.h
vpx/vpx_external_frame_buffer.h
+53
-0
vpx/vpx_external_frame_buffer.h
vpx_scale/generic/yv12config.c
+46
-11
vpx_scale/generic/yv12config.c
vpx_scale/yv12config.h
+13
-1
vpx_scale/yv12config.h
with
637 additions
and
38 deletions
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets