comparison libswscale/yuv2rgb_altivec.c @ 28682:61e4dbf0da9e

Relicense AltiVec optimizations as LGPL with the permission of Marc Hoffman and Reza Jelveh, the original authors.
author diego
date Tue, 24 Feb 2009 15:27:14 +0000
parents 75586eb0750d
children d6b317bddd62
comparison
equal deleted inserted replaced
28681:2ad9912af0c4 28682:61e4dbf0da9e
3 * 3 *
4 * copyright (C) 2004 Marc Hoffman <marc.hoffman@analog.com> 4 * copyright (C) 2004 Marc Hoffman <marc.hoffman@analog.com>
5 * 5 *
6 * This file is part of FFmpeg. 6 * This file is part of FFmpeg.
7 * 7 *
8 * FFmpeg is free software; you can redistribute it and/or modify 8 * FFmpeg is free software; you can redistribute it and/or
9 * it under the terms of the GNU General Public License as published by 9 * modify it under the terms of the GNU Lesser General Public
10 * the Free Software Foundation; either version 2 of the License, or 10 * License as published by the Free Software Foundation; either
11 * (at your option) any later version. 11 * version 2.1 of the License, or (at your option) any later version.
12 * 12 *
13 * FFmpeg is distributed in the hope that it will be useful, 13 * FFmpeg is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * GNU General Public License for more details. 16 * Lesser General Public License for more details.
17 * 17 *
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU Lesser General Public
19 * along with FFmpeg; if not, write to the Free Software 19 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 22
23 /* 23 /*
24 Convert I420 YV12 to RGB in various formats, 24 Convert I420 YV12 to RGB in various formats,