aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2024-01-10AVX10 cpuid detect addedFrank Barchard
2023-10-05AVX-VNNI detectFrank Barchard
2023-10-04VNNI-INT8 detectFrank Barchard
2023-05-09yuvconstants.c: fix double->float conv warningsJames Zern
2023-04-27cpuid for arm/mips/riscv initialize bufferFrank Barchard
2022-11-28yuvconstants check for 3 arguments and show helpFrank Barchard
2022-09-16I420ToRGB24MatrixFilter function addedFrank Barchard
2022-01-26Remove MMI supportFrank Barchard
2022-01-20Add supports for loongarch LSX and LASX.Hao Chen
2022-01-12VNNI detectFrank Barchard
2021-12-06Fix -Wshadow.Mirko Bonadei
2021-02-19Scale 12 functions that are scale 16 but with only low 12 bits validFrank Barchard
2021-02-12add yuvconvstants utilFrank Barchard
2021-02-10Rounding added to scaling upsamplerFrank Barchard
2021-02-06BT.2020 Full Range yuvconstantsFrank Barchard
2020-04-28i444tonv12_eg example programFrank Barchard
2020-04-23CPUID util add namespace if compiled as C++ Add comment about namespace for C...Frank Barchard
2019-04-12Add AYUVToNV12 and NV21ToNV12Frank Barchard
2018-07-20libyuv:loongson optimize compare/row/scale/rotate files with mmi.lixia zhang
2018-02-07tidy applied with all cppcoreguidelines and googleFrank Barchard
2018-02-07tidy applied with readability-inconsistent-declaration-parameter-nameFrank Barchard
2018-01-24Lint cleanup after C99 change CLFrank Barchard
2018-01-23Switch to C99 typesFrank Barchard
2017-12-14Remove Mips DSPR2 codeFrank Barchard
2017-12-05Add comment in Makefile OpenMP for MacOSFrank Barchard
2017-11-07AVX512 feature detects for cnl and iclFrank Barchard
2017-10-19cpuid util fix for build warningFrank Barchard
2017-08-03Revert "include <new> header for benefit of new clang builds"Frank Barchard
2017-07-19include <new> header for benefit of new clang buildsFrank Barchard
2017-05-25lint warning fixes for CpuIDFrank Barchard
2017-04-06Rename convert to yuvconvert to avoid name clash with linux utilFrank Barchard
2017-03-08clang-format 5.0 applied to libyuvFrank Barchard
2017-03-03any11p fix for buffer overrunFrank Barchard
2017-02-03Use DEPS for all dependencies + add PRESUBMIT.pyHenrik Kjellander
2017-01-11Libyuv MIPS DSPR2 optimizations.Frank Barchard
2016-11-07clang-format libyuvFrank Barchard
2016-10-14Add f16c (halffloat) cpuidFrank Barchard
2016-09-26remove guard nolints from all headersFrank Barchard
2016-02-05rename MIPS_DSPR2 to DSPR2 for consistencyFrank Barchard
2015-11-03cpuid tool fix - remove mipsdsp and add avx3Frank Barchard
2015-10-12Add libyuv_unittest_apk target to run tests on AndroidFrank Barchard
2015-05-05psnr tool, work around for ios 64 bit compiler where int passed into assembly...fbarchard@google.com
2015-03-16clangcl build fix for __cpuid in psnr util. Since clangcl provides the intrin...fbarchard@google.com
2014-12-04Remove nacl macro from 64 bit psnrfbarchard@google.com
2014-12-03psnr utility aarch64 bit version to fix build error on ios and optimize for 6...fbarchard@google.com
2014-07-01Show jpeg as an option for psnr tool if enabledfbarchard@google.com
2014-06-26lint fixes for psnrfbarchard@google.com
2014-06-26jpeg psnr avoid duplicates with libyuv by checking HAVE_JPEGfbarchard@google.com
2014-06-26move Calc functions for psnr into header to avoid duplicate links.fbarchard@google.com
2014-06-25psnr tool accept jpeg files as well as raw YUVfbarchard@google.com