1. 1d160cb Attenuate AGRB pixels NEON optimized by fbarchard@google.com · 12 years ago
  2. 64ce0ab Move Neon source to its own files. by fbarchard@google.com · 12 years ago
  3. 142f6c4 Move row.h to include and remove rotate_priv.h by fbarchard@google.com · 12 years ago
  4. b0c9797 Update Copyright notice to follow new chromium conventions. by fbarchard@google.com · 12 years ago
  5. 5bf29b5 p2align all loops, copy stride to local for scale, and copy last byte in bilinear more efficiently by fbarchard@google.com · 12 years ago
  6. c428470 Scale fix for Neon by fbarchard@google.com · 12 years ago
  7. 5e642d0 Neon constants need address of not value by fbarchard@google.com · 12 years ago
  8. d2f4413 Remove old alpha blend, expose GetARGB2Blend, fix ComputeSumSquareErrorPlane on SSE2 by fbarchard@google.com · 12 years ago
  9. 5b22506 With an asm() away lint, this cleans up most remaining issues. by fbarchard@google.com · 12 years ago
  10. 2b9c210 lint fix test by fbarchard@google.com · 12 years ago
  11. 16a9664 splituv and mirroruv in row use 2 pixels at a time in C by fbarchard@google.com · 12 years ago
  12. 8536b2f Add 411 for MJPG and fix neon warnings by fbarchard@google.com · 12 years ago
  13. 42831e0 Mirror a plane at a time so each can check cpu/alignment independently by fbarchard@google.com · 12 years ago
  14. 17f198c cleanup of include order, std include comments on what function they are for, and guard naming to match folder by fbarchard@google.com · 13 years ago
  15. fe5ff7e clang on linux prefers no args for rep movsl/stosl. ifdef for C that removes namespace. extern c allows c++ to be used to compile, including with namespace, but C program can link libyuv by fbarchard@google.com · 13 years ago
  16. 15c3d45 Change WIN32 to _M_IX86 and use YUV_DISABLE_ASM consistently by fbarchard@google.com · 13 years ago
  17. 2430e04 fix internal compiler error on mac by removing const from vectors by fbarchard@google.com · 13 years ago
  18. f7a5048 align asm new line to column 48 by fbarchard@google.com · 13 years ago
  19. 755de36 Change add + shift syntax for arm assembly. by frkoenig@google.com · 13 years ago
  20. f7e74a1 Move neon rotate code from straight assembly to inline. by frkoenig@google.com · 13 years ago