1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00

reverting a whole bunch of stupid changes,

sorry :)
This commit is contained in:
Carlo Calabrò 2004-01-25 17:58:30 +00:00
parent c876674243
commit f7fd8b6514
13 changed files with 26 additions and 26 deletions

View File

@ -2,7 +2,7 @@
* alsa.c : alsa plugin for vlc
*****************************************************************************
* Copyright (C) 2000-2001 VideoLAN
* $Id: alsa.c,v 1.37 2004/01/25 17:32:29 murray Exp $
* $Id: alsa.c,v 1.38 2004/01/25 17:58:29 murray Exp $
*
* Authors: Henri Fallon <henri@videolan.org> - Original Author
* Jeffrey Baker <jwbaker@acm.org> - Port to ALSA 1.0 API
@ -97,7 +97,7 @@ vlc_module_begin();
add_category_hint( N_("ALSA"), NULL, VLC_FALSE );
add_string( "alsadev", DEFAULT_ALSA_DEVICE, aout_FindAndRestart,
N_("ALSA Device Name"), NULL, VLC_FALSE );
set_description( _("ALSA Audio Output") );
set_description( _("ALSA audio output") );
set_capability( "audio output", 150 );
set_callbacks( Open, Close );
vlc_module_end();

View File

@ -2,7 +2,7 @@
* arts.c : aRts module
*****************************************************************************
* Copyright (C) 2001-2002 VideoLAN
* $Id: arts.c,v 1.19 2004/01/25 17:32:29 murray Exp $
* $Id: arts.c,v 1.20 2004/01/25 17:58:29 murray Exp $
*
* Authors: Emmanuel Blindauer <manu@agat.net>
* Samuel Hocevar <sam@zoy.org>
@ -63,7 +63,7 @@ static void Play ( aout_instance_t * );
* Module descriptor
*****************************************************************************/
vlc_module_begin();
set_description( _("aRts Audio Output") );
set_description( _("aRts audio output") );
set_capability( "audio output", 50 );
set_callbacks( Open, Close );
vlc_module_end();

View File

@ -2,7 +2,7 @@
* coreaudio.c: CoreAudio output plugin
*****************************************************************************
* Copyright (C) 2002-2003 VideoLAN
* $Id: coreaudio.c,v 1.8 2004/01/25 17:32:29 murray Exp $
* $Id: coreaudio.c,v 1.9 2004/01/25 17:58:29 murray Exp $
*
* Authors: Colin Delacroix <colin@zoy.org>
* Jon Lech Johansen <jon-vl@nanocrew.net>
@ -221,7 +221,7 @@ static OSStatus StreamListener ( AudioStreamID inStream,
"then be used by default for audio playback.")
vlc_module_begin();
set_description( _("CoreAudio Output") );
set_description( _("CoreAudio output") );
set_capability( "audio output", 100 );
set_callbacks( Open, Close );
add_category_hint( N_("Audio"), NULL, VLC_FALSE );

View File

@ -2,7 +2,7 @@
* directx.c: Windows DirectX audio output method
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: directx.c,v 1.25 2004/01/25 17:32:29 murray Exp $
* $Id: directx.c,v 1.26 2004/01/25 17:58:29 murray Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
@ -206,7 +206,7 @@ static void InterleaveS16 ( int16_t *, int16_t *, int *, int );
* Module descriptor
*****************************************************************************/
vlc_module_begin();
set_description( _("DirectX Audio Output") );
set_description( _("DirectX audio output") );
set_capability( "audio output", 100 );
add_shortcut( "directx" );
set_callbacks( OpenAudio, CloseAudio );

View File

@ -2,7 +2,7 @@
* esd.c : EsounD module
*****************************************************************************
* Copyright (C) 2000, 2001 VideoLAN
* $Id: esd.c,v 1.20 2004/01/25 17:32:29 murray Exp $
* $Id: esd.c,v 1.21 2004/01/25 17:58:29 murray Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
@ -63,7 +63,7 @@ static void Play ( aout_instance_t * );
* Module descriptor
*****************************************************************************/
vlc_module_begin();
set_description( _("EsounD Audio Output") );
set_description( _("EsounD audio output") );
set_capability( "audio output", 50 );
set_callbacks( Open, Close );
add_shortcut( "esound" );

View File

@ -2,7 +2,7 @@
* file.c : audio output which writes the samples to a file
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: file.c,v 1.25 2004/01/25 17:32:29 murray Exp $
* $Id: file.c,v 1.26 2004/01/25 17:58:29 murray Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Gildas Bazin <gbazin@netcourrier.com>
@ -112,7 +112,7 @@ vlc_module_begin();
add_file( "audiofile", "audiofile.wav", NULL, FILE_TEXT,
FILE_LONGTEXT, VLC_FALSE );
add_bool( "audiofile-wav", 1, NULL, WAV_TEXT, WAV_LONGTEXT, VLC_TRUE );
set_description( N_("file audio output") );
set_description( N_("File audio output") );
set_capability( "audio output", 0 );
add_shortcut( "file" );
add_shortcut( "audiofile" );

View File

