Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
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
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: common.c,v 1.1
8 2003/11/16 21:07:31 gbazin
Exp $
* Copyright (C) 2002
-2004
VideoLAN
* $Id: common.c,v 1.1
9 2004/01/06 12:02:05 zorglub
Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
src/audio_output/dec.c
View file @
25cd1327
/*****************************************************************************
* dec.c : audio output API towards decoders
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: dec.c,v 1.1
3 2003/11/16 21:07:31 gbazin
Exp $
* Copyright (C) 2002
-2004
VideoLAN
* $Id: dec.c,v 1.1
4 2004/01/06 12:02:05 zorglub
Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
src/audio_output/filters.c
View file @
25cd1327
/*****************************************************************************
* filters.c : audio output filters management
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: filters.c,v 1.1
8 2003/03/04 03:27:40 gbazin
Exp $
* Copyright (C) 2002
-2004
VideoLAN
* $Id: filters.c,v 1.1
9 2004/01/06 12:02:05 zorglub
Exp $
*
* 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
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: input.c,v 1.4
2 2003/12/20 22:57:36 babal
Exp $
* Copyright (C) 2002
-2004
VideoLAN
* $Id: input.c,v 1.4
3 2004/01/06 12:02:05 zorglub
Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
src/audio_output/intf.c
View file @
25cd1327
/*****************************************************************************
* intf.c : audio output API towards the interface modules
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: intf.c,v 1.
19 2003/10/30 22:34:48 hartman
Exp $
* Copyright (C) 2002
-2004
VideoLAN
* $Id: intf.c,v 1.
20 2004/01/06 12:02:05 zorglub
Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
src/audio_output/mixer.c
View file @
25cd1327
/*****************************************************************************
* mixer.c : audio output mixing operations
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: mixer.c,v 1.2
8 2003/11/24 21:47:33 gbazin
Exp $
* Copyright (C) 2002
-2004
VideoLAN
* $Id: mixer.c,v 1.2
9 2004/01/06 12:02:05 zorglub
Exp $
*
* 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
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: output.c,v 1.4
1 2003/07/09 21:42:28 gbazin
Exp $
* Copyright (C) 2002
-2004
VideoLAN
* $Id: output.c,v 1.4
2 2004/01/06 12:02:05 zorglub
Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
src/input/demux.c
View file @
25cd1327
/*****************************************************************************
* demux.c
*****************************************************************************
* Copyright (C) 1999-200
3
VideoLAN
* $Id: demux.c,v 1.
6 2003/12/22 14:32:56 sam
Exp $
* Copyright (C) 1999-200
4
VideoLAN
* $Id: demux.c,v 1.
7 2004/01/06 12:02:06 zorglub
Exp $
*
* Author: Laurent Aimar <fenrir@via.ecp.fr>
*
...
...
src/input/es_out.c
View file @
25cd1327
/*****************************************************************************
* es_out.c: Es Out handler for input.
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: es_out.c,v 1.1
3 2004/01/05 13:00:20
zorglub Exp $
* Copyright (C) 2003
-2004
VideoLAN
* $Id: es_out.c,v 1.1
4 2004/01/06 12:02:06
zorglub Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
...
...
src/input/input.c
View file @
25cd1327
...
...
@@ -3,8 +3,8 @@
* Read a stream, demultiplex and parse it before sending it to
* decoders.
*****************************************************************************
* Copyright (C) 1998-200
2
VideoLAN
* $Id: input.c,v 1.27
2 2004/01/05 12:59:43
zorglub Exp $
* Copyright (C) 1998-200
4
VideoLAN
* $Id: input.c,v 1.27
3 2004/01/06 12:02:06
zorglub Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
src/input/input_clock.c
View file @
25cd1327
/*****************************************************************************
* input_clock.c: Clock/System date convertions, stream management
*****************************************************************************
* Copyright (C) 1999-200
1
VideoLAN
* $Id: input_clock.c,v 1.4
4 2003/12/04 16:49:45 sam
Exp $
* Copyright (C) 1999-200
4
VideoLAN
* $Id: input_clock.c,v 1.4
5 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
src/input/input_dec.c
View file @
25cd1327
/*****************************************************************************
* input_dec.c: Functions for the management of decoders
*****************************************************************************
* Copyright (C) 1999-200
1
VideoLAN
* $Id: input_dec.c,v 1.8
3 2003/12/24 09:46:08 gbazin
Exp $
* Copyright (C) 1999-200
4
VideoLAN
* $Id: input_dec.c,v 1.8
4 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Gildas Bazin <gbazin@netcourrier.com>
...
...
src/input/input_ext-intf.c
View file @
25cd1327
/*****************************************************************************
* input_ext-intf.c: services to the interface
*****************************************************************************
* Copyright (C) 1998-200
1,2003
VideoLAN
* $Id: input_ext-intf.c,v 1.5
4 2003/12/22 14:32:56 sam
Exp $
* Copyright (C) 1998-200
4
VideoLAN
* $Id: input_ext-intf.c,v 1.5
5 2004/01/06 12:02:06 zorglub
Exp $
*
* 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
*****************************************************************************
* Copyright (C) 2001
, 2002
VideoLAN
* $Id: input_ext-plugins.c,v 1.3
8 2003/11/24 03:30:38 fenrir
Exp $
* Copyright (C) 2001
-2004
VideoLAN
* $Id: input_ext-plugins.c,v 1.3
9 2004/01/06 12:02:06 zorglub
Exp $
*
* 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
*****************************************************************************
* Copyright (C) 1998-200
1
VideoLAN
* $Id: input_info.c,v 1.1
1 2003/06/24 13:33:48 sam
Exp $
* Copyright (C) 1998-200
4
VideoLAN
* $Id: input_info.c,v 1.1
2 2004/01/06 12:02:06 zorglub
Exp $
*
* 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
*****************************************************************************
* Copyright (C) 1999-200
2
VideoLAN
* $Id: input_programs.c,v 1.12
7 2003/12/22 02:24:50 sam
Exp $
* Copyright (C) 1999-200
4
VideoLAN
* $Id: input_programs.c,v 1.12
8 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
src/input/stream.c
View file @
25cd1327
/*****************************************************************************
* stream.c
*****************************************************************************
* Copyright (C) 1999-200
1
VideoLAN
* $Id: stream.c,v 1.
8 2004/01/03 00:23:04 gbazin
Exp $
* Copyright (C) 1999-200
4
VideoLAN
* $Id: stream.c,v 1.
9 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
...
...
src/input/subtitles.c
View file @
25cd1327
/*****************************************************************************
* subtitles.c
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: subtitles.c,v 1.
6 2003/12/22 14:32:56 sam
Exp $
* Copyright (C) 2003
-2004
VideoLAN
* $Id: subtitles.c,v 1.
7 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Derk-Jan Hartman <hartman at videolan.org>
* This is adapted code from the GPL'ed MPlayer (http://mplayerhq.hu)
...
...
src/interface/interface.c
View file @
25cd1327
...
...
@@ -3,8 +3,8 @@
* This library provides basic functions for threads to interact with user
* interface, such as command line.
*****************************************************************************
* Copyright (C) 1998-200
1
VideoLAN
* $Id: interface.c,v 1.10
8 2003/10/14 23:09:03 gbazin
Exp $
* Copyright (C) 1998-200
4
VideoLAN
* $Id: interface.c,v 1.10
9 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
*
...
...
@@ -12,7 +12,7 @@
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* 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
*****************************************************************************
* Copyright (C) 2001
, 2002
VideoLAN
* $Id: intf_eject.c,v 1.2
2 2003/12/22 14:32:56 sam
Exp $
* Copyright (C) 2001
-2004
VideoLAN
* $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
* with code taken from the Linux "eject" command
...
...
src/libvlc.c
View file @
25cd1327
/*****************************************************************************
* libvlc.c: main libvlc source
*****************************************************************************
* Copyright (C) 1998-200
2
VideoLAN
* $Id: libvlc.c,v 1.10
8 2004/01/06 08:50:20
zorglub Exp $
* Copyright (C) 1998-200
4
VideoLAN
* $Id: libvlc.c,v 1.10
9 2004/01/06 12:02:05
zorglub Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
src/misc/beos_specific.cpp
View file @
25cd1327
/*****************************************************************************
* beos_init.cpp: Initialization for BeOS specific features
*****************************************************************************
* Copyright (C) 1999-200
1
VideoLAN
* $Id: beos_specific.cpp,v 1.3
5 2003/12/14 16:26:21 titer
Exp $
* Copyright (C) 1999-200
4
VideoLAN
* $Id: beos_specific.cpp,v 1.3
6 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
*
...
...
src/misc/block.c
View file @
25cd1327
/*****************************************************************************
* block.c: Data blocks management functions
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: block.c,v 1.
5 2003/11/22 14:42:47 fenrir
Exp $
* Copyright (C) 2003
-2004
VideoLAN
* $Id: block.c,v 1.
6 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Laurent Aimar <fenrir@videolan.org>
*
...
...
src/misc/charset.c
View file @
25cd1327
...
...
@@ -2,8 +2,8 @@
* charset.c: Determine a canonical name for the current locale's character
* encoding.
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: charset.c,v 1.
5 2003/12/22 14:32:56 sam
Exp $
* Copyright (C) 2003
-2004
VideoLAN
* $Id: charset.c,v 1.
6 2004/01/06 12:02:06 zorglub
Exp $
*
* Author: Derk-Jan Hartman <thedj at users.sf.net>
*
...
...
src/misc/configuration.c
View file @
25cd1327
/*****************************************************************************
* configuration.c management of the modules configuration
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: configuration.c,v 1.7
1 2003/11/11 21:23:56 hartman
Exp $
* Copyright (C) 2001
-2004
VideoLAN
* $Id: configuration.c,v 1.7
2 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
...
...
src/misc/cpu.c
View file @
25cd1327
/*****************************************************************************
* cpu.c: CPU detection code
*****************************************************************************
* Copyright (C) 1998-200
2
VideoLAN
* $Id: cpu.c,v 1.1
1 2003/05/22 12:00:57 gbazin
Exp $
* Copyright (C) 1998-200
4
VideoLAN
* $Id: cpu.c,v 1.1
2 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Christophe Massiot <massiot@via.ecp.fr>
...
...
src/misc/darwin_specific.m
View file @
25cd1327
/*****************************************************************************
* darwin_specific.m: Darwin specific features
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: darwin_specific.m,v 1.1
7 2003/12/22 14:32:56 sam
Exp $
* Copyright (C) 2001
-2004
VideoLAN
* $Id: darwin_specific.m,v 1.1
8 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Sam Hocevar <sam@zoy.org>
* Christophe Massiot <massiot@via.ecp.fr>
...
...
src/misc/error.c
View file @
25cd1327
/*****************************************************************************
* error.c: error handling routine
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: error.c,v 1.
2 2002/10/17 13:15:31 sam
Exp $
* Copyright (C) 2002
-2004
VideoLAN
* $Id: error.c,v 1.
3 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
...
...
@@ -10,7 +10,7 @@
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* 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
*****************************************************************************
* Copyright (C) 1998-200
3
VideoLAN
* $Id: iso-639_def.h,v 1.
2 2003/12/22 14:23:14 sam
Exp $
* Copyright (C) 1998-200
4
VideoLAN
* $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
* 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).
*****************************************************************************
* Copyright (C) 1998-200
1
VideoLAN
* $Id: iso_lang.c,v 1.1
0 2003/12/22 14:23:14 sam
Exp $
* Copyright (C) 1998-200
4
VideoLAN
* $Id: iso_lang.c,v 1.1
1 2004/01/06 12:02:06 zorglub
Exp $
*
* Author: Stphane Borel <stef@via.ecp.fr>
* Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
...
...
src/misc/messages.c
View file @
25cd1327
...
...
@@ -3,8 +3,8 @@
* This library provides an interface to the message queue to be used by other
* modules, especially intf modules. See config.h for output configuration.
*****************************************************************************
* Copyright (C) 1998-200
2
VideoLAN
* $Id: messages.c,v 1.3
7 2003/12/04 17:15:59 gbazin
Exp $
* Copyright (C) 1998-200
4
VideoLAN
* $Id: messages.c,v 1.3
8 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
src/misc/modules.c
View file @
25cd1327
/*****************************************************************************
* modules.c : Builtin and plugin modules management functions
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: modules.c,v 1.14
2 2004/01/05 14:10:58 fenrir
Exp $
* Copyright (C) 2001
-2004
VideoLAN
* $Id: modules.c,v 1.14
3 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Sam Hocevar <sam@zoy.org>
* Ethan C. Baldridge <BaldridgeE@cadmus.com>
...
...
src/misc/mtime.c
View file @
25cd1327
...
...
@@ -2,8 +2,8 @@
* mtime.c: high resolution time management functions
* Functions are prototyped in mtime.h.
*****************************************************************************
* Copyright (C) 1998-200
1, 2003
VideoLAN
* $Id: mtime.c,v 1.4
1 2003/12/11 10:44:32 gbazin
Exp $
* Copyright (C) 1998-200
4
VideoLAN
* $Id: mtime.c,v 1.4
2 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
*
...
...
@@ -11,7 +11,7 @@
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
...
src/misc/objects.c
View file @
25cd1327
/*****************************************************************************
* objects.c: vlc_object_t handling
*****************************************************************************
* Copyright (C) 200
2
VideoLAN
* $Id: objects.c,v 1.4
3 2003/11/24 00:39:02 fenrir
Exp $
* Copyright (C) 200
4
VideoLAN
* $Id: objects.c,v 1.4
4 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
...
...
src/misc/threads.c
View file @
25cd1327
/*****************************************************************************
* threads.c : threads implementation for the VideoLAN client
*****************************************************************************
* Copyright (C) 1999
, 2000, 2001, 2002, 2003
VideoLAN
* $Id: threads.c,v 1.4
4 2003/11/22 00:41:07 titer
Exp $
* Copyright (C) 1999
-2004
VideoLAN
* $Id: threads.c,v 1.4
5 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
src/misc/variables.c
View file @
25cd1327
/*****************************************************************************
* variables.c: routines for object variables handling
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: variables.c,v 1.3
4 2003/11/05 17:57:29 gbazin
Exp $
* Copyright (C) 2002
-2004
VideoLAN
* $Id: variables.c,v 1.3
5 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
...
...
src/misc/win32_specific.c
View file @
25cd1327
/*****************************************************************************
* win32_specific.c: Win32 specific features
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: win32_specific.c,v 1.
29 2004/01/06 08:50:20
zorglub Exp $
* Copyright (C) 2001
-2004
VideoLAN
* $Id: win32_specific.c,v 1.
30 2004/01/06 12:02:06
zorglub Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Gildas Bazin <gbazin@netcourrier.com>
...
...
src/stream_output/stream_output.c
View file @
25cd1327
/*****************************************************************************
* stream_output.c : stream output module
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: stream_output.c,v 1.3
6 2003/12/07 17:09:33 gbazin
Exp $
* Copyright (C) 2002
-2004
VideoLAN
* $Id: stream_output.c,v 1.3
7 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Laurent Aimar <fenrir@via.ecp.fr>
...
...
src/video_output/video_output.c
View file @
25cd1327
...
...
@@ -4,8 +4,8 @@
* It includes functions allowing to open a new thread, send pictures to a
* thread, and destroy a previously oppened video output thread.
*****************************************************************************
* Copyright (C) 2000-200
1
VideoLAN
* $Id: video_output.c,v 1.24
2 2003/12/11 23:12:46 gbazin
Exp $
* Copyright (C) 2000-200
4
VideoLAN
* $Id: video_output.c,v 1.24
3 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
*
...
...
src/video_output/video_text.c
View file @
25cd1327
/*****************************************************************************
* video_text.c : text manipulation functions
*****************************************************************************
* Copyright (C) 1999-200
1
VideoLAN
* $Id: video_text.c,v 1.
49 2003/12/22 14:32:57 sam
Exp $
* Copyright (C) 1999-200
4
VideoLAN
* $Id: video_text.c,v 1.
50 2004/01/06 12:02:06 zorglub
Exp $
*
* Author: Sigmund Augdal <sigmunau@idi.ntnu.no>
*
...
...
src/video_output/vout_pictures.c
View file @
25cd1327
/*****************************************************************************
* vout_pictures.c : picture management functions
*****************************************************************************
* Copyright (C) 2000 VideoLAN
* $Id: vout_pictures.c,v 1.4
3 2003/10/24 21:27:07 gbazin
Exp $
* Copyright (C) 2000
-2004
VideoLAN
* $Id: vout_pictures.c,v 1.4
4 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
src/video_output/vout_pictures.h
View file @
25cd1327
/*****************************************************************************
* vout_pictures.h : picture management definitions
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: vout_pictures.h,v 1.
4 2003/04/27 17:53:21 gbazin
Exp $
* Copyright (C) 2002
-2004
VideoLAN
* $Id: vout_pictures.h,v 1.
5 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
...
...
src/video_output/vout_subpictures.c
View file @
25cd1327
/*****************************************************************************
* vout_subpictures.c : subpicture management functions
*****************************************************************************
* Copyright (C) 2000 VideoLAN
* $Id: vout_subpictures.c,v 1.2
3 2003/12/09 19:15:03 yoann
Exp $
* Copyright (C) 2000
-2004
VideoLAN
* $Id: vout_subpictures.c,v 1.2
4 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
src/video_output/vout_synchro.c
View file @
25cd1327
/*****************************************************************************
* vout_synchro.c : frame dropping routines
*****************************************************************************
* Copyright (C) 1999-200
1
VideoLAN
* $Id: vout_synchro.c,v 1.
5 2003/11/04 17:46:18 gbazin
Exp $
* Copyright (C) 1999-200
4
VideoLAN
* $Id: vout_synchro.c,v 1.
6 2004/01/06 12:02:06 zorglub
Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>
...
...
@@ -12,7 +12,7 @@
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
...
src/vlc.c
View file @
25cd1327
/*****************************************************************************
* vlc.c: the vlc player
*****************************************************************************
* Copyright (C) 1998-200
1
VideoLAN
* $Id: vlc.c,v 1.
19 2002/12/25 23:39:01 sam
Exp $
* Copyright (C) 1998-200
4
VideoLAN
* $Id: vlc.c,v 1.
20 2004/01/06 12:02:05 zorglub
Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* 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