]> git.sesse.net Git - vlc/commitdiff
Updated copyrights in libvlc
authorClément Stenac <zorglub@videolan.org>
Tue, 6 Jan 2004 12:02:06 +0000 (12:02 +0000)
committerClément Stenac <zorglub@videolan.org>
Tue, 6 Jan 2004 12:02:06 +0000 (12:02 +0000)
45 files changed:
src/audio_output/common.c
src/audio_output/dec.c
src/audio_output/filters.c
src/audio_output/input.c
src/audio_output/intf.c
src/audio_output/mixer.c
src/audio_output/output.c
src/input/demux.c
src/input/es_out.c
src/input/input.c
src/input/input_clock.c
src/input/input_dec.c
src/input/input_ext-intf.c
src/input/input_ext-plugins.c
src/input/input_info.c
src/input/input_programs.c
src/input/stream.c
src/input/subtitles.c
src/interface/interface.c
src/interface/intf_eject.c
src/libvlc.c
src/misc/beos_specific.cpp
src/misc/block.c
src/misc/charset.c
src/misc/configuration.c
src/misc/cpu.c
src/misc/darwin_specific.m
src/misc/error.c
src/misc/iso-639_def.h
src/misc/iso_lang.c
src/misc/messages.c
src/misc/modules.c
src/misc/mtime.c
src/misc/objects.c
src/misc/threads.c
src/misc/variables.c
src/misc/win32_specific.c
src/stream_output/stream_output.c
src/video_output/video_output.c
src/video_output/video_text.c
src/video_output/vout_pictures.c
src/video_output/vout_pictures.h
src/video_output/vout_subpictures.c
src/video_output/vout_synchro.c
src/vlc.c

index edae9e99d9fc33720254fcf99fc8c2a0dfa9f302..6c3e633cf5fd4295b7b07f04839eea4481c0dd67 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * common.c : audio output management of common data structures
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN
- * $Id: common.c,v 1.18 2003/11/16 21:07:31 gbazin Exp $
+ * Copyright (C) 2002-2004 VideoLAN
+ * $Id: common.c,v 1.19 2004/01/06 12:02:05 zorglub Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
index 377d2b9fd362b5756e36aca35ea37094f3173b37..963568b0b40684953b02dd5c508eda7820b7e476 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * dec.c : audio output API towards decoders
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN
- * $Id: dec.c,v 1.13 2003/11/16 21:07:31 gbazin Exp $
+ * Copyright (C) 2002-2004 VideoLAN
+ * $Id: dec.c,v 1.14 2004/01/06 12:02:05 zorglub Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
index 8188aca2e899442109d39a25cfaa0d971ea1f712..3d34589f6d15975d943bca45f508d0f4909ed5b4 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * filters.c : audio output filters management
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN
- * $Id: filters.c,v 1.18 2003/03/04 03:27:40 gbazin Exp $
+ * Copyright (C) 2002-2004 VideoLAN
+ * $Id: filters.c,v 1.19 2004/01/06 12:02:05 zorglub Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
index 205532d62334f2968636ab927907a9954b10ab2e..e0eb882ab9511905466cb210008d33ba0277181b 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * input.c : internal management of input streams for the audio output
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN
- * $Id: input.c,v 1.42 2003/12/20 22:57:36 babal Exp $
+ * Copyright (C) 2002-2004 VideoLAN
+ * $Id: input.c,v 1.43 2004/01/06 12:02:05 zorglub Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
index d6fbe35d6227b9c32c0b7647740607702ee98fae..b598ea4f69298c51a28ccc9e5febeee3b53524c3 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * 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>
  *
index 69cae8c24867d78d2bf34e7a5e514aaddc97a3c0..2dd5e4ee5bab9d395ce08d97295169ae2358a847 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * mixer.c : audio output mixing operations
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN
- * $Id: mixer.c,v 1.28 2003/11/24 21:47:33 gbazin Exp $
+ * Copyright (C) 2002-2004 VideoLAN
+ * $Id: mixer.c,v 1.29 2004/01/06 12:02:05 zorglub Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
index 5705dd0cad4cce9a1a78308f684f5cbeb5a3ad4f..00173fb8470d8be5a3b64010a24b891f715b19e2 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * output.c : internal management of output streams for the audio output
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN
- * $Id: output.c,v 1.41 2003/07/09 21:42:28 gbazin Exp $
+ * Copyright (C) 2002-2004 VideoLAN
+ * $Id: output.c,v 1.42 2004/01/06 12:02:05 zorglub Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
index 9bba5747d5dcf51076ffddaa914564eec5ec0b9a..483d00aad4f67fbba852cd8a06a67382e5bbbffc 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * demux.c
  *****************************************************************************
