1. 455c66b Add a gyp define LIBYUV_DISABLE_JPEG to not build jpeg library by fbarchard@google.com · 10 years ago
  2. 1034277 Disable assembly optimizations in MemorySanitizer builds. by kjellander@google.com · 10 years ago
  3. c99fa63 arm64 initial port using C by fbarchard@google.com · 10 years ago
  4. 4b3428e for ios enable neon for arm but not ia32 which is simulator. by fbarchard@google.com · 10 years ago
  5. 9a46283 Allow system jpeg to be used instead of libjpeg_turbo. by fbarchard@google.com · 10 years ago
  6. f5f5bbf Fix neon builds for ios. libyuv_neon macro is not applicable to neon. its only needed for arm code that is not neon but will link to neon. by fbarchard@google.com · 10 years ago
  7. d3f1821 use arm only to determine if neon should be build by fbarchard@google.com · 10 years ago
  8. 252e14a check target arch is arm for neon code on android by fbarchard@google.com · 10 years ago
  9. 0d8da8a Compile libyuv for PNaCl. by sergeyu@google.com · 10 years ago
  10. 0ba7b23 Build 2 libs - one with Neon and one without, then merge them together. Allows for a fat binary that runs on regular arm. by fbarchard@google.com · 10 years ago
  11. 31ca874 Include libjpeg unconditionally by fbarchard@google.com · 11 years ago
  12. d0a4b4a Switch I4xxToI420 to point sample to pass drmemory. by fbarchard@google.com · 11 years ago
  13. dbe4814 Move scale row functions to scale_win etc by fbarchard@google.com · 11 years ago
  14. 49bbc1b Move vertical scaler to common code. by fbarchard@google.com · 11 years ago
  15. a18ba50 Remove blank lint from OWNERS. Move FixedDiv into row functions to avoid changing build files. by fbarchard@google.com · 11 years ago
  16. b3a08b3 include lint warning fixes BUG=none TEST=lint R=ryanpetrie@google.com by fbarchard@google.com · 11 years ago
  17. f2f9dbb FixedDiv function in C and benchmark by fbarchard@google.com · 11 years ago
  18. 4154163 make the lib self contained .a files by fbarchard@google.com · 11 years ago
  19. 8c8cf8d Move convert_to_argb and MJPGToARGB to isolated files. Move ValidateJPeg to its own file. Allows jpeg to be not linked in for more applications. by fbarchard@google.com · 11 years ago
  20. 492768c isolate jpeg to convert_jpeg and call from convert_to_i420 by fbarchard@google.com · 11 years ago
  21. 5ff0e97 Disable JPEG for IOS by fbarchard@google.com · 11 years ago
  22. f4951e7 gcc scale fix and change tabs to spaces in gyps by fbarchard@google.com · 11 years ago
  23. 155c761 Add comments to gyp showing what the macros are for. by fbarchard@google.com · 11 years ago
  24. 83a63e6 Change YUV_DISABLE_ASM to LIBYUV_DISABLE_NEON, LIBYUV_DISABLE_MIPS, LIBYUV_DISABLE_X86 by fbarchard@google.com · 11 years ago
  25. c22cd5b Mips memcpy moved to row_mips. by fbarchard@google.com · 11 years ago
  26. cde5870 Replace two spaces with one after . by fbarchard@google.com · 11 years ago
  27. cb5262d scale by even amounts using Neon by fbarchard@google.com · 12 years ago
  28. 4bfe1e0 Move any functions into their own file by fbarchard@google.com · 12 years ago
  29. 6c1b2d3 Mips port of libyuv. Includes functionality for convert, rotate, scale and memcpy. by fbarchard@google.com · 12 years ago
  30. 1f399df mips memcpy by fbarchard@google.com · 12 years ago
  31. 66fe097 Move compare modules into their own files, and scale for mips by fbarchard@google.com · 12 years ago
  32. 3f46745 Move compare low levels into their own files, for consistency with NEON. by fbarchard@google.com · 12 years ago
  33. ca41005 mips version of SplitUV for nv12/21 by fbarchard@google.com · 12 years ago
  34. c7277d0 Add convert_from_argb.h for all conversion functions from ARGB to something else. by fbarchard@google.com · 12 years ago
  35. 64ce0ab Move Neon source to its own files. by fbarchard@google.com · 12 years ago
  36. fc7314e Add exports to allow libyuv to be built as a shared lib. by fbarchard@google.com · 12 years ago
  37. 142f6c4 Move row.h to include and remove rotate_priv.h by fbarchard@google.com · 12 years ago
  38. b0c9797 Update Copyright notice to follow new chromium conventions. by fbarchard@google.com · 12 years ago
  39. 4f45c11 Allow use of the system libjpeg. by fbarchard@google.com · 12 years ago
  40. c4500c9 ConvertToARGB by fbarchard@google.com · 12 years ago
  41. f37f9a3 Avoid lint warnings on header guards. by fbarchard@google.com · 12 years ago
  42. d51c342 Rotate ARGB using a scale function that reads with step, combining to form 16 bytes at a time. by fbarchard@google.com · 12 years ago
  43. 4e6c1fd scale_argb module for point and bilinear scaling of ARGB by fbarchard@google.com · 12 years ago
  44. 41ac71d remove jpeg from includes since dependency does that by fbarchard@google.com · 12 years ago
  45. 145998b make libyuv library depend on libjpeg by fbarchard@google.com · 12 years ago
  46. 724d0c1 gyp build for jpeg by fbarchard@google.com · 12 years ago
  47. 2842f25 safe for x86 and memset for arm by fbarchard@google.com · 12 years ago
  48. 2d11d43 shuffle functions so convert.h is all formats to I420 and convert_from.h is from I420 to all formats by fbarchard@google.com · 12 years ago
  49. 7be186a Add libyuv/version.h header to help users determine api by fbarchard@google.com · 12 years ago
  50. ba1f526 rewrite of I420ToRGB565 etc using row functions by fbarchard@google.com · 12 years ago
  51. 61c9b20 Fix video_common.h path. by andrew@webrtc.org · 12 years ago
  52. 0090434 libyuv: Moving video_common to the include directory and updating rgb convert orientation. by mikhal@webrtc.org · 12 years ago
  53. 52f5bb9 A ConvertFromI420 function. Supports basic conversion with no clipping, inversion or rotation, for a subset of formats - most of the single plane formats, all 3 plane formats and no 2 plane formats. (ie nv12) by fbarchard@google.com · 12 years ago
  54. abe1613 Remove missing headers from libyuv.gyp. by andrew@webrtc.org · 13 years ago
  55. 93d003f YUVToARGB, YUVToBGRA,YUVToABGR optimized. by frkoenig@google.com · 13 years ago
  56. bc8f28e remove row table, make C use math that mimics SIMD for exactness. Also 2x faster than old code which mimiced old SIMD via tables. 9000 ms instead of 20000 ms by fbarchard@google.com · 13 years ago
  57. 2cb934c PSNR and SSIM plane comparision functions. by frkoenig@google.com · 13 years ago
  58. 706fc41 move code from table to common by fbarchard@google.com · 13 years ago
  59. b744e37 libyuv: Updating general functions: by mikhal@webrtc.org · 13 years ago
  60. f7e74a1 Move neon rotate code from straight assembly to inline. by frkoenig@google.com · 13 years ago
  61. 82ca395 libyuv: Updates to gyp file convert and general by mikhal@webrtc.org · 13 years ago
  62. 3de12ae I420 and NV12 rotate functions. by frkoenig@google.com · 13 years ago
  63. ec9d86c libyuv: Adding I420rotate. Updating gyp file to include rotation. by mikhal@webrtc.org · 13 years ago
  64. 283eb13 LibYuv: General updates Review URL: http://webrtc-codereview.appspot.com/220004 by mikhal@webrtc.org · 13 years ago
  65. 5327add libyuv: Adding row_win.cc and updating gyp file. by mikhal@webrtc.org · 13 years ago
  66. d191b43 Libyuv: 1. Dividing gyp file to test and source. 2. Updating DEPS file to build tests (not only library). by mikhal@webrtc.org · 13 years ago
  67. 3660f2e empty gtest. by frkoenig@google.com · 13 years ago
  68. 5c5c831 Cleanup extraneous whitespace. by frkoenig@google.com · 13 years ago
  69. aed1cc9 first draft by mikhal@webrtc.org · 13 years ago