Commit 6de15a63 authored by Clément Stenac's avatar Clément Stenac

* Strings review in include/

* Removed trailing spaces
parent f7fd8b65
/***************************************************************************** /*****************************************************************************
* beos_specific.h: BeOS specific features * beos_specific.h: BeOS specific features
***************************************************************************** *****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN * Copyright (C) 1999, 2000 VideoLAN
* $Id: beos_specific.h,v 1.8 2003/01/19 03:16:24 sam Exp $ * $Id: beos_specific.h,v 1.9 2004/01/25 18:17:08 zorglub Exp $
* *
* Authors: Jean-Marc Dressler <polux@via.ecp.fr> * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* *
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* charset.h: Determine a canonical name for the current locale's character encoding. * charset.h: Determine a canonical name for the current locale's character encoding.
***************************************************************************** *****************************************************************************
* Copyright (C) 2003 VideoLAN * Copyright (C) 2003 VideoLAN
* $Id: charset.h,v 1.1 2003/08/23 12:59:31 hartman Exp $ * $Id: charset.h,v 1.2 2004/01/25 18:17:08 zorglub Exp $
* *
* Author: Derk-Jan Hartman <thedj at users.sourceforge.net> * Author: Derk-Jan Hartman <thedj at users.sourceforge.net>
* *
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* codecs.h: codec related structures needed by the demuxers and decoders * codecs.h: codec related structures needed by the demuxers and decoders
***************************************************************************** *****************************************************************************
* Copyright (C) 1999-2001 VideoLAN * Copyright (C) 1999-2001 VideoLAN
* $Id: codecs.h,v 1.9 2004/01/04 04:50:24 sam Exp $ * $Id: codecs.h,v 1.10 2004/01/25 18:17:08 zorglub Exp $
* *
* Author: Gildas Bazin <gbazin@netcourrier.com> * Author: Gildas Bazin <gbazin@netcourrier.com>
* *
...@@ -155,7 +155,7 @@ static inline void wf_tag_to_fourcc( uint16_t i_tag, ...@@ -155,7 +155,7 @@ static inline void wf_tag_to_fourcc( uint16_t i_tag,
typedef struct es_sys_t typedef struct es_sys_t
{ {
char *psz_header; /* for 'ssa ' and 'subt' */ char *psz_header; /* for 'ssa ' and 'subt' */
/* for spudec */ /* for spudec */
unsigned int i_orig_height; unsigned int i_orig_height;
unsigned int i_orig_width; unsigned int i_orig_width;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* It includes functions allowing to declare, get or set configuration options. * It includes functions allowing to declare, get or set configuration options.
***************************************************************************** *****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN * Copyright (C) 1999, 2000 VideoLAN
* $Id: configuration.h,v 1.33 2003/12/13 17:16:11 gbazin Exp $ * $Id: configuration.h,v 1.34 2004/01/25 18:17:08 zorglub Exp $
* *
* Authors: Gildas Bazin <gbazin@netcourrier.com> * Authors: Gildas Bazin <gbazin@netcourrier.com>
* *
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......
/***************************************************************************** /*****************************************************************************
* darwin_specific.h: Darwin specific features * darwin_specific.h: Darwin specific features
***************************************************************************** *****************************************************************************
* Copyright (C) 2001 VideoLAN * Copyright (C) 2001 VideoLAN
* $Id: darwin_specific.h,v 1.7 2003/01/19 03:16:24 sam Exp $ * $Id: darwin_specific.h,v 1.8 2004/01/25 18:17:08 zorglub Exp $
* *
* Authors: Samuel Hocevar <sam@zoy.org> * Authors: Samuel Hocevar <sam@zoy.org>
* *
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* intf_eject.h: CD/DVD-ROM ejection handling functions * intf_eject.h: CD/DVD-ROM ejection handling functions
***************************************************************************** *****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN * Copyright (C) 2001, 2002 VideoLAN
* $Id: intf_eject.h,v 1.5 2002/07/31 20:56:50 sam Exp $ * $Id: intf_eject.h,v 1.6 2004/01/25 18:17:08 zorglub Exp $
* *
* Author: Julien Blache <jb@technologeek.org> * Author: Julien Blache <jb@technologeek.org>
* *
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Declaration and extern access to global program object. * Declaration and extern access to global program object.
***************************************************************************** *****************************************************************************
* Copyright (C) 1999, 2000, 2001, 2002 VideoLAN * Copyright (C) 1999, 2000, 2001, 2002 VideoLAN
* $Id: main.h,v 1.56 2003/10/29 01:33:27 gbazin Exp $ * $Id: main.h,v 1.57 2004/01/25 18:17:08 zorglub Exp $
* *
* Authors: Vincent Seguin <seguin@via.ecp.fr> * Authors: Vincent Seguin <seguin@via.ecp.fr>
* *
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* os_specific.h: OS specific features * os_specific.h: OS specific features
***************************************************************************** *****************************************************************************
* Copyright (C) 2001 VideoLAN * Copyright (C) 2001 VideoLAN
* $Id: os_specific.h,v 1.12 2003/09/29 18:20:37 gbazin Exp $ * $Id: os_specific.h,v 1.13 2004/01/25 18:17:08 zorglub Exp $
* *
* Authors: Samuel Hocevar <sam@zoy.org> * Authors: Samuel Hocevar <sam@zoy.org>
* Gildas Bazin <gbazin@netcourrier.com> * Gildas Bazin <gbazin@netcourrier.com>
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* of the reading. * of the reading.
***************************************************************************** *****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN * Copyright (C) 1999, 2000 VideoLAN
* $Id: stream_control.h,v 1.11 2003/09/07 22:45:16 fenrir Exp $ * $Id: stream_control.h,v 1.12 2004/01/25 18:17:08 zorglub Exp $
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* *
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* stream_output.h : stream output module * stream_output.h : stream output module
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 VideoLAN * Copyright (C) 2002 VideoLAN
* $Id: stream_output.h,v 1.19 2004/01/23 17:56:14 gbazin Exp $ * $Id: stream_output.h,v 1.20 2004/01/25 18:17:08 zorglub Exp $
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* Laurent Aimar <fenrir@via.ecp.fr> * Laurent Aimar <fenrir@via.ecp.fr>
...@@ -179,7 +179,7 @@ struct sout_mux_t ...@@ -179,7 +179,7 @@ struct sout_mux_t
/* creater private */ /* creater private */
void *p_sys_owner; void *p_sys_owner;
#endif #endif
/* XXX private to stream_output.c */ /* XXX private to stream_output.c */
/* if muxer doesn't support adding stream at any time then we first wait /* if muxer doesn't support adding stream at any time then we first wait
* for stream then we refuse all stream and start muxing */ * for stream then we refuse all stream and start muxing */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* variables.h: variables handling * variables.h: variables handling
***************************************************************************** *****************************************************************************
* Copyright (C) 2002-2004 VideoLAN * Copyright (C) 2002-2004 VideoLAN
* $Id: variables.h,v 1.21 2004/01/09 22:11:04 hartman Exp $ * $Id: variables.h,v 1.22 2004/01/25 18:17:08 zorglub Exp $
* *
* Authors: Samuel Hocevar <sam@zoy.org> * Authors: Samuel Hocevar <sam@zoy.org>
* Gildas Bazin <gbazin@netcourrier.com> * Gildas Bazin <gbazin@netcourrier.com>
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
typedef struct callback_entry_t callback_entry_t; typedef struct callback_entry_t callback_entry_t;
/** /**
* The structure describing a variable. * The structure describing a variable.
* \note vlc_value_t is the common union for variable values * \note vlc_value_t is the common union for variable values
*/ */
struct variable_t struct variable_t
{ {
......
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
* aout.h: audio output header for vlc * aout.h: audio output header for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 VideoLAN * Copyright (C) 2002 VideoLAN
* $Id: aout.h,v 1.1 2002/06/01 12:31:58 sam Exp $ * $Id: aout.h,v 1.2 2004/01/25 18:17:08 zorglub Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
* decoder.h: header for vlc decoders * decoder.h: header for vlc decoders
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 VideoLAN * Copyright (C) 2002 VideoLAN
* $Id: decoder.h,v 1.3 2003/10/08 21:01:07 gbazin Exp $ * $Id: decoder.h,v 1.4 2004/01/25 18:17:08 zorglub Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
* input.h: input modules header for vlc * input.h: input modules header for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 VideoLAN * Copyright (C) 2002 VideoLAN
* $Id: input.h,v 1.3 2003/09/07 22:45:16 fenrir Exp $ * $Id: input.h,v 1.4 2004/01/25 18:17:08 zorglub Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
* intf.h: interface header for vlc * intf.h: interface header for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 VideoLAN * Copyright (C) 2002 VideoLAN
* $Id: intf.h,v 1.3 2003/06/24 13:33:49 sam Exp $ * $Id: intf.h,v 1.4 2004/01/25 18:17:08 zorglub Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
* sout.h: video output header for vlc * sout.h: video output header for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 VideoLAN * Copyright (C) 2002 VideoLAN
* $Id: sout.h,v 1.3 2003/09/02 20:19:25 gbazin Exp $ * $Id: sout.h,v 1.4 2004/01/25 18:17:08 zorglub Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...@@ -36,7 +36,7 @@ extern "C" { ...@@ -36,7 +36,7 @@ extern "C" {
*****************************************************************************/ *****************************************************************************/
#include "vlc_block.h" #include "vlc_block.h"
#include "stream_output.h" #include "stream_output.h"
# ifdef __cplusplus # ifdef __cplusplus
} }
# endif # endif
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* vlc.h: global header for vlc * vlc.h: global header for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN * Copyright (C) 1998, 1999, 2000 VideoLAN
* $Id: vlc.h,v 1.29 2004/01/06 08:50:20 zorglub Exp $ * $Id: vlc.h,v 1.30 2004/01/25 18:17:08 zorglub Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
...@@ -139,7 +139,7 @@ int VLC_Play ( int ); ...@@ -139,7 +139,7 @@ int VLC_Play ( int );
int VLC_Pause ( int ); int VLC_Pause ( int );
int VLC_Stop ( int ); int VLC_Stop ( int );
int VLC_FullScreen ( int ); int VLC_FullScreen ( int );
int VLC_ClearPlaylist( int ); int VLC_ClearPlaylist( int );
vlc_bool_t VLC_IsPlaying ( int ); vlc_bool_t VLC_IsPlaying ( int );
# ifdef __cplusplus # ifdef __cplusplus
......
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
* vout.h: video output header for vlc * vout.h: video output header for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 VideoLAN * Copyright (C) 2002 VideoLAN
* $Id: vout.h,v 1.2 2003/06/26 12:19:59 sam Exp $ * $Id: vout.h,v 1.3 2004/01/25 18:17:08 zorglub Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
* Channel method * Channel method
*/ */
/* Delay between channel changes - this is required to avoid flooding the /* Delay between channel changes - this is required to avoid flooding the
* channel server */ * channel server */
#define INPUT_CHANNEL_CHANGE_DELAY (mtime_t)(5*CLOCK_FREQ) #define INPUT_CHANNEL_CHANGE_DELAY (mtime_t)(5*CLOCK_FREQ)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* cpu.h: CPU type detection * cpu.h: CPU type detection
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 VideoLAN * Copyright (C) 2002 VideoLAN
* $Id: vlc_cpu.h,v 1.5 2002/11/11 14:39:11 sam Exp $ * $Id: vlc_cpu.h,v 1.6 2004/01/25 18:17:08 zorglub Exp $
* *
* Authors: Samuel Hocevar <sam@zoy.org> * Authors: Samuel Hocevar <sam@zoy.org>
* *
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* vlc_help.h: Help strings * vlc_help.h: Help strings
***************************************************************************** *****************************************************************************
* Copyright (C) 2003 VideoLAN * Copyright (C) 2003 VideoLAN
* $Id: vlc_help.h,v 1.6 2003/12/22 02:24:53 sam Exp $ * $Id: vlc_help.h,v 1.7 2004/01/25 18:17:08 zorglub Exp $
* *
* Authors: Clément Stenac <zorglub@videolan.org> * Authors: Clément Stenac <zorglub@videolan.org>
* Anil Daoud <anil@videolan.org> * Anil Daoud <anil@videolan.org>
...@@ -32,13 +32,13 @@ ...@@ -32,13 +32,13 @@
#define GENERAL_TITLE N_( "VLC preferences" ) #define GENERAL_TITLE N_( "VLC preferences" )
#define GENERAL_HELP N_( \ #define GENERAL_HELP N_( \
"Configure some global options in General Settings " \ "Configure some global options in General Settings " \
"and configure each VLC plugin in the Plugins section.\n" \ "and configure each VLC module in the Modules section.\n" \
"Click on \"Advanced Options\" to see all options." ) "Click on \"Advanced Options\" to see all options." )
#define PLUGIN_TITLE N_( "VLC plugins preferences" ) #define PLUGIN_TITLE N_( "VLC modules preferences" )
#define PLUGIN_HELP N_( \ #define PLUGIN_HELP N_( \
"In this tree, you can set options for every plugin used by VLC.\n" \ "In this tree, you can set options for every module used by VLC.\n" \
"Plugins are sorted by type.\nHave fun tuning VLC!" ) "Modules are sorted by type.\nHave fun tuning VLC!" )
/* /*
* Then, help for each module capabilities. * Then, help for each module capabilities.
...@@ -59,7 +59,8 @@ ...@@ -59,7 +59,8 @@
#define AOUT_HELP N_("These are general settings for audio output modules.") #define AOUT_HELP N_("These are general settings for audio output modules.")
#define AOUT_ENC_TITLE N_("Audio encoders settings") #define AOUT_ENC_TITLE N_("Audio encoders settings")
#define AOUT_ENC_HELP N_("These are general settings for audio encoding modules.") #define AOUT_ENC_HELP N_( \
"These are general settings for audio encoding modules.")
#define CHROMA_TITLE N_("Chroma modules settings") #define CHROMA_TITLE N_("Chroma modules settings")
#define CHROMA_HELP N_("These settings affect chroma transformation modules.") #define CHROMA_HELP N_("These settings affect chroma transformation modules.")
...@@ -102,7 +103,7 @@ ...@@ -102,7 +103,7 @@
"Video filters can be enabled in the Video section and configured " \ "Video filters can be enabled in the Video section and configured " \
"here.\n" \ "here.\n" \
"Configure the \"adjust\" filter to modify contrast/hue/saturation " \ "Configure the \"adjust\" filter to modify contrast/hue/saturation " \
" settings.") "settings.")
/* /*
* A little help for modules with unknown capabilities * A little help for modules with unknown capabilities
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* interface, such as message output. * interface, such as message output.
***************************************************************************** *****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN * Copyright (C) 1999, 2000 VideoLAN
* $Id: vlc_interface.h,v 1.8 2003/10/29 17:32:54 zorglub Exp $ * $Id: vlc_interface.h,v 1.9 2004/01/25 18:17:08 zorglub Exp $
* *
* Authors: Vincent Seguin <seguin@via.ecp.fr> * Authors: Vincent Seguin <seguin@via.ecp.fr>
* *
...@@ -27,8 +27,8 @@ typedef struct intf_dialog_args_t intf_dialog_args_t; ...@@ -27,8 +27,8 @@ typedef struct intf_dialog_args_t intf_dialog_args_t;
/** /**
* \file * \file
* This file contains structures and function prototypes for * This file contains structures and function prototypes for
* interface management in vlc * interface management in vlc
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* hotkeys.h: keycode defines * hotkeys.h: keycode defines
***************************************************************************** *****************************************************************************
* Copyright (C) 2003 VideoLAN * Copyright (C) 2003 VideoLAN
* $Id: vlc_keys.h,v 1.12 2003/12/12 23:03:35 yoann Exp $ * $Id: vlc_keys.h,v 1.13 2004/01/25 18:17:08 zorglub Exp $
* *
* Authors: Sigmund Augdal <sigmunau@idi.ntnu.no> * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
* *
...@@ -198,27 +198,27 @@ static inline int StringToKey( char *psz_key ) ...@@ -198,27 +198,27 @@ static inline int StringToKey( char *psz_key )
#define ACTIONID_JUMP_FORWARD_1MIN 21 #define ACTIONID_JUMP_FORWARD_1MIN 21
#define ACTIONID_JUMP_BACKWARD_5MIN 22 #define ACTIONID_JUMP_BACKWARD_5MIN 22
#define ACTIONID_JUMP_FORWARD_5MIN 23 #define ACTIONID_JUMP_FORWARD_5MIN 23
#define ACTIONID_POSITION 24 #define ACTIONID_POSITION 24
#define ACTIONID_VOL_MUTE 25 #define ACTIONID_VOL_MUTE 25
/* let ACTIONID_SET_BOOMARK* and ACTIONID_PLAY_BOOKMARK* be contiguous */ /* let ACTIONID_SET_BOOMARK* and ACTIONID_PLAY_BOOKMARK* be contiguous */
#define ACTIONID_SET_BOOKMARK1 26 #define ACTIONID_SET_BOOKMARK1 26
#define ACTIONID_SET_BOOKMARK2 27 #define ACTIONID_SET_BOOKMARK2 27
#define ACTIONID_SET_BOOKMARK3 28 #define ACTIONID_SET_BOOKMARK3 28
#define ACTIONID_SET_BOOKMARK4 29 #define ACTIONID_SET_BOOKMARK4 29
#define ACTIONID_SET_BOOKMARK5 30 #define ACTIONID_SET_BOOKMARK5 30
#define ACTIONID_SET_BOOKMARK6 31 #define ACTIONID_SET_BOOKMARK6 31
#define ACTIONID_SET_BOOKMARK7 32 #define ACTIONID_SET_BOOKMARK7 32
#define ACTIONID_SET_BOOKMARK8 33 #define ACTIONID_SET_BOOKMARK8 33
#define ACTIONID_SET_BOOKMARK9 34 #define ACTIONID_SET_BOOKMARK9 34
#define ACTIONID_SET_BOOKMARK10 35 #define ACTIONID_SET_BOOKMARK10 35
#define ACTIONID_PLAY_BOOKMARK1 36 #define ACTIONID_PLAY_BOOKMARK1 36
#define ACTIONID_PLAY_BOOKMARK2 37 #define ACTIONID_PLAY_BOOKMARK2 37
#define ACTIONID_PLAY_BOOKMARK3 38 #define ACTIONID_PLAY_BOOKMARK3 38
#define ACTIONID_PLAY_BOOKMARK4 39 #define ACTIONID_PLAY_BOOKMARK4 39
#define ACTIONID_PLAY_BOOKMARK5 40 #define ACTIONID_PLAY_BOOKMARK5 40
#define ACTIONID_PLAY_BOOKMARK6 41 #define ACTIONID_PLAY_BOOKMARK6 41
#define ACTIONID_PLAY_BOOKMARK7 42 #define ACTIONID_PLAY_BOOKMARK7 42
#define ACTIONID_PLAY_BOOKMARK8 43 #define ACTIONID_PLAY_BOOKMARK8 43
#define ACTIONID_PLAY_BOOKMARK9 44 #define ACTIONID_PLAY_BOOKMARK9 44
#define ACTIONID_PLAY_BOOKMARK10 45 #define ACTIONID_PLAY_BOOKMARK10 45
/* end of contiguous zone */ /* end of contiguous zone */
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* interface, such as message output. * interface, such as message output.
***************************************************************************** *****************************************************************************
* Copyright (C) 1999, 2000, 2001, 2002 VideoLAN * Copyright (C) 1999, 2000, 2001, 2002 VideoLAN
* $Id: vlc_messages.h,v 1.10 2003/12/04 17:15:59 gbazin Exp $ * $Id: vlc_messages.h,v 1.11 2004/01/25 18:17:08 zorglub Exp $
* *
* Authors: Vincent Seguin <seguin@via.ecp.fr> * Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org> * Samuel Hocevar <sam@zoy.org>
...@@ -55,9 +55,9 @@ typedef struct ...@@ -55,9 +55,9 @@ typedef struct
/* Message types */ /* Message types */
/** standard messages */ /** standard messages */
#define VLC_MSG_INFO 0 #define VLC_MSG_INFO 0
/** error messages */ /** error messages */
#define VLC_MSG_ERR 1 #define VLC_MSG_ERR 1
/** warning messages */ /** warning messages */
#define VLC_MSG_WARN 2 #define VLC_MSG_WARN 2
/** debug messages */ /** debug messages */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* vlc_objects.h: vlc_object_t definition. * vlc_objects.h: vlc_object_t definition.
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 VideoLAN * Copyright (C) 2002 VideoLAN
* $Id: vlc_objects.h,v 1.21 2003/11/24 00:39:00 fenrir Exp $ * $Id: vlc_objects.h,v 1.22 2004/01/25 18:17:08 zorglub Exp $
* *
* Authors: Samuel Hocevar <sam@zoy.org> * Authors: Samuel Hocevar <sam@zoy.org>
* *
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* This file defines the vlc_object_t structure and object types * This file defines the vlc_object_t structure and object types
*/ */
/** /**
* \defgroup vlc_object Objects * \defgroup vlc_object Objects
* @{ * @{
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* vlc_playlist.h : Playlist functions * vlc_playlist.h : Playlist functions
***************************************************************************** *****************************************************************************
* Copyright (C) 1999-2004 VideoLAN * Copyright (C) 1999-2004 VideoLAN
* $Id: vlc_playlist.h,v 1.25 2004/01/23 10:48:08 zorglub Exp $ * $Id: vlc_playlist.h,v 1.26 2004/01/25 18:17:08 zorglub Exp $
* *
* Authors: Samuel Hocevar <sam@zoy.org> * Authors: Samuel Hocevar <sam@zoy.org>
* *
...@@ -232,7 +232,7 @@ static inline vlc_bool_t playlist_IsPlaying( playlist_t * p_playlist ) ...@@ -232,7 +232,7 @@ static inline vlc_bool_t playlist_IsPlaying( playlist_t * p_playlist )
vlc_bool_t b_playing; vlc_bool_t b_playing;
vlc_mutex_lock( &p_playlist->object_lock ); vlc_mutex_lock( &p_playlist->object_lock );
b_playing = p_playlist->i_status == PLAYLIST_RUNNING; b_playing = p_playlist->i_status == PLAYLIST_RUNNING;
vlc_mutex_unlock( &p_playlist->object_lock ); vlc_mutex_unlock( &p_playlist->object_lock );
return( b_playing ); return( b_playing );
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* includes all common video types and constants. * includes all common video types and constants.
***************************************************************************** *****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN * Copyright (C) 1999, 2000 VideoLAN
* $Id: vlc_video.h,v 1.8 2004/01/10 13:59:25 rocky Exp $ * $Id: vlc_video.h,v 1.9 2004/01/25 18:17:08 zorglub Exp $
* *
* Authors: Vincent Seguin <seguin@via.ecp.fr> * Authors: Vincent Seguin <seguin@via.ecp.fr>
* *
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...@@ -95,7 +95,7 @@ struct picture_t ...@@ -95,7 +95,7 @@ struct picture_t
unsigned int i_nb_fields; /**< # of displayed fields */ unsigned int i_nb_fields; /**< # of displayed fields */
vlc_bool_t b_top_field_first; /**< which field is first */ vlc_bool_t b_top_field_first; /**< which field is first */
/**@}*/ /**@}*/
/** The picture heap we are attached to */ /** The picture heap we are attached to */
picture_heap_t* p_heap; picture_heap_t* p_heap;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* vout_synchro.h: frame-dropping structures * vout_synchro.h: frame-dropping structures
***************************************************************************** *****************************************************************************
* Copyright (C) 1999-2003 VideoLAN * Copyright (C) 1999-2003 VideoLAN
* $Id: vout_synchro.h,v 1.3 2003/11/04 17:46:18 gbazin Exp $ * $Id: vout_synchro.h,v 1.4 2004/01/25 18:17:08 zorglub Exp $
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* Jean-Marc Dressler <polux@via.ecp.fr> * Jean-Marc Dressler <polux@via.ecp.fr>
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...@@ -70,7 +70,7 @@ struct vout_synchro_t ...@@ -70,7 +70,7 @@ struct vout_synchro_t
/* Pictures types */ /* Pictures types */
#define I_CODING_TYPE 1 #define I_CODING_TYPE 1
#define P_CODING_TYPE 2 #define P_CODING_TYPE 2
#define B_CODING_TYPE 3 #define B_CODING_TYPE 3
#define D_CODING_TYPE 4 /* MPEG-1 ONLY */ #define D_CODING_TYPE 4 /* MPEG-1 ONLY */
/* other values are reserved */ /* other values are reserved */
......
/***************************************************************************** /*****************************************************************************
* win32_specific.h: Win32 specific features * win32_specific.h: Win32 specific features
***************************************************************************** *****************************************************************************
* Copyright (C) 2001 VideoLAN * Copyright (C) 2001 VideoLAN
* $Id: win32_specific.h,v 1.4 2002/06/01 14:31:32 sam Exp $ * $Id: win32_specific.h,v 1.5 2004/01/25 18:17:08 zorglub Exp $
* *
* Authors: Samuel Hocevar <sam@zoy.org> * Authors: Samuel Hocevar <sam@zoy.org>
* Gildas Bazin <gbazin@netcourrier.com> * Gildas Bazin <gbazin@netcourrier.com>
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......
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