- * Copyright (C) 1999-2003 VideoLAN
- * $Id: demux.c,v 1.6 2003/12/22 14:32:56 sam Exp $
+ * Copyright (C) 1999-2004 VideoLAN
+ * $Id: demux.c,v 1.7 2004/01/06 12:02:06 zorglub Exp $
  *
  * Author: Laurent Aimar <fenrir@via.ecp.fr>
  *
index 2da11b1ef0ab4fd4919ae6dc52d635d66548fa49..1055bbd1e0a800c5805527511bb9e7ad03af0c77 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * es_out.c: Es Out handler for input.
  *****************************************************************************
- * Copyright (C) 2003 VideoLAN
- * $Id: es_out.c,v 1.13 2004/01/05 13:00:20 zorglub Exp $
+ * Copyright (C) 2003-2004 VideoLAN
+ * $Id: es_out.c,v 1.14 2004/01/06 12:02:06 zorglub Exp $
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *
index 50e57e4beebc554a72dad71eb2e26dc420613101..3ca145b2e65586c844aa9f0651048e7fb0774195 100644 (file)
@@ -3,8 +3,8 @@
  * Read a stream, demultiplex and parse it before sending it to
  * decoders.
  *****************************************************************************
- * Copyright (C) 1998-2002 VideoLAN
- * $Id: input.c,v 1.272 2004/01/05 12:59:43 zorglub Exp $
+ * Copyright (C) 1998-2004 VideoLAN
+ * $Id: input.c,v 1.273 2004/01/06 12:02:06 zorglub Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
index 543cc62e92658ba6b2517662a71234a7efc6dab3..182a00c864c8ff427b5da8b8283f47bdf4ef4556 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * input_clock.c: Clock/System date convertions, stream management
  *****************************************************************************
- * Copyright (C) 1999-2001 VideoLAN
- * $Id: input_clock.c,v 1.44 2003/12/04 16:49:45 sam Exp $
+ * Copyright (C) 1999-2004 VideoLAN
+ * $Id: input_clock.c,v 1.45 2004/01/06 12:02:06 zorglub Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
index 3845bfffa307b3a346ff5881aa4d80b037ab9c66..1280df4537c3f5d9168993da8a3958ff8bbcf27c 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * input_dec.c: Functions for the management of decoders
  *****************************************************************************
- * Copyright (C) 1999-2001 VideoLAN
- * $Id: input_dec.c,v 1.83 2003/12/24 09:46:08 gbazin Exp $
+ * Copyright (C) 1999-2004 VideoLAN
+ * $Id: input_dec.c,v 1.84 2004/01/06 12:02:06 zorglub Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *          Gildas Bazin <gbazin@netcourrier.com>
index 6605937786e66263d96f7d4fb631674ceb62641f..adb74306d81d1565c476585eaf002fbdd0d50996 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * input_ext-intf.c: services to the interface
  *****************************************************************************
- * Copyright (C) 1998-2001,2003 VideoLAN
- * $Id: input_ext-intf.c,v 1.54 2003/12/22 14:32:56 sam Exp $
+ * Copyright (C) 1998-2004 VideoLAN
+ * $Id: input_ext-intf.c,v 1.55 2004/01/06 12:02:06 zorglub Exp $
  *
  * Author: Christophe Massiot <massiot@via.ecp.fr>
  *
index 6b8c9425e66ce5ad68ec05dd112c8b2d3d46f7c8..3e654bf8cb74d390ee6eb5b0260370c71c05e4b8 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * input_ext-plugins.c: useful functions for access and demux plug-ins
  *****************************************************************************
- * Copyright (C) 2001, 2002 VideoLAN
- * $Id: input_ext-plugins.c,v 1.38 2003/11/24 03:30:38 fenrir Exp $
+ * Copyright (C) 2001-2004 VideoLAN
+ * $Id: input_ext-plugins.c,v 1.39 2004/01/06 12:02:06 zorglub Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
index 2392309794cde5d4e6f1726a88a41ae318313fde..bf70d8d42ad31499a992a449cbdcd3e6d7fdad31 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * input_info.c: Convenient functions to handle the input info structures
  *****************************************************************************
- * Copyright (C) 1998-2001 VideoLAN
- * $Id: input_info.c,v 1.11 2003/06/24 13:33:48 sam Exp $
+ * Copyright (C) 1998-2004 VideoLAN
+ * $Id: input_info.c,v 1.12 2004/01/06 12:02:06 zorglub Exp $
  *
  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
  *
