Name
Last commit
Last update
chromium Make Libyuv work with Chromium Git checkouts
include I422ToRGB24 AVX2 and I422ToRAW
source I422ToRGB24 AVX2 and I422ToRAW
tools/valgrind-libyuv Roll chromium_revision 271c6cc..2c3ffb2 (309333:317530) + fixes
unit_test rename I400 to J400 and I400 reference to I400. J400 is a simple replication of values to convert to RGB, which is what the old I400 was. I400 reference is the Y part of the YUV formula, so renaming that to I400.
util clangcl build fix for __cpuid in psnr util. Since clangcl provides the intrinsic thru its Visual C emulation, don't duplicately define the function with an inline version, which is normally needed for gcc/clang.
.gitignore Fix standalone GN build.
AUTHORS Adding AUTHORS file to libyuv
Android.mk updated file source list for android mk system.
BUILD.gn Fix standalone GN build.
CMakeLists.txt Remove bayer format support from libyuv. This format is very rare and used on legacy hardware. Its not well optimized and has bugs related to odd widths. Removing the format will allow tests to pass under more circumstances, run faster and allow focus on higher priority quality and performance issues.
DEPS Roll chromium_revision 271c6cc..2c3ffb2 (309333:317530) + fixes
LICENSE Update Copyright notice to follow new chromium conventions.
LICENSE_THIRD_PARTY README.chromium license field for WebView and LICENSE_THIRD_PARTY to show files with special licenses.
OWNERS Remove blank lint from OWNERS. Move FixedDiv into row functions to avoid changing build files.
PATENTS LibYuv: Adding PATENT and LICENSE files
PRESUBMIT.py Roll chromium_revision 271c6cc..2c3ffb2 (309333:317530) + fixes
README.chromium I422ToRGB24 AVX2 and I422ToRAW
all.gyp Android support
codereview.settings Use new, public try server for libyuv.
download_vs_toolchain.py Roll chromium_revision 260824:262938 + fix binutils. Since it's not possible to have platform-specific hooks executing, binutils must be downloaded for all platforms in order for the download.py hook to execute properly on non-unix platforms.
drover.properties Add drover.properties for libyuv
gyp_libyuv Make Libyuv work with Chromium Git checkouts
gyp_libyuv.py Minor fixes to gyp_libyuv.py
libyuv.gyp Enable NEON functions for ARM32
libyuv.gypi Loading commit data...
libyuv_nacl.gyp Loading commit data...
libyuv_test.gyp Loading commit data...
linux.mk Loading commit data...
public.mk Loading commit data...
setup_links.py Loading commit data...
sync_chromium.py Loading commit data...
winarm.mk Loading commit data...