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
17864a3f
Commit
17864a3f
authored
Jul 19, 2005
by
Rocky Bernstein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/Configure.help: document libcdio, cddax, cdda, vcd, and vcdx
config.in: a typo in the CONFIG_ name.
parent
96df9865
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
69 additions
and
8 deletions
+69
-8
config.in
config.in
+2
-2
doc/Configure.help
doc/Configure.help
+67
-6
No files found.
config.in
View file @
17864a3f
...
@@ -85,8 +85,8 @@ bool 'Matroska demux support' CONFIG_MKV
...
@@ -85,8 +85,8 @@ bool 'Matroska demux support' CONFIG_MKV
bool 'Mod demux support' CONFIG_MOD
bool 'Mod demux support' CONFIG_MOD
bool 'CD input and control library (libcdio) support' CONFIG_CDIO
bool 'CD input and control library (libcdio) support' CONFIG_CDIO
if [ "$CONFIG_CDIO" = "y" ]; then
if [ "$CONFIG_CDIO" = "y" ]; then
bool ' audio CD module with CD-Text & CD-Paranoia (via libcdio)' CONFIG_CDAX
bool ' audio CD module with CD-Text & CD-Paranoia (via libcdio)' CONFIG_CD
D
AX
bool '
enable audio CDDB lookups (via libcddb)
' CONFIG_CDDB
bool '
CDDB lookups (via libcddb) for audio CD
' CONFIG_CDDB
bool ' VCD module with navigation (via libcdio and libvcdinfo)' CONFIG_VCDX
bool ' VCD module with navigation (via libcdio and libvcdinfo)' CONFIG_VCDX
fi
fi
endmenu
endmenu
...
...
doc/Configure.help
View file @
17864a3f
Gnome Interface
Skins module
CONFIG_GNOME
to be written
Skins Interface
CONFIG_SKINS
CONFIG_SKINS
Enables the skins interface.
Enables the skins interface.
BE CAREFUL: under linux, you must have the wxWindows library compiled
BE CAREFUL: under linux, you must have the wxWindows library compiled
with GTK2 support ! (see http://www.wxwindows.org)
with GTK2 support See http://www.wxwindows.org.
CD input and control library (libcdio) support
CONFIG_CDIO
This library is used in an enhanced audio CD plugin called "cddax"
and a Video CD plugin called "vcdx".
It is also used in the "Probe" button of the "Open Disc" menu to find
an appropriate media for the disc type that has been selected.
See http://www.gnu.org/software/libcdio.
audio CD module with CD-Text & CD-Paranoia (via libcdio)
CONFIG_CDDAX
This audio CD plugin can get CD-Text information from an
audio CD. If the library libcddb is available, the plugin can show
CDDB information too. This plugin needs libraries from libcdio.
The information from CD-Text or CDDB can be used in a number of ways.
It is shown in the "Stream and Media Window" and it is shown when
playing a CD information in a playlist. Exactly what information to be
shown can be customized.
This plugin can also make use of CD-paranoia to correct for jittering
of a a CD-ROM drive. Jitter correction which is more CPU intensive but
is often desirable for making ripping more acurate.
VCD module with navigation (via libcdio and libvcdinfo)
CONFIG_VCDX
This Video CD plugin uses understands VCD information to a great level
of detail. Much more so than the built-in VCD plugin. As as result, it
can perform playback control and show still menus and motion MPEGs in
the first ISO-9660 track.
Alas, the full potential of this plugin hasn't been realized, even
though a great bit of the code is shared between this and the xine
VCD plugin. In particular, menu selection and keyboard input is not
available, and switching between different formats of MPEGs causes
new windows to pop up. If you want more complete VCD playback, at
present the xine VCD plugin is more complete. Volunteers in
finishing this plugin are always welcome.
This plugin needs libraries from libcdio, and a library from the
vcdimager package called libvcdinfo.
Information on vcdimager is at http://www.vcdimager.org
CDDB lookups (via libcddb) for audio CD
CONFIG_CDDB
This library is used in an enhanced audio CD plugin called "cddax" to
allow it to look up audio CD information. CD database information
resides on the Internet but since the same information appears
frequently, the information is often saved (or "cached") locally.
See http://libcddb.sourceforge.net
built-in VCD and audio CD support
CONFIG_VCD
Built-in in support for Video CD (VCD) and audio CD (CD-DA) exists.
Support is pretty basic, but it doesn't require the use of external
libraries libcdio and libvcdinfo. If you need more advanced support
see the cddax and vcdx plugins.
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