aboutsummaryrefslogtreecommitdiff
path: root/libyuv.gyp
AgeCommit message (Expand)Author
2022-03-21Add libyuv.gyp build filesFrank Barchard
2018-09-04Remove GYP support from libyuvFrank Barchard
2018-07-20libyuv:loongson optimize compare/row/scale/rotate files with mmi.lixia zhang
2017-12-14Remove Mips DSPR2 codeFrank Barchard
2017-01-27Rename mips source files to dspr2.Frank Barchard
2016-12-19modified libyuv.gyp so that it no longer depends on libjpeg.gyp, which does n...Frank Barchard
2016-09-22fix warning on visual C for mips cpu detectFrank Barchard
2016-09-22Add MIPS SIMD Arch (MSA) optimized MirrorRow functionFrank Barchard
2016-08-04Roll chromium_revision 0868029..33f8768Henrik Kjellander
2016-08-02Roll libyuv chromium deps to same as webrtc jun8Frank Barchard
2016-07-19Revert "roll chromium same as webrtc jun9"Frank Barchard
2016-07-18roll chromium same as webrtc jun9Frank Barchard
2016-06-07ARGBExtractAlpha 16 pixels at a time for ARMFrank Barchard
2016-04-11disable unused argument warning for clang builds.Frank Barchard
2016-03-15disable assembly in header for msan=1Frank Barchard
2016-02-09add 'LIBYUV_DISABLE_X86' to msan for unittestsFrank Barchard
2016-01-11Remove use_sysroot=0Frank Barchard
2016-01-05add clang variable for other apps to useFrank Barchard
2015-12-21Disable sysroot for x86 and x64 onlyFrank Barchard
2015-12-15change scale down by 4 to use rounding.Frank Barchard
2015-12-15Bump chromium version and disable use_sysroot=0Frank Barchard
2015-10-07merge neon source files back into single libyuv libraryFrank Barchard
2015-08-18Re-enable LLVM LTO on Neon targets.Frank Barchard
2015-05-11enable speed optimization for libyuvfbarchard@google.com
2015-04-28enable chromium_code=1 to increase warning level. this will enable the same ...fbarchard@google.com
2015-02-11Enable NEON functions for ARM32yang.zhang@arm.com
2014-12-18Pass neon option to compiler, not assembler, so ifdefs will work.fbarchard@google.com
2014-10-28Pass neon option to assembler but not the compiler. Step 1 of unifying the ...fbarchard@google.com
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