index f06ea49e7bd77f5037ca6431c047351f09f99329..69b8cb114288f4b65e31760df82ab71dad8aa5fd 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * input_programs.c: es_descriptor_t, pgrm_descriptor_t management
  *****************************************************************************
- * Copyright (C) 1999-2002 VideoLAN
- * $Id: input_programs.c,v 1.127 2003/12/22 02:24:50 sam Exp $
+ * Copyright (C) 1999-2004 VideoLAN
+ * $Id: input_programs.c,v 1.128 2004/01/06 12:02:06 zorglub Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
index 2f888fcd52f82efe21c2975d5957db20438a9475..abe05a364ed2bd95d3ccfbdceec520bb9b9d788c 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * stream.c
  *****************************************************************************
- * Copyright (C) 1999-2001 VideoLAN
- * $Id: stream.c,v 1.8 2004/01/03 00:23:04 gbazin Exp $
+ * Copyright (C) 1999-2004 VideoLAN
+ * $Id: stream.c,v 1.9 2004/01/06 12:02:06 zorglub Exp $
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *
index 6749b2e8e9997dd9ebf571c26d42f1e0afbfdf3a..91b0301528cab1eaacd909e082f76554ae16c709 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * 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)
index 710028f9d94519b4b931ed58c3e5cb9ae6260c11..deefef32ba6bdff40a2259aedf19cb1e70c11766 100644 (file)
@@ -3,8 +3,8 @@
  * This library provides basic functions for threads to interact with user
  * interface, such as command line.
  *****************************************************************************
- * Copyright (C) 1998-2001 VideoLAN
- * $Id: interface.c,v 1.108 2003/10/14 23:09:03 gbazin Exp $
+ * Copyright (C) 1998-2004 VideoLAN
+ * $Id: interface.c,v 1.109 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
index cfef93cd480186418f3e0b4713a19dfb6723f8a9..7dd08a095b66edac046b495ba045a857e5bb0faa 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * intf_eject.c: CD/DVD-ROM ejection handling functions
  *****************************************************************************
- * Copyright (C) 2001, 2002 VideoLAN
- * $Id: intf_eject.c,v 1.22 2003/12/22 14:32:56 sam Exp $
+ * Copyright (C) 2001-2004 VideoLAN
+ * $Id: intf_eject.c,v 1.23 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
index 86c259766e4a55e0fb498308888d23d19b5d1f58..4c5e51ad703eb653d96fa32f7464deca290c3ec6 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * libvlc.c: main libvlc source
  *****************************************************************************
- * Copyright (C) 1998-2002 VideoLAN
- * $Id: libvlc.c,v 1.108 2004/01/06 08:50:20 zorglub Exp $
+ * Copyright (C) 1998-2004 VideoLAN
+ * $Id: libvlc.c,v 1.109 2004/01/06 12:02:05 zorglub Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
index b642aba8fea10914f06d06dd1ba7c1ea79ef7a22..644a8e68dc11529b6dfebf24aa0062a928a3b8e7 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * beos_init.cpp: Initialization for BeOS specific features
  *****************************************************************************
- * Copyright (C) 1999-2001 VideoLAN
- * $Id: beos_specific.cpp,v 1.35 2003/12/14 16:26:21 titer Exp $
+ * Copyright (C) 1999-2004 VideoLAN
+ * $Id: beos_specific.cpp,v 1.36 2004/01/06 12:02:06 zorglub Exp $
  *
  * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
  *
index 3a3ccbfadffb698fe7c61f58a7c70427674f86a6..99c968d8e11363b19d2bf660189b832571d51480 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * 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>
  *
index bf47bab9914dbe3b7e616bf223566f530c3091ee..69cfd3e49ccebe44841e106a2188f23820d9da86 100644 (file)
@@ -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>
  *
index 249032bab89b39c570fcca67336802b98a77913b..9f9984f9fa05d0ba7e478044ab1403eb4bf666d6 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * configuration.c management of the modules configuration
  *****************************************************************************
- * Copyright (C) 2001 VideoLAN
- * $Id: configuration.c,v 1.71 2003/11/11 21:23:56 hartman Exp $
+ * Copyright (C) 2001-2004 VideoLAN
+ * $Id: configuration.c,v 1.72 2004/01/06 12:02:06 zorglub Exp $
  *
  * Authors: Gildas Bazin <gbazin@netcourrier.com>
  *
index 4bb301f463b45f37a2d37a19d4bd51403e01b02d..10e19cb4035b3f2564c9d0c9a9c01988ce437019 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * cpu.c: CPU detection code
  *****************************************************************************
