]> git.sesse.net Git - vlc/blob - src/libvlc.h
375d4bfaf39b396664506ea9b6146a9aca3934ea
[vlc] / src / libvlc.h
1 /*****************************************************************************
2  * libvlc.h: main libvlc header
3  *****************************************************************************
4  * Copyright (C) 1998-2002 VideoLAN
5  * $Id: libvlc.h,v 1.41 2003/02/08 19:10:22 massiot Exp $
6  *
7  * Authors: Vincent Seguin <seguin@via.ecp.fr>
8  *          Samuel Hocevar <sam@zoy.org>
9  *          Gildas Bazin <gbazin@netcourrier.com>
10  *
11  * This program is free software; you can redistribute it and/or modify
12  * it under the terms of the GNU General Public License as published by
13  * the Free Software Foundation; either version 2 of the License, or
14  * (at your option) any later version.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  * GNU General Public License for more details.
20  *
21  * You should have received a copy of the GNU General Public License
22  * along with this program; if not, write to the Free Software
23  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
24  *****************************************************************************/
25
26 #define Nothing here, this is just to prevent update-po from being stupid
27
28 static char *ppsz_sout_acodec[] = { "", "mpeg1", "mpeg2", "mpeg4", "vorbis", NULL };
29 static char *ppsz_sout_vcodec[] = { "", "mpeg1", "mpeg2", "mpeg4", NULL };
30
31 /*****************************************************************************
32  * Configuration options for the main program. Each module will also separatly
33  * define its own configuration options.
34  * Look into configuration.h if you need to know more about the following
35  * macros.
36  *****************************************************************************/
37 #define INTF_TEXT N_("interface module")
38 #define INTF_LONGTEXT N_( \
39     "This option allows you to select the interface used by VLC. " \
40     "The default behavior is to automatically select the best module " \
41     "available.")
42
43 #define EXTRAINTF_TEXT N_("extra interface modules")
44 #define EXTRAINTF_LONGTEXT N_( \
45     "This option allows you to select additional interfaces used by VLC. " \
46     "They will be launched in the background in addition to the default " \
47     "interface. Use a comma separated list of interface modules.")
48
49 #define VERBOSE_TEXT N_("verbosity (0,1,2)")
50 #define VERBOSE_LONGTEXT N_( \
51     "This options sets the verbosity level (0=only errors and " \
52     "standard messages, 1=warnings, 2=debug).")
53
54 #define QUIET_TEXT N_("be quiet")
55 #define QUIET_LONGTEXT N_( \
56     "This options turns off all warning and information messages.")
57
58 #define COLOR_TEXT N_("color messages")
59 #define COLOR_LONGTEXT N_( \
60     "When this option is turned on, the messages sent to the console will " \
61     "be colorized. Your terminal needs Linux color support for this to work.")
62
63 #define INTF_PATH_TEXT N_("interface default search path")
64 #define INTF_PATH_LONGTEXT N_( \
65     "This option allows you to set the default path that the interface will " \
66     "open when looking for a file.")
67
68 #define PLUGIN_PATH_TEXT N_("plugin search path")
69 #define PLUGIN_PATH_LONGTEXT N_( \
70     "This option allows you to specify an additional path for VLC to look " \
71     "for its plugins.")
72
73 #define AOUT_TEXT N_("audio output module")
74 #define AOUT_LONGTEXT N_( \
75     "This option allows you to select the audio output method used by VLC. " \
76     "The default behavior is to automatically select the best method " \
77     "available.")
78
79 #define AUDIO_TEXT N_("enable audio")
80 #define AUDIO_LONGTEXT N_( \
81     "You can completely disable the audio output. In this case the audio " \
82     "decoding stage won't be done, and it will save some processing power.")
83
84 #define MONO_TEXT N_("force mono audio")
85 #define MONO_LONGTEXT N_("This will force a mono audio output")
86
87 #define VOLUME_TEXT N_("audio output volume")
88 #define VOLUME_LONGTEXT N_( \
89     "You can set the default audio output volume here, in a range from 0 to " \
90     "1024.")
91
92 #define AOUT_RATE_TEXT N_("audio output frequency (Hz)")
93 #define AOUT_RATE_LONGTEXT N_( \
94     "You can force the audio output frequency here. Common values are " \
95     "48000, 44100, 32000, 22050, 16000, 11025, 8000.")
96
97 #define DESYNC_TEXT N_("compensate desynchronization of audio (in ms)")
98 #define DESYNC_LONGTEXT N_( \
99     "This option allows you to delay the audio output. This can be handy if " \
100     "you notice a lag between the video and the audio.")
101
102 #define HEADPHONE_TEXT N_("headphone virtual spatialization effect")
103 #define HEADPHONE_LONGTEXT N_( \
104     "This effect gives you the feeling that you stands in a real room " \
105     "with a complete 5.1 speaker set when using only a headphone, " \
106     "providing a more realistic sound experience. It should also be " \
107     "more comfortable and less tiring when listening to music for " \
108     "long periods of time.\nIt works with any source format from mono " \
109     "to 5.1.")
110
111 #define HEADPHONE_DIM_TEXT N_("characteristic dimension")
112 #define HEADPHONE_DIM_LONGTEXT N_( \
113      "Headphone virtual spatialization effect parameter: "\
114      "distance between front left speaker and listener in meters.")
115
116 #define VOUT_TEXT N_("video output module")
117 #define VOUT_LONGTEXT N_( \
118     "This option allows you to select the video output method used by VLC. " \
119     "The default behavior is to automatically select the best " \
120     "method available.")
121
122 #define VIDEO_TEXT N_("enable video")
123 #define VIDEO_LONGTEXT N_( \
124     "You can completely disable the video output. In this case the video " \
125     "decoding stage won't be done, which will save some processing power.")
126
127 #define DISPLAY_TEXT N_("display identifier")
128 #define DISPLAY_LONGTEXT N_( \
129     "This is the local display port that will be used for X11 drawing. " \
130     "For instance :0.1.")
131
132 #define WIDTH_TEXT N_("video width")
133 #define WIDTH_LONGTEXT N_( \
134     "You can enforce the video width here. By default VLC will " \
135     "adapt to the video characteristics.")
136
137 #define HEIGHT_TEXT N_("video height")
138 #define HEIGHT_LONGTEXT N_( \
139     "You can enforce the video height here. By default VLC will " \
140     "adapt to the video characteristics.")
141
142 #define ZOOM_TEXT N_("zoom video")
143 #define ZOOM_LONGTEXT N_( \
144     "You can zoom the video by the specified factor.")
145
146 #define GRAYSCALE_TEXT N_("grayscale video output")
147 #define GRAYSCALE_LONGTEXT N_( \
148     "When enabled, the color information from the video won't be decoded " \
149     "(this can also allow you to save some processing power).")
150
151 #define FULLSCREEN_TEXT N_("fullscreen video output")
152 #define FULLSCREEN_LONGTEXT N_( \
153     "If this option is enabled, VLC will always start a video in fullscreen " \
154     "mode.")
155
156 #define OVERLAY_TEXT N_("overlay video output")
157 #define OVERLAY_LONGTEXT N_( \
158     "If enabled, VLC will try to take advantage of the overlay capabilities " \
159     "of your graphic card.")
160
161 #define SPUMARGIN_TEXT N_("force SPU position")
162 #define SPUMARGIN_LONGTEXT N_( \
163     "You can use this option to place the subtitles under the movie, " \
164     "instead of over the movie. Try several positions.")
165
166 #define FILTER_TEXT N_("video filter module")
167 #define FILTER_LONGTEXT N_( \
168     "This will allow you to add a post-processing filter to enhance the " \
169     "picture quality, for instance deinterlacing, or to clone or distort " \
170     "the video window.")
171
172 #define ASPECT_RATIO_TEXT N_("source aspect ratio")
173 #define ASPECT_RATIO_LONGTEXT N_( \
174     "This will force the source aspect ratio. For instance, some DVDs claim " \
175     "to be 16:9 while they are actually 4:3. This can also be used as a " \
176     "hint for VLC when a movie does not have aspect ratio information. " \
177     "Accepted formats are x:y (4:3, 16:9, etc.) expressing the global image " \
178     "aspect, or a float value (1.25, 1.3333, etc.) expressing pixel " \
179     "squareness.")
180
181 #if 0
182 #define PIXEL_RATIO_TEXT N_("destination aspect ratio")
183 #define PIXEL_RATIO_LONGTEXT N_( \
184     "This will force the destination pixel size. By default VLC assumes " \
185     "your pixels are square, unless your hardware has a way to tell it " \
186     "otherwise. This may be used when you output VLC's signal to another " \
187     "device such as a TV set. Accepted format is a float value (1, 1.25, " \
188     "1.3333, etc.) expressing pixel squareness.")
189 #endif
190
191 #define SERVER_PORT_TEXT N_("server port")
192 #define SERVER_PORT_LONGTEXT N_( \
193     "This is the port used for UDP streams. By default, we chose 1234.")
194
195 #define MTU_TEXT N_("MTU of the network interface")
196 #define MTU_LONGTEXT N_( \
197     "This is the typical size of UDP packets that we expect. On Ethernet " \
198     "it is usually 1500.")
199
200 #define NETCHANNEL_TEXT N_("enable network channel mode")
201 #define NETCHANNEL_LONGTEXT N_( \
202     "Activate this option if you want to use the VideoLAN Channel Server.")
203
204 #define CHAN_SERV_TEXT N_("channel server address")
205 #define CHAN_SERV_LONGTEXT N_( \
206     "Indicate here the address of the VideoLAN Channel Server.")
207
208 #define CHAN_PORT_TEXT N_("channel server port")
209 #define CHAN_PORT_LONGTEXT N_( \
210     "Indicate here the port on which the VideoLAN Channel Server runs.")
211
212 #define IFACE_TEXT N_("network interface")
213 #define IFACE_LONGTEXT N_( \
214     "If you have several interfaces on your Linux machine and use the " \
215     "VLAN solution, you may indicate here which interface to use.")
216
217 #define IFACE_ADDR_TEXT N_("network interface address")
218 #define IFACE_ADDR_LONGTEXT N_( \
219     "If you have several interfaces on your machine and use the " \
220     "multicast solution, you will probably have to indicate the IP address " \
221     "of your multicasting interface here.")
222
223 #define INPUT_PROGRAM_TEXT N_("choose program (SID)")
224 #define INPUT_PROGRAM_LONGTEXT N_( \
225     "Choose the program to select by giving its Service ID.")
226
227 #define INPUT_AUDIO_TEXT N_("choose audio")
228 #define INPUT_AUDIO_LONGTEXT N_( \
229     "Give the default type of audio you want to use in a DVD.")
230
231 #define INPUT_CHAN_TEXT N_("choose channel")
232 #define INPUT_CHAN_LONGTEXT N_( \
233     "Give the stream number of the audio channel you want to use in a DVD " \
234     "(from 1 to n).")
235
236 #define INPUT_SUBT_TEXT N_("choose subtitles")
237 #define INPUT_SUBT_LONGTEXT N_( \
238     "Give the stream number of the subtitle channel you want to use in a " \
239     "DVD (from 1 to n).")
240
241 #define DVD_DEV_TEXT N_("DVD device")
242 #ifdef WIN32
243 #define DVD_DEV_LONGTEXT N_( \
244     "This is the default DVD drive (or file) to use. Don't forget the colon " \
245     "after the drive letter (eg D:)")
246 #else
247 #define DVD_DEV_LONGTEXT N_( \
248     "This is the default DVD device to use.")
249 #endif
250
251 #define VCD_DEV_TEXT N_("VCD device")
252 #define VCD_DEV_LONGTEXT N_( \
253     "This is the default VCD device to use.")
254
255 #define IPV6_TEXT N_("force IPv6")
256 #define IPV6_LONGTEXT N_( \
257     "If you check this box, IPv6 will be used by default for all UDP and " \
258     "HTTP connections.")
259
260 #define IPV4_TEXT N_("force IPv4")
261 #define IPV4_LONGTEXT N_( \
262     "If you check this box, IPv4 will be used by default for all UDP and " \
263     "HTTP connections.")
264
265 #define CODEC_TEXT N_("choose preferred codec list")
266 #define CODEC_LONGTEXT N_( \
267     "This allows you to select the order in which VLC will choose its " \
268     "codecs. For instance, 'a52old,a52,any' will try the old a52 codec " \
269     "before the new one. Please be aware that VLC does not make any " \
270     "difference between audio or video codecs, so you should always specify " \
271     "'any' at the end of the list to make sure there is a fallback for the " \
272     "types you didn't specify.")
273
274 #define ENCODER_VIDEO_TEXT N_("choose preferred video encoder list")
275 #define ENCODER_VIDEO_LONGTEXT N_( \
276     "This allows you to select the order in which VLC will choose its " \
277     "codecs. " )
278 #define ENCODER_AUDIO_TEXT N_("choose preferred audio encoder list")
279 #define ENCODER_AUDIO_LONGTEXT N_( \
280     "This allows you to select the order in which VLC will choose its " \
281     "codecs. " )
282
283 #define SOUT_TEXT N_("choose a stream output")
284 #define SOUT_LONGTEXT N_( \
285     "Empty if no stream output.")
286
287 #define SOUT_VIDEO_TEXT N_("enable video stream output")
288 #define SOUT_VIDEO_LONGTEXT N_( \
289     "This allows you to choose if the video stream should be redirected to " \
290     "the stream output facility when this last one is enabled.")
291
292 #define SOUT_VCODEC_TEXT N_("video encoding codec" )
293 #define SOUT_VCODEC_LONGTEXT N_( \
294     "This allows you to force video encoding")
295
296 #define SOUT_AUDIO_TEXT N_("enable audio stream output")
297 #define SOUT_AUDIO_LONGTEXT N_( \
298     "This allows you to choose if the video stream should be redirected to " \
299     "the stream output facility when this last one is enabled.")
300
301 #define SOUT_ACODEC_TEXT N_("audio encoding codec" )
302 #define SOUT_ACODEC_LONGTEXT N_( \
303     "This allows you to force audio encoding")
304
305 #define PACKETIZER_TEXT N_("choose preferred packetizer list")
306 #define PACKETIZER_LONGTEXT N_( \
307     "This allows you to select the order in which VLC will choose its " \
308     "packetizers."  )
309
310 #define MUX_TEXT N_("mux module")
311 #define MUX_LONGTEXT N_( \
312     "This is a legacy entry to let you configure mux modules")
313
314 #define ACCESS_OUTPUT_TEXT N_("access output module")
315 #define ACCESS_OUTPUT_LONGTEXT N_( \
316     "This is a legacy entry to let you configure access output modules")
317
318
319 #define MMX_TEXT N_("enable CPU MMX support")
320 #define MMX_LONGTEXT N_( \
321     "If your processor supports the MMX instructions set, VLC can take " \
322     "advantage of them.")
323
324 #define THREE_DN_TEXT N_("enable CPU 3D Now! support")
325 #define THREE_DN_LONGTEXT N_( \
326     "If your processor supports the 3D Now! instructions set, VLC can take " \
327     "advantage of them.")
328
329 #define MMXEXT_TEXT N_("enable CPU MMX EXT support")
330 #define MMXEXT_LONGTEXT N_( \
331     "If your processor supports the MMX EXT instructions set, VLC can take " \
332     "advantage of them.")
333
334 #define SSE_TEXT N_("enable CPU SSE support")
335 #define SSE_LONGTEXT N_( \
336     "If your processor supports the SSE instructions set, VLC can take " \
337     "advantage of them.")
338
339 #define ALTIVEC_TEXT N_("enable CPU AltiVec support")
340 #define ALTIVEC_LONGTEXT N_( \
341     "If your processor supports the AltiVec instructions set, VLC can take " \
342     "advantage of them.")
343
344 #define RANDOM_TEXT N_("play files randomly forever")
345 #define RANDOM_LONGTEXT N_( \
346     "When selected, VLC will randomly play files in the playlist until " \
347     "interrupted.")
348
349 #define LAUNCH_TEXT N_("launch playlist on startup")
350 #define LAUNCH_LONGTEXT N_( \
351     "If you want VLC to start playing on startup, then enable this option.")
352
353 #define ENQUEUE_TEXT N_("enqueue items in playlist")
354 #define ENQUEUE_LONGTEXT N_( \
355     "If you want VLC to add items to the playlist as you open them, then " \
356     "enable this option.")
357
358 #define LOOP_TEXT N_("loop playlist on end")
359 #define LOOP_LONGTEXT N_( \
360     "If you want VLC to keep playing the playlist indefinitely then enable " \
361     "this option.")
362
363 #define MEMCPY_TEXT N_("memory copy module")
364 #define MEMCPY_LONGTEXT N_( \
365     "You can select which memory copy module you want to use. By default " \
366     "VLC will select the fastest one supported by your hardware.")
367
368 #define ACCESS_TEXT N_("access module")
369 #define ACCESS_LONGTEXT N_( \
370     "This is a legacy entry to let you configure access modules")
371
372 #define DEMUX_TEXT N_("demux module")
373 #define DEMUX_LONGTEXT N_( \
374     "This is a legacy entry to let you configure demux modules")
375
376 #define FAST_MUTEX_TEXT N_("fast mutex on NT/2K/XP (developers only)")
377 #define FAST_MUTEX_LONGTEXT N_( \
378     "On Windows NT/2K/XP we use a slow mutex implementation but which " \
379     "allows us to correctely implement condition variables. " \
380     "You can also use the faster Win9x implementation but you might " \
381     "experience problems with it.")
382
383 #define WIN9X_CV_TEXT N_("Condition variables implementation for Win9x " \
384     "(developers only)")
385 #define WIN9X_CV_LONGTEXT N_( \
386     "On Windows 9x/Me we use a fast but not correct condition variables " \
387     "implementation (more precisely there is a possibility for a race " \
388     "condition to happen). " \
389     "However it is possible to use slower alternatives which should be more " \
390     "robust. " \
391     "Currently you can choose between implementation 0 (which is the " \
392     "default and the fastest), 1 and 2.")
393
394 #define PLAYLIST_USAGE N_("\nPlaylist items:" \
395     "\n  *.mpg, *.vob                   plain MPEG-1/2 files" \
396     "\n  [dvd:][device][@raw_device][@[title][,[chapter][,angle]]]" \
397     "\n                                 DVD device" \
398     "\n  [vcd:][device][@[title][,[chapter]]" \
399     "\n                                 VCD device" \
400     "\n  udpstream:[@[<bind address>][:<bind port>]]" \
401     "\n                                 UDP stream sent by VLS" \
402     "\n  vlc:pause                      pause execution of " \
403     "playlist items" \
404     "\n  vlc:quit                       quit VLC" \
405     "\n")
406
407
408 /*
409  * Quick usage guide for the configuration options:
410  *
411  * add_category_hint( N_(text), N_(longtext) );
412  * add_subcategory_hint( N_(text), N_(longtext) );
413  * add_usage_hint( N_(text) );
414  * add_string( option_name, value, p_callback, N_(text), N_(longtext) );
415  * add_file( option_name, psz_value, p_callback, N_(text), N_(longtext) );
416  * add_module( option_name, psz_value, i_capability, p_callback,
417  *             N_(text), N_(longtext) );
418  * add_integer( option_name, i_value, p_callback, N_(text), N_(longtext) );
419  * add_bool( option_name, b_value, p_callback, N_(text), N_(longtext) );
420  */
421
422 vlc_module_begin();
423     /* Interface options */
424     add_category_hint( N_("Interface"), NULL);
425     add_module_with_short( "intf", 'I', "interface", NULL, NULL,
426                            INTF_TEXT, INTF_LONGTEXT );
427     add_string( "extraintf", NULL, NULL, EXTRAINTF_TEXT, EXTRAINTF_LONGTEXT );
428     add_integer_with_short( "verbose", 'v', -1, NULL,
429                             VERBOSE_TEXT, VERBOSE_LONGTEXT );
430     add_bool_with_short( "quiet", 'q', 0, NULL, QUIET_TEXT, QUIET_LONGTEXT );
431     add_bool( "color", 0, NULL, COLOR_TEXT, COLOR_LONGTEXT );
432     add_string( "search-path", NULL, NULL, INTF_PATH_TEXT, INTF_PATH_LONGTEXT );
433     add_string( "plugin-path", NULL, NULL,
434                 PLUGIN_PATH_TEXT, PLUGIN_PATH_LONGTEXT );
435
436     /* Audio options */
437     add_category_hint( N_("Audio"), NULL);
438     add_module_with_short( "aout", 'A', "audio output", NULL, NULL,
439                            AOUT_TEXT, AOUT_LONGTEXT );
440     add_bool( "audio", 1, NULL, AUDIO_TEXT, AUDIO_LONGTEXT );
441     add_integer_with_range( "volume", 256, 0, 1024, NULL, VOLUME_TEXT, VOLUME_LONGTEXT );
442     add_integer( "aout-rate", -1, NULL, AOUT_RATE_TEXT, AOUT_RATE_LONGTEXT );
443     add_integer( "desync", 0, NULL, DESYNC_TEXT, DESYNC_LONGTEXT );
444     add_bool( "headphone", 0, NULL, HEADPHONE_TEXT, HEADPHONE_LONGTEXT );
445     add_integer( "headphone-dim", 5, NULL, HEADPHONE_DIM_TEXT,
446                  HEADPHONE_DIM_LONGTEXT );
447
448     /* Video options */
449     add_category_hint( N_("Video"), NULL );
450     add_module_with_short( "vout", 'V', "video output", NULL, NULL,
451                            VOUT_TEXT, VOUT_LONGTEXT );
452     add_bool( "video", 1, NULL, VIDEO_TEXT, VIDEO_LONGTEXT );
453     add_integer( "width", -1, NULL, WIDTH_TEXT, WIDTH_LONGTEXT );
454     add_integer( "height", -1, NULL, HEIGHT_TEXT, HEIGHT_LONGTEXT );
455     add_float( "zoom", 1, NULL, ZOOM_TEXT, ZOOM_LONGTEXT );
456     add_bool( "grayscale", 0, NULL, GRAYSCALE_TEXT, GRAYSCALE_LONGTEXT );
457     add_bool( "fullscreen", 0, NULL, FULLSCREEN_TEXT, FULLSCREEN_LONGTEXT );
458     add_bool( "overlay", 1, NULL, OVERLAY_TEXT, OVERLAY_LONGTEXT );
459     add_integer( "spumargin", -1, NULL, SPUMARGIN_TEXT, SPUMARGIN_LONGTEXT );
460     add_module( "filter", "video filter", NULL, NULL,
461                 FILTER_TEXT, FILTER_LONGTEXT );
462     add_string( "aspect-ratio", "", NULL,
463                 ASPECT_RATIO_TEXT, ASPECT_RATIO_TEXT );
464 #if 0
465     add_string( "pixel-ratio", "1", NULL, PIXEL_RATIO_TEXT, PIXEL_RATIO_TEXT );
466 #endif
467
468     /* Input options */
469     add_category_hint( N_("Input"), NULL );
470     add_integer( "server-port", 1234, NULL,
471                  SERVER_PORT_TEXT, SERVER_PORT_LONGTEXT );
472     add_bool( "network-channel", 0, NULL,
473               NETCHANNEL_TEXT, NETCHANNEL_LONGTEXT );
474     add_string( "channel-server", "localhost", NULL,
475                 CHAN_SERV_TEXT, CHAN_SERV_LONGTEXT );
476     add_integer( "channel-port", 6010, NULL,
477                  CHAN_PORT_TEXT, CHAN_PORT_LONGTEXT );
478     add_integer( "mtu", 1500, NULL, MTU_TEXT, MTU_LONGTEXT );
479 #ifdef SYS_DARWIN
480     add_string( "iface", "en0", NULL, IFACE_TEXT, IFACE_LONGTEXT );
481 #else
482     add_string( "iface", "eth0", NULL, IFACE_TEXT, IFACE_LONGTEXT );
483 #endif
484     add_string( "iface-addr", "", NULL, IFACE_ADDR_TEXT, IFACE_ADDR_LONGTEXT );
485
486     add_integer( "program", 0, NULL,
487                  INPUT_PROGRAM_TEXT, INPUT_PROGRAM_LONGTEXT );
488     add_integer( "audio-type", -1, NULL,
489                  INPUT_AUDIO_TEXT, INPUT_AUDIO_LONGTEXT );
490     add_integer( "audio-channel", -1, NULL,
491                  INPUT_CHAN_TEXT, INPUT_CHAN_LONGTEXT );
492     add_integer( "spu-channel", -1, NULL,
493                  INPUT_SUBT_TEXT, INPUT_SUBT_LONGTEXT );
494
495     add_string( "dvd", DVD_DEVICE, NULL, DVD_DEV_TEXT, DVD_DEV_LONGTEXT );
496     add_string( "vcd", VCD_DEVICE, NULL, VCD_DEV_TEXT, VCD_DEV_LONGTEXT );
497
498     add_bool_with_short( "ipv6", '6', 0, NULL, IPV6_TEXT, IPV6_LONGTEXT );
499     add_bool_with_short( "ipv4", '4', 0, NULL, IPV4_TEXT, IPV4_LONGTEXT );
500
501     /* Decoder options */
502     add_category_hint( N_("Decoders"), NULL );
503     add_module( "codec", "decoder", NULL, NULL, CODEC_TEXT, CODEC_LONGTEXT );
504
505     add_category_hint( N_("Encoders"), NULL );
506     add_module( "video-encoder", "video encoder", NULL, NULL, ENCODER_VIDEO_TEXT, ENCODER_VIDEO_LONGTEXT );
507     add_module( "audio-encoder", "audio encoder", NULL, NULL, ENCODER_AUDIO_TEXT, ENCODER_AUDIO_LONGTEXT );
508
509     /* Stream output options */
510     add_category_hint( N_("Stream output"), NULL );
511     add_string( "sout", NULL, NULL, SOUT_TEXT, SOUT_LONGTEXT );
512     add_bool( "sout-audio", 1, NULL, SOUT_AUDIO_TEXT, SOUT_AUDIO_LONGTEXT );
513     add_bool( "sout-video", 1, NULL, SOUT_VIDEO_TEXT, SOUT_VIDEO_LONGTEXT );
514     add_string_from_list( "sout-acodec", "", ppsz_sout_acodec, NULL, SOUT_ACODEC_TEXT, SOUT_ACODEC_LONGTEXT );
515     add_string_from_list( "sout-vcodec", "", ppsz_sout_vcodec, NULL, SOUT_VCODEC_TEXT, SOUT_VCODEC_LONGTEXT );
516     add_module( "packetizer", "packetizer", NULL, NULL,
517                 PACKETIZER_TEXT, PACKETIZER_LONGTEXT );
518     add_module( "mux", "sout mux", NULL, NULL, MUX_TEXT, MUX_LONGTEXT );
519     add_module( "access_output", "sout access", NULL, NULL,
520                 ACCESS_OUTPUT_TEXT, ACCESS_OUTPUT_LONGTEXT );
521
522     /* CPU options */
523     add_category_hint( N_("CPU"), NULL );
524 #if defined( __i386__ )
525     add_bool( "mmx", 1, NULL, MMX_TEXT, MMX_LONGTEXT );
526     add_bool( "3dn", 1, NULL, THREE_DN_TEXT, THREE_DN_LONGTEXT );
527     add_bool( "mmxext", 1, NULL, MMXEXT_TEXT, MMXEXT_LONGTEXT );
528     add_bool( "sse", 1, NULL, SSE_TEXT, SSE_LONGTEXT );
529 #endif
530 #if defined( __powerpc__ ) || defined( SYS_DARWIN )
531     add_bool( "altivec", 1, NULL, ALTIVEC_TEXT, ALTIVEC_LONGTEXT );
532 #endif
533
534     /* Playlist options */
535     add_category_hint( N_("Playlist"), NULL );
536     add_bool_with_short( "random", 'Z', 0, NULL, RANDOM_TEXT, RANDOM_LONGTEXT );
537     add_bool( "playlist", 0, NULL, LAUNCH_TEXT, LAUNCH_LONGTEXT );
538     add_bool( "enqueue", 0, NULL, ENQUEUE_TEXT, ENQUEUE_LONGTEXT );
539     add_bool( "loop", 0, NULL, LOOP_TEXT, LOOP_LONGTEXT );
540
541     /* Misc options */
542     add_category_hint( N_("Miscellaneous"), NULL );
543     add_module( "memcpy", "memcpy", NULL, NULL, MEMCPY_TEXT, MEMCPY_LONGTEXT );
544     add_module( "access", "access", NULL, NULL, ACCESS_TEXT, ACCESS_LONGTEXT );
545     add_module( "demux", "demux", NULL, NULL, DEMUX_TEXT, DEMUX_LONGTEXT );
546
547 #if defined(WIN32)
548     add_bool( "fast-mutex", 0, NULL, FAST_MUTEX_TEXT, FAST_MUTEX_LONGTEXT );
549     add_integer( "win9x-cv-method", 0, NULL, WIN9X_CV_TEXT, WIN9X_CV_LONGTEXT );
550 #endif
551
552     /* Usage (mainly useful for cmd line stuff) */
553     add_usage_hint( PLAYLIST_USAGE );
554
555     set_description( N_("main program") );
556     set_capability( "main", 100 );
557 vlc_module_end();
558
559 static module_config_t p_help_config[] =
560 {
561     { CONFIG_ITEM_BOOL, NULL, "help", 'h', N_("print help"),
562       NULL, NULL, 0, 0.0, 0, 0, 0.0, 0.0, NULL, NULL, NULL, VLC_FALSE },
563     { CONFIG_ITEM_BOOL, NULL, "longhelp", 'H', N_("print detailed help"),
564       NULL, NULL, 0, 0.0, 0, 0, 0.0, 0.0, NULL, NULL, NULL, VLC_FALSE },
565     { CONFIG_ITEM_BOOL, NULL, "list", 'l',
566                               N_("print a list of available modules"),
567       NULL, NULL, 0, 0.0, 0, 0, 0.0, 0.0, NULL, NULL, NULL, VLC_FALSE },
568     { CONFIG_ITEM_STRING, NULL, "module", 'p', N_("print help on module"),
569       NULL, NULL, 0, 0.0, 0, 0, 0.0, 0.0, NULL, NULL, NULL, VLC_FALSE },
570     { CONFIG_ITEM_BOOL, NULL, "version", '\0',
571                               N_("print version information"),
572       NULL, NULL, 0, 0.0, 0, 0, 0.0, 0.0, NULL, NULL, NULL, VLC_FALSE },
573     { CONFIG_HINT_END, NULL, NULL, '\0', NULL,
574       NULL, NULL, 0, 0.0, 0, 0, 0.0, 0.0, NULL, NULL, NULL, VLC_FALSE }
575 };
576
577 /*****************************************************************************
578  * End configuration.
579  *****************************************************************************/