Commit f7fd8b65 authored by Carlo Calabrò's avatar Carlo Calabrò

reverting a whole bunch of stupid changes,

sorry :)
parent c8766742
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* alsa.c : alsa plugin for vlc * alsa.c : alsa plugin for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2000-2001 VideoLAN * 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 * Authors: Henri Fallon <henri@videolan.org> - Original Author
* Jeffrey Baker <jwbaker@acm.org> - Port to ALSA 1.0 API * Jeffrey Baker <jwbaker@acm.org> - Port to ALSA 1.0 API
...@@ -97,7 +97,7 @@ vlc_module_begin(); ...@@ -97,7 +97,7 @@ vlc_module_begin();
add_category_hint( N_("ALSA"), NULL, VLC_FALSE ); add_category_hint( N_("ALSA"), NULL, VLC_FALSE );
add_string( "alsadev", DEFAULT_ALSA_DEVICE, aout_FindAndRestart, add_string( "alsadev", DEFAULT_ALSA_DEVICE, aout_FindAndRestart,
N_("ALSA Device Name"), NULL, VLC_FALSE ); N_("ALSA Device Name"), NULL, VLC_FALSE );
set_description( _("ALSA Audio Output") ); set_description( _("ALSA audio output") );
set_capability( "audio output", 150 ); set_capability( "audio output", 150 );
set_callbacks( Open, Close ); set_callbacks( Open, Close );
vlc_module_end(); vlc_module_end();
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* arts.c : aRts module * arts.c : aRts module
***************************************************************************** *****************************************************************************
* Copyright (C) 2001-2002 VideoLAN * 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> * Authors: Emmanuel Blindauer <manu@agat.net>
* Samuel Hocevar <sam@zoy.org> * Samuel Hocevar <sam@zoy.org>
...@@ -63,7 +63,7 @@ static void Play ( aout_instance_t * ); ...@@ -63,7 +63,7 @@ static void Play ( aout_instance_t * );
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
vlc_module_begin(); vlc_module_begin();
set_description( _("aRts Audio Output") ); set_description( _("aRts audio output") );
set_capability( "audio output", 50 ); set_capability( "audio output", 50 );
set_callbacks( Open, Close ); set_callbacks( Open, Close );
vlc_module_end(); vlc_module_end();
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* coreaudio.c: CoreAudio output plugin * coreaudio.c: CoreAudio output plugin
***************************************************************************** *****************************************************************************
* Copyright (C) 2002-2003 VideoLAN * 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> * Authors: Colin Delacroix <colin@zoy.org>
* Jon Lech Johansen <jon-vl@nanocrew.net> * Jon Lech Johansen <jon-vl@nanocrew.net>
...@@ -221,7 +221,7 @@ static OSStatus StreamListener ( AudioStreamID inStream, ...@@ -221,7 +221,7 @@ static OSStatus StreamListener ( AudioStreamID inStream,
"then be used by default for audio playback.") "then be used by default for audio playback.")
vlc_module_begin(); vlc_module_begin();
set_description( _("CoreAudio Output") ); set_description( _("CoreAudio output") );
set_capability( "audio output", 100 ); set_capability( "audio output", 100 );
set_callbacks( Open, Close ); set_callbacks( Open, Close );
add_category_hint( N_("Audio"), NULL, VLC_FALSE ); add_category_hint( N_("Audio"), NULL, VLC_FALSE );
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* directx.c: Windows DirectX audio output method * directx.c: Windows DirectX audio output method
***************************************************************************** *****************************************************************************
* Copyright (C) 2001 VideoLAN * 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> * Authors: Gildas Bazin <gbazin@netcourrier.com>
* *
...@@ -206,7 +206,7 @@ static void InterleaveS16 ( int16_t *, int16_t *, int *, int ); ...@@ -206,7 +206,7 @@ static void InterleaveS16 ( int16_t *, int16_t *, int *, int );
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
vlc_module_begin(); vlc_module_begin();
set_description( _("DirectX Audio Output") ); set_description( _("DirectX audio output") );
set_capability( "audio output", 100 ); set_capability( "audio output", 100 );
add_shortcut( "directx" ); add_shortcut( "directx" );
set_callbacks( OpenAudio, CloseAudio ); set_callbacks( OpenAudio, CloseAudio );
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* esd.c : EsounD module * esd.c : EsounD module
***************************************************************************** *****************************************************************************
* Copyright (C) 2000, 2001 VideoLAN * 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> * Authors: Samuel Hocevar <sam@zoy.org>
* *
...@@ -63,7 +63,7 @@ static void Play ( aout_instance_t * ); ...@@ -63,7 +63,7 @@ static void Play ( aout_instance_t * );
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
vlc_module_begin(); vlc_module_begin();
set_description( _("EsounD Audio Output") ); set_description( _("EsounD audio output") );
set_capability( "audio output", 50 ); set_capability( "audio output", 50 );
set_callbacks( Open, Close ); set_callbacks( Open, Close );
add_shortcut( "esound" ); add_shortcut( "esound" );
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* file.c : audio output which writes the samples to a file * file.c : audio output which writes the samples to a file
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 VideoLAN * 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> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* Gildas Bazin <gbazin@netcourrier.com> * Gildas Bazin <gbazin@netcourrier.com>
...@@ -112,7 +112,7 @@ vlc_module_begin(); ...@@ -112,7 +112,7 @@ vlc_module_begin();
add_file( "audiofile", "audiofile.wav", NULL, FILE_TEXT, add_file( "audiofile", "audiofile.wav", NULL, FILE_TEXT,
FILE_LONGTEXT, VLC_FALSE ); FILE_LONGTEXT, VLC_FALSE );
add_bool( "audiofile-wav", 1, NULL, WAV_TEXT, WAV_LONGTEXT, VLC_TRUE ); 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 ); set_capability( "audio output", 0 );
add_shortcut( "file" ); add_shortcut( "file" );
add_shortcut( "audiofile" ); add_shortcut( "audiofile" );
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* oss.c : OSS /dev/dsp module for vlc * oss.c : OSS /dev/dsp module for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2000-2002 VideoLAN * 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> * Authors: Michel Kaempf <maxx@via.ecp.fr>
* Sam Hocevar <sam@zoy.org> * Sam Hocevar <sam@zoy.org>
...@@ -109,7 +109,7 @@ vlc_module_begin(); ...@@ -109,7 +109,7 @@ vlc_module_begin();
add_file( "dspdev", "/dev/dsp", aout_FindAndRestart, add_file( "dspdev", "/dev/dsp", aout_FindAndRestart,
N_("OSS dsp device"), NULL, VLC_FALSE ); N_("OSS dsp device"), NULL, VLC_FALSE );
add_bool( "oss-buggy", 0, NULL, BUGGY_TEXT, BUGGY_LONGTEXT, VLC_TRUE ); 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 ); set_capability( "audio output", 100 );
add_shortcut( "oss" ); add_shortcut( "oss" );
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* sdl.c : SDL audio output plugin for vlc * sdl.c : SDL audio output plugin for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2000-2002 VideoLAN * 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> * Authors: Michel Kaempf <maxx@via.ecp.fr>
* Sam Hocevar <sam@zoy.org> * Sam Hocevar <sam@zoy.org>
...@@ -65,7 +65,7 @@ static void SDLCallback ( void *, byte_t *, int ); ...@@ -65,7 +65,7 @@ static void SDLCallback ( void *, byte_t *, int );
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
vlc_module_begin(); vlc_module_begin();
set_description( _("Simple DirectMedia Layer Audio Output") ); set_description( _("Simple DirectMedia Layer audio output") );
set_capability( "audio output", 40 ); set_capability( "audio output", 40 );
add_shortcut( "sdl" ); add_shortcut( "sdl" );
set_callbacks( Open, Close ); set_callbacks( Open, Close );
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* waveout.c : Windows waveOut plugin for vlc * waveout.c : Windows waveOut plugin for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2001 VideoLAN * 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> * Authors: Gildas Bazin <gbazin@netcourrier.com>
* *
...@@ -132,7 +132,7 @@ static void InterleaveS16( int16_t *, int *, int ); ...@@ -132,7 +132,7 @@ static void InterleaveS16( int16_t *, int *, int );
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
vlc_module_begin(); vlc_module_begin();
set_description( _("Win32 waveOut Extension Output") ); set_description( _("Win32 waveOut extension output") );
set_capability( "audio output", 50 ); set_capability( "audio output", 50 );
set_callbacks( Open, Close ); set_callbacks( Open, Close );
vlc_module_end(); vlc_module_end();
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* copy.c * copy.c
***************************************************************************** *****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN * 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> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Eric Petit <titer@videolan.org> * Eric Petit <titer@videolan.org>
...@@ -38,7 +38,7 @@ static int Open ( vlc_object_t * ); ...@@ -38,7 +38,7 @@ static int Open ( vlc_object_t * );
static void Close( vlc_object_t * ); static void Close( vlc_object_t * );
vlc_module_begin(); vlc_module_begin();
set_description( _("Copy Packetizer") ); set_description( _("Copy packetizer") );
set_capability( "packetizer", 1 ); set_capability( "packetizer", 1 );
set_callbacks( Open, Close ); set_callbacks( Open, Close );
vlc_module_end(); vlc_module_end();
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* mpeg4audio.c: parse and packetize an MPEG 4 audio stream * mpeg4audio.c: parse and packetize an MPEG 4 audio stream
***************************************************************************** *****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN * 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> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Gildas Bazin <gbazin@netcourrier.com> * Gildas Bazin <gbazin@netcourrier.com>
...@@ -113,7 +113,7 @@ static int ADTSSyncInfo( decoder_t *, const byte_t * p_buf, ...@@ -113,7 +113,7 @@ static int ADTSSyncInfo( decoder_t *, const byte_t * p_buf,
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
vlc_module_begin(); vlc_module_begin();
set_description( _("MPEG4 Audio Packetizer") ); set_description( _("MPEG4 audio packetizer") );
set_capability( "packetizer", 50 ); set_capability( "packetizer", 50 );
set_callbacks( OpenPacketizer, ClosePacketizer ); set_callbacks( OpenPacketizer, ClosePacketizer );
vlc_module_end(); vlc_module_end();
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* mpeg4video.c: mpeg 4 video packetizer * mpeg4video.c: mpeg 4 video packetizer
***************************************************************************** *****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN * 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> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Eric Petit <titer@videolan.org> * Eric Petit <titer@videolan.org>
...@@ -41,7 +41,7 @@ static int Open ( vlc_object_t * ); ...@@ -41,7 +41,7 @@ static int Open ( vlc_object_t * );
static void Close( vlc_object_t * ); static void Close( vlc_object_t * );
vlc_module_begin(); vlc_module_begin();
set_description( _("MPEG4 Video Packetizer") ); set_description( _("MPEG4 video packetizer") );
set_capability( "packetizer", 50 ); set_capability( "packetizer", 50 );
set_callbacks( Open, Close ); set_callbacks( Open, Close );
vlc_module_end(); vlc_module_end();
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* mpegvideo.c: parse and packetize an MPEG1/2 video stream * mpegvideo.c: parse and packetize an MPEG1/2 video stream
***************************************************************************** *****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN * 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> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Eric Petit <titer@videolan.org> * Eric Petit <titer@videolan.org>
...@@ -55,7 +55,7 @@ static int Open ( vlc_object_t * ); ...@@ -55,7 +55,7 @@ static int Open ( vlc_object_t * );
static void Close( vlc_object_t * ); static void Close( vlc_object_t * );
vlc_module_begin(); vlc_module_begin();
set_description( _("MPEG-I/II Video Packetizer") ); set_description( _("MPEG-I/II video packetizer") );
set_capability( "packetizer", 50 ); set_capability( "packetizer", 50 );
set_callbacks( Open, Close ); set_callbacks( Open, Close );
vlc_module_end(); vlc_module_end();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment