[svn] / branches / dev-api-4 / xvidcore / vfw / src / config.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/vfw/src/config.h

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

revision 1054, Mon Jun 9 13:55:56 2003 UTC revision 1267, Wed Dec 17 15:16:16 2003 UTC
# 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: config.h,v 1.1.2.7 2003-06-09 13:55:56 edgomez Exp $   * $Id: config.h,v 1.1.2.13 2003-12-17 15:16:16 edgomez Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25  #ifndef _CONFIG_H_  #ifndef _CONFIG_H_
# Line 43  Line 43 
43  #define DEFAULT_MIN_KBPS    16  #define DEFAULT_MIN_KBPS    16
44  #define DEFAULT_MAX_KBPS    10000  #define DEFAULT_MAX_KBPS    10000
45    
   
46  /* registry stuff */  /* registry stuff */
47  #define XVID_REG_KEY    HKEY_CURRENT_USER  #define XVID_REG_KEY    HKEY_CURRENT_USER
48  #define XVID_REG_PARENT "Software\\GNU"  #define XVID_REG_PARENT "Software\\GNU"
# Line 84  Line 83 
83  {  {
84      int frame;      int frame;
85    
86        int type;
87      int mode;      int mode;
88      int weight;      int weight;
89      int quant;      int quant;
90      /* overrides: when ==MODIFIER_USE_DEFAULT use default/global setting */  
91      unsigned int greyscale;      unsigned int greyscale;
92      unsigned int chroma_opt;      unsigned int chroma_opt;
93      unsigned int bvop_threshold;      unsigned int bvop_threshold;
# Line 102  Line 102 
102          int desired_size;                       /* please try to avoid modifications here */          int desired_size;                       /* please try to avoid modifications here */
103          char stats[MAX_PATH];          char stats[MAX_PATH];
104  /*******************************/  /*******************************/
105        int use_2pass_bitrate;        /* use bitrate for 2pass2 (instead of desired size) */
106    
107      /* profile  */      /* profile  */
108      char profile_name[MAX_PATH];      char profile_name[MAX_PATH];
# Line 121  Line 122 
122          int bquant_offset;          int bquant_offset;
123          int packed;          int packed;
124          int closed_gov;          int closed_gov;
125            int display_aspect_ratio;                               /* aspect ratio */
126    
127      /* zones */      /* zones */
128      int num_zones;      int num_zones;
# Line 132  Line 134 
134          int rc_averaging_period;          int rc_averaging_period;
135          int rc_buffer;          int rc_buffer;
136    
137        /* 2pass1 */
138            int discard1pass;
139    
140      /* 2pass2 */      /* 2pass2 */
141          int keyframe_boost;          int keyframe_boost;
142          int kftreshold;          int kfthreshold;
143          int kfreduction;          int kfreduction;
         int discard1pass;  
144          int curve_compression_high;          int curve_compression_high;
145          int curve_compression_low;          int curve_compression_low;
146            int overflow_control_strength;
147          int twopass_max_overflow_improvement;          int twopass_max_overflow_improvement;
148          int twopass_max_overflow_degradation;          int twopass_max_overflow_degradation;
         int bitrate_payback_delay;  
         int bitrate_payback_method;  
149    
150      /* motion */      /* motion */
151          int motion_search;          int motion_search;
152          int vhq_mode;          int vhq_mode;
153          int chromame;          int chromame;
154            int cartoon_mode;
155      int max_key_interval;      int max_key_interval;
         int min_key_interval;  
156          int frame_drop_ratio;          int frame_drop_ratio;
157    
158      /* quant */      /* quant */
# Line 166  Line 169 
169      int fourcc_used;      int fourcc_used;
170      int vop_debug;      int vop_debug;
171      int debug;      int debug;
172        int display_status;
173    
174          DWORD cpu;          DWORD cpu;
175    

Legend:
Removed from v.1054  
changed lines
  Added in v.1267

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