]> granicus.if.org Git - libvpx/commit
Updates libyuv to version 1005
authorDeb Mukherjee <debargha@google.com>
Sat, 17 May 2014 01:52:01 +0000 (18:52 -0700)
committerDeb Mukherjee <debargha@google.com>
Wed, 21 May 2014 00:19:57 +0000 (17:19 -0700)
commit47031c0a54b2054c98066919dbd1e71c60b3c4f4
treef98d5d2e026459b5074e75864578dee9fef7c8f0
parentef750d8472a9cd9cb7dbc9f0bb356e5da8d57e8d
Updates libyuv to version 1005

Also adds compile check and a libyuv configure flag

Change-Id: Ib9f0f4a71c4083e6f0aea7b5a5d175531ef0f66b
28 files changed:
configure
examples.mk
third_party/libyuv/README.libvpx
third_party/libyuv/include/libyuv/basic_types.h
third_party/libyuv/include/libyuv/cpu_id.h
third_party/libyuv/include/libyuv/planar_functions.h [new file with mode: 0644]
third_party/libyuv/include/libyuv/row.h [new file with mode: 0644]
third_party/libyuv/include/libyuv/scale.h
third_party/libyuv/include/libyuv/scale_row.h [new file with mode: 0644]
third_party/libyuv/source/cpu_id.c [deleted file]
third_party/libyuv/source/cpu_id.cc [new file with mode: 0644]
third_party/libyuv/source/planar_functions.cc [new file with mode: 0644]
third_party/libyuv/source/row.h [deleted file]
third_party/libyuv/source/row_any.cc [new file with mode: 0644]
third_party/libyuv/source/row_common.cc [new file with mode: 0644]
third_party/libyuv/source/row_mips.cc [new file with mode: 0644]
third_party/libyuv/source/row_neon.cc [new file with mode: 0644]
third_party/libyuv/source/row_posix.cc [new file with mode: 0644]
third_party/libyuv/source/row_win.cc [new file with mode: 0644]
third_party/libyuv/source/scale.c [deleted file]
third_party/libyuv/source/scale.cc [new file with mode: 0644]
third_party/libyuv/source/scale_common.cc [new file with mode: 0644]
third_party/libyuv/source/scale_mips.cc [new file with mode: 0644]
third_party/libyuv/source/scale_neon.cc [new file with mode: 0644]
third_party/libyuv/source/scale_posix.cc [new file with mode: 0644]
third_party/libyuv/source/scale_win.cc [new file with mode: 0644]
vpxdec.c
vpxenc.c