@ -2,7 +2,7 @@
* oss.c : OSS /dev/dsp module for vlc
*****************************************************************************
* Copyright (C) 2000-2002 VideoLAN
* $Id: oss.c,v 1.62 2004/01/25 17:32:29 murray Exp $
* $Id: oss.c,v 1.63 2004/01/25 17:58:29 murray Exp $
*
* Authors: Michel Kaempf <maxx@via.ecp.fr>
* Sam Hocevar <sam@zoy.org>
@ -109,7 +109,7 @@ vlc_module_begin();
add_file( "dspdev", "/dev/dsp", aout_FindAndRestart,
N_("OSS dsp device"), NULL, VLC_FALSE );
add_bool( "oss-buggy", 0, NULL, BUGGY_TEXT, BUGGY_LONGTEXT, VLC_TRUE );
set_description( _("Linux OSS Audio Output") );
set_description( _("Linux OSS audio output") );
set_capability( "audio output", 100 );
add_shortcut( "oss" );

View File

@ -2,7 +2,7 @@
* sdl.c : SDL audio output plugin for vlc
*****************************************************************************
* Copyright (C) 2000-2002 VideoLAN
* $Id: sdl.c,v 1.25 2004/01/25 17:32:29 murray Exp $
* $Id: sdl.c,v 1.26 2004/01/25 17:58:29 murray Exp $
*
* Authors: Michel Kaempf <maxx@via.ecp.fr>
* Sam Hocevar <sam@zoy.org>
@ -65,7 +65,7 @@ static void SDLCallback ( void *, byte_t *, int );
* Module descriptor
*****************************************************************************/
vlc_module_begin();
set_description( _("Simple DirectMedia Layer Audio Output") );
set_description( _("Simple DirectMedia Layer audio output") );
set_capability( "audio output", 40 );
add_shortcut( "sdl" );
set_callbacks( Open, Close );

View File

@ -2,7 +2,7 @@
* waveout.c : Windows waveOut plugin for vlc
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: waveout.c,v 1.27 2004/01/25 17:32:29 murray Exp $
* $Id: waveout.c,v 1.28 2004/01/25 17:58:29 murray Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
@ -132,7 +132,7 @@ static void InterleaveS16( int16_t *, int *, int );
* Module descriptor
*****************************************************************************/
vlc_module_begin();
set_description( _("Win32 waveOut Extension Output") );
set_description( _("Win32 waveOut extension output") );
set_capability( "audio output", 50 );
set_callbacks( Open, Close );
vlc_module_end();

View File

@ -2,7 +2,7 @@
* copy.c
*****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN
* $Id: copy.c,v 1.22 2004/01/25 17:41:30 murray Exp $
* $Id: copy.c,v 1.23 2004/01/25 17:58:30 murray Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Eric Petit <titer@videolan.org>
@ -38,7 +38,7 @@ static int Open ( vlc_object_t * );
static void Close( vlc_object_t * );
vlc_module_begin();
set_description( _("Copy Packetizer") );
set_description( _("Copy packetizer") );
set_capability( "packetizer", 1 );
set_callbacks( Open, Close );
vlc_module_end();

View File

@ -2,7 +2,7 @@
* mpeg4audio.c: parse and packetize an MPEG 4 audio stream
*****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN
* $Id: mpeg4audio.c,v 1.15 2004/01/25 17:41:30 murray Exp $
* $Id: mpeg4audio.c,v 1.16 2004/01/25 17:58:30 murray Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Gildas Bazin <gbazin@netcourrier.com>
@ -113,7 +113,7 @@ static int ADTSSyncInfo( decoder_t *, const byte_t * p_buf,
* Module descriptor
*****************************************************************************/
vlc_module_begin();
set_description( _("MPEG4 Audio Packetizer") );
set_description( _("MPEG4 audio packetizer") );
set_capability( "packetizer", 50 );
set_callbacks( OpenPacketizer, ClosePacketizer );
vlc_module_end();

View File

@ -2,7 +2,7 @@
* mpeg4video.c: mpeg 4 video packetizer
*****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN
* $Id: mpeg4video.c,v 1.23 2004/01/25 17:41:30 murray Exp $
* $Id: mpeg4video.c,v 1.24 2004/01/25 17:58:30 murray Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Eric Petit <titer@videolan.org>
@ -41,7 +41,7 @@ static int Open ( vlc_object_t * );
static void Close( vlc_object_t * );
vlc_module_begin();
set_description( _("MPEG4 Video Packetizer") );
set_description( _("MPEG4 video packetizer") );
set_capability( "packetizer", 50 );
set_callbacks( Open, Close );
vlc_module_end();

View File

@ -2,7 +2,7 @@
* mpegvideo.c: parse and packetize an MPEG1/2 video stream
*****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN
* $Id: mpegvideo.c,v 1.26 2004/01/25 17:41:30 murray Exp $
* $Id: mpegvideo.c,v 1.27 2004/01/25 17:58:30 murray Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Eric Petit <titer@videolan.org>
@ -55,7 +55,7 @@ static int Open ( vlc_object_t * );
static void Close( vlc_object_t * );
vlc_module_begin();
set_description( _("MPEG-I/II Video Packetizer") );
set_description( _("MPEG-I/II video packetizer") );
set_capability( "packetizer", 50 );
set_callbacks( Open, Close );
vlc_module_end();