summaryrefslogtreecommitdiff
path: root/libyuv_test.gyp
AgeCommit message (Expand)Author
2014-09-05add gyp define to enable svn version check. defaults to off so tests built o...fbarchard@google.com
2014-07-28Add a gyp define LIBYUV_DISABLE_JPEG to not build jpeg libraryfbarchard@google.com
2014-06-26add symbols for ios unittestsfbarchard@google.com
2014-06-25psnr tool accept jpeg files as well as raw YUVfbarchard@google.com
2014-03-29arm64 initial port using Cfbarchard@google.com
2013-06-15FixedDiv function in C and benchmarkfbarchard@google.com
2013-04-09Convert utilfbarchard@google.com
2013-04-03Disable JPEG for IOSfbarchard@google.com
2013-03-28Validate MJPG test performance.fbarchard@google.com
2013-03-22C header compatiblefbarchard@google.com
2013-03-20PSNR standalone utility for SSIM and PSNR quality assessment.fbarchard@google.com
2013-03-19ARGBSobelfbarchard@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-01-28Replace two spaces with one after .fbarchard@google.com
2012-12-18Call CanonicalCode in convert functions and add unittest for function.fbarchard@google.com
2012-11-01Change Mac to long long for int64fbarchard@google.com
2012-10-11Add convert_from_argb.h for all conversion functions from ARGB to something e...fbarchard@google.com
2012-09-27Add exports to allow libyuv to be built as a shared lib.fbarchard@google.com
2012-08-08Update Copyright notice to follow new chromium conventions.fbarchard@google.com
2012-07-27A compare utility that reports psnr, mse and hash valuesfbarchard@google.com
2012-06-26Rotate ARGB using a scale function that reads with step, combining to form 16...fbarchard@google.com
2012-05-31Add LIBYUV_SVNREVISION macro and planar unittest fix/improvementfbarchard@google.com
2012-05-03scale_argb module for point and bilinear scaling of ARGBfbarchard@google.com
2012-02-23make libyuv library depend on libjpegfbarchard@google.com
2012-02-23gyp build for jpegfbarchard@google.com
2012-02-22safe for x86 and memset for armfbarchard@google.com
2012-01-26Neon instructions detect without using NDK so it will work within Android, an...fbarchard@google.com
2011-11-19YUVToARGB, YUVToBGRA,YUVToABGR optimized.frkoenig@google.com
2011-11-10PSNR and SSIM plane comparision functions.frkoenig@google.com
2011-10-21ScaleRowDown4Int_SSE2 was incorrectly computing offset.frkoenig@google.com
2011-10-12Fixed image rotators.frkoenig@google.com
2011-10-07Libyuv: 1. Dividing gyp file to test and source. 2. Updating DEPS file to bui...mikhal@webrtc.org