annotate cfg-mplayer.h @ 2069:ce45cce7f7a5

sync with avifile
author arpi
date Thu, 04 Oct 2001 02:21:47 +0000
parents 720ca9249e4e
children a9d91476085a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
147
0a0d7dd8fb51 new command line/config file parser
szabii
parents:
diff changeset
1 /*
0a0d7dd8fb51 new command line/config file parser
szabii
parents:
diff changeset
2 * config for cfgparser
0a0d7dd8fb51 new command line/config file parser
szabii
parents:
diff changeset
3 */
0a0d7dd8fb51 new command line/config file parser
szabii
parents:
diff changeset
4
1536
e89233dab4da New feature for option processing: CONF_TYPE_FUNC_FULL
folke
parents: 1518
diff changeset
5
378
6e813c134226 variables related to fbdev moved to cfg-mplayer.h
szabii
parents: 363
diff changeset
6 #ifdef HAVE_FBDEV
6e813c134226 variables related to fbdev moved to cfg-mplayer.h
szabii
parents: 363
diff changeset
7 extern char *fb_dev_name;
6e813c134226 variables related to fbdev moved to cfg-mplayer.h
szabii
parents: 363
diff changeset
8 extern char *fb_mode_cfgfile;
6e813c134226 variables related to fbdev moved to cfg-mplayer.h
szabii
parents: 363
diff changeset
9 extern char *fb_mode_name;
448
198b46b739d8 qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents: 445
diff changeset
10 extern char *monitor_hfreq_str;
198b46b739d8 qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents: 445
diff changeset
11 extern char *monitor_vfreq_str;
198b46b739d8 qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents: 445
diff changeset
12 extern char *monitor_dotclock_str;
378
6e813c134226 variables related to fbdev moved to cfg-mplayer.h
szabii
parents: 363
diff changeset
13 #endif
526
e537bdec1ecc added png out support (-z switch)
atmosfear
parents: 515
diff changeset
14 #ifdef HAVE_PNG
e537bdec1ecc added png out support (-z switch)
atmosfear
parents: 515
diff changeset
15 extern int z_compression;
e537bdec1ecc added png out support (-z switch)
atmosfear
parents: 515
diff changeset
16 #endif
636
10c88fb49133 New switches for sdl added.
atmosfear
parents: 626
diff changeset
17 #ifdef HAVE_SDL
1187
9a8058213061 sdl_(a)driver liquidated - sorry atmos
al3x
parents: 1149
diff changeset
18 //extern char *sdl_driver;
636
10c88fb49133 New switches for sdl added.
atmosfear
parents: 626
diff changeset
19 extern int sdl_noxv;
10c88fb49133 New switches for sdl added.
atmosfear
parents: 626
diff changeset
20 extern int sdl_forcexv;
1187
9a8058213061 sdl_(a)driver liquidated - sorry atmos
al3x
parents: 1149
diff changeset
21 //extern char *sdl_adriver;
636
10c88fb49133 New switches for sdl added.
atmosfear
parents: 626
diff changeset
22 #endif
732
e14114170e01 applied 'fakemono' patch by Bryan Chan scorpio@acm.org
arpi_esp
parents: 725
diff changeset
23 #ifdef USE_FAKE_MONO
e14114170e01 applied 'fakemono' patch by Bryan Chan scorpio@acm.org
arpi_esp
parents: 725
diff changeset
24 extern int fakemono; // defined in dec_audio.c
e14114170e01 applied 'fakemono' patch by Bryan Chan scorpio@acm.org
arpi_esp
parents: 725
diff changeset
25 #endif
636
10c88fb49133 New switches for sdl added.
atmosfear
parents: 626
diff changeset
26
1149
6a0f937b52e6 - new config option -lircconfig (config file for lirc)
acki2
parents: 1124
diff changeset
27 #ifdef HAVE_LIRC
6a0f937b52e6 - new config option -lircconfig (config file for lirc)
acki2
parents: 1124
diff changeset
28 extern char *lirc_configfile;
6a0f937b52e6 - new config option -lircconfig (config file for lirc)
acki2
parents: 1124
diff changeset
29 #endif
6a0f937b52e6 - new config option -lircconfig (config file for lirc)
acki2
parents: 1124
diff changeset
30
1422
d02e0dcaf077 libvo2 support
arpi
parents: 1414
diff changeset
31 #ifndef USE_LIBVO2
1149
6a0f937b52e6 - new config option -lircconfig (config file for lirc)
acki2
parents: 1124
diff changeset
32 extern int vo_doublebuffering;
1267
ac5c8926a2d6 -fsmode
arpi
parents: 1255
diff changeset
33 extern int vo_fsmode;
585
96621b6b7f9f added: extern int vo_dbpp
arpi_esp
parents: 570
diff changeset
34 extern int vo_dbpp;
1422
d02e0dcaf077 libvo2 support
arpi
parents: 1414
diff changeset
35 #endif
d02e0dcaf077 libvo2 support
arpi
parents: 1414
diff changeset
36
d02e0dcaf077 libvo2 support
arpi
parents: 1414
diff changeset
37 #ifdef USE_SUB
d02e0dcaf077 libvo2 support
arpi
parents: 1414
diff changeset
38 extern int sub_unicode;
1501
d40f2b686846 changes according to -utf8 option, draw_osd() function added
atlka
parents: 1448
diff changeset
39 extern int sub_utf8;
1422
d02e0dcaf077 libvo2 support
arpi
parents: 1414
diff changeset
40 #endif
d02e0dcaf077 libvo2 support
arpi
parents: 1414
diff changeset
41
d02e0dcaf077 libvo2 support
arpi
parents: 1414
diff changeset
42 #ifdef USE_OSD
641
d161307f447a The -osdlevel switch for setting default OSD level (useful in your .config for example if you don't like watching OSD timer by default)
lgb
parents: 636
diff changeset
43 extern int osd_level;
1422
d02e0dcaf077 libvo2 support
arpi
parents: 1414
diff changeset
44 #endif
378
6e813c134226 variables related to fbdev moved to cfg-mplayer.h
szabii
parents: 363
diff changeset
45
1112
b1cf1087ec33 Added support for writing wave files and specifying filename to write to.
atmosfear
parents: 1038
diff changeset
46 extern char *ao_outputfilename;
b1cf1087ec33 Added support for writing wave files and specifying filename to write to.
atmosfear
parents: 1038
diff changeset
47 extern int ao_pcm_waveheader;
b1cf1087ec33 Added support for writing wave files and specifying filename to write to.
atmosfear
parents: 1038
diff changeset
48
922
db06ae8967eb Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
lgb
parents: 799
diff changeset
49 #ifdef HAVE_X11
db06ae8967eb Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
lgb
parents: 799
diff changeset
50 extern char *mDisplayName;
db06ae8967eb Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
lgb
parents: 799
diff changeset
51 #endif
db06ae8967eb Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
lgb
parents: 799
diff changeset
52
1518
e0ceb814471d vo_aa: configurable now
folke
parents: 1501
diff changeset
53 #ifdef HAVE_AA
1536
e89233dab4da New feature for option processing: CONF_TYPE_FUNC_FULL
folke
parents: 1518
diff changeset
54 extern int vo_aa_parseoption(struct config * conf, char *opt, char * param);
1518
e0ceb814471d vo_aa: configurable now
folke
parents: 1501
diff changeset
55 #endif
e0ceb814471d vo_aa: configurable now
folke
parents: 1501
diff changeset
56
1596
fc0e9953bc2d libDVDread support
arpi
parents: 1536
diff changeset
57 #ifdef USE_DVDREAD
fc0e9953bc2d libDVDread support
arpi
parents: 1536
diff changeset
58 extern int dvd_title;
fc0e9953bc2d libDVDread support
arpi
parents: 1536
diff changeset
59 extern int dvd_chapter;
fc0e9953bc2d libDVDread support
arpi
parents: 1536
diff changeset
60 extern int dvd_angle;
fc0e9953bc2d libDVDread support
arpi
parents: 1536
diff changeset
61 #endif
fc0e9953bc2d libDVDread support
arpi
parents: 1536
diff changeset
62
1866
32b1bb50a0e8 some bug fix, and add decoration item to skin conffile. faszom(C)
pontscho
parents: 1709
diff changeset
63 #ifdef HAVE_NEW_GUI
32b1bb50a0e8 some bug fix, and add decoration item to skin conffile. faszom(C)
pontscho
parents: 1709
diff changeset
64 extern char * skinName;
32b1bb50a0e8 some bug fix, and add decoration item to skin conffile. faszom(C)
pontscho
parents: 1709
diff changeset
65 #endif
32b1bb50a0e8 some bug fix, and add decoration item to skin conffile. faszom(C)
pontscho
parents: 1709
diff changeset
66
2053
720ca9249e4e Monitor aspect stuff.
atmos4
parents: 2043
diff changeset
67 /* from libvo/aspect.c */
720ca9249e4e Monitor aspect stuff.
atmos4
parents: 2043
diff changeset
68 extern float monitor_aspect;
720ca9249e4e Monitor aspect stuff.
atmos4
parents: 2043
diff changeset
69
1536
e89233dab4da New feature for option processing: CONF_TYPE_FUNC_FULL
folke
parents: 1518
diff changeset
70 /*
e89233dab4da New feature for option processing: CONF_TYPE_FUNC_FULL
folke
parents: 1518
diff changeset
71 * CONF_TYPE_FUNC_FULL :
e89233dab4da New feature for option processing: CONF_TYPE_FUNC_FULL
folke
parents: 1518
diff changeset
72 * allows own implemtations for passing the params
e89233dab4da New feature for option processing: CONF_TYPE_FUNC_FULL
folke
parents: 1518
diff changeset
73 *
e89233dab4da New feature for option processing: CONF_TYPE_FUNC_FULL
folke
parents: 1518
diff changeset
74 * the function receives parameter name and argument (if it does not start with - )
e89233dab4da New feature for option processing: CONF_TYPE_FUNC_FULL
folke
parents: 1518
diff changeset
75 * useful with a conf.name like 'aa*' to parse several parameters to a function
e89233dab4da New feature for option processing: CONF_TYPE_FUNC_FULL
folke
parents: 1518
diff changeset
76 * return 0 =ok, but we didn't need the param (could be the filename)
e89233dab4da New feature for option processing: CONF_TYPE_FUNC_FULL
folke
parents: 1518
diff changeset
77 * return 1 =ok, we accepted the param
e89233dab4da New feature for option processing: CONF_TYPE_FUNC_FULL
folke
parents: 1518
diff changeset
78 * negative values: see cfgparser.h, ERR_XXX
e89233dab4da New feature for option processing: CONF_TYPE_FUNC_FULL
folke
parents: 1518
diff changeset
79 *
e89233dab4da New feature for option processing: CONF_TYPE_FUNC_FULL
folke
parents: 1518
diff changeset
80 * by Folke
e89233dab4da New feature for option processing: CONF_TYPE_FUNC_FULL
folke
parents: 1518
diff changeset
81 */
e89233dab4da New feature for option processing: CONF_TYPE_FUNC_FULL
folke
parents: 1518
diff changeset
82
147
0a0d7dd8fb51 new command line/config file parser
szabii
parents:
diff changeset
83 struct config conf[]={
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
84 /* name, pointer, type, flags, min, max */
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
85 {"include", cfg_include, CONF_TYPE_FUNC_PARAM, 0, 0, 0}, /* this must be the first!!! */
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
86 {"o", "Option -o has been renamed to -vo (video-out), use -vo !\n",
153
8e55121885b2 new configfile/cmdline parser
arpi_esp
parents: 151
diff changeset
87 CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
88 {"vo", &video_driver, CONF_TYPE_STRING, 0, 0, 0},
956
a6cecd9a1bad '-ao' switch (including '-ao help'), fixing Arpi's bug (short name 'null' for both of oss and null driver ;)
lgb
parents: 955
diff changeset
89 {"ao", &audio_driver, CONF_TYPE_STRING, 0, 0, 0},
1255
94f2853ec6f4 -dsp option removed, displaying help text (-ao oss:dsp_path)
alex
parents: 1211
diff changeset
90 // {"dsp", &dsp, CONF_TYPE_STRING, CONF_NOCFG, 0, 0},
94f2853ec6f4 -dsp option removed, displaying help text (-ao oss:dsp_path)
alex
parents: 1211
diff changeset
91 {"dsp", "Use -ao oss:dsp_path!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
460
2056ddd20c50 add mixer support
pontscho
parents: 458
diff changeset
92 {"mixer", &mixer_device, CONF_TYPE_STRING, 0, 0, 0},
1038
b36fb1ae4b53 applied solaris8/netbsd/other fixes patch by J¸«ärgen Keil <jk@tools.de>
arpi_esp
parents: 1018
diff changeset
93 {"master", &mixer_usemaster, CONF_TYPE_FLAG, 0, 0, 1},
922
db06ae8967eb Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
lgb
parents: 799
diff changeset
94 #ifdef HAVE_X11
db06ae8967eb Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
lgb
parents: 799
diff changeset
95 {"display", &mDisplayName, CONF_TYPE_STRING, 0, 0, 0},
db06ae8967eb Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
lgb
parents: 799
diff changeset
96 #endif
641
d161307f447a The -osdlevel switch for setting default OSD level (useful in your .config for example if you don't like watching OSD timer by default)
lgb
parents: 636
diff changeset
97 {"osdlevel", &osd_level, CONF_TYPE_INT, CONF_RANGE, 0, 2 },
492
888a85621f50 preliminary DVD support using libcss
lgb
parents: 460
diff changeset
98 #ifdef HAVE_LIBCSS
1018
e5fc7ec51fa3 -dvd is renamed to -dvdauth, variable dvd_device is renamed to dvd_auth_device. These changes are needed for future DVD playback developmenting
lgb
parents: 1016
diff changeset
99 {"dvdauth", &dvd_auth_device, CONF_TYPE_STRING, 0, 0, 0},
546
22ed5f5821e2 command line requested DVD key support for Arpi :)
lgb
parents: 526
diff changeset
100 {"dvdkey", &dvdimportkey, CONF_TYPE_STRING, 0, 0, 0},
1596
fc0e9953bc2d libDVDread support
arpi
parents: 1536
diff changeset
101 // {"dvd", "Option -dvd will be \"full disk\" mode, old meaning has been renamed to -dvdauth.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
492
888a85621f50 preliminary DVD support using libcss
lgb
parents: 460
diff changeset
102 #else
1596
fc0e9953bc2d libDVDread support
arpi
parents: 1536
diff changeset
103 // {"dvd", "DVD support was not compiled in. See file DOCS/DVD.\n",
fc0e9953bc2d libDVDread support
arpi
parents: 1536
diff changeset
104 // CONF_TYPE_PRINT, CONF_NOCFG, 0 , 0},
1018
e5fc7ec51fa3 -dvd is renamed to -dvdauth, variable dvd_device is renamed to dvd_auth_device. These changes are needed for future DVD playback developmenting
lgb
parents: 1016
diff changeset
105 {"dvdkey", "DVD support was not compiled in. See file DOCS/DVD.\n",
e5fc7ec51fa3 -dvd is renamed to -dvdauth, variable dvd_device is renamed to dvd_auth_device. These changes are needed for future DVD playback developmenting
lgb
parents: 1016
diff changeset
106 CONF_TYPE_PRINT, CONF_NOCFG, 0 , 0},
e5fc7ec51fa3 -dvd is renamed to -dvdauth, variable dvd_device is renamed to dvd_auth_device. These changes are needed for future DVD playback developmenting
lgb
parents: 1016
diff changeset
107 {"dvdauth", "DVD support was not compiled in. See file DOCS/DVD.\n",
e5fc7ec51fa3 -dvd is renamed to -dvdauth, variable dvd_device is renamed to dvd_auth_device. These changes are needed for future DVD playback developmenting
lgb
parents: 1016
diff changeset
108 CONF_TYPE_PRINT, CONF_NOCFG, 0 , 0},
492
888a85621f50 preliminary DVD support using libcss
lgb
parents: 460
diff changeset
109 #endif
888a85621f50 preliminary DVD support using libcss
lgb
parents: 460
diff changeset
110
225
62ec84961b27 vo_fbdev added
szabii
parents: 215
diff changeset
111 #ifdef HAVE_FBDEV
448
198b46b739d8 qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents: 445
diff changeset
112 {"fb", &fb_dev_name, CONF_TYPE_STRING, 0, 0, 0},
198b46b739d8 qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents: 445
diff changeset
113 {"fbmode", &fb_mode_name, CONF_TYPE_STRING, 0, 0, 0},
198b46b739d8 qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents: 445
diff changeset
114 {"fbmodeconfig", &fb_mode_cfgfile, CONF_TYPE_STRING, 0, 0, 0},
198b46b739d8 qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents: 445
diff changeset
115 {"monitor_hfreq", &monitor_hfreq_str, CONF_TYPE_STRING, 0, 0, 0},
198b46b739d8 qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents: 445
diff changeset
116 {"monitor_vfreq", &monitor_vfreq_str, CONF_TYPE_STRING, 0, 0, 0},
198b46b739d8 qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents: 445
diff changeset
117 {"monitor_dotclock", &monitor_dotclock_str, CONF_TYPE_STRING, 0, 0, 0},
225
62ec84961b27 vo_fbdev added
szabii
parents: 215
diff changeset
118 #endif
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
119 {"encode", &encode_name, CONF_TYPE_STRING, 0, 0, 0},
1422
d02e0dcaf077 libvo2 support
arpi
parents: 1414
diff changeset
120 #ifdef USE_SUB
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
121 {"sub", &sub_name, CONF_TYPE_STRING, 0, 0, 0},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
122 {"subdelay", &sub_delay, CONF_TYPE_FLOAT, 0, 0.0, 10.0},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
123 {"subfps", &sub_fps, CONF_TYPE_FLOAT, 0, 0.0, 10.0},
515
d82c71fefdda add noautosub option
pontscho
parents: 492
diff changeset
124 {"noautosub", &sub_auto, CONF_TYPE_FLAG, 0, 1, 0},
725
3e5dbbc42864 Added -unicode switch to deal with unicode subs.
atmosfear
parents: 723
diff changeset
125 {"unicode", &sub_unicode, CONF_TYPE_FLAG, 0, 0, 1},
3e5dbbc42864 Added -unicode switch to deal with unicode subs.
atmosfear
parents: 723
diff changeset
126 {"nounicode", &sub_unicode, CONF_TYPE_FLAG, 0, 1, 0},
1501
d40f2b686846 changes according to -utf8 option, draw_osd() function added
atlka
parents: 1448
diff changeset
127 {"utf8", &sub_utf8, CONF_TYPE_FLAG, 0, 0, 1},
d40f2b686846 changes according to -utf8 option, draw_osd() function added
atlka
parents: 1448
diff changeset
128 {"noutf8", &sub_utf8, CONF_TYPE_FLAG, 0, 1, 0},
1422
d02e0dcaf077 libvo2 support
arpi
parents: 1414
diff changeset
129 #endif
d02e0dcaf077 libvo2 support
arpi
parents: 1414
diff changeset
130 #ifdef USE_OSD
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
131 {"font", &font_name, CONF_TYPE_STRING, 0, 0, 0},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
132 {"ffactor", &font_factor, CONF_TYPE_FLOAT, CONF_RANGE, 0.0, 10.0},
1422
d02e0dcaf077 libvo2 support
arpi
parents: 1414
diff changeset
133 #endif
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
134 {"bg", &play_in_bg, CONF_TYPE_FLAG, 0, 0, 1},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
135 {"nobg", &play_in_bg, CONF_TYPE_FLAG, 0, 1, 0},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
136 {"sb", &seek_to_byte, CONF_TYPE_INT, CONF_MIN, 0, 0},
937
a8a34da9c17f when using -ss:
laaz
parents: 922
diff changeset
137 {"ss", &seek_to_sec, CONF_TYPE_STRING, CONF_MIN, 0, 0},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
138 {"sound", &has_audio, CONF_TYPE_FLAG, 0, 0, 1},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
139 {"nosound", &has_audio, CONF_TYPE_FLAG, 0, 1, 0},
955
3a3304cd9fd5 libao support
arpi_esp
parents: 937
diff changeset
140 {"abs", &ao_buffersize, CONF_TYPE_INT, CONF_MIN, 0, 0},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
141 {"delay", &audio_delay, CONF_TYPE_FLOAT, CONF_RANGE, -10.0, 10.0},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
142 {"bps", &pts_from_bps, CONF_TYPE_FLAG, 0, 0, 1},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
143 {"nobps", &pts_from_bps, CONF_TYPE_FLAG, 0, 1, 0},
1211
e21c61b2313e alsa/noalsa message
arpi_esp
parents: 1187
diff changeset
144
1016
456472f16026 -alsa/-noalsa disabled
arpi_esp
parents: 982
diff changeset
145 // {"alsa", &alsa, CONF_TYPE_FLAG, 0, 0, 1},
456472f16026 -alsa/-noalsa disabled
arpi_esp
parents: 982
diff changeset
146 // {"noalsa", &alsa, CONF_TYPE_FLAG, 0, 1, 0},
1211
e21c61b2313e alsa/noalsa message
arpi_esp
parents: 1187
diff changeset
147 {"alsa", "Option -alsa has been removed, new audio code doesn't need it!\n",
e21c61b2313e alsa/noalsa message
arpi_esp
parents: 1187
diff changeset
148 CONF_TYPE_PRINT, 0, 0, 0},
e21c61b2313e alsa/noalsa message
arpi_esp
parents: 1187
diff changeset
149 {"noalsa", "Option -noalsa has been removed, new audio code doesn't need it!\n",
e21c61b2313e alsa/noalsa message
arpi_esp
parents: 1187
diff changeset
150 CONF_TYPE_PRINT, 0, 0, 0},
e21c61b2313e alsa/noalsa message
arpi_esp
parents: 1187
diff changeset
151
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
152 {"ni", &force_ni, CONF_TYPE_FLAG, 0, 0, 1},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
153 {"noni", &force_ni, CONF_TYPE_FLAG, 0, 1, 0},
552
c2a449f90087 dvd sub support reading
arpi_esp
parents: 549
diff changeset
154
798
cfb984ecb5fd frame dropping...
arpi_esp
parents: 777
diff changeset
155 {"framedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 0, 1},
cfb984ecb5fd frame dropping...
arpi_esp
parents: 777
diff changeset
156 {"hardframedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 0, 2},
799
a2f935269c15 ehh space removed :o
arpi_esp
parents: 798
diff changeset
157 {"noframedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 1, 0},
1124
0e95f30ffd4c -frames and -benchmark options to make chl & gabucino happy
arpi_esp
parents: 1112
diff changeset
158
0e95f30ffd4c -frames and -benchmark options to make chl & gabucino happy
arpi_esp
parents: 1112
diff changeset
159 {"frames", &play_n_frames, CONF_TYPE_INT, CONF_MIN, 0, 0},
0e95f30ffd4c -frames and -benchmark options to make chl & gabucino happy
arpi_esp
parents: 1112
diff changeset
160 {"benchmark", &benchmark, CONF_TYPE_FLAG, 0, 0, 1},
798
cfb984ecb5fd frame dropping...
arpi_esp
parents: 777
diff changeset
161
1328
deab61c9a7e3 ranges fixed (MAX vs. MAX+1 dilemma)
arpi
parents: 1299
diff changeset
162 {"aid", &audio_id, CONF_TYPE_INT, CONF_RANGE, 0, 255},
deab61c9a7e3 ranges fixed (MAX vs. MAX+1 dilemma)
arpi
parents: 1299
diff changeset
163 {"vid", &video_id, CONF_TYPE_INT, CONF_RANGE, 0, 255},
deab61c9a7e3 ranges fixed (MAX vs. MAX+1 dilemma)
arpi
parents: 1299
diff changeset
164 {"sid", &dvdsub_id, CONF_TYPE_INT, CONF_RANGE, 0, 31},
732
e14114170e01 applied 'fakemono' patch by Bryan Chan scorpio@acm.org
arpi_esp
parents: 725
diff changeset
165 #ifdef USE_FAKE_MONO
e14114170e01 applied 'fakemono' patch by Bryan Chan scorpio@acm.org
arpi_esp
parents: 725
diff changeset
166 {"stereo", &fakemono, CONF_TYPE_INT, CONF_RANGE, 0, 2},
e14114170e01 applied 'fakemono' patch by Bryan Chan scorpio@acm.org
arpi_esp
parents: 725
diff changeset
167 #endif
549
c97496b240c1 new options: -dumpaudio and -dumpvideo
arpi_esp
parents: 546
diff changeset
168
c97496b240c1 new options: -dumpaudio and -dumpvideo
arpi_esp
parents: 546
diff changeset
169 {"dumpfile", &stream_dump_name, CONF_TYPE_STRING, 0, 0, 0},
c97496b240c1 new options: -dumpaudio and -dumpvideo
arpi_esp
parents: 546
diff changeset
170 {"dumpaudio", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 1},
c97496b240c1 new options: -dumpaudio and -dumpvideo
arpi_esp
parents: 546
diff changeset
171 {"dumpvideo", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 2},
1211
e21c61b2313e alsa/noalsa message
arpi_esp
parents: 1187
diff changeset
172 {"dumpsub", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 3},
1112
b1cf1087ec33 Added support for writing wave files and specifying filename to write to.
atmosfear
parents: 1038
diff changeset
173
b1cf1087ec33 Added support for writing wave files and specifying filename to write to.
atmosfear
parents: 1038
diff changeset
174 {"aofile", &ao_outputfilename, CONF_TYPE_STRING, 0, 0, 0},
b1cf1087ec33 Added support for writing wave files and specifying filename to write to.
atmosfear
parents: 1038
diff changeset
175 {"waveheader", &ao_pcm_waveheader, CONF_TYPE_FLAG, 0, 0, 1},
b1cf1087ec33 Added support for writing wave files and specifying filename to write to.
atmosfear
parents: 1038
diff changeset
176 {"nowaveheader", &ao_pcm_waveheader, CONF_TYPE_FLAG, 0, 1, 0},
549
c97496b240c1 new options: -dumpaudio and -dumpvideo
arpi_esp
parents: 546
diff changeset
177
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
178 // {"auds", &avi_header.audio_codec, CONF_TYPE_STRING, 0, 0, 0},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
179 // {"vids", &avi_header.video_codec, CONF_TYPE_STRING, 0, 0, 0},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
180 {"mc", &default_max_pts_correction, CONF_TYPE_FLOAT, CONF_RANGE, 0, 10},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
181 {"fps", &force_fps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0},
1328
deab61c9a7e3 ranges fixed (MAX vs. MAX+1 dilemma)
arpi
parents: 1299
diff changeset
182 {"srate", &force_srate, CONF_TYPE_INT, CONF_RANGE, 1000, 8*48000},
1930
87319ece31f9 range increased to 11 (ffmp3)
gabucino
parents: 1866
diff changeset
183 {"afm", &audio_family, CONF_TYPE_INT, CONF_RANGE, 0, 11}, // keep ranges in sync
1378
0a6f678ca5f0 -vfm max range updated to 7
gabucino
parents: 1328
diff changeset
184 {"vfm", &video_family, CONF_TYPE_INT, CONF_RANGE, 0, 7}, // with codec-cfg.c
1286
543a94b241a2 Replaced LGBs video codec forcing change with mine for audio and video codecs, which is IMHO more convenient cause codecs are selected by name instead of number, one unclearity is left to me, that's why audio_format is used once before codecs selection for MPEG_PS files, that's why I left -afm in for that one.
atmos4
parents: 1285
diff changeset
185 {"ac", &audio_codec, CONF_TYPE_STRING, 0, 0, 0},
543a94b241a2 Replaced LGBs video codec forcing change with mine for audio and video codecs, which is IMHO more convenient cause codecs are selected by name instead of number, one unclearity is left to me, that's why audio_format is used once before codecs selection for MPEG_PS files, that's why I left -afm in for that one.
atmos4
parents: 1285
diff changeset
186 {"vc", &video_codec, CONF_TYPE_STRING, 0, 0, 0},
543a94b241a2 Replaced LGBs video codec forcing change with mine for audio and video codecs, which is IMHO more convenient cause codecs are selected by name instead of number, one unclearity is left to me, that's why audio_format is used once before codecs selection for MPEG_PS files, that's why I left -afm in for that one.
atmos4
parents: 1285
diff changeset
187 {"dshow", &allow_dshow, CONF_TYPE_FLAG, 0, 0, 1}, // Is this still needed? atmos ::
626
550ea1eba1a1 -nodshow/-dshow added, -afm is working again
arpi_esp
parents: 585
diff changeset
188 {"nodshow", &allow_dshow, CONF_TYPE_FLAG, 0, 1, 0},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
189 {"vcd", &vcd_track, CONF_TYPE_INT, CONF_RANGE, 1, 99},
1596
fc0e9953bc2d libDVDread support
arpi
parents: 1536
diff changeset
190 #ifdef USE_DVDREAD
fc0e9953bc2d libDVDread support
arpi
parents: 1536
diff changeset
191 {"dvd", &dvd_title, CONF_TYPE_INT, CONF_RANGE, 1, 99},
fc0e9953bc2d libDVDread support
arpi
parents: 1536
diff changeset
192 {"dvdangle", &dvd_angle, CONF_TYPE_INT, CONF_RANGE, 1, 99},
fc0e9953bc2d libDVDread support
arpi
parents: 1536
diff changeset
193 {"chapter", &dvd_chapter, CONF_TYPE_INT, CONF_RANGE, 1, 99},
fc0e9953bc2d libDVDread support
arpi
parents: 1536
diff changeset
194 #else
fc0e9953bc2d libDVDread support
arpi
parents: 1536
diff changeset
195 {"dvd", "MPlayer was compiled WITHOUT libdvdread support!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
fc0e9953bc2d libDVDread support
arpi
parents: 1536
diff changeset
196 #endif
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
197 {"divxq", "Option -divxq has been renamed to -pp (postprocessing), use -pp !\n",
153
8e55121885b2 new configfile/cmdline parser
arpi_esp
parents: 151
diff changeset
198 CONF_TYPE_PRINT, 0, 0, 0},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
199 {"pp", &divx_quality, CONF_TYPE_INT, CONF_RANGE, 0, 63},
1439
dabb5054353a -autoq option...
arpi
parents: 1422
diff changeset
200 {"autoq", &auto_quality, CONF_TYPE_INT, CONF_RANGE, 0, 100},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
201 {"br", &encode_bitrate, CONF_TYPE_INT, CONF_RANGE, 10000, 10000000},
526
e537bdec1ecc added png out support (-z switch)
atmosfear
parents: 515
diff changeset
202 #ifdef HAVE_PNG
1328
deab61c9a7e3 ranges fixed (MAX vs. MAX+1 dilemma)
arpi
parents: 1299
diff changeset
203 {"z", &z_compression, CONF_TYPE_INT, CONF_RANGE, 0, 9},
526
e537bdec1ecc added png out support (-z switch)
atmosfear
parents: 515
diff changeset
204 #endif
636
10c88fb49133 New switches for sdl added.
atmosfear
parents: 626
diff changeset
205 #ifdef HAVE_SDL
1187
9a8058213061 sdl_(a)driver liquidated - sorry atmos
al3x
parents: 1149
diff changeset
206 {"sdl", "Use -vo sdl:driver instead of -vo sdl -sdl driver\n",
9a8058213061 sdl_(a)driver liquidated - sorry atmos
al3x
parents: 1149
diff changeset
207 CONF_TYPE_PRINT, 0, 0, 0},
636
10c88fb49133 New switches for sdl added.
atmosfear
parents: 626
diff changeset
208 {"noxv", &sdl_noxv, CONF_TYPE_FLAG, 0, 0, 1},
10c88fb49133 New switches for sdl added.
atmosfear
parents: 626
diff changeset
209 {"forcexv", &sdl_forcexv, CONF_TYPE_FLAG, 0, 0, 1},
1187
9a8058213061 sdl_(a)driver liquidated - sorry atmos
al3x
parents: 1149
diff changeset
210 {"sdla", "Use -ao sdl:driver instead of -ao sdl -sdla driver\n",
9a8058213061 sdl_(a)driver liquidated - sorry atmos
al3x
parents: 1149
diff changeset
211 CONF_TYPE_PRINT, 0, 0, 0},
636
10c88fb49133 New switches for sdl added.
atmosfear
parents: 626
diff changeset
212 #endif
1328
deab61c9a7e3 ranges fixed (MAX vs. MAX+1 dilemma)
arpi
parents: 1299
diff changeset
213 {"x", &screen_size_x, CONF_TYPE_INT, CONF_RANGE, 0, 4096},
deab61c9a7e3 ranges fixed (MAX vs. MAX+1 dilemma)
arpi
parents: 1299
diff changeset
214 {"y", &screen_size_y, CONF_TYPE_INT, CONF_RANGE, 0, 4096},
deab61c9a7e3 ranges fixed (MAX vs. MAX+1 dilemma)
arpi
parents: 1299
diff changeset
215 {"xy", &screen_size_xy, CONF_TYPE_INT, CONF_RANGE, 0, 4096},
2031
624df8ea0e0e New aspect prescale code, parses aspect value from mpeg sequence header or commandline.
atmos4
parents: 1930
diff changeset
216 {"aspect", &movie_aspect, CONF_TYPE_FLOAT, CONF_RANGE, 0.2, 3.0},
2043
df489b17c04d -noaspect added
arpi
parents: 2031
diff changeset
217 {"noaspect", &movie_aspect, CONF_TYPE_FLAG, 0, 0, 0},
2053
720ca9249e4e Monitor aspect stuff.
atmos4
parents: 2043
diff changeset
218 {"monitoraspect", &monitor_aspect, CONF_TYPE_FLOAT, CONF_RANGE, 0.2, 3.0},
207
8626c23f4a47 Addes a -vm option, which when used together with -fs and -vo x11 will
mgraffam
parents: 162
diff changeset
219 {"vm", &vidmode, CONF_TYPE_FLAG, 0, 0, 1},
337
3ca0b1b739a5 changed fs+vm+zoom flags for libvo
arpi_esp
parents: 303
diff changeset
220 {"novm", &vidmode, CONF_TYPE_FLAG, 0, 1, 0},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
221 {"fs", &fullscreen, CONF_TYPE_FLAG, 0, 0, 1},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
222 {"nofs", &fullscreen, CONF_TYPE_FLAG, 0, 1, 0},
769
e1c2c60fa881 Don't haste.
atmosfear
parents: 768
diff changeset
223 {"zoom", &softzoom, CONF_TYPE_FLAG, 0, 0, 1},
e1c2c60fa881 Don't haste.
atmosfear
parents: 768
diff changeset
224 {"nozoom", &softzoom, CONF_TYPE_FLAG, 0, 1, 0},
777
db7e402735cb -flip/-noflip changed
arpi_esp
parents: 769
diff changeset
225 {"flip", &flip, CONF_TYPE_FLAG, 0, -1, 1},
db7e402735cb -flip/-noflip changed
arpi_esp
parents: 769
diff changeset
226 {"noflip", &flip, CONF_TYPE_FLAG, 0, -1, 0},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
227
1422
d02e0dcaf077 libvo2 support
arpi
parents: 1414
diff changeset
228 #ifndef USE_LIBVO2
388
ccb5ebfaaeac -bpp changes
arpi_esp
parents: 385
diff changeset
229 {"bpp", &vo_dbpp, CONF_TYPE_INT, CONF_RANGE, 0, 32},
1414
68e8cd978708 -fsmode range extended
arpi
parents: 1378
diff changeset
230 {"fsmode", &vo_fsmode, CONF_TYPE_INT, CONF_RANGE, 0, 15},
1149
6a0f937b52e6 - new config option -lircconfig (config file for lirc)
acki2
parents: 1124
diff changeset
231 {"double", &vo_doublebuffering, CONF_TYPE_FLAG, 0, 0, 1},
6a0f937b52e6 - new config option -lircconfig (config file for lirc)
acki2
parents: 1124
diff changeset
232 {"nodouble", &vo_doublebuffering, CONF_TYPE_FLAG, 0, 1, 0},
1422
d02e0dcaf077 libvo2 support
arpi
parents: 1414
diff changeset
233 #endif
d02e0dcaf077 libvo2 support
arpi
parents: 1414
diff changeset
234
1149
6a0f937b52e6 - new config option -lircconfig (config file for lirc)
acki2
parents: 1124
diff changeset
235 #ifdef HAVE_LIRC
6a0f937b52e6 - new config option -lircconfig (config file for lirc)
acki2
parents: 1124
diff changeset
236 {"lircconf", &lirc_configfile, CONF_TYPE_STRING, 0, 0, 0},
6a0f937b52e6 - new config option -lircconfig (config file for lirc)
acki2
parents: 1124
diff changeset
237 #endif
1518
e0ceb814471d vo_aa: configurable now
folke
parents: 1501
diff changeset
238
e0ceb814471d vo_aa: configurable now
folke
parents: 1501
diff changeset
239 #ifdef HAVE_AA
1536
e89233dab4da New feature for option processing: CONF_TYPE_FUNC_FULL
folke
parents: 1518
diff changeset
240 {"aa*", vo_aa_parseoption, CONF_TYPE_FUNC_FULL, 0, 0, 0 },
1518
e0ceb814471d vo_aa: configurable now
folke
parents: 1501
diff changeset
241 #endif
e0ceb814471d vo_aa: configurable now
folke
parents: 1501
diff changeset
242
1709
a4e0211455d8 GUI integration, step 1
arpi
parents: 1596
diff changeset
243 {"gui", &use_gui, CONF_TYPE_FLAG, 0, 0, 1},
a4e0211455d8 GUI integration, step 1
arpi
parents: 1596
diff changeset
244 {"nogui", &use_gui, CONF_TYPE_FLAG, 0, 1, 0},
1518
e0ceb814471d vo_aa: configurable now
folke
parents: 1501
diff changeset
245
570
839b2255c43b -forceidx added
arpi_esp
parents: 565
diff changeset
246 {"noidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 0},
565
6e747808386e changed behavior or -idx/-noidx
arpi_esp
parents: 552
diff changeset
247 {"idx", &index_mode, CONF_TYPE_FLAG, 0, -1, 1},
570
839b2255c43b -forceidx added
arpi_esp
parents: 565
diff changeset
248 {"forceidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 2},
1866
32b1bb50a0e8 some bug fix, and add decoration item to skin conffile. faszom(C)
pontscho
parents: 1709
diff changeset
249
32b1bb50a0e8 some bug fix, and add decoration item to skin conffile. faszom(C)
pontscho
parents: 1709
diff changeset
250 #ifdef HAVE_NEW_GUI
32b1bb50a0e8 some bug fix, and add decoration item to skin conffile. faszom(C)
pontscho
parents: 1709
diff changeset
251 {"skin", &skinName, CONF_TYPE_STRING, 0, 0, 0},
32b1bb50a0e8 some bug fix, and add decoration item to skin conffile. faszom(C)
pontscho
parents: 1709
diff changeset
252 #endif
565
6e747808386e changed behavior or -idx/-noidx
arpi_esp
parents: 552
diff changeset
253
1448
e795527de16a -quiet option patch by Adam Tla/lka atlka@pg.gda.pl
arpi
parents: 1439
diff changeset
254 {"quiet", &quiet, CONF_TYPE_FLAG, 0, 0, 1},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
255 {"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE, 0, 100},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
256 {"v", cfg_inc_verbose, CONF_TYPE_FUNC, 0, 0, 0},
737
e8d5e6d4d85f '--help' bug fixed
pontscho
parents: 732
diff changeset
257 {"-help", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
e8d5e6d4d85f '--help' bug fixed
pontscho
parents: 732
diff changeset
258 {"help", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
e8d5e6d4d85f '--help' bug fixed
pontscho
parents: 732
diff changeset
259 {"h", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
260 {NULL, NULL, 0, 0, 0, 0}
147
0a0d7dd8fb51 new command line/config file parser
szabii
parents:
diff changeset
261 };