Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
adc858d8
Commit
adc858d8
authored
Feb 01, 2006
by
Rémi Denis-Courmont
Browse files
Uniformize source files encoding
parent
13f7615f
Changes
236
Hide whitespace changes
Inline
Side-by-side
bindings/python/vlcglue.c
View file @
adc858d8
...
...
@@ -5,7 +5,7 @@
* $Id$
*
* Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr>
* Clment Stenac <zorglub@videolan.org>
* Cl
é
ment Stenac <zorglub@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
...
...
loader/pe_image.c
View file @
adc858d8
/*
* Copyright 1994 Eric Youndale & Erik Bos
* Copyright 1995 Martin von Lwis
* Copyright 1995 Martin von L
ö
wis
* Copyright 1996-98 Marcus Meissner
*
* based on Eric Youndale's pe-test and:
...
...
modules/access/vcdx/demux.c
View file @
adc858d8
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 1998-2001 the VideoLAN team
* $Id$
*
* Author: Stphane Borel <stef@via.ecp.fr>
* Author: St
é
phane Borel <stef@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/access/vcdx/intf.c
View file @
adc858d8
...
...
@@ -5,7 +5,7 @@
* $Id$
*
* Author: Rocky Bernstein <rocky@panix.com>
* from DVD code by Stphane Borel <stef@via.ecp.fr>
* from DVD code by St
é
phane Borel <stef@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/audio_filter/channel_mixer/dolby.c
View file @
adc858d8
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 2005 the VideoLAN team
* $Id$
*
* Authors: Boris Dors <babal@via.ecp.fr>
* Authors: Boris Dor
è
s <babal@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/audio_filter/channel_mixer/headphone.c
View file @
adc858d8
...
...
@@ -5,7 +5,7 @@
* Copyright (C) 2002-2005 the VideoLAN team
* $Id$
*
* Authors: Boris Dors <babal@via.ecp.fr>
* Authors: Boris Dor
è
s <babal@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/audio_filter/converter/a52tofloat32.c
View file @
adc858d8
...
...
@@ -393,7 +393,7 @@ static void DoWork( aout_instance_t * p_aout, aout_filter_t * p_filter,
}
else
{
/* Interleave the *$
%
samples. */
/* Interleave the *$
£%ù
samples. */
Interleave
(
(
float
*
)(
p_out_buf
->
p_buffer
+
i
*
i_bytes_per_block
),
p_samples
,
p_sys
->
i_nb_channels
,
p_sys
->
pi_chan_table
);
}
...
...
modules/audio_filter/converter/a52tospdif.c
View file @
adc858d8
...
...
@@ -5,7 +5,7 @@
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Stphane Borel <stef@via.ecp.fr>
* St
é
phane Borel <stef@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/audio_filter/converter/dtstofloat32.c
View file @
adc858d8
...
...
@@ -355,7 +355,7 @@ static void DoWork( aout_instance_t * p_aout, aout_filter_t * p_filter,
}
else
{
/* Interleave the *$
%
samples. */
/* Interleave the *$
£%ù
samples. */
Interleave
(
(
float
*
)(
p_out_buf
->
p_buffer
+
i
*
i_bytes_per_block
),
p_samples
,
p_sys
->
i_nb_channels
,
p_sys
->
pi_chan_table
);
}
...
...
modules/audio_filter/normvol.c
View file @
adc858d8
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 2001 the VideoLAN team
* $Id$
*
* Authors: Clment Stenac <zorglub@videolan.org>
* Authors: Cl
é
ment Stenac <zorglub@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
...
...
@@ -181,7 +181,7 @@ static int Open( vlc_object_t *p_this )
p_in
+=
i_channels
;
}
/* sum now contains for each channel the sigma(value) */
/* sum now contains for each channel the sigma(value
²
) */
for
(
i_chan
=
0
;
i_chan
<
i_channels
;
i_chan
++
)
{
/* Shift our lastbuff */
...
...
@@ -189,7 +189,7 @@ static int Open( vlc_object_t *p_this )
&
p_sys
->
p_last
[
i_chan
*
p_sys
->
i_nb
+
1
],
(
p_sys
->
i_nb
-
1
)
*
sizeof
(
float
)
);
/* Insert the new average : sqrt(sigma(value)) */
/* Insert the new average : sqrt(sigma(value
²
)) */
p_sys
->
p_last
[
i_chan
*
p_sys
->
i_nb
+
p_sys
->
i_nb
-
1
]
=
sqrt
(
pf_sum
[
i_chan
]
);
...
...
modules/codec/a52.c
View file @
adc858d8
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 2001-2002 the VideoLAN team
* $Id$
*
* Authors: Stphane Borel <stef@via.ecp.fr>
* Authors: St
é
phane Borel <stef@via.ecp.fr>
* Christophe Massiot <massiot@via.ecp.fr>
* Gildas Bazin <gbazin@videolan.org>
*
...
...
modules/demux/playlist/m3u.c
View file @
adc858d8
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 2004 the VideoLAN team
* $Id$
*
* Authors: Clment Stenac <zorglub@videolan.org>
* Authors: Cl
é
ment Stenac <zorglub@videolan.org>
* Sigmund Augdal Helberg <dnumgis@videolan.org>
*
* This program is free software; you can redistribute it and/or modify
...
...
modules/demux/playlist/old.c
View file @
adc858d8
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 2004 the VideoLAN team
* $Id$
*
* Authors: Cl
m
ent Stenac <zorglub@videolan.org>
* Authors: Cl
ém
ent Stenac <zorglub@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/demux/playlist/playlist.c
View file @
adc858d8
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 2004 the VideoLAN team
* $Id$
*
* Authors: Cl
m
ent Stenac <zorglub@videolan.org>
* Authors: Cl
ém
ent Stenac <zorglub@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/demux/playlist/pls.c
View file @
adc858d8
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 2004 the VideoLAN team
* $Id$
*
* Authors: Clment Stenac <zorglub@videolan.org>
* Authors: Cl
é
ment Stenac <zorglub@videolan.org>
* Authors: Sigmund Augdal Helberg <dnumgis@videolan.org>
*
* This program is free software; you can redistribute it and/or modify
...
...
modules/gui/skins2/commands/async_queue.cpp
View file @
adc858d8
...
...
@@ -5,7 +5,7 @@
* $Id$
*
* Authors: Cyril Deguet <asmax@via.ecp.fr>
* Olivier Teulire <ipkiss@via.ecp.fr>
* 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/async_queue.hpp
View file @
adc858d8
...
...
@@ -5,7 +5,7 @@
* $Id$
*
* Authors: Cyril Deguet <asmax@via.ecp.fr>
* Olivier Teulière <ipkiss@via.ecp.fr>
* 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_add_item.cpp
View file @
adc858d8
...
...
@@ -5,7 +5,7 @@
* $Id$
*
* Authors: Cyril Deguet <asmax@via.ecp.fr>
* Olivier Teulire <ipkiss@via.ecp.fr>
* 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_add_item.hpp
View file @
adc858d8
...
...
@@ -5,7 +5,7 @@
* $Id$
*
* Authors: Cyril Deguet <asmax@via.ecp.fr>
* Olivier Teulière <ipkiss@via.ecp.fr>
* 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_change_skin.cpp
View file @
adc858d8
...
...
@@ -5,7 +5,7 @@
* $Id$
*
* Authors: Cyril Deguet <asmax@via.ecp.fr>
* Olivier Teulire <ipkiss@via.ecp.fr>
* 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
...
...
Prev
1
2
3
4
5
…
12
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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