update libyuv to r1456
authorJames Zern <jzern@google.com>
Fri, 24 Jul 2015 23:54:51 +0000 (16:54 -0700)
committerJames Zern <jzern@google.com>
Sat, 1 Aug 2015 01:34:20 +0000 (18:34 -0700)
commitfcb4253c9cdaece2dd3a2ab8c6842ed41e24f123
treea61c7507bfd7c9f36cf2899409c3c883f4f5474b
parentf42012e526f218f4607e5d678c5bd44bb5978bff
update libyuv to r1456

picks up build warning fixes for visual studio 2015

Change-Id: Idea85fa70d1aeb2a46ea355b87fe41ec5b2b9520
46 files changed:
examples.mk
third_party/libyuv/README.libvpx
third_party/libyuv/include/libyuv/convert.h
third_party/libyuv/include/libyuv/convert_argb.h
third_party/libyuv/include/libyuv/convert_from.h
third_party/libyuv/include/libyuv/convert_from_argb.h
third_party/libyuv/include/libyuv/planar_functions.h
third_party/libyuv/include/libyuv/rotate_row.h [new file with mode: 0644]
third_party/libyuv/include/libyuv/row.h
third_party/libyuv/include/libyuv/scale_row.h
third_party/libyuv/include/libyuv/version.h
third_party/libyuv/source/compare.cc
third_party/libyuv/source/compare_gcc.cc [moved from third_party/libyuv/source/compare_posix.cc with 100% similarity]
third_party/libyuv/source/compare_neon64.cc
third_party/libyuv/source/compare_win.cc
third_party/libyuv/source/convert.cc
third_party/libyuv/source/convert_argb.cc
third_party/libyuv/source/convert_from.cc
third_party/libyuv/source/convert_from_argb.cc
third_party/libyuv/source/cpu_id.cc
third_party/libyuv/source/mjpeg_decoder.cc
third_party/libyuv/source/mjpeg_validate.cc
third_party/libyuv/source/planar_functions.cc
third_party/libyuv/source/rotate.cc
third_party/libyuv/source/rotate_any.cc [new file with mode: 0644]
third_party/libyuv/source/rotate_argb.cc
third_party/libyuv/source/rotate_common.cc [new file with mode: 0644]
third_party/libyuv/source/rotate_gcc.cc [new file with mode: 0644]
third_party/libyuv/source/rotate_mips.cc
third_party/libyuv/source/rotate_neon.cc
third_party/libyuv/source/rotate_neon64.cc
third_party/libyuv/source/rotate_win.cc [new file with mode: 0644]
third_party/libyuv/source/row_any.cc
third_party/libyuv/source/row_common.cc
third_party/libyuv/source/row_gcc.cc [moved from third_party/libyuv/source/row_posix.cc with 97% similarity]
third_party/libyuv/source/row_neon.cc
third_party/libyuv/source/row_neon64.cc
third_party/libyuv/source/row_win.cc
third_party/libyuv/source/scale.cc
third_party/libyuv/source/scale_any.cc [new file with mode: 0644]
third_party/libyuv/source/scale_argb.cc
third_party/libyuv/source/scale_common.cc
third_party/libyuv/source/scale_gcc.cc [moved from third_party/libyuv/source/scale_posix.cc with 97% similarity]
third_party/libyuv/source/scale_neon.cc
third_party/libyuv/source/scale_neon64.cc
third_party/libyuv/source/scale_win.cc