diff options
author | Mike Melanson <mike@multimedia.cx> | 2004-03-13 19:21:58 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2004-03-13 19:21:58 +0000 |
commit | bda702fc4dc3540ef0e40f3039d501803c8ce4b1 (patch) | |
tree | de534c232bc877e2ce02e6f7fcf0d6f82dc5c094 | |
parent | 6a91ec51fd08784bd836449a998def1dbe54772e (diff) | |
download | ffmpeg-streaming-bda702fc4dc3540ef0e40f3039d501803c8ce4b1.zip ffmpeg-streaming-bda702fc4dc3540ef0e40f3039d501803c8ce4b1.tar.gz |
credit update
Originally committed as revision 2877 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | CREDITS | 1 | ||||
-rw-r--r-- | libavcodec/ps2/dsputil_mmi.c | 2 | ||||
-rw-r--r-- | libavcodec/ps2/idct_mmi.c | 2 | ||||
-rw-r--r-- | libavcodec/ps2/mpegvideo_mmi.c | 2 |
4 files changed, 4 insertions, 3 deletions
@@ -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" |