1. 4163003 Add CIF scale test to confirm DrMemory bug is fixed. by fbarchard@google.com · 11 years ago
  2. 431f5f0 Fix scaling bug BUG=none TEST=none R=tpsiaki@google.com by fbarchard@google.com · 11 years ago
  3. ff74e02 A simple Makefile for libyuv on linux BUG=286 TEST=make R=kjellander@webrtc.org by fbarchard@google.com · 11 years ago
  4. a0630d7 Report of affine to nacl using %k0 BUG=none TEST=none R=johannkoenig@google.com by fbarchard@google.com · 11 years ago
  5. 43b4dd2 Allow error of 3 (was 2) for scale by 8. by fbarchard@google.com · 11 years ago
  6. f7eb04b Port ScaleCols to SSSE3 for Win. BUG=none TEST=Scale* R=tpsiaki@google.com by fbarchard@google.com · 11 years ago
  7. 788f757 Linear interpolation. BUG=none TEST=*Linear* R=tpsiaki@google.com by fbarchard@google.com · 11 years ago
  8. 5daa25f Add small test for blur BUG=none TEST=Blur* R=tpsiaki@google.com by fbarchard@google.com · 11 years ago
  9. f6bd6c0 Use allocation instead of stack for a unittest that uses a bit too much. by fbarchard@google.com · 11 years ago
  10. 0920995 Sobel using max to get abs for SSE2 BUG=none TEST=none R=ryanpetrie@google.com by fbarchard@google.com · 11 years ago
  11. a721402 Disable xgetbv for NaCL BUG=none TEST=ncval R=nfullagar@google.com by fbarchard@google.com · 11 years ago
  12. 095f33d Coalesce rows by changing width/height and dropping into code instead of recursing. Improve coalesce by setting stride to 0 so it can be used even on odd width images. Reduce unittests to improve time to run emulators. by fbarchard@google.com · 11 years ago
  13. 8be4b28 ARGBSobelToPlane which produces a planar output. by fbarchard@google.com · 11 years ago
  14. e35422d Fix AVX2 detect and a performance stall for gcc/clang. by fbarchard@google.com · 11 years ago
  15. a03b8ad Do fewer scale tests to speed up overall unittest by fbarchard@google.com · 11 years ago
  16. adef267 CopyYToAlpha to copy from a plane to alpha channel of ARGB by fbarchard@google.com · 11 years ago
  17. 88ce3c0 Change unittests to pass when size is 1 tall. by fbarchard@google.com · 11 years ago
  18. 7f67961 ARGBCopyAlpha for effects BUG=none TEST=none R=johannkoenig@google.com by fbarchard@google.com · 11 years ago
  19. c99db06 Change ARGBColorMatrix to a 4x4. by fbarchard@google.com · 11 years ago
  20. a927c6f DrMemory fix for Sobel overread. BUG=262 TESTED=Sobel* unittests re-enabled. by fbarchard@google.com · 11 years ago
  21. 47e856c Make I411ToARGB read 2 bytes to avoid overread. by fbarchard@google.com · 11 years ago
  22. 07c3fe2 Fix DrMemory errors in unittests that were not initializing memory. by fbarchard@google.com · 11 years ago
  23. afd1d6b Fix 2 bugs with Luma scale by fbarchard@google.com · 11 years ago
  24. a1ab194 Color Table x86 reoptimized and ported to gcc. by fbarchard@google.com · 11 years ago
  25. 2bbb64d FMA3 version of Polynomial by fbarchard@google.com · 11 years ago
  26. 1390aaf fix for luma table valgrind uninitialized variable. by fbarchard@google.com · 11 years ago
  27. b38b73d ARGBLumaColorTable function. BUG=267 TEST=Luma* R=thorcarpenter@google.com by fbarchard@google.com · 11 years ago
  28. c3c06ec polynomial sse2 do 2 pixels at a time. by fbarchard@google.com · 11 years ago
  29. 6da76f3 AVX version of Polynomial by fbarchard@google.com · 11 years ago
  30. dcd87ff Vertical-only scale for YUV. by fbarchard@google.com · 11 years ago
  31. ae0091e ARGBPolynomial for applying a 3 term polynomial matrix to pixels. by fbarchard@google.com · 11 years ago
  32. c4a7049 blur unittest and fix for negative height by fbarchard@google.com · 11 years ago
  33. 4b4b50f Make unittests to 1280 pixels for simple planar tests, to get more realistic performance metrics than 256 pixels. by fbarchard@google.com · 11 years ago
  34. 5520710 Add RGBColorTable which is like ARGBColorTable but only does first 3 channels. by fbarchard@google.com · 11 years ago
  35. 595c242 Simple FixedDiv that does integer divide instruction with 64 bit dividend and 32 bit divisor to produce 32 bit result. by fbarchard@google.com · 11 years ago
  36. e5d3e10 Add rounding to FixedDiv by fbarchard@google.com · 11 years ago
  37. c9f0d96 FixedDiv port to gcc BUG=250 TEST=*Div* R=ryanpetrie@google.com by fbarchard@google.com · 11 years ago
  38. 747ceb9 FixedDiv using integers by fbarchard@google.com · 11 years ago
  39. a18ba50 Remove blank lint from OWNERS. Move FixedDiv into row functions to avoid changing build files. by fbarchard@google.com · 11 years ago
  40. 6f269a1 Expect off by one on 1/1080 and disable scaleup code for now. by fbarchard@google.com · 11 years ago
  41. b3a08b3 include lint warning fixes BUG=none TEST=lint R=ryanpetrie@google.com by fbarchard@google.com · 11 years ago
  42. f2f9dbb FixedDiv function in C and benchmark by fbarchard@google.com · 11 years ago
  43. ff0db0e change tile size for convert util and unittest to 32x32 which would lend itself to AVX2 or VP9 by fbarchard@google.com · 11 years ago
  44. 47c4989 MemRandomize fix for short result BUG=none TEST=none R=dingkai@google.com by fbarchard@google.com · 11 years ago
  45. ae67c90 Randomize function for filling a buffer with random values. by fbarchard@google.com · 11 years ago
  46. 76f8606 Additional scale resolutions tested BUG=none TEST=*Scale* R=mikhal@webrtc.org by fbarchard@google.com · 11 years ago
  47. dee86a1 Add comment about return value from scaling unittest internal function - TestFilter. by fbarchard@google.com · 11 years ago
  48. 97c9626 Test yuv scaler with scale factor of 1 by fbarchard@google.com · 11 years ago
  49. b911428 Adapt row interpolator to do YUV as well as ARGB without extrude so it can be used in I420Scale. by fbarchard@google.com · 11 years ago
  50. 8ffe78a Scale down by 4 used 3rd pixel by fbarchard@google.com · 11 years ago
  51. a14b5cd Simplify rotate unittests BUG=233 TEST=*Rotate* R=ryanpetrie@google.com by fbarchard@google.com · 11 years ago
  52. e3230e4 Iterate the rotate functions for benchmarking purposes by fbarchard@google.com · 11 years ago
  53. 0066be9 test hash of quick brown fox for known hash value by fbarchard@google.com · 11 years ago
  54. 031f05f Add OSX fourcc for 32 and 24 bit big endian formats, using by camtwist by fbarchard@google.com · 11 years ago
  55. 927eb2c scale argb clip by fbarchard@google.com · 11 years ago
  56. 5cf8a88 Clip scale API by fbarchard@google.com · 11 years ago
  57. 306e984 YUV scaler mirror horizontal if src_width is negative by fbarchard@google.com · 11 years ago
  58. 9f24b14 Compare typo fix by fbarchard@google.com · 11 years ago
  59. b06d3f5 Add more tests for hash by fbarchard@google.com · 11 years ago
  60. 6a34ee2 Test DJB2 hash with half the buffer same. by fbarchard@google.com · 11 years ago
  61. 48085a2 Lint fix for scale by fbarchard@google.com · 11 years ago
  62. ef888b7 ARGBScale accept negative width for scaling to indicate mirror horizontally. by fbarchard@google.com · 11 years ago
  63. 2b115a5 Remove cruft. BUG=208 TEST=lint by fbarchard@google.com · 11 years ago
  64. 461767d Bilinear upsample by fbarchard@google.com · 11 years ago
  65. 4127a26 ARGBInterpolate odd width support and inverted odd width test. ARGBToNV12/21 odd height fix. Compare test tolerate small height with warning. by fbarchard@google.com · 11 years ago
  66. cd6056c InterpolateAny for unaligned and odd width interpolate. To be used in ARGBScaler in future. by fbarchard@google.com · 11 years ago
  67. c297d10 I420ToARGB for Haswell. by fbarchard@google.com · 11 years ago
  68. 54f0b67 Scale up use pextrw to speed up a little by fbarchard@google.com · 11 years ago
  69. 98a1fbf Scale up columns 2 pixels at a time by fbarchard@google.com · 11 years ago
  70. c56a55f Sobel and SobelXY Neon port. Improved Bayer - did 8 at time version, and specialized G channel version. by fbarchard@google.com · 11 years ago
  71. 87adfaa Enable Sepia and improve unittest by fbarchard@google.com · 11 years ago
  72. 050b39a Recomputed JPeg coefficients normalized to 128. Apply to ARGBGray function reusing YJ function/coefficients and rounding. by fbarchard@google.com · 11 years ago
  73. b36eeee Validate MJPG test performance. by fbarchard@google.com · 11 years ago
  74. 8c9de16 ERMS by fbarchard@google.com · 11 years ago
  75. 4e0d7cc Y coefficients for J420 need to be scaled by 255/219 to full range. by fbarchard@google.com · 11 years ago
  76. d843100 movbe remove - not useful so far. by fbarchard@google.com · 11 years ago
  77. cfaa66c ARGBToJ420 and ARGBToJ400 - Full range YUV Jpeg style. by fbarchard@google.com · 11 years ago
  78. 25120f2 Add a unittest for scaling from VGA to whatever. by fbarchard@google.com · 11 years ago
  79. 9d48df9 Sobel port to posix. Improved unittest for C version. by fbarchard@google.com · 11 years ago
  80. e8df16b Sobel use G channel for consistency on all CPUs, better performance and full range of 0 to 255. by fbarchard@google.com · 11 years ago
  81. c93a137 Replace Add+YToARGB with SobelRow by fbarchard@google.com · 11 years ago
  82. 610e012 SobelXY which returns Sobel X, Sobel Y and Sobel as RGB values. by fbarchard@google.com · 11 years ago
  83. 1e985bb ARGBSobel by fbarchard@google.com · 11 years ago
  84. e1247ee Sobel functions by fbarchard@google.com · 11 years ago
  85. 7d25fe2 bilinear scaling allow higher error for differences in SSSE3 7 bit math vs C/SSE2 15 bit math, when extreme scale factors are used. by fbarchard@google.com · 11 years ago
  86. 04de744 fix for bayer unittest, transpose and rotate, and Ssim tolerance. by fbarchard@google.com · 11 years ago
  87. 53c4fb4 fix odd width unittesting by rounding up to next subsample size. by fbarchard@google.com · 11 years ago
  88. 155c761 Add comments to gyp showing what the macros are for. by fbarchard@google.com · 12 years ago
  89. 83a63e6 Change YUV_DISABLE_ASM to LIBYUV_DISABLE_NEON, LIBYUV_DISABLE_MIPS, LIBYUV_DISABLE_X86 by fbarchard@google.com · 12 years ago
  90. c0d9c34 Attenuate and Unattenuate Any variations for sse2, sss3 and avx2 by fbarchard@google.com · 12 years ago
  91. 3c7bb05 Unattenuate AVX2 by fbarchard@google.com · 12 years ago
  92. 5f88586 Box filter start from 0,0. Fixes crash that overreads horizontally. by fbarchard@google.com · 12 years ago
  93. a00da62 Add I422Copy and I444Copy by fbarchard@google.com · 12 years ago
  94. 8e26ead Fix for mutated registers on AVX2 by fbarchard@google.com · 12 years ago
  95. 50d7bf4 if types are already defined, dont define them again. by fbarchard@google.com · 12 years ago
  96. cde5870 Replace two spaces with one after . by fbarchard@google.com · 12 years ago
  97. 573a883 Subtract 2 images. by fbarchard@google.com · 12 years ago
  98. 70b4928 SSE2 bilinear fix for posix. by fbarchard@google.com · 12 years ago
  99. 83e1b17 Add 2 ARGB Images together and store to destination by fbarchard@google.com · 12 years ago
  100. 8fa7634 Blend style multiple by fbarchard@google.com · 12 years ago