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
25cd1327
Commit
25cd1327
authored
Jan 06, 2004
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated copyrights in libvlc
parent
982c016f
Changes
45
Hide whitespace changes
Inline
Side-by-side
Showing
45 changed files
with
94 additions
and
94 deletions
+94
-94
src/audio_output/common.c
src/audio_output/common.c
+2
-2
src/audio_output/dec.c
src/audio_output/dec.c
+2
-2
src/audio_output/filters.c
src/audio_output/filters.c
+2
-2
src/audio_output/input.c
src/audio_output/input.c
+2
-2
src/audio_output/intf.c
src/audio_output/intf.c
+2
-2
src/audio_output/mixer.c
src/audio_output/mixer.c
+2
-2
src/audio_output/output.c
src/audio_output/output.c
+2
-2
src/input/demux.c
src/input/demux.c
+2
-2
src/input/es_out.c
src/input/es_out.c
+2
-2
src/input/input.c
src/input/input.c
+2
-2
src/input/input_clock.c
src/input/input_clock.c
+2
-2
src/input/input_dec.c
src/input/input_dec.c
+2
-2
src/input/input_ext-intf.c
src/input/input_ext-intf.c
+2
-2
src/input/input_ext-plugins.c
src/input/input_ext-plugins.c
+2
-2
src/input/input_info.c
src/input/input_info.c
+2
-2
src/input/input_programs.c
src/input/input_programs.c
+2
-2
src/input/stream.c
src/input/stream.c
+2
-2
src/input/subtitles.c
src/input/subtitles.c
+2
-2
src/interface/interface.c
src/interface/interface.c
+3
-3
src/interface/intf_eject.c
src/interface/intf_eject.c
+2
-2
src/libvlc.c
src/libvlc.c
+2
-2
src/misc/beos_specific.cpp
src/misc/beos_specific.cpp
+2
-2
src/misc/block.c
src/misc/block.c
+2
-2
src/misc/charset.c
src/misc/charset.c
+2
-2
src/misc/configuration.c
src/misc/configuration.c
+2
-2
src/misc/cpu.c
src/misc/cpu.c
+2
-2
src/misc/darwin_specific.m
src/misc/darwin_specific.m
+2
-2
src/misc/error.c
src/misc/error.c
+3
-3
src/misc/iso-639_def.h
src/misc/iso-639_def.h
+2
-2
src/misc/iso_lang.c
src/misc/iso_lang.c
+2
-2
src/misc/messages.c
src/misc/messages.c
+2
-2
src/misc/modules.c
src/misc/modules.c
+2
-2
src/misc/mtime.c
src/misc/mtime.c
+3
-3
src/misc/objects.c
src/misc/objects.c
+2
-2
src/misc/threads.c
src/misc/threads.c
+2
-2
src/misc/variables.c
src/misc/variables.c
+2
-2
src/misc/win32_specific.c
src/misc/win32_specific.c
+2
-2
src/stream_output/stream_output.c
src/stream_output/stream_output.c
+2
-2
src/video_output/video_output.c
src/video_output/video_output.c
+2
-2
src/video_output/video_text.c
src/video_output/video_text.c
+2
-2
src/video_output/vout_pictures.c
src/video_output/vout_pictures.c
+2
-2
src/video_output/vout_pictures.h
src/video_output/vout_pictures.h
+2
-2
src/video_output/vout_subpictures.c
src/video_output/vout_subpictures.c
+2
-2
src/video_output/vout_synchro.c
src/video_output/vout_synchro.c
+3
-3
src/vlc.c
src/vlc.c
+2
-2
No files found.
src/audio_output/common.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* common.c : audio output management of common data structures
* common.c : audio output management of common data structures
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002
-2004
VideoLAN
* $Id: common.c,v 1.1
8 2003/11/16 21:07:31 gbazin
Exp $
* $Id: common.c,v 1.1
9 2004/01/06 12:02:05 zorglub
Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
*
...
...
src/audio_output/dec.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* dec.c : audio output API towards decoders
* dec.c : audio output API towards decoders
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002
-2004
VideoLAN
* $Id: dec.c,v 1.1
3 2003/11/16 21:07:31 gbazin
Exp $
* $Id: dec.c,v 1.1
4 2004/01/06 12:02:05 zorglub
Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
*
...
...
src/audio_output/filters.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* filters.c : audio output filters management
* filters.c : audio output filters management
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002
-2004
VideoLAN
* $Id: filters.c,v 1.1
8 2003/03/04 03:27:40 gbazin
Exp $
* $Id: filters.c,v 1.1
9 2004/01/06 12:02:05 zorglub
Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
*
...
...
src/audio_output/input.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* input.c : internal management of input streams for the audio output
* input.c : internal management of input streams for the audio output
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002
-2004
VideoLAN
* $Id: input.c,v 1.4
2 2003/12/20 22:57:36 babal
Exp $
* $Id: input.c,v 1.4
3 2004/01/06 12:02:05 zorglub
Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
*
...
...
src/audio_output/intf.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* intf.c : audio output API towards the interface modules
* intf.c : audio output API towards the interface modules
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002
-2004
VideoLAN
* $Id: intf.c,v 1.
19 2003/10/30 22:34:48 hartman
Exp $
* $Id: intf.c,v 1.
20 2004/01/06 12:02:05 zorglub
Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
*
...
...
src/audio_output/mixer.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* mixer.c : audio output mixing operations
* mixer.c : audio output mixing operations
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002
-2004
VideoLAN
* $Id: mixer.c,v 1.2
8 2003/11/24 21:47:33 gbazin
Exp $
* $Id: mixer.c,v 1.2
9 2004/01/06 12:02:05 zorglub
Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
*
...
...
src/audio_output/output.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* output.c : internal management of output streams for the audio output
* output.c : internal management of output streams for the audio output
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002
-2004
VideoLAN
* $Id: output.c,v 1.4
1 2003/07/09 21:42:28 gbazin
Exp $
* $Id: output.c,v 1.4
2 2004/01/06 12:02:05 zorglub
Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
*
...
...
src/input/demux.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* demux.c
* demux.c
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999-200
3
VideoLAN
* Copyright (C) 1999-200
4
VideoLAN
* $Id: demux.c,v 1.
6 2003/12/22 14:32:56 sam
Exp $
* $Id: demux.c,v 1.
7 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Author: Laurent Aimar <fenrir@via.ecp.fr>
* Author: Laurent Aimar <fenrir@via.ecp.fr>
*
*
...
...
src/input/es_out.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* es_out.c: Es Out handler for input.
* es_out.c: Es Out handler for input.
*****************************************************************************
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* Copyright (C) 2003
-2004
VideoLAN
* $Id: es_out.c,v 1.1
3 2004/01/05 13:00:20
zorglub Exp $
* $Id: es_out.c,v 1.1
4 2004/01/06 12:02:06
zorglub Exp $
*
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
*
...
...
src/input/input.c
View file @
25cd1327
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
* Read a stream, demultiplex and parse it before sending it to
* Read a stream, demultiplex and parse it before sending it to
* decoders.
* decoders.
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-200
2
VideoLAN
* Copyright (C) 1998-200
4
VideoLAN
* $Id: input.c,v 1.27
2 2004/01/05 12:59:43
zorglub Exp $
* $Id: input.c,v 1.27
3 2004/01/06 12:02:06
zorglub Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
*
...
...
src/input/input_clock.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* input_clock.c: Clock/System date convertions, stream management
* input_clock.c: Clock/System date convertions, stream management
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999-200
1
VideoLAN
* Copyright (C) 1999-200
4
VideoLAN
* $Id: input_clock.c,v 1.4
4 2003/12/04 16:49:45 sam
Exp $
* $Id: input_clock.c,v 1.4
5 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
*
...
...
src/input/input_dec.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* input_dec.c: Functions for the management of decoders
* input_dec.c: Functions for the management of decoders
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999-200
1
VideoLAN
* Copyright (C) 1999-200
4
VideoLAN
* $Id: input_dec.c,v 1.8
3 2003/12/24 09:46:08 gbazin
Exp $
* $Id: input_dec.c,v 1.8
4 2004/01/06 12:02:06 zorglub
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>
...
...
src/input/input_ext-intf.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* input_ext-intf.c: services to the interface
* input_ext-intf.c: services to the interface
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-200
1,2003
VideoLAN
* Copyright (C) 1998-200
4
VideoLAN
* $Id: input_ext-intf.c,v 1.5
4 2003/12/22 14:32:56 sam
Exp $
* $Id: input_ext-intf.c,v 1.5
5 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Author: Christophe Massiot <massiot@via.ecp.fr>
* Author: Christophe Massiot <massiot@via.ecp.fr>
*
*
...
...
src/input/input_ext-plugins.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* input_ext-plugins.c: useful functions for access and demux plug-ins
* input_ext-plugins.c: useful functions for access and demux plug-ins
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001
, 2002
VideoLAN
* Copyright (C) 2001
-2004
VideoLAN
* $Id: input_ext-plugins.c,v 1.3
8 2003/11/24 03:30:38 fenrir
Exp $
* $Id: input_ext-plugins.c,v 1.3
9 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
*
...
...
src/input/input_info.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* input_info.c: Convenient functions to handle the input info structures
* input_info.c: Convenient functions to handle the input info structures
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-200
1
VideoLAN
* Copyright (C) 1998-200
4
VideoLAN
* $Id: input_info.c,v 1.1
1 2003/06/24 13:33:48 sam
Exp $
* $Id: input_info.c,v 1.1
2 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
* Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
*
*
...
...
src/input/input_programs.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* input_programs.c: es_descriptor_t, pgrm_descriptor_t management
* input_programs.c: es_descriptor_t, pgrm_descriptor_t management
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999-200
2
VideoLAN
* Copyright (C) 1999-200
4
VideoLAN
* $Id: input_programs.c,v 1.12
7 2003/12/22 02:24:50 sam
Exp $
* $Id: input_programs.c,v 1.12
8 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
*
...
...
src/input/stream.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* stream.c
* stream.c
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999-200
1
VideoLAN
* Copyright (C) 1999-200
4
VideoLAN
* $Id: stream.c,v 1.
8 2004/01/03 00:23:04 gbazin
Exp $
* $Id: stream.c,v 1.
9 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
*
...
...
src/input/subtitles.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* subtitles.c
* subtitles.c
*****************************************************************************
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* Copyright (C) 2003
-2004
VideoLAN
* $Id: subtitles.c,v 1.
6 2003/12/22 14:32:56 sam
Exp $
* $Id: subtitles.c,v 1.
7 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Authors: Derk-Jan Hartman <hartman at videolan.org>
* Authors: Derk-Jan Hartman <hartman at videolan.org>
* This is adapted code from the GPL'ed MPlayer (http://mplayerhq.hu)
* This is adapted code from the GPL'ed MPlayer (http://mplayerhq.hu)
...
...
src/interface/interface.c
View file @
25cd1327
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
* This library provides basic functions for threads to interact with user
* This library provides basic functions for threads to interact with user
* interface, such as command line.
* interface, such as command line.
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-200
1
VideoLAN
* Copyright (C) 1998-200
4
VideoLAN
* $Id: interface.c,v 1.10
8 2003/10/14 23:09:03 gbazin
Exp $
* $Id: interface.c,v 1.10
9 2004/01/06 12:02:06 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
...
...
src/interface/intf_eject.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* intf_eject.c: CD/DVD-ROM ejection handling functions
* intf_eject.c: CD/DVD-ROM ejection handling functions
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001
, 2002
VideoLAN
* Copyright (C) 2001
-2004
VideoLAN
* $Id: intf_eject.c,v 1.2
2 2003/12/22 14:32:56 sam
Exp $
* $Id: intf_eject.c,v 1.2
3 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Authors: Julien Blache <jb@technologeek.org> for the Linux part
* Authors: Julien Blache <jb@technologeek.org> for the Linux part
* with code taken from the Linux "eject" command
* with code taken from the Linux "eject" command
...
...
src/libvlc.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* libvlc.c: main libvlc source
* libvlc.c: main libvlc source
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-200
2
VideoLAN
* Copyright (C) 1998-200
4
VideoLAN
* $Id: libvlc.c,v 1.10
8 2004/01/06 08:50:20
zorglub Exp $
* $Id: libvlc.c,v 1.10
9 2004/01/06 12:02:05
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>
...
...
src/misc/beos_specific.cpp
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* beos_init.cpp: Initialization for BeOS specific features
* beos_init.cpp: Initialization for BeOS specific features
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999-200
1
VideoLAN
* Copyright (C) 1999-200
4
VideoLAN
* $Id: beos_specific.cpp,v 1.3
5 2003/12/14 16:26:21 titer
Exp $
* $Id: beos_specific.cpp,v 1.3
6 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
*
*
...
...
src/misc/block.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* block.c: Data blocks management functions
* block.c: Data blocks management functions
*****************************************************************************
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* Copyright (C) 2003
-2004
VideoLAN
* $Id: block.c,v 1.
5 2003/11/22 14:42:47 fenrir
Exp $
* $Id: block.c,v 1.
6 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Authors: Laurent Aimar <fenrir@videolan.org>
* Authors: Laurent Aimar <fenrir@videolan.org>
*
*
...
...
src/misc/charset.c
View file @
25cd1327
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
* charset.c: Determine a canonical name for the current locale's character
* charset.c: Determine a canonical name for the current locale's character
* encoding.
* encoding.
*****************************************************************************
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* Copyright (C) 2003
-2004
VideoLAN
* $Id: charset.c,v 1.
5 2003/12/22 14:32:56 sam
Exp $
* $Id: charset.c,v 1.
6 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Author: Derk-Jan Hartman <thedj at users.sf.net>
* Author: Derk-Jan Hartman <thedj at users.sf.net>
*
*
...
...
src/misc/configuration.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* configuration.c management of the modules configuration
* configuration.c management of the modules configuration
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* Copyright (C) 2001
-2004
VideoLAN
* $Id: configuration.c,v 1.7
1 2003/11/11 21:23:56 hartman
Exp $
* $Id: configuration.c,v 1.7
2 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
*
...
...
src/misc/cpu.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* cpu.c: CPU detection code
* cpu.c: CPU detection code
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-200
2
VideoLAN
* Copyright (C) 1998-200
4
VideoLAN
* $Id: cpu.c,v 1.1
1 2003/05/22 12:00:57 gbazin
Exp $
* $Id: cpu.c,v 1.1
2 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Authors: Samuel Hocevar <sam@zoy.org>
* Christophe Massiot <massiot@via.ecp.fr>
* Christophe Massiot <massiot@via.ecp.fr>
...
...
src/misc/darwin_specific.m
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* darwin_specific.m: Darwin specific features
* darwin_specific.m: Darwin specific features
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* Copyright (C) 2001
-2004
VideoLAN
* $Id: darwin_specific.m,v 1.1
7 2003/12/22 14:32:56 sam
Exp $
* $Id: darwin_specific.m,v 1.1
8 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Authors: Sam Hocevar <sam@zoy.org>
* Authors: Sam Hocevar <sam@zoy.org>
* Christophe Massiot <massiot@via.ecp.fr>
* Christophe Massiot <massiot@via.ecp.fr>
...
...
src/misc/error.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* error.c: error handling routine
* error.c: error handling routine
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002
-2004
VideoLAN
* $Id: error.c,v 1.
2 2002/10/17 13:15:31 sam
Exp $
* $Id: error.c,v 1.
3 2004/01/06 12:02:06 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
...
...
src/misc/iso-639_def.h
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* iso_lang.h: languages codes and abbreviations
* iso_lang.h: languages codes and abbreviations
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-200
3
VideoLAN
* Copyright (C) 1998-200
4
VideoLAN
* $Id: iso-639_def.h,v 1.
2 2003/12/22 14:23:14 sam
Exp $
* $Id: iso-639_def.h,v 1.
3 2004/01/06 12:02:06 zorglub
Exp $
*
*
* This is used in iso_lang.cpp and is taken from the GNU glibc 2.2.5
* This is used in iso_lang.cpp and is taken from the GNU glibc 2.2.5
* tarball. It has been partially completed with native language names.
* tarball. It has been partially completed with native language names.
...
...
src/misc/iso_lang.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* iso_lang.c: function to decode language code (in dvd or a52 for instance).
* iso_lang.c: function to decode language code (in dvd or a52 for instance).
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-200
1
VideoLAN
* Copyright (C) 1998-200
4
VideoLAN
* $Id: iso_lang.c,v 1.1
0 2003/12/22 14:23:14 sam
Exp $
* $Id: iso_lang.c,v 1.1
1 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Author: Stphane Borel <stef@via.ecp.fr>
* Author: Stphane Borel <stef@via.ecp.fr>
* Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
* Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
...
...
src/misc/messages.c
View file @
25cd1327
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
* This library provides an interface to the message queue to be used by other
* This library provides an interface to the message queue to be used by other
* modules, especially intf modules. See config.h for output configuration.
* modules, especially intf modules. See config.h for output configuration.
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-200
2
VideoLAN
* Copyright (C) 1998-200
4
VideoLAN
* $Id: messages.c,v 1.3
7 2003/12/04 17:15:59 gbazin
Exp $
* $Id: messages.c,v 1.3
8 2004/01/06 12:02:06 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>
...
...
src/misc/modules.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* modules.c : Builtin and plugin modules management functions
* modules.c : Builtin and plugin modules management functions
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* Copyright (C) 2001
-2004
VideoLAN
* $Id: modules.c,v 1.14
2 2004/01/05 14:10:58 fenrir
Exp $
* $Id: modules.c,v 1.14
3 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Authors: Sam Hocevar <sam@zoy.org>
* Authors: Sam Hocevar <sam@zoy.org>
* Ethan C. Baldridge <BaldridgeE@cadmus.com>
* Ethan C. Baldridge <BaldridgeE@cadmus.com>
...
...
src/misc/mtime.c
View file @
25cd1327
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
* mtime.c: high resolution time management functions
* mtime.c: high resolution time management functions
* Functions are prototyped in mtime.h.
* Functions are prototyped in mtime.h.
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-200
1, 2003
VideoLAN
* Copyright (C) 1998-200
4
VideoLAN
* $Id: mtime.c,v 1.4
1 2003/12/11 10:44:32 gbazin
Exp $
* $Id: mtime.c,v 1.4
2 2004/01/06 12:02:06 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
...
...
src/misc/objects.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* objects.c: vlc_object_t handling
* objects.c: vlc_object_t handling
*****************************************************************************
*****************************************************************************
* Copyright (C) 200
2
VideoLAN
* Copyright (C) 200
4
VideoLAN
* $Id: objects.c,v 1.4
3 2003/11/24 00:39:02 fenrir
Exp $
* $Id: objects.c,v 1.4
4 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Authors: Samuel Hocevar <sam@zoy.org>
*
*
...
...
src/misc/threads.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* threads.c : threads implementation for the VideoLAN client
* threads.c : threads implementation for the VideoLAN client
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999
, 2000, 2001, 2002, 2003
VideoLAN
* Copyright (C) 1999
-2004
VideoLAN
* $Id: threads.c,v 1.4
4 2003/11/22 00:41:07 titer
Exp $
* $Id: threads.c,v 1.4
5 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
* Samuel Hocevar <sam@zoy.org>
...
...
src/misc/variables.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* variables.c: routines for object variables handling
* variables.c: routines for object variables handling
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002
-2004
VideoLAN
* $Id: variables.c,v 1.3
4 2003/11/05 17:57:29 gbazin
Exp $
* $Id: variables.c,v 1.3
5 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Authors: Samuel Hocevar <sam@zoy.org>
*
*
...
...
src/misc/win32_specific.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* win32_specific.c: Win32 specific features
* win32_specific.c: Win32 specific features
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* Copyright (C) 2001
-2004
VideoLAN
* $Id: win32_specific.c,v 1.
29 2004/01/06 08:50:20
zorglub Exp $
* $Id: win32_specific.c,v 1.
30 2004/01/06 12:02:06
zorglub Exp $
*
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Authors: Samuel Hocevar <sam@zoy.org>
* Gildas Bazin <gbazin@netcourrier.com>
* Gildas Bazin <gbazin@netcourrier.com>
...
...
src/stream_output/stream_output.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* stream_output.c : stream output module
* stream_output.c : stream output module
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002
-2004
VideoLAN
* $Id: stream_output.c,v 1.3
6 2003/12/07 17:09:33 gbazin
Exp $
* $Id: stream_output.c,v 1.3
7 2004/01/06 12:02:06 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>
...
...
src/video_output/video_output.c
View file @
25cd1327
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
* It includes functions allowing to open a new thread, send pictures to a
* It includes functions allowing to open a new thread, send pictures to a
* thread, and destroy a previously oppened video output thread.
* thread, and destroy a previously oppened video output thread.
*****************************************************************************
*****************************************************************************
* Copyright (C) 2000-200
1
VideoLAN
* Copyright (C) 2000-200
4
VideoLAN
* $Id: video_output.c,v 1.24
2 2003/12/11 23:12:46 gbazin
Exp $
* $Id: video_output.c,v 1.24
3 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Authors: Vincent Seguin <seguin@via.ecp.fr>
*
*
...
...
src/video_output/video_text.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* video_text.c : text manipulation functions
* video_text.c : text manipulation functions
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999-200
1
VideoLAN
* Copyright (C) 1999-200
4
VideoLAN
* $Id: video_text.c,v 1.
49 2003/12/22 14:32:57 sam
Exp $
* $Id: video_text.c,v 1.
50 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Author: Sigmund Augdal <sigmunau@idi.ntnu.no>
* Author: Sigmund Augdal <sigmunau@idi.ntnu.no>
*
*
...
...
src/video_output/vout_pictures.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* vout_pictures.c : picture management functions
* vout_pictures.c : picture management functions
*****************************************************************************
*****************************************************************************
* Copyright (C) 2000 VideoLAN
* Copyright (C) 2000
-2004
VideoLAN
* $Id: vout_pictures.c,v 1.4
3 2003/10/24 21:27:07 gbazin
Exp $
* $Id: vout_pictures.c,v 1.4
4 2004/01/06 12:02:06 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>
...
...
src/video_output/vout_pictures.h
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* vout_pictures.h : picture management definitions
* vout_pictures.h : picture management definitions
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002
-2004
VideoLAN
* $Id: vout_pictures.h,v 1.
4 2003/04/27 17:53:21 gbazin
Exp $
* $Id: vout_pictures.h,v 1.
5 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Authors: Samuel Hocevar <sam@zoy.org>
*
*
...
...
src/video_output/vout_subpictures.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* vout_subpictures.c : subpicture management functions
* vout_subpictures.c : subpicture management functions
*****************************************************************************
*****************************************************************************
* Copyright (C) 2000 VideoLAN
* Copyright (C) 2000
-2004
VideoLAN
* $Id: vout_subpictures.c,v 1.2
3 2003/12/09 19:15:03 yoann
Exp $
* $Id: vout_subpictures.c,v 1.2
4 2004/01/06 12:02:06 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>
...
...
src/video_output/vout_synchro.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* vout_synchro.c : frame dropping routines
* vout_synchro.c : frame dropping routines
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999-200
1
VideoLAN
* Copyright (C) 1999-200
4
VideoLAN
* $Id: vout_synchro.c,v 1.
5 2003/11/04 17:46:18 gbazin
Exp $
* $Id: vout_synchro.c,v 1.
6 2004/01/06 12:02:06 zorglub
Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>
* Samuel Hocevar <sam@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
...
...
src/vlc.c
View file @
25cd1327
/*****************************************************************************
/*****************************************************************************
* vlc.c: the vlc player
* vlc.c: the vlc player
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-200
1
VideoLAN
* Copyright (C) 1998-200
4
VideoLAN
* $Id: vlc.c,v 1.
19 2002/12/25 23:39:01 sam
Exp $
* $Id: vlc.c,v 1.
20 2004/01/06 12:02:05 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>
...
...
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