]> git.sesse.net Git - vlc/blob - include/vlc_config_cat.h
direct3d11: implement the pixel format fallback
[vlc] / include / vlc_config_cat.h
1 /*****************************************************************************
2  * vlc_config_cat.h : Definition of configuration categories
3  *****************************************************************************
4  * Copyright (C) 2003 VLC authors and VideoLAN
5  * $Id$
6  *
7  * Authors: ClĂ©ment Stenac <zorglub@videolan.org>
8  *          Anil Daoud <anil@videolan.org>
9  *
10  * This program is free software; you can redistribute it and/or modify it
11  * under the terms of the GNU Lesser General Public License as published by
12  * the Free Software Foundation; either version 2.1 of the License, or
13  * (at your option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  * GNU Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public License
21  * along with this program; if not, write to the Free Software Foundation,
22  * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
23  *****************************************************************************/
24
25 #ifndef VLC_HELP_H
26 #define VLC_HELP_H 1
27 # include <vlc_plugin.h>
28
29 /*
30  *  First, we need help strings for the General Settings and for the
31  *  Plugins screen
32  */
33 #define MAIN_TITLE N_( "VLC preferences" )
34 #define MAIN_HELP N_( \
35     "Select \"Advanced Options\" to see all options." )
36
37 /* Interface */
38 #define INTF_TITLE N_("Interface")
39 #define INTF_HELP  N_( "Settings for VLC's interfaces" )
40
41 #define INTF_GENERAL_HELP N_( "Main interfaces settings" )
42
43 #define INTF_MAIN_TITLE  N_( "Main interfaces" )
44 #define INTF_MAIN_HELP N_( "Settings for the main interface" )
45
46 #define INTF_CONTROL_TITLE N_( "Control interfaces" )
47 #define INTF_CONTROL_HELP N_( "Settings for VLC's control interfaces" )
48
49 #define INTF_HOTKEYS_TITLE N_( "Hotkeys settings" )
50 #define INTF_HOTKEYS_HELP N_( "Hotkeys settings" )
51
52 /* Audio */
53 #define AUDIO_TITLE N_( "Audio" )
54 #define AUDIO_HELP N_( "Audio settings" )
55
56 #define AUDIO_GENERAL_HELP N_("General audio settings")
57
58 #define AFILTER_TITLE N_("Filters")
59 #define AFILTER_HELP N_( "Audio filters are used to process the audio stream." )
60
61 #define AVISUAL_TITLE N_("Visualizations")
62 #define AVISUAL_HELP N_( "Audio visualizations" )
63
64 #define AOUT_TITLE N_( "Output modules" )
65 #define AOUT_HELP N_("General settings for audio output modules.")
66
67 #define AMISC_TITLE N_("Miscellaneous")
68 #define AMISC_HELP N_( "Miscellaneous audio settings and modules." )
69
70 /* Video */
71 #define VIDEO_TITLE N_("Video")
72 #define VIDEO_HELP N_("Video settings")
73
74 #define VIDEO_GENERAL_HELP N_( "General video settings" )
75
76 #define _VOUT_TITLE N_("Output modules" )
77 #define VOUT_HELP N_("General settings for video output modules.")
78
79 #define VFILTER_TITLE N_("Filters" )
80 #define VFILTER_HELP N_("Video filters are used to process the video stream." )
81
82 #define SUBPIC_TITLE N_( "Subtitles / OSD")
83 #define SUBPIC_HELP N_( "Settings related to On-Screen-Display,"\
84         " subtitles and \"overlay subpictures\"")
85 /*
86 #define TEXT_HELP N_( \
87     "Use the settings of the \"freetype\" module to choose the font you " \
88     "want VLC to use for text rendering (to display subtitles for example).")
89 */
90 /* Input */
91 #define INPUT_TITLE N_( "Input / Codecs" )
92 #define INPUT_HELP N_( "Settings for input, demultiplexing, " \
93          "decoding and encoding")
94
95 #define ACCESS_TITLE N_( "Access modules" )
96 #define ACCESS_HELP N_( \
97     "Settings related to the various access methods. " \
98     "Common settings you may want to alter are HTTP proxy or " \
99     "caching settings." )
100
101 #define STREAM_FILTER_TITLE N_( "Stream filters" )
102 #define STREAM_FILTER_HELP N_( \
103     "Stream filters are special modules that allow advanced operations on " \
104     "the input side of VLC. Use with care..." )
105
106 #define DEMUX_TITLE N_("Demuxers")
107 #define DEMUX_HELP N_( "Demuxers are used to separate audio and video streams." )
108
109 #define VDEC_TITLE  N_( "Video codecs" )
110 #define VDEC_HELP N_( "Settings for the video, images or video+audio decoders and encoders." )
111
112 #define ADEC_TITLE  N_( "Audio codecs" )
113 #define ADEC_HELP N_( "Settings for the audio-only decoders and encoders." )
114
115 #define SDEC_TITLE N_( "Subtitle codecs")
116 #define SDEC_HELP N_( "Settings for subtitle, teletext and CC decoders and encoders." )
117
118 #define ADVANCED_HELP N_( "General input settings. Use with care..." )
119
120 /* Sout */
121 #define SOUT_TITLE N_( "Stream output" )
122 #define SOUT_HELP N_( \
123       "Stream output settings are used when acting as a streaming server " \
124       "or when saving incoming streams.\n" \
125       "Streams are first muxed and then sent through an \"access output\" "\
126       "module that can either save the stream to a file, or stream " \
127       "it (UDP, HTTP, RTP/RTSP).\n" \
128       "Sout streams modules allow advanced stream processing (transcoding, "\
129       "duplicating...).")
130
131 #define SOUT_GENERAL_HELP N_( "General stream output settings")
132
133 #define SOUT_MUX_TITLE N_( "Muxers" )
134 #define SOUT_MUX_HELP N_( \
135        "Muxers create the encapsulation formats that are used to " \
136        "put all the elementary streams (video, audio, ...) " \
137        "together. This setting allows you to always force a specific muxer. " \
138        "You should probably not do that.\n" \
139        "You can also set default parameters for each muxer." )
140
141 #define SOUT_ACO_TITLE N_( "Access output" )
142 #define SOUT_ACO_HELP N_( \
143    "Access output modules control the ways the muxed streams are sent. " \
144    "This setting allows you to always force a specific access output method. " \
145    "You should probably not do that.\n" \
146    "You can also set default parameters for each access output.")
147
148 #define SOUT_PACKET_TITLE N_( "Packetizers" )
149 #define SOUT_PACKET_HELP N_( \
150         "Packetizers are used to \"preprocess\" the elementary "\
151         "streams before muxing. " \
152         "This setting allows you to always force a packetizer. " \
153         "You should probably not do that.\n" \
154         "You can also set default parameters for each packetizer." )
155
156 #define SOUT_STREAM_TITLE N_("Sout stream")
157 #define SOUT_STREAM_HELP N_( "Sout stream modules allow to build a sout " \
158                 "processing chain. Please refer to the Streaming Howto for " \
159                 "more information. You can configure default options for " \
160                 "each sout stream module here.")
161
162 #define SOUT_VOD_TITLE N_( "VOD" )
163 #define SOUT_VOD_HELP N_( "VLC's implementation of Video On Demand" )
164
165
166 /* Playlist */
167 #define PLAYLIST_TITLE N_( "Playlist" )
168 #define PLAYLIST_HELP N_( "Settings related to playlist behaviour " \
169         "(e.g. playback mode) and to modules that automatically add "\
170         "items to the playlist (\"service discovery\" modules).")
171
172 #define PGENERAL_HELP N_( "General playlist behaviour")
173 #define SD_TITLE N_("Services discovery")
174 #define SD_HELP N_("Services discovery modules are facilities "\
175         "that automatically add items to playlist.")
176
177 /* Advanced */
178 #define AADVANCED_TITLE N_( "Advanced" )
179 #define AADVANCED_HELP N_( "Advanced settings. Use with care...")
180
181 #define MISC_TITLE N_( "Advanced settings" )
182
183 /* This function is deprecated and is kept only for compatibility */
184 static const struct config_category_t categories_array[] =
185 {
186     /* Interface */
187     { CAT_INTERFACE, INTF_TITLE, INTF_HELP },
188     { SUBCAT_INTERFACE_GENERAL, INTF_TITLE, INTF_GENERAL_HELP },
189     { SUBCAT_INTERFACE_MAIN, INTF_MAIN_TITLE, INTF_MAIN_HELP },
190     { SUBCAT_INTERFACE_CONTROL, INTF_CONTROL_TITLE, INTF_CONTROL_HELP },
191     { SUBCAT_INTERFACE_HOTKEYS, INTF_HOTKEYS_TITLE, INTF_HOTKEYS_HELP },
192
193     { CAT_AUDIO, AUDIO_TITLE, AUDIO_HELP },
194     { SUBCAT_AUDIO_GENERAL, AUDIO_TITLE, AUDIO_GENERAL_HELP },
195     { SUBCAT_AUDIO_AOUT, AOUT_TITLE, AOUT_HELP },
196     { SUBCAT_AUDIO_AFILTER, AFILTER_TITLE, AFILTER_HELP },
197     { SUBCAT_AUDIO_VISUAL, AVISUAL_TITLE, AVISUAL_HELP },
198     { SUBCAT_AUDIO_MISC, AMISC_TITLE, AMISC_HELP },
199
200     { CAT_VIDEO, VIDEO_TITLE, VIDEO_HELP },
201     { SUBCAT_VIDEO_GENERAL, VIDEO_TITLE, VIDEO_GENERAL_HELP },
202     { SUBCAT_VIDEO_VOUT, _VOUT_TITLE, VOUT_HELP },
203     { SUBCAT_VIDEO_VFILTER, VFILTER_TITLE, VFILTER_HELP },
204     { SUBCAT_VIDEO_SUBPIC, SUBPIC_TITLE, SUBPIC_HELP },
205
206     { CAT_INPUT, INPUT_TITLE, INPUT_HELP },
207     { SUBCAT_INPUT_GENERAL, INPUT_TITLE, INPUT_HELP },
208     { SUBCAT_INPUT_ACCESS, ACCESS_TITLE, ACCESS_HELP },
209     { SUBCAT_INPUT_DEMUX, DEMUX_TITLE, DEMUX_HELP },
210     { SUBCAT_INPUT_VCODEC, VDEC_TITLE, VDEC_HELP },
211     { SUBCAT_INPUT_ACODEC, ADEC_TITLE, ADEC_HELP },
212     { SUBCAT_INPUT_SCODEC, SDEC_TITLE, SDEC_HELP },
213     { SUBCAT_INPUT_STREAM_FILTER, STREAM_FILTER_TITLE, STREAM_FILTER_HELP },
214
215     { CAT_SOUT, SOUT_TITLE, SOUT_HELP },
216     { SUBCAT_SOUT_GENERAL, SOUT_TITLE, SOUT_GENERAL_HELP },
217     { SUBCAT_SOUT_STREAM, SOUT_STREAM_TITLE, SOUT_STREAM_HELP },
218     { SUBCAT_SOUT_MUX, SOUT_MUX_TITLE, SOUT_MUX_HELP },
219     { SUBCAT_SOUT_ACO, SOUT_ACO_TITLE, SOUT_ACO_HELP },
220     { SUBCAT_SOUT_PACKETIZER, SOUT_PACKET_TITLE, SOUT_PACKET_HELP },
221     { SUBCAT_SOUT_VOD, SOUT_VOD_TITLE, SOUT_VOD_HELP },
222
223     { CAT_PLAYLIST, PLAYLIST_TITLE , PLAYLIST_HELP },
224     { SUBCAT_PLAYLIST_GENERAL, PLAYLIST_TITLE, PGENERAL_HELP },
225     { SUBCAT_PLAYLIST_SD, SD_TITLE, SD_HELP },
226
227     { CAT_ADVANCED, AADVANCED_TITLE, AADVANCED_HELP },
228     { SUBCAT_ADVANCED_MISC, MISC_TITLE, AADVANCED_HELP },
229
230     { -1, NULL, NULL }
231 };
232
233 VLC_USED
234 static inline const char *config_CategoryNameGet( int i_value )
235 {
236     int i = 0;
237     while( categories_array[i].psz_name != NULL )
238     {
239         if( categories_array[i].i_id == i_value )
240         {
241             return vlc_gettext(categories_array[i].psz_name);
242         }
243         i++;
244     }
245     return NULL;
246 }
247
248 VLC_USED
249 static inline const char *config_CategoryHelpGet( int i_value )
250 {
251     int i = 0;
252     while( categories_array[i].psz_help != NULL )
253     {
254         if( categories_array[i].i_id == i_value )
255         {
256             return vlc_gettext(categories_array[i].psz_help);
257         }
258         i++;
259     }
260     return NULL;
261 }
262
263 #endif /* VLC_HELP_H */