- * Copyright (C) 1998-2002 VideoLAN
- * $Id: cpu.c,v 1.11 2003/05/22 12:00:57 gbazin Exp $
+ * Copyright (C) 1998-2004 VideoLAN
+ * $Id: cpu.c,v 1.12 2004/01/06 12:02:06 zorglub Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *          Christophe Massiot <massiot@via.ecp.fr>
index b40a49140fc545ad9c488433f07e5d3a92f1df4e..6cc9aaf3fad1d346b3ce4081e9cc9ba5ee28b1fb 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * darwin_specific.m: Darwin specific features
  *****************************************************************************
- * Copyright (C) 2001 VideoLAN
- * $Id: darwin_specific.m,v 1.17 2003/12/22 14:32:56 sam Exp $
+ * Copyright (C) 2001-2004 VideoLAN
+ * $Id: darwin_specific.m,v 1.18 2004/01/06 12:02:06 zorglub Exp $
  *
  * Authors: Sam Hocevar <sam@zoy.org>
  *          Christophe Massiot <massiot@via.ecp.fr>
index a71ed7581dd4ceff0e227e1e4e29f816df53479d..1b3add6e8316d15369fb87737bd2bf7ac4befbcc 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * 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
index 711558a95a6e7cf78300385f52b6170ac36a3f8d..63b3f9da6a6dbee341a02e509f566f2a89be5d50 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * iso_lang.h: languages codes and abbreviations
  *****************************************************************************
- * Copyright (C) 1998-2003 VideoLAN
- * $Id: iso-639_def.h,v 1.2 2003/12/22 14:23:14 sam Exp $
+ * Copyright (C) 1998-2004 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.
index 463ad52363719f9057900028c750ac5377389a29..d84613facbc51e7ba025f7bb812494ab37fe5f13 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * iso_lang.c: function to decode language code (in dvd or a52 for instance).
  *****************************************************************************
- * Copyright (C) 1998-2001 VideoLAN
- * $Id: iso_lang.c,v 1.10 2003/12/22 14:23:14 sam Exp $
+ * Copyright (C) 1998-2004 VideoLAN
+ * $Id: iso_lang.c,v 1.11 2004/01/06 12:02:06 zorglub Exp $
  *
  * Author: Stéphane Borel <stef@via.ecp.fr>
  *         Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
index d4ae3aa237e24d3d5a4a7f4a367f4875e9713910..59a0bbe375949875f843466eba48dd8967aaf872 100644 (file)
@@ -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-2002 VideoLAN
- * $Id: messages.c,v 1.37 2003/12/04 17:15:59 gbazin Exp $
+ * Copyright (C) 1998-2004 VideoLAN
+ * $Id: messages.c,v 1.38 2004/01/06 12:02:06 zorglub Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
index b86710af59a09d937a4853fce10e499829f9cd2b..2523ba720d81bcb2db711b96e240b9a6adafaaca 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * modules.c : Builtin and plugin modules management functions
  *****************************************************************************
- * Copyright (C) 2001 VideoLAN
- * $Id: modules.c,v 1.142 2004/01/05 14:10:58 fenrir Exp $
+ * Copyright (C) 2001-2004 VideoLAN
+ * $Id: modules.c,v 1.143 2004/01/06 12:02:06 zorglub Exp $
  *
  * Authors: Sam Hocevar <sam@zoy.org>
  *          Ethan C. Baldridge <BaldridgeE@cadmus.com>
index f57fb6936320939dc052bd5ac2bde3a6286f6afe..6b3baa23cc365d4bf101cd15704f027d2e026838 100644 (file)
@@ -2,8 +2,8 @@
  * mtime.c: high resolution time management functions
  * Functions are prototyped in mtime.h.
  *****************************************************************************
- * Copyright (C) 1998-2001, 2003 VideoLAN
- * $Id: mtime.c,v 1.41 2003/12/11 10:44:32 gbazin Exp $
+ * Copyright (C) 1998-2004 VideoLAN
+ * $Id: mtime.c,v 1.42 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
index 3a67800203a7eccb9fa523fc00e9be0e4f46cd07..9fda906e4f8728ea089a103892ba4e9cbacc05a8 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * objects.c: vlc_object_t handling
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN
- * $Id: objects.c,v 1.43 2003/11/24 00:39:02 fenrir Exp $
+ * Copyright (C) 2004 VideoLAN
+ * $Id: objects.c,v 1.44 2004/01/06 12:02:06 zorglub Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
index 8d018c77d80c0a2eb5ed17902aa335bc214c3784..b454c5c3eb725e4958a92cefa78b42b308e0352a 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * threads.c : threads implementation for the VideoLAN client
  *****************************************************************************
