comparison motion_est.c @ 5214:470601203f44 libavcodec

Group all copyright and author notices together.
author diego
date Thu, 05 Jul 2007 10:37:29 +0000
parents 0244bba24b43
children 493dc59d469a
comparison
equal deleted inserted replaced
5213:4738fae7555a 5214:470601203f44
1 /* 1 /*
2 * Motion estimation 2 * Motion estimation
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 * 5 *
6 * new motion estimation (X1/EPZS) by Michael Niedermayer <michaelni@gmx.at>
6 * 7 *
7 * This file is part of FFmpeg. 8 * This file is part of FFmpeg.
8 * 9 *
9 * FFmpeg is free software; you can redistribute it and/or 10 * FFmpeg is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public 11 * modify it under the terms of the GNU Lesser General Public
17 * Lesser General Public License for more details. 18 * Lesser General Public License for more details.
18 * 19 *
19 * You should have received a copy of the GNU Lesser General Public 20 * You should have received a copy of the GNU Lesser General Public
20 * License along with FFmpeg; if not, write to the Free Software 21 * License along with FFmpeg; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 *
23 * new Motion Estimation (X1/EPZS) by Michael Niedermayer <michaelni@gmx.at>
24 */ 23 */
25 24
26 /** 25 /**
27 * @file motion_est.c 26 * @file motion_est.c
28 * Motion estimation. 27 * Motion estimation.