Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
5080ba26
Commit
5080ba26
authored
May 04, 2003
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* First round of capitalization of description strings.
parent
36b12ceb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
72 additions
and
72 deletions
+72
-72
src/libvlc.h
src/libvlc.h
+72
-72
No files found.
src/libvlc.h
View file @
5080ba26
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* libvlc.h: main libvlc header
* libvlc.h: main libvlc header
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-2002 VideoLAN
* Copyright (C) 1998-2002 VideoLAN
* $Id: libvlc.h,v 1.5
7 2003/04/16 00:12:36 fenrir
Exp $
* $Id: libvlc.h,v 1.5
8 2003/05/04 23:38:06 massiot
Exp $
*
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
* Samuel Hocevar <sam@zoy.org>
...
@@ -34,90 +34,90 @@ static char *ppsz_sout_vcodec[] = { "", "mpeg1", "mpeg2", "mpeg4", NULL };
...
@@ -34,90 +34,90 @@ static char *ppsz_sout_vcodec[] = { "", "mpeg1", "mpeg2", "mpeg4", NULL };
* Look into configuration.h if you need to know more about the following
* Look into configuration.h if you need to know more about the following
* macros.
* macros.
*****************************************************************************/
*****************************************************************************/
#define INTF_TEXT N_("
i
nterface module")
#define INTF_TEXT N_("
I
nterface module")
#define INTF_LONGTEXT N_( \
#define INTF_LONGTEXT N_( \
"This option allows you to select the interface used by VLC. " \
"This option allows you to select the interface used by VLC. " \
"The default behavior is to automatically select the best module " \
"The default behavior is to automatically select the best module " \
"available.")
"available.")
#define EXTRAINTF_TEXT N_("
e
xtra interface modules")
#define EXTRAINTF_TEXT N_("
E
xtra interface modules")
#define EXTRAINTF_LONGTEXT N_( \
#define EXTRAINTF_LONGTEXT N_( \
"This option allows you to select additional interfaces used by VLC. " \
"This option allows you to select additional interfaces used by VLC. " \
"They will be launched in the background in addition to the default " \
"They will be launched in the background in addition to the default " \
"interface. Use a comma separated list of interface modules.")
"interface. Use a comma separated list of interface modules.")
#define VERBOSE_TEXT N_("
v
erbosity (0,1,2)")
#define VERBOSE_TEXT N_("
V
erbosity (0,1,2)")
#define VERBOSE_LONGTEXT N_( \
#define VERBOSE_LONGTEXT N_( \
"This options sets the verbosity level (0=only errors and " \
"This options sets the verbosity level (0=only errors and " \
"standard messages, 1=warnings, 2=debug).")
"standard messages, 1=warnings, 2=debug).")
#define QUIET_TEXT N_("
b
e quiet")
#define QUIET_TEXT N_("
B
e quiet")
#define QUIET_LONGTEXT N_( \
#define QUIET_LONGTEXT N_( \
"This options turns off all warning and information messages.")
"This options turns off all warning and information messages.")
#define TRANSLATION_TEXT N_("
t
ranslation")
#define TRANSLATION_TEXT N_("
T
ranslation")
#define TRANSLATION_LONGTEXT N_( \
#define TRANSLATION_LONGTEXT N_( \
"This option allows you to enable the translation of the interface.")
"This option allows you to enable the translation of the interface.")
#define COLOR_TEXT N_("
c
olor messages")
#define COLOR_TEXT N_("
C
olor messages")
#define COLOR_LONGTEXT N_( \
#define COLOR_LONGTEXT N_( \
"When this option is turned on, the messages sent to the console will " \
"When this option is turned on, the messages sent to the console will " \
"be colorized. Your terminal needs Linux color support for this to work.")
"be colorized. Your terminal needs Linux color support for this to work.")
#define ADVANCED_TEXT N_("
s
how advanced options")
#define ADVANCED_TEXT N_("
S
how advanced options")
#define ADVANCED_LONGTEXT N_( \
#define ADVANCED_LONGTEXT N_( \
"When this option is turned on, the interfaces will show all the " \
"When this option is turned on, the interfaces will show all the " \
"available options, including those that most users should never touch")
"available options, including those that most users should never touch")
#define INTF_PATH_TEXT N_("
i
nterface default search path")
#define INTF_PATH_TEXT N_("
I
nterface default search path")
#define INTF_PATH_LONGTEXT N_( \
#define INTF_PATH_LONGTEXT N_( \
"This option allows you to set the default path that the interface will " \
"This option allows you to set the default path that the interface will " \
"open when looking for a file.")
"open when looking for a file.")
#define PLUGIN_PATH_TEXT N_("
p
lugin search path")
#define PLUGIN_PATH_TEXT N_("
P
lugin search path")
#define PLUGIN_PATH_LONGTEXT N_( \
#define PLUGIN_PATH_LONGTEXT N_( \
"This option allows you to specify an additional path for VLC to look " \
"This option allows you to specify an additional path for VLC to look " \
"for its plugins.")
"for its plugins.")
#define AOUT_TEXT N_("
a
udio output module")
#define AOUT_TEXT N_("
A
udio output module")
#define AOUT_LONGTEXT N_( \
#define AOUT_LONGTEXT N_( \
"This option allows you to select the audio output method used by VLC. " \
"This option allows you to select the audio output method used by VLC. " \
"The default behavior is to automatically select the best method " \
"The default behavior is to automatically select the best method " \
"available.")
"available.")
#define AUDIO_TEXT N_("
e
nable audio")
#define AUDIO_TEXT N_("
E
nable audio")
#define AUDIO_LONGTEXT N_( \
#define AUDIO_LONGTEXT N_( \
"You can completely disable the audio output. In this case the audio " \
"You can completely disable the audio output. In this case the audio " \
"decoding stage won't be done, and it will save some processing power.")
"decoding stage won't be done, and it will save some processing power.")
#define MONO_TEXT N_("
f
orce mono audio")
#define MONO_TEXT N_("
F
orce mono audio")
#define MONO_LONGTEXT N_("This will force a mono audio output")
#define MONO_LONGTEXT N_("This will force a mono audio output")
#define VOLUME_TEXT N_("
a
udio output volume")
#define VOLUME_TEXT N_("
A
udio output volume")
#define VOLUME_LONGTEXT N_( \
#define VOLUME_LONGTEXT N_( \
"You can set the default audio output volume here, in a range from 0 to " \
"You can set the default audio output volume here, in a range from 0 to " \
"1024.")
"1024.")
#define VOLUME_SAVE_TEXT N_("
a
udio output saved volume")
#define VOLUME_SAVE_TEXT N_("
A
udio output saved volume")
#define VOLUME_SAVE_LONGTEXT N_( \
#define VOLUME_SAVE_LONGTEXT N_( \
"This saves the audio output volume when you select mute.")
"This saves the audio output volume when you select mute.")
#define AOUT_RATE_TEXT N_("
a
udio output frequency (Hz)")
#define AOUT_RATE_TEXT N_("
A
udio output frequency (Hz)")
#define AOUT_RATE_LONGTEXT N_( \
#define AOUT_RATE_LONGTEXT N_( \
"You can force the audio output frequency here. Common values are " \
"You can force the audio output frequency here. Common values are " \
"-1 (default), 48000, 44100, 32000, 22050, 16000, 11025, 8000.")
"-1 (default), 48000, 44100, 32000, 22050, 16000, 11025, 8000.")
#define DESYNC_TEXT N_("
c
ompensate desynchronization of audio (in ms)")
#define DESYNC_TEXT N_("
C
ompensate desynchronization of audio (in ms)")
#define DESYNC_LONGTEXT N_( \
#define DESYNC_LONGTEXT N_( \
"This option allows you to delay the audio output. This can be handy if " \
"This option allows you to delay the audio output. This can be handy if " \
"you notice a lag between the video and the audio.")
"you notice a lag between the video and the audio.")
#define SPDIF_TEXT N_("
u
se the S/PDIF audio output when available")
#define SPDIF_TEXT N_("
U
se the S/PDIF audio output when available")
#define SPDIF_LONGTEXT N_( \
#define SPDIF_LONGTEXT N_( \
"This option allows you to use the S/PDIF audio output by default when " \
"This option allows you to use the S/PDIF audio output by default when " \
"your hardware supports it as well as the audio stream being played.")
"your hardware supports it as well as the audio stream being played.")
#define HEADPHONE_TEXT N_("
h
eadphone virtual spatialization effect")
#define HEADPHONE_TEXT N_("
H
eadphone virtual spatialization effect")
#define HEADPHONE_LONGTEXT N_( \
#define HEADPHONE_LONGTEXT N_( \
"This effect gives you the feeling that you stands in a real room " \
"This effect gives you the feeling that you stands in a real room " \
"with a complete 5.1 speaker set when using only a headphone, " \
"with a complete 5.1 speaker set when using only a headphone, " \
...
@@ -126,63 +126,63 @@ static char *ppsz_sout_vcodec[] = { "", "mpeg1", "mpeg2", "mpeg4", NULL };
...
@@ -126,63 +126,63 @@ static char *ppsz_sout_vcodec[] = { "", "mpeg1", "mpeg2", "mpeg4", NULL };
"long periods of time.\nIt works with any source format from mono " \
"long periods of time.\nIt works with any source format from mono " \
"to 5.1.")
"to 5.1.")
#define VOUT_TEXT N_("
v
ideo output module")
#define VOUT_TEXT N_("
V
ideo output module")
#define VOUT_LONGTEXT N_( \
#define VOUT_LONGTEXT N_( \
"This option allows you to select the video output method used by VLC. " \
"This option allows you to select the video output method used by VLC. " \
"The default behavior is to automatically select the best " \
"The default behavior is to automatically select the best " \
"method available.")
"method available.")
#define VIDEO_TEXT N_("
e
nable video")
#define VIDEO_TEXT N_("
E
nable video")
#define VIDEO_LONGTEXT N_( \
#define VIDEO_LONGTEXT N_( \
"You can completely disable the video output. In this case the video " \
"You can completely disable the video output. In this case the video " \
"decoding stage won't be done, which will save some processing power.")
"decoding stage won't be done, which will save some processing power.")
#define DISPLAY_TEXT N_("
d
isplay identifier")
#define DISPLAY_TEXT N_("
D
isplay identifier")
#define DISPLAY_LONGTEXT N_( \
#define DISPLAY_LONGTEXT N_( \
"This is the local display port that will be used for X11 drawing. " \
"This is the local display port that will be used for X11 drawing. " \
"For instance :0.1.")
"For instance :0.1.")
#define WIDTH_TEXT N_("
v
ideo width")
#define WIDTH_TEXT N_("
V
ideo width")
#define WIDTH_LONGTEXT N_( \
#define WIDTH_LONGTEXT N_( \
"You can enforce the video width here. By default VLC will " \
"You can enforce the video width here. By default VLC will " \
"adapt to the video characteristics.")
"adapt to the video characteristics.")
#define HEIGHT_TEXT N_("
v
ideo height")
#define HEIGHT_TEXT N_("
V
ideo height")
#define HEIGHT_LONGTEXT N_( \
#define HEIGHT_LONGTEXT N_( \
"You can enforce the video height here. By default VLC will " \
"You can enforce the video height here. By default VLC will " \
"adapt to the video characteristics.")
"adapt to the video characteristics.")
#define ZOOM_TEXT N_("
z
oom video")
#define ZOOM_TEXT N_("
Z
oom video")
#define ZOOM_LONGTEXT N_( \
#define ZOOM_LONGTEXT N_( \
"You can zoom the video by the specified factor.")
"You can zoom the video by the specified factor.")
#define GRAYSCALE_TEXT N_("g
r
ayscale video output")
#define GRAYSCALE_TEXT N_("g
G
ayscale video output")
#define GRAYSCALE_LONGTEXT N_( \
#define GRAYSCALE_LONGTEXT N_( \
"When enabled, the color information from the video won't be decoded " \
"When enabled, the color information from the video won't be decoded " \
"(this can also allow you to save some processing power).")
"(this can also allow you to save some processing power).")
#define FULLSCREEN_TEXT N_("
f
ullscreen video output")
#define FULLSCREEN_TEXT N_("
F
ullscreen video output")
#define FULLSCREEN_LONGTEXT N_( \
#define FULLSCREEN_LONGTEXT N_( \
"If this option is enabled, VLC will always start a video in fullscreen " \
"If this option is enabled, VLC will always start a video in fullscreen " \
"mode.")
"mode.")
#define OVERLAY_TEXT N_("
o
verlay video output")
#define OVERLAY_TEXT N_("
O
verlay video output")
#define OVERLAY_LONGTEXT N_( \
#define OVERLAY_LONGTEXT N_( \
"If enabled, VLC will try to take advantage of the overlay capabilities " \
"If enabled, VLC will try to take advantage of the overlay capabilities " \
"of your graphic card.")
"of your graphic card.")
#define SPUMARGIN_TEXT N_("
f
orce SPU position")
#define SPUMARGIN_TEXT N_("
F
orce SPU position")
#define SPUMARGIN_LONGTEXT N_( \
#define SPUMARGIN_LONGTEXT N_( \
"You can use this option to place the subtitles under the movie, " \
"You can use this option to place the subtitles under the movie, " \
"instead of over the movie. Try several positions.")
"instead of over the movie. Try several positions.")
#define FILTER_TEXT N_("
v
ideo filter module")
#define FILTER_TEXT N_("
V
ideo filter module")
#define FILTER_LONGTEXT N_( \
#define FILTER_LONGTEXT N_( \
"This will allow you to add a post-processing filter to enhance the " \
"This will allow you to add a post-processing filter to enhance the " \
"picture quality, for instance deinterlacing, or to clone or distort " \
"picture quality, for instance deinterlacing, or to clone or distort " \
"the video window.")
"the video window.")
#define ASPECT_RATIO_TEXT N_("
s
ource aspect ratio")
#define ASPECT_RATIO_TEXT N_("
S
ource aspect ratio")
#define ASPECT_RATIO_LONGTEXT N_( \
#define ASPECT_RATIO_LONGTEXT N_( \
"This will force the source aspect ratio. For instance, some DVDs claim " \
"This will force the source aspect ratio. For instance, some DVDs claim " \
"to be 16:9 while they are actually 4:3. This can also be used as a " \
"to be 16:9 while they are actually 4:3. This can also be used as a " \
...
@@ -192,7 +192,7 @@ static char *ppsz_sout_vcodec[] = { "", "mpeg1", "mpeg2", "mpeg4", NULL };
...
@@ -192,7 +192,7 @@ static char *ppsz_sout_vcodec[] = { "", "mpeg1", "mpeg2", "mpeg4", NULL };
"squareness.")
"squareness.")
#if 0
#if 0
#define PIXEL_RATIO_TEXT N_("
d
estination aspect ratio")
#define PIXEL_RATIO_TEXT N_("
D
estination aspect ratio")
#define PIXEL_RATIO_LONGTEXT N_( \
#define PIXEL_RATIO_LONGTEXT N_( \
"This will force the destination pixel size. By default VLC assumes " \
"This will force the destination pixel size. By default VLC assumes " \
"your pixels are square, unless your hardware has a way to tell it " \
"your pixels are square, unless your hardware has a way to tell it " \
...
@@ -201,7 +201,7 @@ static char *ppsz_sout_vcodec[] = { "", "mpeg1", "mpeg2", "mpeg4", NULL };
...
@@ -201,7 +201,7 @@ static char *ppsz_sout_vcodec[] = { "", "mpeg1", "mpeg2", "mpeg4", NULL };
"1.3333, etc.) expressing pixel squareness.")
"1.3333, etc.) expressing pixel squareness.")
#endif
#endif
#define SERVER_PORT_TEXT N_("
s
erver port")
#define SERVER_PORT_TEXT N_("
S
erver port")
#define SERVER_PORT_LONGTEXT N_( \
#define SERVER_PORT_LONGTEXT N_( \
"This is the port used for UDP streams. By default, we chose 1234.")
"This is the port used for UDP streams. By default, we chose 1234.")
...
@@ -210,48 +210,48 @@ static char *ppsz_sout_vcodec[] = { "", "mpeg1", "mpeg2", "mpeg4", NULL };
...
@@ -210,48 +210,48 @@ static char *ppsz_sout_vcodec[] = { "", "mpeg1", "mpeg2", "mpeg4", NULL };
"This is the typical size of UDP packets that we expect. On Ethernet " \
"This is the typical size of UDP packets that we expect. On Ethernet " \
"it is usually 1500.")
"it is usually 1500.")
#define NETCHANNEL_TEXT N_("
e
nable network channel mode")
#define NETCHANNEL_TEXT N_("
E
nable network channel mode")
#define NETCHANNEL_LONGTEXT N_( \
#define NETCHANNEL_LONGTEXT N_( \
"Activate this option if you want to use the VideoLAN Channel Server.")
"Activate this option if you want to use the VideoLAN Channel Server.")
#define CHAN_SERV_TEXT N_("
c
hannel server address")
#define CHAN_SERV_TEXT N_("
C
hannel server address")
#define CHAN_SERV_LONGTEXT N_( \
#define CHAN_SERV_LONGTEXT N_( \
"Indicate here the address of the VideoLAN Channel Server.")
"Indicate here the address of the VideoLAN Channel Server.")
#define CHAN_PORT_TEXT N_("
c
hannel server port")
#define CHAN_PORT_TEXT N_("
C
hannel server port")
#define CHAN_PORT_LONGTEXT N_( \
#define CHAN_PORT_LONGTEXT N_( \
"Indicate here the port on which the VideoLAN Channel Server runs.")
"Indicate here the port on which the VideoLAN Channel Server runs.")
#define IFACE_TEXT N_("
n
etwork interface")
#define IFACE_TEXT N_("
N
etwork interface")
#define IFACE_LONGTEXT N_( \
#define IFACE_LONGTEXT N_( \
"If you have several interfaces on your Linux machine and use the " \
"If you have several interfaces on your Linux machine and use the " \
"VLAN solution, you may indicate here which interface to use.")
"VLAN solution, you may indicate here which interface to use.")
#define IFACE_ADDR_TEXT N_("
n
etwork interface address")
#define IFACE_ADDR_TEXT N_("
N
etwork interface address")
#define IFACE_ADDR_LONGTEXT N_( \
#define IFACE_ADDR_LONGTEXT N_( \
"If you have several interfaces on your machine and use the " \
"If you have several interfaces on your machine and use the " \
"multicast solution, you will probably have to indicate the IP address " \
"multicast solution, you will probably have to indicate the IP address " \
"of your multicasting interface here.")
"of your multicasting interface here.")
#define TTL_TEXT N_("
t
ime to live")
#define TTL_TEXT N_("
T
ime to live")
#define TTL_LONGTEXT N_( \
#define TTL_LONGTEXT N_( \
"Indicate here the Time To Live of the multicast packets sent by " \
"Indicate here the Time To Live of the multicast packets sent by " \
"the stream output.")
"the stream output.")
#define INPUT_PROGRAM_TEXT N_("
c
hoose program (SID)")
#define INPUT_PROGRAM_TEXT N_("
C
hoose program (SID)")
#define INPUT_PROGRAM_LONGTEXT N_( \
#define INPUT_PROGRAM_LONGTEXT N_( \
"Choose the program to select by giving its Service ID.")
"Choose the program to select by giving its Service ID.")
#define INPUT_AUDIO_TEXT N_("
c
hoose audio")
#define INPUT_AUDIO_TEXT N_("
C
hoose audio")
#define INPUT_AUDIO_LONGTEXT N_( \
#define INPUT_AUDIO_LONGTEXT N_( \
"Give the default type of audio you want to use in a DVD.")
"Give the default type of audio you want to use in a DVD.")
#define INPUT_CHAN_TEXT N_("
c
hoose channel")
#define INPUT_CHAN_TEXT N_("
C
hoose channel")
#define INPUT_CHAN_LONGTEXT N_( \
#define INPUT_CHAN_LONGTEXT N_( \
"Give the stream number of the audio channel you want to use in a DVD " \
"Give the stream number of the audio channel you want to use in a DVD " \
"(from 1 to n).")
"(from 1 to n).")
#define INPUT_SUBT_TEXT N_("
c
hoose subtitles")
#define INPUT_SUBT_TEXT N_("
C
hoose subtitles")
#define INPUT_SUBT_LONGTEXT N_( \
#define INPUT_SUBT_LONGTEXT N_( \
"Give the stream number of the subtitle channel you want to use in a " \
"Give the stream number of the subtitle channel you want to use in a " \
"DVD (from 1 to n).")
"DVD (from 1 to n).")
...
@@ -270,17 +270,17 @@ static char *ppsz_sout_vcodec[] = { "", "mpeg1", "mpeg2", "mpeg4", NULL };
...
@@ -270,17 +270,17 @@ static char *ppsz_sout_vcodec[] = { "", "mpeg1", "mpeg2", "mpeg4", NULL };
#define VCD_DEV_LONGTEXT N_( \
#define VCD_DEV_LONGTEXT N_( \
"This is the default VCD device to use.")
"This is the default VCD device to use.")
#define IPV6_TEXT N_("
f
orce IPv6")
#define IPV6_TEXT N_("
F
orce IPv6")
#define IPV6_LONGTEXT N_( \
#define IPV6_LONGTEXT N_( \
"If you check this box, IPv6 will be used by default for all UDP and " \
"If you check this box, IPv6 will be used by default for all UDP and " \
"HTTP connections.")
"HTTP connections.")
#define IPV4_TEXT N_("
f
orce IPv4")
#define IPV4_TEXT N_("
F
orce IPv4")
#define IPV4_LONGTEXT N_( \
#define IPV4_LONGTEXT N_( \
"If you check this box, IPv4 will be used by default for all UDP and " \
"If you check this box, IPv4 will be used by default for all UDP and " \
"HTTP connections.")
"HTTP connections.")
#define CODEC_TEXT N_("
c
hoose preferred codec list")
#define CODEC_TEXT N_("
C
hoose preferred codec list")
#define CODEC_LONGTEXT N_( \
#define CODEC_LONGTEXT N_( \
"This allows you to select the order in which VLC will choose its " \
"This allows you to select the order in which VLC will choose its " \
"codecs. For instance, 'a52old,a52,any' will try the old a52 codec " \
"codecs. For instance, 'a52old,a52,any' will try the old a52 codec " \
...
@@ -289,121 +289,121 @@ static char *ppsz_sout_vcodec[] = { "", "mpeg1", "mpeg2", "mpeg4", NULL };
...
@@ -289,121 +289,121 @@ static char *ppsz_sout_vcodec[] = { "", "mpeg1", "mpeg2", "mpeg4", NULL };
"'any' at the end of the list to make sure there is a fallback for the " \
"'any' at the end of the list to make sure there is a fallback for the " \
"types you didn't specify.")
"types you didn't specify.")
#define ENCODER_VIDEO_TEXT N_("
c
hoose preferred video encoder list")
#define ENCODER_VIDEO_TEXT N_("
C
hoose preferred video encoder list")
#define ENCODER_VIDEO_LONGTEXT N_( \
#define ENCODER_VIDEO_LONGTEXT N_( \
"This allows you to select the order in which VLC will choose its " \
"This allows you to select the order in which VLC will choose its " \
"codecs. " )
"codecs. " )
#define ENCODER_AUDIO_TEXT N_("
c
hoose preferred audio encoder list")
#define ENCODER_AUDIO_TEXT N_("
C
hoose preferred audio encoder list")
#define ENCODER_AUDIO_LONGTEXT N_( \
#define ENCODER_AUDIO_LONGTEXT N_( \
"This allows you to select the order in which VLC will choose its " \
"This allows you to select the order in which VLC will choose its " \
"codecs. " )
"codecs. " )
#define SOUT_TEXT N_("
c
hoose a stream output")
#define SOUT_TEXT N_("
C
hoose a stream output")
#define SOUT_LONGTEXT N_( \
#define SOUT_LONGTEXT N_( \
"Empty if no stream output.")
"Empty if no stream output.")
#define SOUT_DISPLAY_TEXT N_("
d
isplay while streaming")
#define SOUT_DISPLAY_TEXT N_("
D
isplay while streaming")
#define SOUT_DISPLAY_LONGTEXT N_( \
#define SOUT_DISPLAY_LONGTEXT N_( \
"This allows you to play the stream while streaming it.")
"This allows you to play the stream while streaming it.")
#define SOUT_VIDEO_TEXT N_("
e
nable video stream output")
#define SOUT_VIDEO_TEXT N_("
E
nable video stream output")
#define SOUT_VIDEO_LONGTEXT N_( \
#define SOUT_VIDEO_LONGTEXT N_( \
"This allows you to choose if the video stream should be redirected to " \
"This allows you to choose if the video stream should be redirected to " \
"the stream output facility when this last one is enabled.")
"the stream output facility when this last one is enabled.")
#define SOUT_VCODEC_TEXT N_("
v
ideo encoding codec" )
#define SOUT_VCODEC_TEXT N_("
V
ideo encoding codec" )
#define SOUT_VCODEC_LONGTEXT N_( \
#define SOUT_VCODEC_LONGTEXT N_( \
"This allows you to force video encoding")
"This allows you to force video encoding")
#define SOUT_VBITRATE_TEXT N_("
v
ideo bitrate encoding (kB/s)" )
#define SOUT_VBITRATE_TEXT N_("
V
ideo bitrate encoding (kB/s)" )
#define SOUT_VBITRATE_LONGTEXT N_( \
#define SOUT_VBITRATE_LONGTEXT N_( \
"This allows you to specify video bitrate in kB/s.")
"This allows you to specify video bitrate in kB/s.")
#define SOUT_AUDIO_TEXT N_("
e
nable audio stream output")
#define SOUT_AUDIO_TEXT N_("
E
nable audio stream output")
#define SOUT_AUDIO_LONGTEXT N_( \
#define SOUT_AUDIO_LONGTEXT N_( \
"This allows you to choose if the video stream should be redirected to " \
"This allows you to choose if the video stream should be redirected to " \
"the stream output facility when this last one is enabled.")
"the stream output facility when this last one is enabled.")
#define SOUT_ACODEC_TEXT N_("
a
udio encoding codec" )
#define SOUT_ACODEC_TEXT N_("
A
udio encoding codec" )
#define SOUT_ACODEC_LONGTEXT N_( \
#define SOUT_ACODEC_LONGTEXT N_( \
"This allows you to force audio encoding")
"This allows you to force audio encoding")
#define SOUT_ABITRATE_TEXT N_("
a
udio bitrate encoding (kB/s)" )
#define SOUT_ABITRATE_TEXT N_("
A
udio bitrate encoding (kB/s)" )
#define SOUT_ABITRATE_LONGTEXT N_( \
#define SOUT_ABITRATE_LONGTEXT N_( \
"This allows you to specify audio bitrate in kB/s.")
"This allows you to specify audio bitrate in kB/s.")
#define PACKETIZER_TEXT N_("
c
hoose preferred packetizer list")
#define PACKETIZER_TEXT N_("
C
hoose preferred packetizer list")
#define PACKETIZER_LONGTEXT N_( \
#define PACKETIZER_LONGTEXT N_( \
"This allows you to select the order in which VLC will choose its " \
"This allows you to select the order in which VLC will choose its " \
"packetizers." )
"packetizers." )
#define MUX_TEXT N_("
m
ux module")
#define MUX_TEXT N_("
M
ux module")
#define MUX_LONGTEXT N_( \
#define MUX_LONGTEXT N_( \
"This is a legacy entry to let you configure mux modules")
"This is a legacy entry to let you configure mux modules")
#define ACCESS_OUTPUT_TEXT N_("
a
ccess output module")
#define ACCESS_OUTPUT_TEXT N_("
A
ccess output module")
#define ACCESS_OUTPUT_LONGTEXT N_( \
#define ACCESS_OUTPUT_LONGTEXT N_( \
"This is a legacy entry to let you configure access output modules")
"This is a legacy entry to let you configure access output modules")
#define MMX_TEXT N_("
e
nable CPU MMX support")
#define MMX_TEXT N_("
E
nable CPU MMX support")
#define MMX_LONGTEXT N_( \
#define MMX_LONGTEXT N_( \
"If your processor supports the MMX instructions set, VLC can take " \
"If your processor supports the MMX instructions set, VLC can take " \
"advantage of them.")
"advantage of them.")
#define THREE_DN_TEXT N_("
e
nable CPU 3D Now! support")
#define THREE_DN_TEXT N_("
E
nable CPU 3D Now! support")
#define THREE_DN_LONGTEXT N_( \
#define THREE_DN_LONGTEXT N_( \
"If your processor supports the 3D Now! instructions set, VLC can take " \
"If your processor supports the 3D Now! instructions set, VLC can take " \
"advantage of them.")
"advantage of them.")
#define MMXEXT_TEXT N_("
e
nable CPU MMX EXT support")
#define MMXEXT_TEXT N_("
E
nable CPU MMX EXT support")
#define MMXEXT_LONGTEXT N_( \
#define MMXEXT_LONGTEXT N_( \
"If your processor supports the MMX EXT instructions set, VLC can take " \
"If your processor supports the MMX EXT instructions set, VLC can take " \
"advantage of them.")
"advantage of them.")
#define SSE_TEXT N_("
e
nable CPU SSE support")
#define SSE_TEXT N_("
E
nable CPU SSE support")
#define SSE_LONGTEXT N_( \
#define SSE_LONGTEXT N_( \
"If your processor supports the SSE instructions set, VLC can take " \
"If your processor supports the SSE instructions set, VLC can take " \
"advantage of them.")
"advantage of them.")
#define ALTIVEC_TEXT N_("
e
nable CPU AltiVec support")
#define ALTIVEC_TEXT N_("
E
nable CPU AltiVec support")
#define ALTIVEC_LONGTEXT N_( \
#define ALTIVEC_LONGTEXT N_( \
"If your processor supports the AltiVec instructions set, VLC can take " \
"If your processor supports the AltiVec instructions set, VLC can take " \
"advantage of them.")
"advantage of them.")
#define RANDOM_TEXT N_("
p
lay files randomly forever")
#define RANDOM_TEXT N_("
P
lay files randomly forever")
#define RANDOM_LONGTEXT N_( \
#define RANDOM_LONGTEXT N_( \
"When selected, VLC will randomly play files in the playlist until " \
"When selected, VLC will randomly play files in the playlist until " \
"interrupted.")
"interrupted.")
#define LAUNCH_TEXT N_("
l
aunch playlist on startup")
#define LAUNCH_TEXT N_("
L
aunch playlist on startup")
#define LAUNCH_LONGTEXT N_( \
#define LAUNCH_LONGTEXT N_( \
"If you want VLC to start playing on startup, then enable this option.")
"If you want VLC to start playing on startup, then enable this option.")
#define ENQUEUE_TEXT N_("
e
nqueue items in playlist")
#define ENQUEUE_TEXT N_("
E
nqueue items in playlist")
#define ENQUEUE_LONGTEXT N_( \
#define ENQUEUE_LONGTEXT N_( \
"If you want VLC to add items to the playlist as you open them, then " \
"If you want VLC to add items to the playlist as you open them, then " \
"enable this option.")
"enable this option.")
#define LOOP_TEXT N_("
l
oop playlist on end")
#define LOOP_TEXT N_("
L
oop playlist on end")
#define LOOP_LONGTEXT N_( \
#define LOOP_LONGTEXT N_( \
"If you want VLC to keep playing the playlist indefinitely then enable " \
"If you want VLC to keep playing the playlist indefinitely then enable " \
"this option.")
"this option.")
#define MEMCPY_TEXT N_("
m
emory copy module")
#define MEMCPY_TEXT N_("
M
emory copy module")
#define MEMCPY_LONGTEXT N_( \
#define MEMCPY_LONGTEXT N_( \
"You can select which memory copy module you want to use. By default " \
"You can select which memory copy module you want to use. By default " \
"VLC will select the fastest one supported by your hardware.")
"VLC will select the fastest one supported by your hardware.")
#define ACCESS_TEXT N_("
a
ccess module")
#define ACCESS_TEXT N_("
A
ccess module")
#define ACCESS_LONGTEXT N_( \
#define ACCESS_LONGTEXT N_( \
"This is a legacy entry to let you configure access modules")
"This is a legacy entry to let you configure access modules")
#define DEMUX_TEXT N_("
d
emux module")
#define DEMUX_TEXT N_("
D
emux module")
#define DEMUX_LONGTEXT N_( \
#define DEMUX_LONGTEXT N_( \
"This is a legacy entry to let you configure demux modules")
"This is a legacy entry to let you configure demux modules")
#define FAST_MUTEX_TEXT N_("
f
ast mutex on NT/2K/XP (developers only)")
#define FAST_MUTEX_TEXT N_("
D
ast mutex on NT/2K/XP (developers only)")
#define FAST_MUTEX_LONGTEXT N_( \
#define FAST_MUTEX_LONGTEXT N_( \
"On Windows NT/2K/XP we use a slow mutex implementation but which " \
"On Windows NT/2K/XP we use a slow mutex implementation but which " \
"allows us to correctely implement condition variables. " \
"allows us to correctely implement condition variables. " \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment