[Ffmpeg-cvslog] r7497 - trunk/libavutil/aes.c

michael subversion
Sun Jan 14 20:51:23 CET 2007


Author: michael
Date: Sun Jan 14 20:51:23 2007
New Revision: 7497

Modified:
   trunk/libavutil/aes.c

Log:
seems i didnt copy anything from aes128.c so this should be more correct ?


Modified: trunk/libavutil/aes.c
==============================================================================
--- trunk/libavutil/aes.c	(original)
+++ trunk/libavutil/aes.c	Sun Jan 14 20:51:23 2007
@@ -1,5 +1,5 @@
 /*
- * copyright (c) 2007 Michael Niedermayer <michaelni at gmx.at> and Reimar Doeffinger
+ * copyright (c) 2007 Michael Niedermayer <michaelni at gmx.at>
  *
  * This file is part of FFmpeg.
  *
@@ -16,6 +16,8 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * some optimization ideas from aes128.c by Reimar Doeffinger
  */
 
 #include "common.h"




More information about the ffmpeg-cvslog mailing list