Changeset fd8d9e955f956700f420867b8421687d21ba9426

Show
Ignore:
Timestamp:
04/27/04 11:33:58 (4 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1083058438 +0000
git-parent:

[392a5a40770759eb8b350a838e8766adace52316]

git-author:
Sam Hocevar <sam@videolan.org> 1083058438 +0000
Message:
  • Removed legacy mentions of "VideoLAN C*****" in favour of "VLC media
    player". A couple are remaining, but I don't want to break the string
    freeze yet.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • README.MacOSX.rtf

    r53c8ef3 rfd8d9e9  
    1313\ 
    1414\pard\tx1440\tx2880\tx4320\tx5760\tx7200\qj 
    15 \cf0 Welcome to the VideoLAN Client! VLC media player is a multi-purpose multimedia tool. It can play DVDs, VCDs or read a stream from the network. It plays DivX/MPEG-4 files (and many other files) and is unaffected by the dreaded .avi bug which can cause choppy sound when playing DivX in QuickTime Player. You can also stream content to the network or a file. But above all it is the ONLY media player on Mac OS X, which has support for multi-channel sound-output.\ 
     15\cf0 Welcome to the VLC media player! VLC media player is a multi-purpose multimedia tool. It can play DVDs, VCDs or read a stream from the network. It plays DivX/MPEG-4 files (and many other files) and is unaffected by the dreaded .avi bug which can cause choppy sound when playing DivX in QuickTime Player. You can also stream content to the network or a file. But above all it is the ONLY media player on Mac OS X, which has support for multi-channel sound-output.\ 
    1616For a full list of features visit: \ul http://www.videolan.org/vlc/features.html\ulnone \ 
    1717\ 
     
    136136Christophe Massiot <massiot@via.ecp.fr> and\ 
    137137Derk-Jan Hartman <thedj@users.sourceforge.net> for the VideoLAN team.\ 
    138 $Id: README.MacOSX.rtf,v 1.24 2003/12/23 00:23:31 hartman Exp $} 
     138$Id$} 
  • doc/developer/decoders.xml

    r4df58cd rfd8d9e9  
    308308 
    309309      <para> 
    310 VideoLAN Client provides an MPEG-1, and an MPEG-2 Main Profile @ 
     310VLC media player provides an MPEG-1, and an MPEG-2 Main Profile @ 
    311311Main Level decoder. It has been natively written for VLC, and is quite 
    312312mature. Its status is a bit special, since it is splitted between two 
  • doc/developer/glossary.xml

    r1a03af9 rfd8d9e9  
    44        Please note that this book is in no way a reference documentation 
    55        on how DVDs work. Its only purpose is to describe the API 
    6         available for programmers in VideoLAN Client. It is assumed that 
     6        available for programmers in VLC media player. It is assumed that 
    77        you have basic knowledge of what MPEG is. The following paragraph 
    88        is just here as a reminder : 
  • doc/developer/history.xml

    r1a03af9 rfd8d9e9  
    5050  </sect1> 
    5151 
    52   <sect1> <title> VideoLAN Client design </title> 
     52  <sect1> <title> VLC media player design </title> 
    5353 
    5454    <para> 
  • doc/developer/manual.xml

    rd53ea00 rfd8d9e9  
    1818<book> 
    1919 
    20 <title> VideoLAN Client API Documentation </title> 
     20<title> VLC media player API Documentation </title> 
    2121 
    2222<bookinfo> 
     
    5858    </affiliation> 
    5959  </collab> 
    60   <pubdate> $Id: manual.xml,v 1.8 2004/02/13 11:33:38 rocky Exp $ </pubdate> 
     60  <pubdate> $Id$ </pubdate> 
    6161  <copyright> <year> 2001 </year> 
    6262              <holder> Christophe Massiot, for IDEALX S.A.S. </holder> 
  • doc/developer/manual.xml.in

    re897573 rfd8d9e9  
    1818<book> 
    1919 
    20 <title> VideoLAN Client API Documentation </title> 
     20<title> VLC media player API Documentation </title> 
    2121 
    2222<bookinfo> 
     
    5858    </affiliation> 
    5959  </collab> 
    60   <pubdate> $Id: manual.xml.in,v 1.1 2004/02/13 04:22:39 rocky Exp $ </pubdate> 
     60  <pubdate> $Id$ </pubdate> 
    6161  <copyright> <year> 2001 </year> 
    6262              <holder> Christophe Massiot, for IDEALX S.A.S. </holder> 
  • doc/vlc-howto.sgml

    ra58b4dc rfd8d9e9  
    8686<item>the <htmlurl url="http://www.videolan.org/vls/doc/vls-guide.html" 
    8787name="VideoLAN Server user guide">, 
    88 <item>this VideoLAN Client Howto. 
     88<item>this VLC Howto. 
    8989</itemize> 
    9090 
  • doc/web-streaming.html

    r39131bc rfd8d9e9  
    7171don't need, and add : 
    7272<pre> 
    73 video/mpeg; mpeg,mpg,vob;   vlc -I dummy -V xvideo %s; VideoLAN Client 0.2.83 (XVideo output); VideoLAN 
     73video/mpeg; mpeg,mpg,vob;   vlc -I dummy -V xvideo %s; VLC (XVideo output); VideoLAN 
    7474</pre> <p> 
    7575 
     
    186186 
    187187You need to add an entry video/x-mpeg-ts in you xswallow.conf : 
    188 <pre> video/x-mpeg-ts; ts; video-streaming.sh %s; VideoLAN Client 0.2.83 (XVideo output); VideoLAN </pre> <p> 
     188<pre> video/x-mpeg-ts; ts; video-streaming.sh %s; VLC (XVideo output); VideoLAN </pre> <p> 
    189189 
    190190The same provisions as before apply here. The video-streaming.sh file is a 
     
    205205Christophe Massiot</a> for <a href="http://www.idealx.com/"> IDEALX 
    206206S.A.S</a>. <br> 
    207 <em> $Id: web-streaming.html,v 1.1 2001/08/22 18:47:52 massiot Exp $ </em> 
     207<em> $Id$ </em> 
    208208 
    209209</body> 
  • evc/config.h.in

    rc3cbe17 rfd8d9e9  
    2121 
    2222/* Copyright string */ 
    23 #define COPYRIGHT_MESSAGE "VideoLAN Client - version @VERSION@ @CODENAME@ - (c) 1996-2003 VideoLAN" 
     23#define COPYRIGHT_MESSAGE "VLC media player - version @VERSION@ @CODENAME@ - (c) 1996-2004 VideoLAN" 
    2424 
    2525/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 
  • ipkg/control.gpe

    r82608ff rfd8d9e9  
    1010Depends: libc6, libgtk2.0-0, esddsp, liba52, libfaac, libfaad, libffmpeg, libflac, libid3tag, libmad, libmp3lame, libmpeg2dec, libslp 
    1111Copyright: GPL 
    12 Description: VideoLAN Client is a free network-aware MPEG and DVD player. 
     12Description: VLC media player is a free network-aware MPEG and DVD player. 
    1313 VideoLAN is a free MPEG1/2 software solution licensed under GPL. The original  
    1414 source can be found on:  
    1515 http://www.videolan.org/pub/videolan/vlc/ 
    16  The VideoLAN Client allows to play MPEG1, MPEG2 Transport Streams and  
     16 The VLC media player allows to play MPEG1, MPEG2 Transport Streams and  
    1717 Program Streams, MP3, DivX and other codes from the network or from a file, 
    1818 as well as direct DVD playback.  
  • ipkg/control.h3600

    r82608ff rfd8d9e9  
    1010Depends: libc6, libgtk2.0-0, esddsp, libflac, libffmpeg-h3600, libid3tag, libmad 
    1111Copyright: GPL 
    12 Description: VideoLAN Client is a free network-aware MPEG and DVD player. 
     12Description: VLC media player is a free network-aware MPEG and DVD player. 
    1313 VideoLAN is a free MPEG1/2 software solution licensed under GPL. The original  
    1414 source can be found on:  
    1515 http://www.videolan.org/pub/videolan/vlc/ 
    16  The VideoLAN Client allows to play MPEG1, MPEG2 Transport Streams and  
     16 The VLC media player allows to play MPEG1, MPEG2 Transport Streams and  
    1717 Program Streams, MP3, DivX and other codes from the network or from a file, 
    1818 as well as direct DVD playback.  
  • ipkg/control.opie

    r82608ff rfd8d9e9  
    1010Depends: libc6, opie-base, opie-libsdl 
    1111Copyright: GPL 
    12 Description: VideoLAN Client is a free network-aware MPEG and DVD player. 
     12Description: VLC media player is a free network-aware MPEG and DVD player. 
    1313 VideoLAN is a free MPEG1/2 software solution licensed under GPL. The original  
    1414 source can be found on:  
    1515 http://www.videolan.org/pub/videolan/vlc/ 
    16  The VideoLAN Client allows to play MPEG1, MPEG2 Transport Streams and  
    17  Program Streams, MP3, DivX and lots of other codecs from the network or  
     16 The VLC media player allows to play MPEG1, MPEG2 Transport Streams and  
     17 Program Streams, MP3, DivX and lots of other codecs from the network or  
    1818 from a file, as well as direct DVD playback.  
  • ipkg/control.zaurus

    r82608ff rfd8d9e9  
    1010Depends: libc6, opie-base, zaurus-libsdl 
    1111Copyright: GPL 
    12 Description: VideoLAN Client is a free network-aware MPEG and DVD player. 
     12Description: VLC media player is a free network-aware MPEG and DVD player. 
    1313 VideoLAN is a free MPEG1/2 software solution licensed under GPL. The original  
    1414 source can be found on:  
    1515 http://www.videolan.org/pub/videolan/vlc/ 
    16  The VideoLAN Client allows to play MPEG1, MPEG2 Transport Streams and  
     16 The VLC media player allows to play MPEG1, MPEG2 Transport Streams and  
    1717 Program Streams, MP3, DivX and lots of other codecs  from the network or  
    1818 from a file, as well as direct DVD playback.  
  • ipkg/rules.gpe

    r82608ff rfd8d9e9  
    11#!/usr/bin/make -f 
    2 # debian/rules for the VideoLAN Client - uses debhelper. 
     2# debian/rules for the VLC media player - uses debhelper. 
    33# based on Joey Hess's one. 
    44# Kludged for ipkg 
  • ipkg/rules.h3600

    r82608ff rfd8d9e9  
    11#!/usr/bin/make -f 
    2 # debian/rules for the VideoLAN Client - uses debhelper. 
     2# debian/rules for the VLC media player - uses debhelper. 
    33# based on Joey Hess's one. 
    44# Kludged for ipkg 
  • ipkg/rules.opie

    r82608ff rfd8d9e9  
    11#!/usr/bin/make -f 
    2 # debian/rules for the VideoLAN Client - uses debhelper. 
     2# debian/rules for the VLC media player - uses debhelper. 
    33# based on Joey Hess's one. 
    44# Kludged for ipkg 
  • ipkg/rules.zaurus

    r82608ff rfd8d9e9  
    11#!/usr/bin/make -f 
    2 # debian/rules for the VideoLAN Client - uses debhelper. 
     2# debian/rules for the VLC media player - uses debhelper. 
    33# based on Joey Hess's one. 
    44# Kludged for ipkg 
  • ipkg/vlc.desktop

    r3414698 rfd8d9e9  
    33Exec=opie-vlc 
    44Icon=vlc/vlc48x48.png 
    5 Name=VideoLAN Client 
     5Name=VLC media player 
  • menuconfig

    re525bf1 rfd8d9e9  
    13331333DIALOG="./lxdialog/lxdialog" 
    13341334 
    1335 backtitle="VideoLAN Client Configuration" 
     1335backtitle="VLC media player configuration" 
    13361336 
    13371337trap "cleanup ; exit 1" 1 2 15 
  • modules/gui/qnx/vout.c

    r88991a5 rfd8d9e9  
    671671    PtSetArg( &args[1], Pt_ARG_DIM, &p_vout->p_sys->dim, 0 ); 
    672672    PtSetArg( &args[2], Pt_ARG_FILL_COLOR, color, 0 ); 
    673     PtSetArg( &args[3], Pt_ARG_WINDOW_TITLE, "VideoLan Client", 0 ); 
     673    PtSetArg( &args[3], Pt_ARG_WINDOW_TITLE, "VLC media player", 0 ); 
    674674    PtSetArg( &args[4], Pt_ARG_WINDOW_MANAGED_FLAGS, Pt_FALSE, Ph_WM_CLOSE ); 
    675675    PtSetArg( &args[5], Pt_ARG_WINDOW_NOTIFY_FLAGS, Pt_TRUE, 
  • modules/gui/qt/intf.cpp

    r85c7ea2 rfd8d9e9  
    33 ***************************************************************************** 
    44 * Copyright (C) 1999, 2000 VideoLAN 
    5  * $Id: intf.cpp,v 1.6 2004/01/05 13:07:03 zorglub Exp
     5 * $Id
    66 * 
    77 * Authors: Samuel Hocevar <sam@zoy.org> 
     
    322322{ 
    323323    QMessageBox::about( this, "About", 
    324         "VideoLAN Client\n" 
    325         "(C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 - the VideoLAN Team\n" 
     324        "VLC media player\n" 
     325        "(C) 1996 - 2004 - the VideoLAN Team\n" 
    326326        "\n" 
    327         "This is the VideoLAN client, a DVD and MPEG player.\n" 
     327        "This is the VLC media player, a DVD and MPEG player.\n" 
    328328        "It can play MPEG and MPEG 2 files from a file " 
    329329            "or from a network source.\n" 
  • msvc/config.h.in

    r0d90e52 rfd8d9e9  
    55 
    66/* Copyright string */ 
    7 #define COPYRIGHT_MESSAGE "VideoLAN Client - version @VERSION@ @CODENAME@ - (c) 1996-2003 VideoLAN" 
     7#define COPYRIGHT_MESSAGE "VLC media player - version @VERSION@ @CODENAME@ - (c) 1996-2004 VideoLAN" 
    88 
    99/* Maximum supported data alignment */ 
  • vlc.spec

    re525bf1 rfd8d9e9  
    105105stream in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network. 
    106106 
    107 Install this package if you need to build Videolan Client plugins or intend 
     107Install this package if you need to build VLC media player plugins or intend 
    108108to link statically to it. 
    109109