- * Copyright (C) 1999, 2000, 2001, 2002, 2003 VideoLAN
- * $Id: threads.c,v 1.44 2003/11/22 00:41:07 titer Exp $
+ * Copyright (C) 1999-2004 VideoLAN
+ * $Id: threads.c,v 1.45 2004/01/06 12:02:06 zorglub Exp $
  *
  * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
index 59d6b9a94c6f1c3b3cef38258c0a6ee0ad97bd28..ca8de1e17d62db9f6c5d325de8078ad5a98a881d 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * variables.c: routines for object variables handling
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN
- * $Id: variables.c,v 1.34 2003/11/05 17:57:29 gbazin Exp $
+ * Copyright (C) 2002-2004 VideoLAN
+ * $Id: variables.c,v 1.35 2004/01/06 12:02:06 zorglub Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
index 55fdfed1a4efcaf093a08741c0adf81b53b2c25c..db57bef00324c84f2763ab4da36df095a2943743 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * 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>
index ec778301734ef16a916af1820f4e4e27fa2e557d..c818aee50335a95740cea39f608176569416909e 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * stream_output.c : stream output module
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN
- * $Id: stream_output.c,v 1.36 2003/12/07 17:09:33 gbazin Exp $
+ * Copyright (C) 2002-2004 VideoLAN
+ * $Id: stream_output.c,v 1.37 2004/01/06 12:02:06 zorglub Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index b88db34e9b2726532476e8f9d0c0f0051b548a50..e1e9ae402badf24d5aad1cf83f7d301c272c5f04 100644 (file)
@@ -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-2001 VideoLAN
- * $Id: video_output.c,v 1.242 2003/12/11 23:12:46 gbazin Exp $
+ * Copyright (C) 2000-2004 VideoLAN
+ * $Id: video_output.c,v 1.243 2004/01/06 12:02:06 zorglub Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *
index 3de458f821bbec9b7843885b4267ac39c39c3e59..5d4f8aec279155469b2427fa9ca220fb6ecf1345 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * video_text.c : text manipulation functions
  *****************************************************************************
- * Copyright (C) 1999-2001 VideoLAN
- * $Id: video_text.c,v 1.49 2003/12/22 14:32:57 sam Exp $
+ * Copyright (C) 1999-2004 VideoLAN
+ * $Id: video_text.c,v 1.50 2004/01/06 12:02:06 zorglub Exp $
  *
  * Author: Sigmund Augdal <sigmunau@idi.ntnu.no>
  *
index 3c5808948e37db1d34a0a283ea7c1ef1c6642d43..285b094947cc3d5f059729a49192581a1c62f70b 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * vout_pictures.c : picture management functions
  *****************************************************************************
- * Copyright (C) 2000 VideoLAN
- * $Id: vout_pictures.c,v 1.43 2003/10/24 21:27:07 gbazin Exp $
+ * Copyright (C) 2000-2004 VideoLAN
+ * $Id: vout_pictures.c,v 1.44 2004/01/06 12:02:06 zorglub Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
index b46ac0546a3df7cd19fcec673c7cfc7368824568..02d90b7b2e8310451018f832d4d9cc056732a807 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * 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>
  *
index 0c261aba9a97f07b5f478d80517d91aae78a7842..a7611ad5fb319682279d35f114567ca4201221d3 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * vout_subpictures.c : subpicture management functions
  *****************************************************************************
- * Copyright (C) 2000 VideoLAN
- * $Id: vout_subpictures.c,v 1.23 2003/12/09 19:15:03 yoann Exp $
+ * Copyright (C) 2000-2004 VideoLAN
+ * $Id: vout_subpictures.c,v 1.24 2004/01/06 12:02:06 zorglub Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
index 380a033a7bf304eb77f4c76e20caedbbf47ce714..4fdad4821568a8c7ba3610449f2948ed7eddcb63 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * vout_synchro.c : frame dropping routines
  *****************************************************************************
- * Copyright (C) 1999-2001 VideoLAN
- * $Id: vout_synchro.c,v 1.5 2003/11/04 17:46:18 gbazin Exp $
+ * Copyright (C) 1999-2004 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
index 622d8052214edacdec21d34c191e286c9fb255ae..6f11f144ef3e49e351551b77fcb3869851efde1a 100644 (file)
--- a/src/vlc.c
+++ b/src/vlc.c
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * vlc.c: the vlc player
  *****************************************************************************
- * Copyright (C) 1998-2001 VideoLAN
- * $Id: vlc.c,v 1.19 2002/12/25 23:39:01 sam Exp $
+ * Copyright (C) 1998-2004 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>