tree: f541a43832603f7681a3d6d0716e1fab56e22445 [path history] [tgz]
  1. build_overrides/
  2. chromium/
  3. docs/
  4. include/
  5. source/
  6. third_party/
  7. tools/
  8. unit_test/
  9. util/
  10. .gitignore
  11. .gn
  12. all.gyp
  13. Android.mk
  14. AUTHORS
  15. BUILD.gn
  16. CMakeLists.txt
  17. codereview.settings
  18. DEPS
  19. download_vs_toolchain.py
  20. gyp_libyuv
  21. gyp_libyuv.py
  22. libyuv.gyp
  23. libyuv.gypi
  24. libyuv_nacl.gyp
  25. libyuv_test.gyp
  26. LICENSE
  27. LICENSE_THIRD_PARTY
  28. linux.mk
  29. OWNERS
  30. PATENTS
  31. PRESUBMIT.py
  32. public.mk
  33. README.chromium
  34. README.md
  35. setup_links.py
  36. sync_chromium.py
  37. winarm.mk
files/README.md

libyuv is an open source project that includes YUV scaling and conversion functionality.

  • Scale YUV to prepare content for compression, with point, bilinear or box filter.
  • Convert to YUV from webcam formats.
  • Convert from YUV to formats for rendering/effects.
  • Rotate by 90/180/270 degrees to adjust for mobile devices in portrait mode.
  • Optimized for SSE2/SSSE3/AVX2 on x86/x64.
  • Optimized for Neon on Arm.
  • Optimized for DSP R2 on Mips.

Development

See [Getting started] 1 for instructions on how to get started developing.

You can also browse the [docs directory] 2 for more documentation.