1. 37c0e64 Fix crash on wide images by fbarchard@google.com · 11 years ago
  2. c297d10 I420ToARGB for Haswell. by fbarchard@google.com · 11 years ago
  3. 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
  4. 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
  5. cde5870 Replace two spaces with one after . by fbarchard@google.com · 11 years ago
  6. 9573071 Neon RGB24 to I420 by fbarchard@google.com · 12 years ago
  7. 522d757 Neon optimized ARGBToI444/422/411/420 Any variations, ARGB1555ToI420 Neon, ARGB4444ToI420 by fbarchard@google.com · 12 years ago
  8. dd2d512 420 subsampler by fbarchard@google.com · 12 years ago
  9. bdf7cb5 RGB formats converted to YUV with Neon by fbarchard@google.com · 12 years ago
  10. b7ae15a Neon optimized ARGBToY by fbarchard@google.com · 12 years ago
  11. 8d37dd5 Any conversions fix for RGB 3 bytes. Fix for overread valgrind. Avoid memcpy. Add _Any unittests for all conversions. by fbarchard@google.com · 12 years ago
  12. 64ce0ab Move Neon source to its own files. by fbarchard@google.com · 12 years ago
  13. fc7314e Add exports to allow libyuv to be built as a shared lib. by fbarchard@google.com · 12 years ago
  14. 142f6c4 Move row.h to include and remove rotate_priv.h by fbarchard@google.com · 12 years ago
  15. b0c9797 Update Copyright notice to follow new chromium conventions. by fbarchard@google.com · 12 years ago
  16. e214fe3 I411ToARGB doing 2 UV values with 8 Y values by fbarchard@google.com · 12 years ago
  17. 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
  18. d2f4413 Remove old alpha blend, expose GetARGB2Blend, fix ComputeSumSquareErrorPlane on SSE2 by fbarchard@google.com · 12 years ago
  19. f3fb7b6 Lint cleanup for Neon and Visual C inline. by fbarchard@google.com · 12 years ago
  20. 5b22506 With an asm() away lint, this cleans up most remaining issues. by fbarchard@google.com · 12 years ago
  21. 2b9c210 lint fix test by fbarchard@google.com · 12 years ago
  22. 18184fd switch looping to jg from ja to allow non-multiple of 16 to underflow to a negative by fbarchard@google.com · 12 years ago
  23. e5f3fd4 YUY2 and UYVY Unaligned and any versions by fbarchard@google.com · 12 years ago
  24. 57261c1 change switch statements to return instead of assert fixing warning on missing break. by fbarchard@google.com · 12 years ago
  25. 5343a73 Make Bayer functions with same parameters as RGB conversions allowing consistant usage and testing. Functions are implemented with wrappers to single function for 4 fourccs. New I420ToBayer functions implemented similar to 2 step I420ToRGB565 etc. by fbarchard@google.com · 12 years ago
  26. ba03e4d Relax alignment checks especially when doing 2 step conversions by fbarchard@google.com · 12 years ago
  27. 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
  28. 0090434 libyuv: Moving video_common to the include directory and updating rgb convert orientation. by mikhal@webrtc.org · 13 years ago
  29. 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
  30. 1c5136d use IS_ALIGNED for width and stride to avoid mod that generates 6 instructions by fbarchard@google.com · 13 years ago
  31. 15c3d45 Change WIN32 to _M_IX86 and use YUV_DISABLE_ASM consistently by fbarchard@google.com · 13 years ago
  32. c82af4a Order includes. by frkoenig@google.com · 13 years ago
  33. 1b06484 libyuv: clean up: by mikhal@webrtc.org · 13 years ago
  34. f7a5048 align asm new line to column 48 by fbarchard@google.com · 13 years ago
  35. 82ba1b7 bayer off by one on width by fbarchard@google.com · 13 years ago
  36. b614976 ARGB to and from I420 ported to x64 by fbarchard@google.com · 13 years ago
  37. 799796b avoid xmm7 in formatconversion by fbarchard@google.com · 13 years ago
  38. 9394ed9 ARGB To I420 and variations using row functions by fbarchard@google.com · 13 years ago
  39. 585a126 rewrite ARGBToI420 with SSSE3 by fbarchard@google.com · 13 years ago
  40. 7802038 rotate for x86 and bayer refactored - 3x faster. by fbarchard@google.com · 13 years ago
  41. a128073 cleanup yuv for consistency. stride, return int, negative heights, inplace conversions, lower case names, filter enum, uint, planarfunction updates, remove common.h, remove common/ folder, cpuid header public, move headers into libyuv/, add libyuv.h, fixed header guards, remove internal timing from scale, tweaks for llvm build, videocommon simplified by fbarchard@google.com · 13 years ago
  42. 41686e8 remove linux.cc and simplify cpuid by fbarchard@google.com · 13 years ago
  43. c27f2fb Libyuv: Bug fix in format_conversion by mikhal@webrtc.org · 13 years ago
  44. 43575c8 Libyuv: Numerous changes Review URL: http://webrtc-codereview.appspot.com/217007 by mikhal@webrtc.org · 13 years ago
  45. 283eb13 LibYuv: General updates Review URL: http://webrtc-codereview.appspot.com/220004 by mikhal@webrtc.org · 13 years ago
  46. 24fba05 libyuv: Adding a cpu_id depedence by mikhal@webrtc.org · 13 years ago
  47. aed1cc9 first draft by mikhal@webrtc.org · 13 years ago