comparison faandct.c @ 7821:39b409447bfa libavcodec

Relicense as ISC with the authors' permission.
author diego
date Mon, 08 Sep 2008 05:17:17 +0000
parents 322023e630a6
children e9d9d946f213
comparison
equal deleted inserted replaced
7820:9905b13b3399 7821:39b409447bfa
1 /* 1 /*
2 * Floating point AAN DCT 2 * Floating point AAN DCT
3 * Copyright (c) 2003 Michael Niedermayer <michaelni@gmx.at>
4 *
5 * this implementation is based upon the IJG integer AAN DCT (see jfdctfst.c) 3 * this implementation is based upon the IJG integer AAN DCT (see jfdctfst.c)
6 * 4 *
7 * This file is part of FFmpeg. 5 * Copyright (c) 2003 Michael Niedermayer <michaelni@gmx.at>
6 * Copyright (c) 2003 Roman Shaposhnik
8 * 7 *
9 * FFmpeg is free software; you can redistribute it and/or 8 * Permission to use, copy, modify, and/or distribute this software for any
10 * modify it under the terms of the GNU Lesser General Public 9 * purpose with or without fee is hereby granted, provided that the above
11 * License as published by the Free Software Foundation; either 10 * copyright notice and this permission notice appear in all copies.
12 * version 2.1 of the License, or (at your option) any later version.
13 * 11 *
14 * FFmpeg is distributed in the hope that it will be useful, 12 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
17 * Lesser General Public License for more details. 15 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
18 * 16 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
19 * You should have received a copy of the GNU Lesser General Public 17 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
20 * License along with FFmpeg; if not, write to the Free Software 18 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 *
23 * The AAN DCT in this file except ff_faandct248() can also be used under the
24 * new (3 clause) BSD license.
25 */ 19 */
26 20
27 /** 21 /**
28 * @file faandct.c 22 * @file faandct.c
29 * @brief 23 * @brief