Mercurial > libavcodec.hg
comparison dsputil.c @ 429:718a22dc121f libavcodec
license/copyright change
author | glantau |
---|---|
date | Sat, 25 May 2002 22:45:33 +0000 |
parents | 2c3e25f4c496 |
children | 9247ad420889 |
comparison
equal
deleted
inserted
replaced
428:dd4f4c3d7171 | 429:718a22dc121f |
---|---|
1 /* | 1 /* |
2 * DSP utils | 2 * DSP utils |
3 * Copyright (c) 2000, 2001 Gerard Lantau. | 3 * Copyright (c) 2000, 2001 Fabrice Bellard. |
4 * | 4 * |
5 * This program is free software; you can redistribute it and/or modify | 5 * This library is free software; you can redistribute it and/or |
6 * it under the terms of the GNU General Public License as published by | 6 * modify it under the terms of the GNU Lesser General Public |
7 * the Free Software Foundation; either version 2 of the License, or | 7 * License as published by the Free Software Foundation; either |
8 * (at your option) any later version. | 8 * version 2 of the License, or (at your option) any later version. |
9 * | 9 * |
10 * This program is distributed in the hope that it will be useful, | 10 * This library is distributed in the hope that it will be useful, |
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
13 * GNU General Public License for more details. | 13 * Lesser General Public License for more details. |
14 * | 14 * |
15 * You should have received a copy of the GNU General Public License | 15 * You should have received a copy of the GNU Lesser General Public |
16 * along with this program; if not, write to the Free Software | 16 * License along with this library; if not, write to the Free Software |
17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
18 * | 18 * |
19 * gmc & q-pel & 32/64 bit based MC by Michael Niedermayer <michaelni@gmx.at> | 19 * gmc & q-pel & 32/64 bit based MC by Michael Niedermayer <michaelni@gmx.at> |
20 */ | 20 */ |
21 #include "avcodec.h" | 21 #include "avcodec.h" |
22 #include "dsputil.h" | 22 #include "dsputil.h" |