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

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

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

revision 1794, Fri Nov 14 15:43:28 2008 UTC revision 1883, Tue Mar 9 10:00:30 2010 UTC
# Line 1  Line 1 
1  /*****************************************************************************  /*****************************************************************************
2   *   *
3   * XVID MPEG-4 VIDEO CODEC   * XVID MPEG-4 VIDEO CODEC
4   * - XviD Main header file -   * - Xvid Main header file -
5   *   *
6   *  Copyright(C) 2001-2004 Peter Ross <pross@xvid.org>   *  Copyright(C) 2001-2004 Peter Ross <pross@xvid.org>
7   *   *
# Line 19  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   * $Id: xvid.h,v 1.61 2008-11-14 15:43:27 Isibaar Exp $   * $Id: xvid.h,v 1.66 2010-03-09 10:00:14 Isibaar Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 57  Line 57 
57  #define XVID_API_MAJOR(a)        (((a)>>16) & 0xff)  #define XVID_API_MAJOR(a)        (((a)>>16) & 0xff)
58  #define XVID_API_MINOR(a)        (((a)>> 0) & 0xff)  #define XVID_API_MINOR(a)        (((a)>> 0) & 0xff)
59    
60  #define XVID_VERSION             XVID_MAKE_VERSION(1,2,-127)  #define XVID_VERSION             XVID_MAKE_VERSION(1,3,-127)
61  #define XVID_API                 XVID_MAKE_API(4, 1)  #define XVID_API                 XVID_MAKE_API(4, 3)
62    
63  #define XVID_UNSTABLE  #define XVID_UNSTABLE
64    
# Line 73  Line 73 
73   * doesnt hurt but not increasing it could cause difficulty for decoders in the   * doesnt hurt but not increasing it could cause difficulty for decoders in the
74   * future   * future
75   */   */
76  #define XVID_BS_VERSION 47  #define XVID_BS_VERSION 56
77    
78  /*****************************************************************************  /*****************************************************************************
79   * error codes   * error codes
# Line 555  Line 555 
555          /*accuracy 0 very accurate 4 very fast*/          /*accuracy 0 very accurate 4 very fast*/
556          int acc;          int acc;
557    
558        int cpu_flags; /* XVID_CPU_XXX flags */
559    
560  } xvid_plugin_ssim_t;  } xvid_plugin_ssim_t;
561    
562    typedef struct {
563            int version;
564    
565            int method;      /* [in] masking method to apply. 0 for luminance masking, 1 for variance masking */
566    } xvid_plugin_lumimasking_t;
567    
568  /*****************************************************************************  /*****************************************************************************
569   *                             ENCODER API   *                             ENCODER API
570   ****************************************************************************/   ****************************************************************************/
# Line 754  Line 762 
762          /* ---------------------------------------------- */          /* ---------------------------------------------- */
763    
764          void *handle;                /* [out] encoder instance handle */          void *handle;                /* [out] encoder instance handle */
765    
766            /* ------- v1.3.x ------- */
767            int start_frame_num;         /* [in:opt] frame number of start frame relative to zones definitions. allows to encode sub-sequences */
768  } xvid_enc_create_t;  } xvid_enc_create_t;
769    
770    

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

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