comparison libswscale/yuv2rgb_mlib.c @ 23776:703a889707df

This was rewritten by Michael, switch copyrights to him and license to LGPL.
author diego
date Tue, 17 Jul 2007 09:35:21 +0000
parents ca47426999ad
children 65b8334df960
comparison
equal deleted inserted replaced
23775:9837ca2c8f17 23776:703a889707df
1 /* 1 /*
2 * yuv2rgb_mlib.c, Software YUV to RGB converter using mediaLib 2 * yuv2rgb_mlib.c, Software YUV to RGB converter using mediaLib
3 * Copyright (C) 2003 Michael Niedermayer <michaelni@gmx.at>
3 * 4 *
4 * Copyright (C) 2000, HÃ¥kan Hjort <d95hjort@dtek.chalmers.se> 5 * This file is part of FFmpeg.
5 * All Rights Reserved.
6 * 6 *
7 * This file is part of mpeg2dec, a free MPEG-2 video decoder 7 * FFmpeg is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
8 * 11 *
9 * mpeg2dec is free software; you can redistribute it and/or modify 12 * FFmpeg is distributed in the hope that it will be useful,
10 * it under the terms of the GNU General Public License as published by 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * the Free Software Foundation; either version 2, or (at your option) 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * any later version. 15 * Lesser General Public License for more details.
13 * 16 *
14 * mpeg2dec is distributed in the hope that it will be useful, 17 * You should have received a copy of the GNU Lesser General Public
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * License along with FFmpeg; if not, write to the Free Software
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with mpeg2dec; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 20 */
23 21
24 #include <mlib_types.h> 22 #include <mlib_types.h>
25 #include <mlib_status.h> 23 #include <mlib_status.h>
26 #include <mlib_sys.h> 24 #include <mlib_sys.h>