comparison mjpegdec.c @ 5214:470601203f44 libavcodec

Group all copyright and author notices together.
author diego
date Thu, 05 Jul 2007 10:37:29 +0000
parents b985439e3e15
children 1a25f2f6316e
comparison
equal deleted inserted replaced
5213:4738fae7555a 5214:470601203f44
1 /* 1 /*
2 * MJPEG decoder 2 * MJPEG decoder
3 * Copyright (c) 2000, 2001 Fabrice Bellard. 3 * Copyright (c) 2000, 2001 Fabrice Bellard.
4 * Copyright (c) 2003 Alex Beregszaszi 4 * Copyright (c) 2003 Alex Beregszaszi
5 * Copyright (c) 2003-2004 Michael Niedermayer 5 * Copyright (c) 2003-2004 Michael Niedermayer
6 *
7 * Support for external huffman table, various fixes (AVID workaround),
8 * aspecting, new decode_frame mechanism and apple mjpeg-b support
9 * by Alex Beregszaszi
6 * 10 *
7 * This file is part of FFmpeg. 11 * This file is part of FFmpeg.
8 * 12 *
9 * FFmpeg is free software; you can redistribute it and/or 13 * FFmpeg is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public 14 * modify it under the terms of the GNU Lesser General Public
17 * Lesser General Public License for more details. 21 * Lesser General Public License for more details.
18 * 22 *
19 * You should have received a copy of the GNU Lesser General Public 23 * You should have received a copy of the GNU Lesser General Public
20 * License along with FFmpeg; if not, write to the Free Software 24 * License along with FFmpeg; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 25 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 *
23 * Support for external huffman table, various fixes (AVID workaround),
24 * aspecting, new decode_frame mechanism and apple mjpeg-b support
25 * by Alex Beregszaszi
26 */ 26 */
27 27
28 /** 28 /**
29 * @file mjpegdec.c 29 * @file mjpegdec.c
30 * MJPEG decoder. 30 * MJPEG decoder.