2012-10-30 21:11:54 +00:00
include Make I420ToARGB1555, I420ToARGB4444 and I420ToRGB565 call a single function per row, which may be implemented in assembly, but for now the function calls 2 functions internally. 2012-10-30 21:11:54 +00:00
source Make I420ToARGB1555, I420ToARGB4444 and I420ToRGB565 call a single function per row, which may be implemented in assembly, but for now the function calls 2 functions internally. 2012-10-30 21:11:54 +00:00
unit_test Fixed Any versions in convert 2012-10-27 00:18:49 +00:00
util Roll to new chrome for vs2012 builds and fix a warning on vs2012 2012-10-22 16:15:25 +00:00
Android.mk Move any functions into their own file 2012-10-30 20:01:41 +00:00
AUTHORS Adding AUTHORS file to libyuv 2011-11-01 20:44:21 +00:00
codereview.settings Added try server to codereview.settings. 2012-09-13 20:09:31 +00:00
DEPS Roll to new chrome for vs2012 builds and fix a warning on vs2012 2012-10-22 16:15:25 +00:00
libyuv_test.gyp Add convert_from_argb.h for all conversion functions from ARGB to something else. 2012-10-11 23:10:53 +00:00
libyuv.gyp Move any functions into their own file 2012-10-30 20:01:41 +00:00
LICENSE Update Copyright notice to follow new chromium conventions. 2012-08-08 19:04:24 +00:00
PATENTS LibYuv: Adding PATENT and LICENSE files 2011-10-25 16:15:49 +00:00
public.mk Android.mk moved into libyuv to central support 2012-09-19 07:27:17 +00:00
README.chromium move rgb565 wrapper to common so it wont inline 2012-10-29 21:20:25 +00:00

Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 455
License: BSD
License File: LICENSE

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