latelee / yuv2rgb

Convert yuv to rgb(yuv422p, yuv420p, etc), or vice versa.VS 2003 project(but written in pure C). see https://github.com/latelee/YUVPlayer.git
BSD 3-Clause "New" or "Revised" License
94 stars 52 forks source link

License #3

Closed oliv3 closed 3 years ago

oliv3 commented 3 years ago

Hi, I'd like to test/use rgb2yuv.[ch] in my project but it lacks a license. Can you please add one ? Thanks !

latelee commented 3 years ago

Hi! The original code comes from Project Mayo, I only change a few for my code style, pls see the license there. As the code written myself in this project (or in my github), you can use any code in any purpose.

oliv3 commented 3 years ago

Without a license I can't use it (see here and here). I can't find a repository for Project Mayo, would you have some link(s) ? Thanks !

latelee commented 3 years ago

I add BSD license file. I got the file rgb2yuv.c from the internet long long time ago, it has the following state:

/**************************************************************************
 *
 *  rgb2yuv.c, 24-bit RGB bitmap to YUV converter
 *
 *  Copyright (C) 2001  Project Mayo
 *
 *  Adam Li
 *
 *  DivX Advance Research Center <darc@projectmayo.com>
 *
 **************************************************************************/

but the website http://www.projectmayo.com/opendivx/license.php is not available now. I found this https://www.divx.com/licensing/.

oliv3 commented 3 years ago

Many thanks !