summaryrefslogtreecommitdiff
path: root/libyuv.gyp
AgeCommit message (Expand)Author
2014-10-09clear aarch64 related macro and fix bugszhongwei.yao@arm.com
2014-09-30For android arm64 dont specify neon flag.fbarchard@google.com
2014-09-19add stride to pointer in C and pass as register to inline.fbarchard@google.com
2014-09-15change vector range notation to a list of registers for clang compatibility. ...fbarchard@google.com
2014-09-01Add a placeholder file for ARM64 Rotate Neon implementationzhongwei.yao@arm.com
2014-08-25move lto condition into existing condition statement.fbarchard@google.com
2014-08-25Add LTO support for Android Chromium.fbarchard@google.com
2014-08-21For xcode disable pch option so includes will use the .h instead of expecting...fbarchard@google.com
2014-08-20Add a placeholder file for ARM64 Scale Neon implementationzhongwei.yao@arm.com
2014-08-13arm64 neon optimization building is enabledzhongwei.yao@arm.com
2014-08-07Add a placeholder file for ARM64 Row Neon implementationashok.bhat@gmail.com
2014-07-28Add a gyp define LIBYUV_DISABLE_JPEG to not build jpeg libraryfbarchard@google.com
2014-07-03Disable assembly optimizations in MemorySanitizer builds.kjellander@google.com
2014-03-29arm64 initial port using Cfbarchard@google.com
2014-02-06for ios enable neon for arm but not ia32 which is simulator.fbarchard@google.com
2014-01-18Allow system jpeg to be used instead of libjpeg_turbo.fbarchard@google.com
2014-01-15Fix neon builds for ios. libyuv_neon macro is not applicable to neon. its o...fbarchard@google.com
2014-01-14use arm only to determine if neon should be buildfbarchard@google.com
2014-01-14check target arch is arm for neon code on androidfbarchard@google.com
2014-01-14Compile libyuv for PNaCl.sergeyu@google.com
2014-01-07Build 2 libs - one with Neon and one without, then merge them together. Allo...fbarchard@google.com
2013-12-13Include libjpeg unconditionallyfbarchard@google.com
2013-12-03Switch I4xxToI420 to point sample to pass drmemory.fbarchard@google.com
2013-11-28Move scale row functions to scale_win etcfbarchard@google.com
2013-08-27Move vertical scaler to common code.fbarchard@google.com
2013-06-17Remove blank lint from OWNERS. Move FixedDiv into row functions to avoid cha...fbarchard@google.com
2013-06-17include lint warning fixesfbarchard@google.com
2013-06-15FixedDiv function in C and benchmarkfbarchard@google.com
2013-05-01make the lib self contained .a filesfbarchard@google.com
2013-04-11Move convert_to_argb and MJPGToARGB to isolated files. Move ValidateJPeg to ...fbarchard@google.com
2013-04-09isolate jpeg to convert_jpeg and call from convert_to_i420fbarchard@google.com
2013-04-03Disable JPEG for IOSfbarchard@google.com
2013-02-28gcc scale fix and change tabs to spaces in gypsfbarchard@google.com
2013-02-28Add comments to gyp showing what the macros are for.fbarchard@google.com
2013-02-27Change YUV_DISABLE_ASM to LIBYUV_DISABLE_NEON, LIBYUV_DISABLE_MIPS, LIBYUV_DI...fbarchard@google.com
2013-02-23Mips memcpy moved to row_mips.fbarchard@google.com
2013-01-28Replace two spaces with one after .fbarchard@google.com
2012-11-16scale by even amounts using Neonfbarchard@google.com
2012-10-30Move any functions into their own filefbarchard@google.com
2012-10-26Mips port of libyuv. Includes functionality for convert, rotate, scale and m...fbarchard@google.com
2012-10-26mips memcpyfbarchard@google.com
2012-10-22Move compare modules into their own files, and scale for mipsfbarchard@google.com
2012-10-20Move compare low levels into their own files, for consistency with NEON.fbarchard@google.com
2012-10-14mips version of SplitUV for nv12/21fbarchard@google.com
2012-10-11Add convert_from_argb.h for all conversion functions from ARGB to something e...fbarchard@google.com
2012-10-09Move Neon source to its own files.fbarchard@google.com
2012-09-27Add exports to allow libyuv to be built as a shared lib.fbarchard@google.com
2012-09-18Move row.h to include and remove rotate_priv.hfbarchard@google.com
2012-08-08Update Copyright notice to follow new chromium conventions.fbarchard@google.com
2012-07-24Allow use of the system libjpeg.fbarchard@google.com