summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-rw-r--r--libavformat/adtsenc.c2
5 files changed, 5 insertions, 5 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.
*
diff --git a/libavformat/adtsenc.c b/libavformat/adtsenc.c
index 95baf470c7..9795e407e6 100644
--- a/libavformat/adtsenc.c
+++ b/libavformat/adtsenc.c
@@ -1,7 +1,7 @@
/*
* ADTS muxer.
* Copyright (c) 2006 Baptiste Coudurier <baptiste.coudurier@smartjog.com>
- * Mans Rullgard <mru@inprovide.com>
+ * Mans Rullgard <mans@mansr.com>
*
* This file is part of FFmpeg.
*