Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
6de15a63
Commit
6de15a63
authored
Jan 25, 2004
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Strings review in include/
* Removed trailing spaces
parent
f7fd8b65
Changes
29
Show whitespace changes
Inline
Side-by-side
Showing
29 changed files
with
97 additions
and
96 deletions
+97
-96
include/beos_specific.h
include/beos_specific.h
+3
-3
include/charset.h
include/charset.h
+2
-2
include/codecs.h
include/codecs.h
+2
-2
include/configuration.h
include/configuration.h
+2
-2
include/darwin_specific.h
include/darwin_specific.h
+3
-3
include/intf_eject.h
include/intf_eject.h
+2
-2
include/main.h
include/main.h
+2
-2
include/os_specific.h
include/os_specific.h
+2
-2
include/stream_control.h
include/stream_control.h
+2
-2
include/stream_output.h
include/stream_output.h
+2
-2
include/variables.h
include/variables.h
+4
-4
include/vlc/aout.h
include/vlc/aout.h
+2
-2
include/vlc/decoder.h
include/vlc/decoder.h
+2
-2
include/vlc/input.h
include/vlc/input.h
+2
-2
include/vlc/intf.h
include/vlc/intf.h
+2
-2
include/vlc/sout.h
include/vlc/sout.h
+3
-3
include/vlc/vlc.h
include/vlc/vlc.h
+2
-2
include/vlc/vout.h
include/vlc/vout.h
+2
-2
include/vlc_config.h
include/vlc_config.h
+2
-2
include/vlc_cpu.h
include/vlc_cpu.h
+2
-2
include/vlc_help.h
include/vlc_help.h
+9
-8
include/vlc_interface.h
include/vlc_interface.h
+3
-3
include/vlc_keys.h
include/vlc_keys.h
+23
-23
include/vlc_messages.h
include/vlc_messages.h
+3
-3
include/vlc_objects.h
include/vlc_objects.h
+3
-3
include/vlc_playlist.h
include/vlc_playlist.h
+2
-2
include/vlc_video.h
include/vlc_video.h
+3
-3
include/vout_synchro.h
include/vout_synchro.h
+3
-3
include/win32_specific.h
include/win32_specific.h
+3
-3
No files found.
include/beos_specific.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* beos_specific.h: BeOS specific features
*****************************************************************************
* 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>
*
...
...
include/charset.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* charset.h: Determine a canonical name for the current locale's character encoding.
*****************************************************************************
* 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>
*
...
...
include/codecs.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* codecs.h: codec related structures needed by the demuxers and decoders
*****************************************************************************
* 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>
*
...
...
include/configuration.h
View file @
6de15a63
...
...
@@ -4,7 +4,7 @@
* It includes functions allowing to declare, get or set configuration options.
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: configuration.h,v 1.3
3 2003/12/13 17:16:11 gbazin
Exp $
* $Id: configuration.h,v 1.3
4 2004/01/25 18:17:08 zorglub
Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
...
...
include/darwin_specific.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* darwin_specific.h: Darwin specific features
*****************************************************************************
* 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>
*
...
...
include/intf_eject.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* intf_eject.h: CD/DVD-ROM ejection handling functions
*****************************************************************************
* 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>
*
...
...
include/main.h
View file @
6de15a63
...
...
@@ -3,7 +3,7 @@
* Declaration and extern access to global program object.
*****************************************************************************
* Copyright (C) 1999, 2000, 2001, 2002 VideoLAN
* $Id: main.h,v 1.5
6 2003/10/29 01:33:27 gbazin
Exp $
* $Id: main.h,v 1.5
7 2004/01/25 18:17:08 zorglub
Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
*
...
...
include/os_specific.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* os_specific.h: OS specific features
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: os_specific.h,v 1.1
2 2003/09/29 18:20:37 gbazin
Exp $
* $Id: os_specific.h,v 1.1
3 2004/01/25 18:17:08 zorglub
Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Gildas Bazin <gbazin@netcourrier.com>
...
...
include/stream_control.h
View file @
6de15a63
...
...
@@ -4,7 +4,7 @@
* of the reading.
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: stream_control.h,v 1.1
1 2003/09/07 22:45:16 fenrir
Exp $
* $Id: stream_control.h,v 1.1
2 2004/01/25 18:17:08 zorglub
Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
include/stream_output.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* stream_output.h : stream output module
*****************************************************************************
* 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>
* Laurent Aimar <fenrir@via.ecp.fr>
...
...
include/variables.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* variables.h: variables handling
*****************************************************************************
* Copyright (C) 2002-2004 VideoLAN
* $Id: variables.h,v 1.2
1 2004/01/09 22:11:04 hartman
Exp $
* $Id: variables.h,v 1.2
2 2004/01/25 18:17:08 zorglub
Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Gildas Bazin <gbazin@netcourrier.com>
...
...
include/vlc/aout.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* aout.h: audio output header for vlc
*****************************************************************************
* 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
* it under the terms of the GNU General Public License as published by
...
...
include/vlc/decoder.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* decoder.h: header for vlc decoders
*****************************************************************************
* 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
* it under the terms of the GNU General Public License as published by
...
...
include/vlc/input.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* input.h: input modules header for vlc
*****************************************************************************
* 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
* it under the terms of the GNU General Public License as published by
...
...
include/vlc/intf.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* intf.h: interface header for vlc
*****************************************************************************
* 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
* it under the terms of the GNU General Public License as published by
...
...
include/vlc/sout.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* sout.h: video output header for vlc
*****************************************************************************
* 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
* it under the terms of the GNU General Public License as published by
...
...
include/vlc/vlc.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* vlc.h: global header for vlc
*****************************************************************************
* 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
* it under the terms of the GNU General Public License as published by
...
...
include/vlc/vout.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* vout.h: video output header for vlc
*****************************************************************************
* 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
* it under the terms of the GNU General Public License as published by
...
...
include/vlc_config.h
View file @
6de15a63
include/vlc_cpu.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* cpu.h: CPU type detection
*****************************************************************************
* 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>
*
...
...
include/vlc_help.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* vlc_help.h: Help strings
*****************************************************************************
* 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>
* Anil Daoud <anil@videolan.org>
...
...
@@ -32,13 +32,13 @@
#define GENERAL_TITLE N_( "VLC preferences" )
#define GENERAL_HELP N_( \
"Configure some global options in General Settings " \
"and configure each VLC plugin in the Plugin
s section.\n" \
"and configure each VLC module in the Module
s section.\n" \
"Click on \"Advanced Options\" to see all options." )
#define PLUGIN_TITLE N_( "VLC
plugin
s preferences" )
#define PLUGIN_TITLE N_( "VLC
module
s preferences" )
#define PLUGIN_HELP N_( \
"In this tree, you can set options for every
plugin
used by VLC.\n" \
"
Plugin
s are sorted by type.\nHave fun tuning VLC!" )
"In this tree, you can set options for every
module
used by VLC.\n" \
"
Module
s are sorted by type.\nHave fun tuning VLC!" )
/*
* Then, help for each module capabilities.
...
...
@@ -59,7 +59,8 @@
#define AOUT_HELP N_("These are general settings for audio output modules.")
#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_HELP N_("These settings affect chroma transformation modules.")
...
...
@@ -102,7 +103,7 @@
"Video filters can be enabled in the Video section and configured " \
"here.\n" \
"Configure the \"adjust\" filter to modify contrast/hue/saturation " \
"
settings.")
"settings.")
/*
* A little help for modules with unknown capabilities
...
...
include/vlc_interface.h
View file @
6de15a63
...
...
@@ -4,7 +4,7 @@
* interface, such as message output.
*****************************************************************************
* 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>
*
...
...
include/vlc_keys.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* hotkeys.h: keycode defines
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: vlc_keys.h,v 1.1
2 2003/12/12 23:03:35 yoann
Exp $
* $Id: vlc_keys.h,v 1.1
3 2004/01/25 18:17:08 zorglub
Exp $
*
* Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
*
...
...
include/vlc_messages.h
View file @
6de15a63
...
...
@@ -4,7 +4,7 @@
* interface, such as message output.
*****************************************************************************
* Copyright (C) 1999, 2000, 2001, 2002 VideoLAN
* $Id: vlc_messages.h,v 1.1
0 2003/12/04 17:15:59 gbazin
Exp $
* $Id: vlc_messages.h,v 1.1
1 2004/01/25 18:17:08 zorglub
Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
include/vlc_objects.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* vlc_objects.h: vlc_object_t definition.
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: vlc_objects.h,v 1.2
1 2003/11/24 00:39:00 fenrir
Exp $
* $Id: vlc_objects.h,v 1.2
2 2004/01/25 18:17:08 zorglub
Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
...
...
include/vlc_playlist.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* vlc_playlist.h : Playlist functions
*****************************************************************************
* Copyright (C) 1999-2004 VideoLAN
* $Id: vlc_playlist.h,v 1.2
5 2004/01/23 10:48
:08 zorglub Exp $
* $Id: vlc_playlist.h,v 1.2
6 2004/01/25 18:17
:08 zorglub Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
...
...
include/vlc_video.h
View file @
6de15a63
...
...
@@ -4,7 +4,7 @@
* includes all common video types and constants.
*****************************************************************************
* 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>
*
...
...
include/vout_synchro.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* vout_synchro.h: frame-dropping structures
*****************************************************************************
* 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>
* Jean-Marc Dressler <polux@via.ecp.fr>
...
...
include/win32_specific.h
View file @
6de15a63
...
...
@@ -2,7 +2,7 @@
* win32_specific.h: Win32 specific features
*****************************************************************************
* 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>
* Gildas Bazin <gbazin@netcourrier.com>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment