comparison h263.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 a5e1cc69033d
comparison
equal deleted inserted replaced
5213:4738fae7555a 5214:470601203f44
2 * H263/MPEG4 backend for ffmpeg encoder and decoder 2 * H263/MPEG4 backend for ffmpeg encoder and decoder
3 * Copyright (c) 2000,2001 Fabrice Bellard. 3 * Copyright (c) 2000,2001 Fabrice Bellard.
4 * H263+ support. 4 * H263+ support.
5 * Copyright (c) 2001 Juan J. Sierralta P. 5 * Copyright (c) 2001 Juan J. Sierralta P.
6 * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> 6 * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
7 *
8 * ac prediction encoding, B-frame support, error resilience, optimizations,
9 * qpel decoding, gmc decoding, interlaced decoding
10 * by Michael Niedermayer <michaelni@gmx.at>
7 * 11 *
8 * This file is part of FFmpeg. 12 * This file is part of FFmpeg.
9 * 13 *
10 * FFmpeg is free software; you can redistribute it and/or 14 * FFmpeg is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU Lesser General Public 15 * modify it under the terms of the GNU Lesser General Public
18 * Lesser General Public License for more details. 22 * Lesser General Public License for more details.
19 * 23 *
20 * You should have received a copy of the GNU Lesser General Public 24 * You should have received a copy of the GNU Lesser General Public
21 * License along with FFmpeg; if not, write to the Free Software 25 * License along with FFmpeg; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 26 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 *
24 * ac prediction encoding, b-frame support, error resilience, optimizations,
25 * qpel decoding, gmc decoding, interlaced decoding,
26 * by Michael Niedermayer <michaelni@gmx.at>
27 */ 27 */
28 28
29 /** 29 /**
30 * @file h263.c 30 * @file h263.c
31 * h263/mpeg4 codec. 31 * h263/mpeg4 codec.