tree: 7f869c6bd70e1ab3c2b8d346d7202d8e6aba9f9f [path history] [tgz]
  1. build_overrides/
  2. chromium/
  3. docs/
  4. fuzz/
  5. include/
  6. infra/
  7. source/
  8. third_party/
  9. tools/
  10. tools_libyuv/
  11. unit_test/
  12. util/
  13. .gitignore
  14. .gn
  15. all.gyp
  16. Android.bp
  17. AUTHORS
  18. BUILD.gn
  19. cleanup_links.py
  20. CM_linux_packages.cmake
  21. CMakeLists.txt
  22. codereview.settings
  23. DEPS
  24. download_vs_toolchain.py
  25. gyp_libyuv
  26. gyp_libyuv.py
  27. libyuv.gni
  28. libyuv.gyp
  29. libyuv.gypi
  30. libyuv_nacl.gyp
  31. libyuv_test.gyp
  32. LICENSE
  33. LICENSE_THIRD_PARTY
  34. linux.mk
  35. OWNERS
  36. PATENTS
  37. PRESUBMIT.py
  38. public.mk
  39. pylintrc
  40. README.chromium
  41. README.md
  42. setup_links.py
  43. sync_chromium.py
  44. 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.