Skip to content
GitLab
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
ddf13be8
Commit
ddf13be8
authored
11 years ago
by
John Koleszar
Committed by
Gerrit Code Review
11 years ago
Browse files
Options
Download
Plain Diff
Merge "Initial version of alpha channel support" into experimental
parents
1f7d810a
679e4abd
Changes
19
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
configure
+1
-0
configure
vp9/common/vp9_alloccommon.c
+8
-4
vp9/common/vp9_alloccommon.c
vp9/common/vp9_blockd.h
+4
-0
vp9/common/vp9_blockd.h
vp9/common/vp9_extend.c
+16
-4
vp9/common/vp9_extend.c
vp9/common/vp9_mbpitch.c
+5
-0
vp9/common/vp9_mbpitch.c
vp9/common/vp9_onyxc_int.h
+7
-0
vp9/common/vp9_onyxc_int.h
vp9/common/vp9_postproc.c
+26
-14
vp9/common/vp9_postproc.c
vp9/common/vp9_reconinter.c
+15
-0
vp9/common/vp9_reconinter.c
vp9/common/vp9_reconinter.h
+8
-4
vp9/common/vp9_reconinter.h
vp9/encoder/vp9_encodeframe.c
+13
-15
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encodemb.c
+0
-1
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_lookahead.c
+12
-0
vp9/encoder/vp9_lookahead.c
vp9/encoder/vp9_onyx_if.c
+20
-4
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_onyx_int.h
+8
-0
vp9/encoder/vp9_onyx_int.h
vp9/encoder/vp9_quantize.c
+36
-1
vp9/encoder/vp9_quantize.c
vp9/encoder/vp9_rdopt.c
+4
-0
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_temporal_filter.c
+7
-6
vp9/encoder/vp9_temporal_filter.c
vp9/vp9_iface_common.h
+7
-0
vp9/vp9_iface_common.h
vpx_scale/generic/yv12config.c
+19
-1
vpx_scale/generic/yv12config.c
with
216 additions
and
54 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