comparison libswscale/rgb2rgb_template.c @ 19703:ad7f49a1ba95

Add official GPL header to make license explicit as discussed on ffmpeg-devel.
author diego
date Wed, 06 Sep 2006 10:24:19 +0000
parents 8fe37c66d10a
children aca9e9783f67
comparison
equal deleted inserted replaced
19702:6de7b19f4f1d 19703:ad7f49a1ba95
3 * rgb2rgb.c, Software RGB to RGB convertor 3 * rgb2rgb.c, Software RGB to RGB convertor
4 * pluralize by Software PAL8 to RGB convertor 4 * pluralize by Software PAL8 to RGB convertor
5 * Software YUV to YUV convertor 5 * Software YUV to YUV convertor
6 * Software YUV to RGB convertor 6 * Software YUV to RGB convertor
7 * Written by Nick Kurshev. 7 * Written by Nick Kurshev.
8 * palette & yuv & runtime cpu stuff by Michael (michaelni@gmx.at) (under GPL) 8 * palette & YUV & runtime CPU stuff by Michael (michaelni@gmx.at)
9 * lot of big-endian byteorder fixes by Alex Beregszaszi 9 * lot of big-endian byteorder fixes by Alex Beregszaszi
10 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version.
15 *
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
10 */ 24 */
11 25
12 #include <stddef.h> 26 #include <stddef.h>
13 #include <inttypes.h> /* for __WORDSIZE */ 27 #include <inttypes.h> /* for __WORDSIZE */
14 28