Changeset 17864a3f3f51cd36b380ef99228a7c59e309ef1c

Show
Ignore:
Timestamp:
19/07/05 02:28:19 (3 years ago)
Author:
Rocky Bernstein <rocky@videolan.org>
git-committer:
Rocky Bernstein <rocky@videolan.org> 1121732899 +0000
git-parent:

[96df9865d3d304a1413a68a09f7e2b469c85d1a7]

git-author:
Rocky Bernstein <rocky@videolan.org> 1121732899 +0000
Message:

doc/Configure.help: document libcdio, cddax, cdda, vcd, and vcdx

config.in: a typo in the CONFIG_ name.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • config.in

    rbad2afb r17864a3  
    8686bool 'CD input and control library (libcdio) support' CONFIG_CDIO 
    8787if [ "$CONFIG_CDIO" = "y" ]; then 
    88    bool '    audio CD module with CD-Text & CD-Paranoia (via libcdio)' CONFIG_CDAX 
    89    bool '    enable audio CDDB lookups (via libcddb)' CONFIG_CDDB 
     88   bool '    audio CD module with CD-Text & CD-Paranoia (via libcdio)' CONFIG_CDDAX 
     89   bool '    CDDB lookups (via libcddb) for audio CD' CONFIG_CDDB 
    9090   bool '    VCD module with navigation (via libcdio and libvcdinfo)' CONFIG_VCDX 
    9191fi 
  • doc/Configure.help

    rc19bfe2 r17864a3  
    1 Gnome Interface 
    2 CONFIG_GNOME 
    3   to be written 
    4  
    5 Skins Interface 
     1Skins module 
    62CONFIG_SKINS 
    73  Enables the skins interface. 
    84  BE CAREFUL: under linux, you must have the wxWindows library compiled  
    9   with GTK2 support ! (see http://www.wxwindows.org) 
     5  with GTK2 support See http://www.wxwindows.org. 
     6 
     7CD input and control library (libcdio) support 
     8CONFIG_CDIO 
     9 
     10  This library is used in an enhanced audio CD plugin called "cddax" 
     11  and a Video CD plugin called "vcdx".  
     12 
     13  It is also used in the "Probe" button of the "Open Disc" menu to find 
     14  an appropriate media for the disc type that has been selected.  
     15 
     16  See http://www.gnu.org/software/libcdio. 
     17 
     18audio CD module with CD-Text & CD-Paranoia (via libcdio) 
     19CONFIG_CDDAX 
     20 
     21  This audio CD plugin can get CD-Text information from an 
     22  audio CD. If the library libcddb is available, the plugin can show 
     23  CDDB information too. This plugin needs libraries from libcdio. 
     24 
     25  The information from CD-Text or CDDB can be used in a number of ways. 
     26  It is shown in the "Stream and Media Window" and it is shown when  
     27  playing a CD information in a playlist. Exactly what information to be 
     28  shown can be customized.  
     29 
     30  This plugin can also make use of CD-paranoia to correct for jittering 
     31  of a a CD-ROM drive. Jitter correction which is more CPU intensive but  
     32  is often desirable for making ripping more acurate.  
     33 
     34VCD module with navigation (via libcdio and libvcdinfo) 
     35CONFIG_VCDX 
     36 
     37  This Video CD plugin uses understands VCD information to a great level 
     38  of detail. Much more so than the built-in VCD plugin. As as result, it  
     39  can perform playback control and show still menus and motion MPEGs in  
     40  the first ISO-9660 track.  
     41 
     42  Alas, the full potential of this plugin hasn't been realized, even 
     43  though a great bit of the code is shared between this and the xine 
     44  VCD plugin. In particular, menu selection and keyboard input is not 
     45  available, and switching between different formats of MPEGs causes 
     46  new windows to pop up. If you want more complete VCD playback, at 
     47  present the xine VCD plugin is more complete. Volunteers in 
     48  finishing this plugin are always welcome. 
     49 
     50  This plugin needs libraries from libcdio, and a library from the 
     51  vcdimager package called libvcdinfo. 
     52 
     53  Information on vcdimager is at http://www.vcdimager.org 
     54 
     55CDDB lookups (via libcddb) for audio CD 
     56CONFIG_CDDB 
     57  This library is used in an enhanced audio CD plugin called "cddax" to  
     58  allow it to look up audio CD information. CD database information 
     59  resides on the Internet but since the same information appears  
     60  frequently, the information is often saved (or "cached") locally. 
     61 
     62  See http://libcddb.sourceforge.net   
     63 
     64built-in VCD and audio CD support 
     65CONFIG_VCD 
     66  Built-in in support for Video CD (VCD) and audio CD (CD-DA) exists.  
     67  Support is pretty basic, but it doesn't require the use of external 
     68  libraries libcdio and libvcdinfo. If you need more advanced support 
     69  see the cddax and vcdx plugins. 
     70