Mercurial > libavcodec.hg
comparison ac3dec.c @ 5316:a09b700fcfca libavcodec
AC-3 decoder, soc revision 56, Aug 17 14:21:58 2006 UTC by cloud9
Acknowledgements.
author | jbr |
---|---|
date | Sat, 14 Jul 2007 16:01:44 +0000 |
parents | 31033309ebc9 |
children | 6d81881f257f |
comparison
equal
deleted
inserted
replaced
5315:31033309ebc9 | 5316:a09b700fcfca |
---|---|
1 /* AC3 Audio Decoder. | 1 /* AC3 Audio Decoder. |
2 * This code is developed as part of Google Summer of Code 2006 Program. | |
3 * | |
4 * Acknowledgements: | |
5 * | |
6 * I would like to acknowledge my mentor Benjamin Larsson for his timely | |
7 * help and excelleng guidance throughout the project. | |
8 * Thanks a lot Benjamin. | |
9 * | |
10 * For exponent decoding the code is reused from liba52 by Michel Lespinasse | |
11 * and Aaron Holtzman. | |
12 * http://liba52.sourceforge.net | |
13 * | |
14 * Thanks Makoto Matsumoto and Takuji Nishimura for the Mersenne Twister. | |
15 * | |
16 * Kaiser-Bessel derived window by Justin Ruggles. | |
2 * | 17 * |
3 * Copyright (c) 2006 Kartikey Mahendra BHATT (bhattkm at gmail dot com). | 18 * Copyright (c) 2006 Kartikey Mahendra BHATT (bhattkm at gmail dot com). |
19 * Something is wrong up on cloud # 9! | |
4 * | 20 * |
5 * This library is free software; you can redistribute it and/or | 21 * This library is free software; you can redistribute it and/or |
6 * modify it under the terms of the GNU Lesser General Public | 22 * modify it under the terms of the GNU Lesser General Public |
7 * License as published by the Free Software Foundation; either | 23 * License as published by the Free Software Foundation; either |
8 * version 2 of the License, or (at your option) any later version. | 24 * version 2 of the License, or (at your option) any later version. |