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

Diff of /xvidcore/src/xvid.h

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

revision 1.27.2.19, Sat May 17 13:26:28 2003 UTC revision 1.27.2.29, Mon Jul 28 12:29:01 2003 UTC
# Line 3  Line 3 
3   *  XVID MPEG-4 VIDEO CODEC   *  XVID MPEG-4 VIDEO CODEC
4   *  - XviD Main header file -   *  - XviD Main header file -
5   *   *
6   *  This file is part of XviD, a free MPEG-4 video encoder/decoder   *  Copyright(C) 2001-2003 Peter Ross <pross@xvid.org>
7   *   *
8   *  This program is free software; you can redistribute it and/or modify   *  This program is free software; you can redistribute it and/or modify
9   *  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 67  Line 67 
67   * 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
68   * future   * future
69   */   */
70  #define XVID_BS_VERSION "0009"  #define XVID_BS_VERSION "0016"
71    
72    
73  /*****************************************************************************  /*****************************************************************************
# Line 99  Line 99 
99  #define XVID_CSP_BGRA           6       /* 32-bit bgra packed */  #define XVID_CSP_BGRA           6       /* 32-bit bgra packed */
100  #define XVID_CSP_ABGR           7       /* 32-bit abgr packed */  #define XVID_CSP_ABGR           7       /* 32-bit abgr packed */
101  #define XVID_CSP_RGBA           8       /* 32-bit rgba packed */  #define XVID_CSP_RGBA           8       /* 32-bit rgba packed */
102  #define XVID_CSP_BGR            9       /* 32-bit bgr packed */  #define XVID_CSP_BGR            9       /* 24-bit bgr packed */
103  #define XVID_CSP_RGB555     10  /* 16-bit rgb555 packed */  #define XVID_CSP_RGB555     10  /* 16-bit rgb555 packed */
104  #define XVID_CSP_RGB565     11  /* 16-bit rgb565 packed */  #define XVID_CSP_RGB565     11  /* 16-bit rgb565 packed */
105  #define XVID_CSP_SLICE          12      /* decoder only: 4:2:0 planar, per slice rendering */  #define XVID_CSP_SLICE          12      /* decoder only: 4:2:0 planar, per slice rendering */
# Line 442  Line 442 
442  } xvid_plugin_2pass1_t;  } xvid_plugin_2pass1_t;
443    
444    
 #define XVID_CURVE_COSINE   0   /* low aggressiveness */  
 #define XVID_CURVE_LINEAR   1   /* medium aggressiveness */  
 #define XVID_CURVE_SINE     2   /* high aggressiveness */  
   
445  #define XVID_PAYBACK_BIAS   0   /* payback with bias */  #define XVID_PAYBACK_BIAS   0   /* payback with bias */
446  #define XVID_PAYBACK_PROP   1   /* payback proportionally */  #define XVID_PAYBACK_PROP   1   /* payback proportionally */
447    
# Line 462  Line 458 
458      int max_overflow_improvement;      int max_overflow_improvement;
459      int max_overflow_degradation;      int max_overflow_degradation;
460    
     int use_alt_curve;  
         int alt_curve_high_dist;  
         int alt_curve_low_dist;  
     int alt_curve_use_auto;  
         int alt_curve_auto_str;  
         int alt_curve_type; /* XVID_CURVE_ */  
         int alt_curve_min_rel_qual;  
         int alt_curve_use_auto_bonus_bias;  
     int alt_curve_bonus_bias;  
   
461      int kftreshold;      int kftreshold;
462          int kfreduction;          int kfreduction;
463      int min_key_interval;      int min_key_interval;
464    
465            int container_frame_overhead;
466  }xvid_plugin_2pass2_t;  }xvid_plugin_2pass2_t;
467    
468    
# Line 535  Line 523 
523    
524      /* only valid for vol_flags|=XVID_VOL_REDUCED_ENABLED */      /* only valid for vol_flags|=XVID_VOL_REDUCED_ENABLED */
525      XVID_VOP_REDUCED            = 0x00001000, /* reduced resolution vop */      XVID_VOP_REDUCED            = 0x00001000, /* reduced resolution vop */
526    
527        XVID_VOP_CARTOON                    = 0x00002000, /* use 'cartoon mode' */
528    
529  } xvid_vop_t;  } xvid_vop_t;
530    
531    
# Line 570  Line 561 
561      XVID_ME_UNRESTRICTED16      = 0x00200000, /* unrestricted ME, not implemented */      XVID_ME_UNRESTRICTED16      = 0x00200000, /* unrestricted ME, not implemented */
562      XVID_ME_OVERLAPPING16       = 0x00400000, /* overlapping ME, not implemented */      XVID_ME_OVERLAPPING16       = 0x00400000, /* overlapping ME, not implemented */
563      XVID_ME_UNRESTRICTED8       = 0x20000000, /* unrestricted ME, not implemented */      XVID_ME_UNRESTRICTED8       = 0x20000000, /* unrestricted ME, not implemented */
564      XVID_ME_OVERLAPPING8        = 0x40000000 /* overlapping ME, not implemented */      XVID_ME_OVERLAPPING8        = 0x40000000, /* overlapping ME, not implemented */
565    
566        XVID_GME_REFINE  = 0x00010000
567    
568  } xvid_motion_t;  } xvid_motion_t;
569    
570    

Legend:
Removed from v.1.27.2.19  
changed lines
  Added in v.1.27.2.29

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