comparison i386/dsputil_mmx_avg.h @ 5214:470601203f44 libavcodec

Group all copyright and author notices together.
author diego
date Thu, 05 Jul 2007 10:37:29 +0000
parents 4dbe6578f811
children 1876bc447aa4
comparison
equal deleted inserted replaced
5213:4738fae7555a 5214:470601203f44
1 /* 1 /*
2 * DSP utils : average functions are compiled twice for 3dnow/mmx2 2 * DSP utils : average functions are compiled twice for 3dnow/mmx2
3 * Copyright (c) 2000, 2001 Fabrice Bellard. 3 * Copyright (c) 2000, 2001 Fabrice Bellard.
4 * Copyright (c) 2002-2004 Michael Niedermayer 4 * Copyright (c) 2002-2004 Michael Niedermayer
5 *
6 * MMX optimization by Nick Kurshev <nickols_k@mail.ru>
7 * mostly rewritten by Michael Niedermayer <michaelni@gmx.at>
8 * and improved by Zdenek Kabelac <kabi@users.sf.net>
5 * 9 *
6 * This file is part of FFmpeg. 10 * This file is part of FFmpeg.
7 * 11 *
8 * FFmpeg is free software; you can redistribute it and/or 12 * FFmpeg is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public 13 * modify it under the terms of the GNU Lesser General Public
16 * Lesser General Public License for more details. 20 * Lesser General Public License for more details.
17 * 21 *
18 * You should have received a copy of the GNU Lesser General Public 22 * You should have received a copy of the GNU Lesser General Public
19 * License along with FFmpeg; if not, write to the Free Software 23 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 *
22 * MMX optimization by Nick Kurshev <nickols_k@mail.ru>
23 * mostly rewritten by Michael Niedermayer <michaelni@gmx.at>
24 * and improved by Zdenek Kabelac <kabi@users.sf.net>
25 */ 25 */
26 26
27 /* XXX: we use explicit registers to avoid a gcc 2.95.2 register asm 27 /* XXX: we use explicit registers to avoid a gcc 2.95.2 register asm
28 clobber bug - now it will work with 2.95.2 and also with -fPIC 28 clobber bug - now it will work with 2.95.2 and also with -fPIC
29 */ 29 */