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
3a7d467d
Commit
3a7d467d
authored
10 years ago
by
James Zern
Browse files
Options
Download
Patches
Plain Diff
libyuv: update to r1041
Change-Id: I38dad398844ee424a7a92a745ab703645018d02b
parent
ccddd5d0
Changes
57
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
examples.mk
+12
-6
examples.mk
third_party/libyuv/README.libvpx
+2
-3
third_party/libyuv/README.libvpx
third_party/libyuv/include/libyuv/compare.h
+73
-0
third_party/libyuv/include/libyuv/compare.h
third_party/libyuv/include/libyuv/convert.h
+254
-0
third_party/libyuv/include/libyuv/convert.h
third_party/libyuv/include/libyuv/convert_argb.h
+225
-0
third_party/libyuv/include/libyuv/convert_argb.h
third_party/libyuv/include/libyuv/convert_from.h
+173
-0
third_party/libyuv/include/libyuv/convert_from.h
third_party/libyuv/include/libyuv/convert_from_argb.h
+166
-0
third_party/libyuv/include/libyuv/convert_from_argb.h
third_party/libyuv/include/libyuv/cpu_id.h
+1
-1
third_party/libyuv/include/libyuv/cpu_id.h
third_party/libyuv/include/libyuv/format_conversion.h
+168
-0
third_party/libyuv/include/libyuv/format_conversion.h
third_party/libyuv/include/libyuv/mjpeg_decoder.h
+193
-0
third_party/libyuv/include/libyuv/mjpeg_decoder.h
third_party/libyuv/include/libyuv/planar_functions.h
+3
-3
third_party/libyuv/include/libyuv/planar_functions.h
third_party/libyuv/include/libyuv/rotate.h
+117
-0
third_party/libyuv/include/libyuv/rotate.h
third_party/libyuv/include/libyuv/rotate_argb.h
+33
-0
third_party/libyuv/include/libyuv/rotate_argb.h
third_party/libyuv/include/libyuv/row.h
+34
-5
third_party/libyuv/include/libyuv/row.h
third_party/libyuv/include/libyuv/scale.h
+1
-1
third_party/libyuv/include/libyuv/scale.h
third_party/libyuv/include/libyuv/scale_argb.h
+57
-0
third_party/libyuv/include/libyuv/scale_argb.h
third_party/libyuv/include/libyuv/scale_row.h
+1
-1
third_party/libyuv/include/libyuv/scale_row.h
third_party/libyuv/include/libyuv/version.h
+16
-0
third_party/libyuv/include/libyuv/version.h
third_party/libyuv/include/libyuv/video_common.h
+182
-0
third_party/libyuv/include/libyuv/video_common.h
third_party/libyuv/source/compare.cc
+325
-0
third_party/libyuv/source/compare.cc
with
2036 additions
and
20 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