[cvs] / xvidcore / src / utils / ia64_asm / mem_transfer_ia64.s Repository:
ViewVC logotype

Diff of /xvidcore/src/utils/ia64_asm/mem_transfer_ia64.s

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

revision 1.4, Sun Nov 17 00:51:11 2002 UTC revision 1.5.10.1, Mon May 25 09:03:47 2009 UTC
# Line 1  Line 1 
1  ///////////////////////////////////////////////////////////////////////////////  // ****************************************************************************
2  //  // *
 // mem_transfer.c optimized for ia-64 by Sebastian Felis and Max Stengel,  
 // University of Karlsruhe, Germany, 03.06.2002, during the laboratory  
 // "IA-64 Video Codec Assember Parktikum" at IPD Goos.  
 //  
 //  
 ///// legal header taken from original C-file ///////////////////////////////////////  
 //  
3  // * XVID MPEG-4 VIDEO CODEC  // * XVID MPEG-4 VIDEO CODEC
4  // * - 8bit<->16bit transfer  -  // *  - IA64 8bit<->16bit transfer -
5  // *  // *
6  // *  This file is part of XviD, a free MPEG-4 video encoder/decoder  // *  Copyright(C) 2002 Sebastian Felis, Max Stengel
7  // *  // *
8  // *  XviD is free software; you can redistribute it and/or modify it  // *  This program is free software; you can redistribute it and/or modify it
9  // *  under the terms of the GNU General Public License as published by  // *  under the terms of the GNU General Public License as published by
10  // *  the Free Software Foundation; either version 2 of the License, or  // *  the Free Software Foundation; either version 2 of the License, or
11  // *  (at your option) any later version.  // *  (at your option) any later version.
# Line 26  Line 19 
19  // *  along with this program; if not, write to the Free Software  // *  along with this program; if not, write to the Free Software
20  // *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  // *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21  // *  // *
22  // *  Under section 8 of the GNU General Public License, the copyright  // * $Id$
 // *  holders of XVID explicitly forbid distribution in the following  
 // *  countries:  
 // *  
 // *    - Japan  
 // *    - United States of America  
23  // *  // *
24  // *  Linking XviD statically or dynamically with other modules is making a  // ***************************************************************************/
25  // *  combined work based on XviD.  Thus, the terms and conditions of the  //
26  // *  GNU General Public License cover the whole combination.  // ****************************************************************************
27  // *  // *
28  // *  As a special exception, the copyright holders of XviD give you  // *  mem_transfer_ia64.s, IA-64 8bit<->16bit transfer
 // *  permission to link XviD with independent modules that communicate with  
 // *  XviD solely through the VFW1.1 and DShow interfaces, regardless of the  
 // *  license terms of these independent modules, and to copy and distribute  
 // *  the resulting combined work under terms of your choice, provided that  
 // *  every copy of the combined work is accompanied by a complete copy of  
 // *  the source code of XviD (the version of XviD used to produce the  
 // *  combined work), being distributed under the terms of the GNU General  
 // *  Public License plus this exception.  An independent module is a module  
 // *  which is not derived from or based on XviD.  
29  // *  // *
30  // *  Note that people who make modified versions of XviD are not obligated  // *  This version was implemented during an IA-64 practical training at
31  // *  to grant this special exception for their modified versions; it is  // *  the University of Karlsruhe (http://i44w3.info.uni-karlsruhe.de/)
 // *  their choice whether to do so.  The GNU General Public License gives  
 // *  permission to release a modified version without this exception; this  
 // *  exception also makes it possible to release a modified version which  
 // *  carries forward this exception.  
32  // *  // *
33  // * $Id$  // ****************************************************************************
34    
35    ///////////////////////////////////////////////////////////////////////////////
36  //  //
37    // mem_transfer.c optimized for ia-64 by Sebastian Felis and Max Stengel,
38    // University of Karlsruhe, Germany, 03.06.2002, during the laboratory
39    // "IA-64 Video Codec Assember Parktikum" at IPD Goos.
40    
41  ///// History /////////////////////////////////////////////////////////////////  ///// History /////////////////////////////////////////////////////////////////
42  //  //
43  // - 16.07.2002: several minor changes for ecc-conformity  // - 16.07.2002: several minor changes for ecc-conformity
44  // - 03.06.2002: initial version  // - 03.06.2002: initial version
45  //  //
46    
47  ///////////////////////////////////////////////////////////////////////////////  ///////////////////////////////////////////////////////////////////////////////
48  //  //
49  // Annotations:  // Annotations:

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5.10.1

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