diff options
author | Måns Rullgård <mans@mansr.com> | 2007-07-05 20:08:51 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-07-05 20:08:51 +0000 |
commit | f225016296690eb405c42940392b30bed7d708b6 (patch) | |
tree | d9d3d267c4ac4939e3f40b0da40f1eee0ff387e5 | |
parent | 3a66812fc859b0fa374a9a72e36d8cef27838b08 (diff) | |
download | ffmpeg-f225016296690eb405c42940392b30bed7d708b6.tar.gz |
update my email address
Originally committed as revision 9489 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/alpha/simple_idct_alpha.c | 2 | ||||
-rw-r--r-- | libavcodec/armv4l/simple_idct_armv5te.S | 2 | ||||
-rw-r--r-- | libavcodec/armv4l/simple_idct_armv6.S | 2 | ||||
-rw-r--r-- | libavcodec/libx264.c | 2 | ||||
-rw-r--r-- | libavformat/adtsenc.c | 2 |
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. * |