comparison faandct.c @ 5214:470601203f44 libavcodec

Group all copyright and author notices together.
author diego
date Thu, 05 Jul 2007 10:37:29 +0000
parents d6f83e2f8804
children 094f507b952b
comparison
equal deleted inserted replaced
5213:4738fae7555a 5214:470601203f44
1 /* 1 /*
2 * Floating point AAN DCT 2 * Floating point AAN DCT
3 * Copyright (c) 2003 Michael Niedermayer <michaelni@gmx.at> 3 * Copyright (c) 2003 Michael Niedermayer <michaelni@gmx.at>
4 *
5 * this implementation is based upon the IJG integer AAN DCT (see jfdctfst.c)
4 * 6 *
5 * This file is part of FFmpeg. 7 * This file is part of FFmpeg.
6 * 8 *
7 * FFmpeg is free software; you can redistribute it and/or 9 * FFmpeg is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public 10 * modify it under the terms of the GNU Lesser General Public
15 * Lesser General Public License for more details. 17 * Lesser General Public License for more details.
16 * 18 *
17 * You should have received a copy of the GNU Lesser General Public 19 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 20 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 *
21 * this implementation is based upon the IJG integer AAN DCT (see jfdctfst.c)
22 */ 22 */
23 23
24 /** 24 /**
25 * @file faandct.c 25 * @file faandct.c
26 * @brief 26 * @brief