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
45cb15ed
Commit
45cb15ed
authored
Jul 05, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Charset fixes
parent
8595cddc
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
16 additions
and
16 deletions
+16
-16
modules/gui/macosx/about.h
modules/gui/macosx/about.h
+1
-1
modules/gui/macosx/about.m
modules/gui/macosx/about.m
+2
-2
modules/gui/macosx/misc.m
modules/gui/macosx/misc.m
+1
-1
modules/gui/minimal_macosx/intf.h
modules/gui/minimal_macosx/intf.h
+1
-1
modules/gui/minimal_macosx/intf.m
modules/gui/minimal_macosx/intf.m
+1
-1
modules/gui/qt4/util/registry.cpp
modules/gui/qt4/util/registry.cpp
+3
-3
modules/gui/skins2/commands/cmd_dvd.cpp
modules/gui/skins2/commands/cmd_dvd.cpp
+1
-1
modules/gui/skins2/commands/cmd_dvd.hpp
modules/gui/skins2/commands/cmd_dvd.hpp
+1
-1
modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
+1
-1
modules/video_filter/atmo/AtmoDefs.h
modules/video_filter/atmo/AtmoDefs.h
+1
-1
modules/video_filter/atmo/AtmoSerialConnection.cpp
modules/video_filter/atmo/AtmoSerialConnection.cpp
+1
-1
modules/video_filter/atmo/atmo.cpp
modules/video_filter/atmo/atmo.cpp
+2
-2
No files found.
modules/gui/macosx/about.h
View file @
45cb15ed
...
...
@@ -5,7 +5,7 @@
* $Id$
*
* Authors: Derk-Jan Hartman <thedj@users.sourceforge.net>
* Felix Paul Khne <fkuehne -at- videolan.org>
* Felix Paul K
ü
hne <fkuehne -at- videolan.org>
*
* 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
...
...
modules/gui/macosx/about.m
View file @
45cb15ed
...
...
@@ -5,7 +5,7 @@
* $Id$
*
* Authors: Derk-Jan Hartman <thedj@users.sourceforge.net>
* Felix Paul Khne <fkuehne -at- videolan.org>
* Felix Paul K
ü
hne <fkuehne -at- videolan.org>
*
* 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
...
...
@@ -205,7 +205,7 @@ static VLAboutBox *_o_sharedInstance = nil;
-
(
void
)
webView
:(
WebView
*
)
sender
didFinishLoadForFrame
:(
WebFrame
*
)
frame
{
/* delegate to update button states (we're the frameLoadDelegate for our help's webview) */
/* delegate to update button states (we're the frameLoadDelegate for our help's webview)
«
*/
[
o_help_fwd_btn
setEnabled
:
[
o_help_web_view
canGoForward
]];
[
o_help_bwd_btn
setEnabled
:
[
o_help_web_view
canGoBack
]];
}
...
...
modules/gui/macosx/misc.m
View file @
45cb15ed
...
...
@@ -5,7 +5,7 @@
* $Id$
*
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Felix Paul Khne <fkuehne at videolan dot org>
* Felix Paul K
ü
hne <fkuehne at videolan dot org>
*
* 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
...
...
modules/gui/minimal_macosx/intf.h
View file @
45cb15ed
...
...
@@ -7,7 +7,7 @@
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Christophe Massiot <massiot@via.ecp.fr>
* Derk-Jan Hartman <hartman at videolan dot org>
* Felix KŸhne <fkuehne at videolan dot org>
* Felix K
ü
hne <fkuehne at videolan dot org>
*
* 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
...
...
modules/gui/minimal_macosx/intf.m
View file @
45cb15ed
...
...
@@ -7,7 +7,7 @@
* Authors: Jon Lech Johansen
<jon-vl
@
nanocrew
.
net
>
* Christophe Massiot
<massiot
@
via
.
ecp
.
fr
>
* Derk-Jan Hartman
<hartman
at
videolan
.
org
>
* Felix Khne
<fkuehne
at
videolan
dot
org
>
* Felix K
ü
hne
<fkuehne
at
videolan
dot
org
>
*
* 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
...
...
modules/gui/qt4/util/registry.cpp
View file @
45cb15ed
...
...
@@ -142,7 +142,7 @@ char * QVLCRegistry::ReadRegistryString( const char *path, const char *valueName
if
(
valueType
==
REG_SZ
)
{
// free
tempValue
=
(
char
*
)
malloc
(
size1
+
1
);
// +1 fr NullByte`?
tempValue
=
(
char
*
)
malloc
(
size1
+
1
);
// +1 f
ü
r NullByte`?
if
(
RegQueryValueEx
(
keyHandle
,
valueName
,
NULL
,
&
valueType
,
(
LPBYTE
)
tempValue
,
&
size1
)
==
ERROR_SUCCESS
)
{
default_value
=
tempValue
;
...
...
@@ -153,8 +153,8 @@ char * QVLCRegistry::ReadRegistryString( const char *path, const char *valueName
}
if
(
tempValue
==
NULL
)
{
// wenn tempValue nicht aus registry gelesen wurde dafr sorgen das ein neuer String mit der Kopie von DefaultValue
// geliefert wird - das macht das Handling des R
ckgabewertes der Funktion einfacher - immer sch
n mit free freigeben!
// wenn tempValue nicht aus registry gelesen wurde daf
ü
r sorgen das ein neuer String mit der Kopie von DefaultValue
// geliefert wird - das macht das Handling des R
ückgabewertes der Funktion einfacher - immer schö
n mit free freigeben!
default_value
=
strdup
(
default_value
);
}
...
...
modules/gui/skins2/commands/cmd_dvd.cpp
View file @
45cb15ed
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 2003 the VideoLAN team
* $Id$
*
* Authors: Olivier Teulire <ipkiss@via.ecp.fr>
* Authors: Olivier Teuli
è
re <ipkiss@via.ecp.fr>
*
* 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
...
...
modules/gui/skins2/commands/cmd_dvd.hpp
View file @
45cb15ed
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 2003 the VideoLAN team
* $Id$
*
* Authors: Olivier Teulière <ipkiss@via.ecp.fr>
* Authors: Olivier Teuli
è
re <ipkiss@via.ecp.fr>
*
* 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
...
...
modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
View file @
45cb15ed
...
...
@@ -574,7 +574,7 @@ StringListConfigControl::StringListConfigControl( vlc_object_t *p_this,
p_module_config
->
pf_update_list
(
p_this
,
p_item
->
psz_name
,
val
,
val
,
NULL
);
// assume in a
y
case that dirty was set to true
// assume in a
×y
case that dirty was set to true
// because lazy programmes will use the same callback for
// this, like the one behind the refresh push button?
p_module_config
->
b_dirty
=
false
;
...
...
modules/video_filter/atmo/AtmoDefs.h
View file @
45cb15ed
...
...
@@ -72,7 +72,7 @@ typedef struct
// maximal Anzahl Kanle...
// maximal Anzahl Kan
ä
le...
#define ATMO_NUM_CHANNELS 5
// capture width/height
...
...
modules/video_filter/atmo/AtmoSerialConnection.cpp
View file @
45cb15ed
...
...
@@ -72,7 +72,7 @@ ATMO_BOOL CAtmoSerialConnection::OpenConnection() {
return
ATMO_FALSE
;
}
/* change serial settings (Speed, stopbits etc.) */
DCB
dcb
;
// fr comport-parameter
DCB
dcb
;
// f
ü
r comport-parameter
dcb
.
DCBlength
=
sizeof
(
DCB
);
GetCommState
(
m_hComport
,
&
dcb
);
// ger current serialport settings
dcb
.
BaudRate
=
38400
;
// set speed
...
...
modules/video_filter/atmo/atmo.cpp
View file @
45cb15ed
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 2000-2006 the VideoLAN team
* $Id$
*
* Authors: André Weber (WeberAndre@gmx.de)
* Authors: Andr
é
Weber (WeberAndre@gmx.de)
*
* 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
...
...
@@ -1867,7 +1867,7 @@ static int StateCallback( vlc_object_t *p_this, char const *psz_cmd,
controller */
p_sys
->
b_pause_live
=
true
;
// ggf. alten Thread abräumen should not happen....
// ggf. alten Thread abr
ä
umen should not happen....
CheckAndStopFadeThread
(
p_filter
);
// perpare spawn fadeing thread
...
...
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