diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2007-07-14 16:01:44 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2007-07-14 16:01:44 +0000 |
commit | 032732d49d45478ecb611cac9c372d906824413f (patch) | |
tree | 50136009d37f6f6572dd2b4ab436af3479c46712 | |
parent | e6bca37c816d64df3dab022e7f521678b9ab9cb5 (diff) | |
download | ffmpeg-032732d49d45478ecb611cac9c372d906824413f.tar.gz |
AC-3 decoder, soc revision 56, Aug 17 14:21:58 2006 UTC by cloud9
Acknowledgements.
Originally committed as revision 9664 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/ac3dec.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c index 7e055e79ad..bcbef1c853 100644 --- a/libavcodec/ac3dec.c +++ b/libavcodec/ac3dec.c @@ -1,6 +1,22 @@ /* AC3 Audio Decoder. + * This code is developed as part of Google Summer of Code 2006 Program. + * + * Acknowledgements: + * + * I would like to acknowledge my mentor Benjamin Larsson for his timely + * help and excelleng guidance throughout the project. + * Thanks a lot Benjamin. + * + * For exponent decoding the code is reused from liba52 by Michel Lespinasse + * and Aaron Holtzman. + * http://liba52.sourceforge.net + * + * Thanks Makoto Matsumoto and Takuji Nishimura for the Mersenne Twister. + * + * Kaiser-Bessel derived window by Justin Ruggles. * * Copyright (c) 2006 Kartikey Mahendra BHATT (bhattkm at gmail dot com). + * Something is wrong up on cloud # 9! * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |