[svn] / trunk / xvidcore / src / xvid.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/xvid.c

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

revision 1882, Tue Mar 9 09:20:05 2010 UTC revision 1883, Tue Mar 9 10:00:30 2010 UTC
# Line 4  Line 4 
4   *  - Native API implementation  -   *  - Native API implementation  -
5   *   *
6   *  Copyright(C) 2001-2004 Peter Ross <pross@xvid.org>   *  Copyright(C) 2001-2004 Peter Ross <pross@xvid.org>
7     *               2002-2010 Michael Militzer <isibaar@xvid.org>
8   *   *
9   *  This program is free software ; you can redistribute it and/or modify   *  This program is free software ; you can redistribute it and/or modify
10   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 19  Line 20 
20   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
21   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22   *   *
23   * $Id: xvid.c,v 1.82 2009-06-05 07:58:41 Isibaar Exp $   * $Id: xvid.c,v 1.83 2010-03-09 10:00:14 Isibaar Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 180  Line 181 
181    
182    
183  /*****************************************************************************  /*****************************************************************************
184   * XviD Init Entry point   * Xvid Init Entry point
185   *   *
186   * Well this function initialize all internal function pointers according   * Well this function initialize all internal function pointers according
187   * to the CPU features forced by the library client or autodetected (depending   * to the CPU features forced by the library client or autodetected (depending
# Line 776  Line 777 
777  }  }
778    
779  /*****************************************************************************  /*****************************************************************************
780   * XviD Global Entry point   * Xvid Global Entry point
781   *   *
782   * Well this function initialize all internal function pointers according   * Well this function initialize all internal function pointers according
783   * to the CPU features forced by the library client or autodetected (depending   * to the CPU features forced by the library client or autodetected (depending
# Line 809  Line 810 
810  }  }
811    
812  /*****************************************************************************  /*****************************************************************************
813   * XviD Native decoder entry point   * Xvid Native decoder entry point
814   *   *
815   * This function is just a wrapper to all the option cases.   * This function is just a wrapper to all the option cases.
816   *   *
# Line 841  Line 842 
842    
843    
844  /*****************************************************************************  /*****************************************************************************
845   * XviD Native encoder entry point   * Xvid Native encoder entry point
846   *   *
847   * This function is just a wrapper to all the option cases.   * This function is just a wrapper to all the option cases.
848   *   *

Legend:
Removed from v.1882  
changed lines
  Added in v.1883

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