Improve documentation of thirdparty code snippets
This commit is contained in:
parent
5d10b8fabd
commit
c8aea60324
53 changed files with 382 additions and 46 deletions
25
thirdparty/misc/yuv2rgb.h
vendored
25
thirdparty/misc/yuv2rgb.h
vendored
|
|
@ -1,5 +1,28 @@
|
|||
/* Thirdparty code presumably from http://wss.co.uk/pinknoise/yuv2rgb/ */
|
||||
/* FIXME: Move to thirdparty dir */
|
||||
|
||||
/*
|
||||
This YUV2RGB code is Copyright (C) 2008-11 Robin Watts
|
||||
<theorarm@wss.co.uk>.
|
||||
|
||||
The software is released under the BSD license.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION
|
||||
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
In particular, I warrant absolutely nothing about how patent free
|
||||
this method is. It is your responsibility to ensure that this code
|
||||
does not infringe any patents that apply in your area before you
|
||||
ship it.
|
||||
*/
|
||||
|
||||
#ifndef YUV2RGB_H
|
||||
#define YUV2RGB_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue