summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2007-07-05 20:08:51 +0000
committerMåns Rullgård <mans@mansr.com>2007-07-05 20:08:51 +0000
commitf225016296690eb405c42940392b30bed7d708b6 (patch)
treed9d3d267c4ac4939e3f40b0da40f1eee0ff387e5 /libavcodec
parent3a66812fc859b0fa374a9a72e36d8cef27838b08 (diff)
update my email address
Originally committed as revision 9489 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/alpha/simple_idct_alpha.c2
-rw-r--r--libavcodec/armv4l/simple_idct_armv5te.S2
-rw-r--r--libavcodec/armv4l/simple_idct_armv6.S2
-rw-r--r--libavcodec/libx264.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/alpha/simple_idct_alpha.c b/libavcodec/alpha/simple_idct_alpha.c
index 0eac21fd5f..f664801f97 100644
--- a/libavcodec/alpha/simple_idct_alpha.c
+++ b/libavcodec/alpha/simple_idct_alpha.c
@@ -6,7 +6,7 @@
* based upon some outcommented C code from mpeg2dec (idct_mmx.c
* written by Aaron Holtzman <aholtzma@ess.engr.uvic.ca>)
*
- * Alpha optimizations by Måns Rullgård <mru@users.sourceforge.net>
+ * Alpha optimizations by Måns Rullgård <mans@mansr.com>
* and Falk Hueffner <falk@debian.org>
*
* This file is part of FFmpeg.
diff --git a/libavcodec/armv4l/simple_idct_armv5te.S b/libavcodec/armv4l/simple_idct_armv5te.S
index 31c5032f5d..8add331272 100644
--- a/libavcodec/armv4l/simple_idct_armv5te.S
+++ b/libavcodec/armv4l/simple_idct_armv5te.S
@@ -2,7 +2,7 @@
* Simple IDCT
*
* Copyright (c) 2001 Michael Niedermayer <michaelni@gmx.at>
- * Copyright (c) 2006 Mans Rullgard <mru@inprovide.com>
+ * Copyright (c) 2006 Mans Rullgard <mans@mansr.com>
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/armv4l/simple_idct_armv6.S b/libavcodec/armv4l/simple_idct_armv6.S
index c5a019ed34..ab18c9f870 100644
--- a/libavcodec/armv4l/simple_idct_armv6.S
+++ b/libavcodec/armv4l/simple_idct_armv6.S
@@ -2,7 +2,7 @@
* Simple IDCT
*
* Copyright (c) 2001 Michael Niedermayer <michaelni@gmx.at>
- * Copyright (c) 2007 Mans Rullgard <mru@inprovide.com>
+ * Copyright (c) 2007 Mans Rullgard <mans@mansr.com>
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c
index ebe74d7e3c..a77bf5b504 100644
--- a/libavcodec/libx264.c
+++ b/libavcodec/libx264.c
@@ -1,6 +1,6 @@
/*
* H.264 encoding using the x264 library
- * Copyright (C) 2005 Mans Rullgard <mru@inprovide.com>
+ * Copyright (C) 2005 Mans Rullgard <mans@mansr.com>
*
* This file is part of FFmpeg.
*