summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-26Row AArch64444 Neon implementation - Part 10ashok.bhat@gmail.com
2014-09-26Row AArch64 Neon implementation - Part 9ashok.bhat@gmail.com
2014-09-23Add tools/lsan/suppressions.txtkjellander@google.com
2014-09-23Update Chromium sync scripts for WebRTC r7222 changeskjellander@google.com
2014-09-23Make Libyuv work with Chromium Git checkoutskjellander@google.com
2014-09-22Detect asimd as same as Neon for Arm features. Used on Juno aarch64 linux.fbarchard@google.com
2014-09-22Update makefiles after merge of Chromium at fb34b348eeadAndroid Chromium Automerger
2014-09-21Roll chromium_revision 280149:291168 and remove sanitizer_options.cc hack.kjellander@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-15Change branch notation to clang compatible b dot ccfbarchard@google.com
2014-09-15Change ifdefs for arm 32 and 64 bit so there will only be 32 bit in legacy mode.fbarchard@google.com
2014-09-15scale16 api use LIBYUV_APIfbarchard@google.com
2014-09-13Update makefiles after merge of Chromium at 6a4d455b8650Android Chromium Automerger
2014-09-12add TransposeWx8_NEON's aarch64 implementationzhongwei.yao@arm.com
2014-09-11Update makefiles after merge of Chromium at b62471bd5180Android Chromium Automerger
2014-09-11Fix the build failure for arm64ashok.bhat@gmail.com
2014-09-11Fix the build failure for arm64ashok.bhat@gmail.com
2014-09-10Rotate ARM64 NEON implementation - TransposeUVWx8_NEONyang.zhang@arm.com
2014-09-10Update makefiles after merge of Chromium at a301aef21f9eAndroid Chromium Automerger
2014-09-10Update makefiles after merge of Chromium at d0b993bb2548Android Chromium Automerger
2014-09-09Update makefiles after merge of Chromium at facf66e09bf8Android Chromium Automerger
2014-09-09Update makefiles after merge of Chromium at 457b0a1c9412Android Chromium Automerger
2014-09-08Update GN build to refer to ppapi target. This allows the inclusion of the pp...fbarchard@google.com
2014-09-08expect avx2 compiler support means one of the avx2 functions exists.fbarchard@google.com
2014-09-08Update makefiles after merge of Chromium at 02b0945c7345Android Chromium Automerger
2014-09-05add gyp define to enable svn version check. defaults to off so tests built o...fbarchard@google.com
2014-09-04Add a test that indicates the compiler is able to generate avx2 code.fbarchard@google.com
2014-09-01Add a placeholder file for ARM64 Rotate Neon implementationzhongwei.yao@arm.com
2014-09-01implement ARM64 ScaleARGBRowDownEven and ScaleARGBRowDownEvenBoxzhongwei.yao@arm.com
2014-09-01Scale ARM64 NEON implementation - ScaleRowDown38yang.zhang@arm.com
2014-09-01Scale ARM64 NEON implementation - ScaleRowDown34yang.zhang@arm.com
2014-08-29Row AArch64 Neon implementation - Part 6ashok.bhat@gmail.com
2014-08-28implement ARM64 ScaleRowDown4 and ScaleRowDown4Boxzhongwei.yao@arm.com
2014-08-27disable mips assembly for __mips_isa_rev 6fbarchard@google.com
2014-08-27Update makefiles after merge of Chromium at b241671f0248Android Chromium Automerger
2014-08-27Add function ScaleFilterRows_NEON for ARM64 Scale Neon implementationzhongwei.yao@arm.com
2014-08-26Row AArch64 Neon implementation - Part 7ashok.bhat@gmail.com
2014-08-26implement ScaleRowDown2_NEON && ScaleRowDown2Box_NEONzhongwei.yao@arm.com
2014-08-26implement ScaleARGBRowDown2 && ScaleARGBRowDown2Boxzhongwei.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-22fix memory leaks in *ToI420 functions.fbarchard@google.com
2014-08-21For xcode disable pch option so includes will use the .h instead of expecting...fbarchard@google.com
2014-08-21ifdef headers to avoid intrinsics if built with gcc 64 bit on windows.fbarchard@google.com
2014-08-21ARGBToNV12 fix for memory leak on row_u_mem.fbarchard@google.com
2014-08-21Row AArch64 Neon implementation - Part 3ashok.bhat@gmail.com
2014-08-21Row AArch64 Neon implementation - Part 5ashok.bhat@gmail.com
2014-08-21Row AArch64 Neon implementation - Part 4ashok.bhat@gmail.com
2014-08-21In Q420ToI420 the variable halfheight is initialized but not used. Change it...fbarchard@google.com