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