summaryrefslogtreecommitdiff
authorMike Melanson <mike@multimedia.cx>2004-03-13 19:21:58 (GMT)
committer Mike Melanson <mike@multimedia.cx>2004-03-13 19:21:58 (GMT)
commitbda702fc4dc3540ef0e40f3039d501803c8ce4b1 (patch)
treede534c232bc877e2ce02e6f7fcf0d6f82dc5c094
parent6a91ec51fd08784bd836449a998def1dbe54772e (diff)
downloadffmpeg-bda702fc4dc3540ef0e40f3039d501803c8ce4b1.zip
ffmpeg-bda702fc4dc3540ef0e40f3039d501803c8ce4b1.tar.gz
ffmpeg-bda702fc4dc3540ef0e40f3039d501803c8ce4b1.tar.bz2
credit update
Originally committed as revision 2877 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat
-rw-r--r--CREDITS1
-rw-r--r--libavcodec/ps2/dsputil_mmi.c2
-rw-r--r--libavcodec/ps2/idct_mmi.c2
-rw-r--r--libavcodec/ps2/mpegvideo_mmi.c2
4 files changed, 4 insertions, 3 deletions
diff --git a/CREDITS b/CREDITS
index f0dd26a..a93d730 100644
--- a/CREDITS
+++ b/CREDITS
@@ -24,5 +24,6 @@ Roman Shaposhnik
Dieter Shirley
Juan J. Sierralta
Ewald Snel
+Leon van Stuivenberg
Roberto Togni
Lionel Ulmer
diff --git a/libavcodec/ps2/dsputil_mmi.c b/libavcodec/ps2/dsputil_mmi.c
index f7bea7e..8d1bf4b 100644
--- a/libavcodec/ps2/dsputil_mmi.c
+++ b/libavcodec/ps2/dsputil_mmi.c
@@ -16,7 +16,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * MMI optimization by Leon van Stuivenberg <leonvs@iae.nl>
+ * MMI optimization by Leon van Stuivenberg
* clear_blocks_mmi() by BroadQ
*/
diff --git a/libavcodec/ps2/idct_mmi.c b/libavcodec/ps2/idct_mmi.c
index b3b4e91..1d2c7e9 100644
--- a/libavcodec/ps2/idct_mmi.c
+++ b/libavcodec/ps2/idct_mmi.c
@@ -9,7 +9,7 @@
http://www.elecard.com/peter/idct.shtml
Rounding trick Copyright (c) 2000 Michel Lespinasse <walken@zoy.org>
- mmi port by leonvs@iae.nl
+ MMI port by Leon van Stuivenberg
*/
#include "../common.h"
#include "../dsputil.h"
diff --git a/libavcodec/ps2/mpegvideo_mmi.c b/libavcodec/ps2/mpegvideo_mmi.c
index d8a82fa..2d706b8 100644
--- a/libavcodec/ps2/mpegvideo_mmi.c
+++ b/libavcodec/ps2/mpegvideo_mmi.c
@@ -15,7 +15,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * MMI optimization by Leon van Stuivenberg <leonvs@iae.nl>
+ * MMI optimization by Leon van Stuivenberg
*/
#include "../dsputil.h"