[svn] / trunk / xvidcore / src / dct / x86_asm / idct_mmx.asm Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/dct/x86_asm/idct_mmx.asm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 648, Sat Nov 16 23:38:16 2002 UTC revision 649, Sat Nov 16 23:51:58 2002 UTC
# Line 13  Line 13 
13  ; *  ported to NASM and some minor changes  ; *  ported to NASM and some minor changes
14  ; *  Copyright (C) 2001 Peter Ross <pross@xvid.org>  ; *  Copyright (C) 2001 Peter Ross <pross@xvid.org>
15  ; *  ; *
16  ; *  This program is an implementation of a part of one or more MPEG-4  ; *  This file is part of XviD, a free MPEG-4 video encoder/decoder
 ; *  Video tools as specified in ISO/IEC 14496-2 standard.  Those intending  
 ; *  to use this software module in hardware or software products are  
 ; *  advised that its use may infringe existing patents or copyrights, and  
 ; *  any such use would be at such party's own risk.  The original  
 ; *  developer of this software module and his/her company, and subsequent  
 ; *  editors and their companies, will have no liability for use of this  
 ; *  software or modifications or derivatives thereof.  
17  ; *  ; *
18  ; *  This program is free software; you can redistribute it and/or modify  ; *  XviD is free software; you can redistribute it and/or modify it
19  ; *  it under the terms of the GNU General Public License as published by  ; *  under the terms of the GNU General Public License as published by
20  ; *  the Free Software Foundation; either version 2 of the License, or  ; *  the Free Software Foundation; either version 2 of the License, or
21  ; *  (at your option) any later version.  ; *  (at your option) any later version.
22  ; *  ; *
# Line 36  Line 29 
29  ; *  along with this program; if not, write to the Free Software  ; *  along with this program; if not, write to the Free Software
30  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
31  ; *  ; *
32    ; *  Under section 8 of the GNU General Public License, the copyright
33    ; *  holders of XVID explicitly forbid distribution in the following
34    ; *  countries:
35    ; *
36    ; *    - Japan
37    ; *    - United States of America
38    ; *
39    ; *  Linking XviD statically or dynamically with other modules is making a
40    ; *  combined work based on XviD.  Thus, the terms and conditions of the
41    ; *  GNU General Public License cover the whole combination.
42    ; *
43    ; *  As a special exception, the copyright holders of XviD give you
44    ; *  permission to link XviD with independent modules that communicate with
45    ; *  XviD solely through the VFW1.1 and DShow interfaces, regardless of the
46    ; *  license terms of these independent modules, and to copy and distribute
47    ; *  the resulting combined work under terms of your choice, provided that
48    ; *  every copy of the combined work is accompanied by a complete copy of
49    ; *  the source code of XviD (the version of XviD used to produce the
50    ; *  combined work), being distributed under the terms of the GNU General
51    ; *  Public License plus this exception.  An independent module is a module
52    ; *  which is not derived from or based on XviD.
53    ; *
54    ; *  Note that people who make modified versions of XviD are not obligated
55    ; *  to grant this special exception for their modified versions; it is
56    ; *  their choice whether to do so.  The GNU General Public License gives
57    ; *  permission to release a modified version without this exception; this
58    ; *  exception also makes it possible to release a modified version which
59    ; *  carries forward this exception.
60    ; *
61    ; * $Id: idct_mmx.asm,v 1.5 2002-11-16 23:51:58 edgomez Exp $
62    ; *
63  ; *************************************************************************/  ; *************************************************************************/
64    
65  ;=============================================================================  ;=============================================================================

Legend:
Removed from v.648  
changed lines
  Added in v.649

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4