summaryrefslogtreecommitdiff
path: root/src/xine-engine
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-12-09 00:02:28 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-12-09 00:02:28 +0000
commit011a6ccc1dd88b58e01f83ab13eb9119f45c23ea (patch)
treef55faded81d00d44f52eb0426011d8e851636501 /src/xine-engine
parentc41622aa1f1663646dafe87d1fd4585ec9f9a1bb (diff)
downloadxine-lib-011a6ccc1dd88b58e01f83ab13eb9119f45c23ea.tar.gz
xine-lib-011a6ccc1dd88b58e01f83ab13eb9119f45c23ea.tar.bz2
update copyright year (and we have to do it again in 3 weeks... ;-) )
CVS patchset: 5879 CVS date: 2003/12/09 00:02:28
Diffstat (limited to 'src/xine-engine')
-rw-r--r--src/xine-engine/audio_decoder.c4
-rw-r--r--src/xine-engine/audio_decoder.h4
-rw-r--r--src/xine-engine/audio_out.h4
-rw-r--r--src/xine-engine/buffer_types.c4
-rw-r--r--src/xine-engine/configfile.c4
-rw-r--r--src/xine-engine/configfile.h4
-rw-r--r--src/xine-engine/events.c4
-rw-r--r--src/xine-engine/lrb.c4
-rw-r--r--src/xine-engine/lrb.h4
-rw-r--r--src/xine-engine/osd.c2
-rw-r--r--src/xine-engine/osd.h4
-rw-r--r--src/xine-engine/plugin_catalog.h4
-rw-r--r--src/xine-engine/post.c4
-rw-r--r--src/xine-engine/post.h4
-rw-r--r--src/xine-engine/resample.c4
-rw-r--r--src/xine-engine/resample.h4
-rw-r--r--src/xine-engine/scratch.c4
-rw-r--r--src/xine-engine/scratch.h4
-rw-r--r--src/xine-engine/tvmode.c4
-rw-r--r--src/xine-engine/video_overlay.c4
-rw-r--r--src/xine-engine/video_overlay.h4
-rw-r--r--src/xine-engine/vo_scale.c4
-rw-r--r--src/xine-engine/vo_scale.h4
-rw-r--r--src/xine-engine/xine_interface.c4
-rw-r--r--src/xine-engine/xine_internal.h4
-rw-r--r--src/xine-engine/xine_plugin.h4
26 files changed, 51 insertions, 51 deletions
diff --git a/src/xine-engine/audio_decoder.c b/src/xine-engine/audio_decoder.c
index df870004d..968ea065b 100644
--- a/src/xine-engine/audio_decoder.c
+++ b/src/xine-engine/audio_decoder.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: audio_decoder.c,v 1.117 2003/12/05 15:55:04 f1rmb Exp $
+ * $Id: audio_decoder.c,v 1.118 2003/12/09 00:02:35 f1rmb Exp $
*
*
* functions that implement audio decoding
diff --git a/src/xine-engine/audio_decoder.h b/src/xine-engine/audio_decoder.h
index 5d1513bb8..8759f4d36 100644
--- a/src/xine-engine/audio_decoder.h
+++ b/src/xine-engine/audio_decoder.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: audio_decoder.h,v 1.9 2003/05/20 13:50:56 mroi Exp $
+ * $Id: audio_decoder.h,v 1.10 2003/12/09 00:02:36 f1rmb Exp $
*
* xine audio decoder plugin interface
*
diff --git a/src/xine-engine/audio_out.h b/src/xine-engine/audio_out.h
index 245b10869..b282d0aa7 100644
--- a/src/xine-engine/audio_out.h
+++ b/src/xine-engine/audio_out.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: audio_out.h,v 1.62 2003/12/03 10:24:41 andruil Exp $
+ * $Id: audio_out.h,v 1.63 2003/12/09 00:02:36 f1rmb Exp $
*/
#ifndef HAVE_AUDIO_OUT_H
#define HAVE_AUDIO_OUT_H
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c
index a66826662..b92ebf0fd 100644
--- a/src/xine-engine/buffer_types.c
+++ b/src/xine-engine/buffer_types.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: buffer_types.c,v 1.71 2003/11/13 15:23:01 andruil Exp $
+ * $Id: buffer_types.c,v 1.72 2003/12/09 00:02:36 f1rmb Exp $
*
*
* contents:
diff --git a/src/xine-engine/configfile.c b/src/xine-engine/configfile.c
index 775152640..0bd5a1c0c 100644
--- a/src/xine-engine/configfile.c
+++ b/src/xine-engine/configfile.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: configfile.c,v 1.59 2003/12/07 15:34:30 f1rmb Exp $
+ * $Id: configfile.c,v 1.60 2003/12/09 00:02:36 f1rmb Exp $
*
* config object (was: file) management - implementation
*
diff --git a/src/xine-engine/configfile.h b/src/xine-engine/configfile.h
index 7f28b0598..8376730f5 100644
--- a/src/xine-engine/configfile.h
+++ b/src/xine-engine/configfile.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: configfile.h,v 1.32 2003/11/15 20:43:12 mroi Exp $
+ * $Id: configfile.h,v 1.33 2003/12/09 00:02:36 f1rmb Exp $
*
* config file management
*
diff --git a/src/xine-engine/events.c b/src/xine-engine/events.c
index 998a2d159..0d77bd9d7 100644
--- a/src/xine-engine/events.c
+++ b/src/xine-engine/events.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: events.c,v 1.21 2003/12/05 15:55:04 f1rmb Exp $
+ * $Id: events.c,v 1.22 2003/12/09 00:02:36 f1rmb Exp $
*
* Event handling functions
*
diff --git a/src/xine-engine/lrb.c b/src/xine-engine/lrb.c
index 1e767a48d..87465aaef 100644
--- a/src/xine-engine/lrb.c
+++ b/src/xine-engine/lrb.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: lrb.c,v 1.7 2003/12/07 15:34:31 f1rmb Exp $
+ * $Id: lrb.c,v 1.8 2003/12/09 00:02:36 f1rmb Exp $
*
*/
diff --git a/src/xine-engine/lrb.h b/src/xine-engine/lrb.h
index 9282c49c5..1b53ed929 100644
--- a/src/xine-engine/lrb.h
+++ b/src/xine-engine/lrb.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2001-2002 the xine project
+ * Copyright (C) 2001-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: lrb.h,v 1.3 2003/05/20 13:50:56 mroi Exp $
+ * $Id: lrb.h,v 1.4 2003/12/09 00:02:36 f1rmb Exp $
*
* lrb : limited ring buffer
* used for temporal buffer, limited to n elements
diff --git a/src/xine-engine/osd.c b/src/xine-engine/osd.c
index fee032df3..cb638128b 100644
--- a/src/xine-engine/osd.c
+++ b/src/xine-engine/osd.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
diff --git a/src/xine-engine/osd.h b/src/xine-engine/osd.h
index 481aa3250..f1b884550 100644
--- a/src/xine-engine/osd.h
+++ b/src/xine-engine/osd.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
* OSD stuff (text and graphic primitives)
- * $Id: osd.h,v 1.22 2003/11/26 13:33:55 miguelfreitas Exp $
+ * $Id: osd.h,v 1.23 2003/12/09 00:02:36 f1rmb Exp $
*/
#ifndef HAVE_OSD_H
diff --git a/src/xine-engine/plugin_catalog.h b/src/xine-engine/plugin_catalog.h
index 43352992b..cc45828e8 100644
--- a/src/xine-engine/plugin_catalog.h
+++ b/src/xine-engine/plugin_catalog.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: plugin_catalog.h,v 1.13 2003/11/11 18:45:01 f1rmb Exp $
+ * $Id: plugin_catalog.h,v 1.14 2003/12/09 00:02:36 f1rmb Exp $
*
* xine-internal header: Definitions for plugin lists
*
diff --git a/src/xine-engine/post.c b/src/xine-engine/post.c
index 938613f39..a5bb90afa 100644
--- a/src/xine-engine/post.c
+++ b/src/xine-engine/post.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: post.c,v 1.19 2003/12/07 15:09:51 miguelfreitas Exp $
+ * $Id: post.c,v 1.20 2003/12/09 00:02:36 f1rmb Exp $
*/
/*
diff --git a/src/xine-engine/post.h b/src/xine-engine/post.h
index 3d85aeb29..82793f2d0 100644
--- a/src/xine-engine/post.h
+++ b/src/xine-engine/post.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: post.h,v 1.14 2003/11/11 18:45:01 f1rmb Exp $
+ * $Id: post.h,v 1.15 2003/12/09 00:02:37 f1rmb Exp $
*
* post plugin definitions
*
diff --git a/src/xine-engine/resample.c b/src/xine-engine/resample.c
index 66d5af96b..e6ee0adf6 100644
--- a/src/xine-engine/resample.c
+++ b/src/xine-engine/resample.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: resample.c,v 1.7 2003/11/11 18:45:01 f1rmb Exp $
+ * $Id: resample.c,v 1.8 2003/12/09 00:02:37 f1rmb Exp $
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/xine-engine/resample.h b/src/xine-engine/resample.h
index dfdc0dc6b..8fe0afc2b 100644
--- a/src/xine-engine/resample.h
+++ b/src/xine-engine/resample.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: resample.h,v 1.4 2003/11/11 18:45:01 f1rmb Exp $
+ * $Id: resample.h,v 1.5 2003/12/09 00:02:37 f1rmb Exp $
*
* utilitiy functions for audio drivers
*
diff --git a/src/xine-engine/scratch.c b/src/xine-engine/scratch.c
index bd054c1e1..1ef248dd7 100644
--- a/src/xine-engine/scratch.c
+++ b/src/xine-engine/scratch.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: scratch.c,v 1.15 2003/11/27 12:45:23 f1rmb Exp $
+ * $Id: scratch.c,v 1.16 2003/12/09 00:02:37 f1rmb Exp $
*
* top-level xine functions
*
diff --git a/src/xine-engine/scratch.h b/src/xine-engine/scratch.h
index 72d8901c8..40e116ab8 100644
--- a/src/xine-engine/scratch.h
+++ b/src/xine-engine/scratch.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: scratch.h,v 1.7 2003/11/26 23:44:11 f1rmb Exp $
+ * $Id: scratch.h,v 1.8 2003/12/09 00:02:37 f1rmb Exp $
*
* scratch buffer for log output
*
diff --git a/src/xine-engine/tvmode.c b/src/xine-engine/tvmode.c
index 555b57f45..b7a34e673 100644
--- a/src/xine-engine/tvmode.c
+++ b/src/xine-engine/tvmode.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: tvmode.c,v 1.16 2003/10/02 01:39:10 miguelfreitas Exp $
+ * $Id: tvmode.c,v 1.17 2003/12/09 00:02:37 f1rmb Exp $
*
* tvmode - TV output selection
*
diff --git a/src/xine-engine/video_overlay.c b/src/xine-engine/video_overlay.c
index 9a1e2f7e7..26e2a8055 100644
--- a/src/xine-engine/video_overlay.c
+++ b/src/xine-engine/video_overlay.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: video_overlay.c,v 1.33 2003/12/05 15:55:05 f1rmb Exp $
+ * $Id: video_overlay.c,v 1.34 2003/12/09 00:02:37 f1rmb Exp $
*
*/
diff --git a/src/xine-engine/video_overlay.h b/src/xine-engine/video_overlay.h
index d6e868357..04623a1dd 100644
--- a/src/xine-engine/video_overlay.h
+++ b/src/xine-engine/video_overlay.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: video_overlay.h,v 1.17 2003/12/05 15:55:05 f1rmb Exp $
+ * $Id: video_overlay.h,v 1.18 2003/12/09 00:02:38 f1rmb Exp $
*
*/
diff --git a/src/xine-engine/vo_scale.c b/src/xine-engine/vo_scale.c
index 870811c34..20be36086 100644
--- a/src/xine-engine/vo_scale.c
+++ b/src/xine-engine/vo_scale.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: vo_scale.c,v 1.28 2003/12/07 15:34:31 f1rmb Exp $
+ * $Id: vo_scale.c,v 1.29 2003/12/09 00:02:38 f1rmb Exp $
*
* Contains common code to calculate video scaling parameters.
* In short, it will map frame dimensions to screen/window size.
diff --git a/src/xine-engine/vo_scale.h b/src/xine-engine/vo_scale.h
index fdcc81b04..374ee8381 100644
--- a/src/xine-engine/vo_scale.h
+++ b/src/xine-engine/vo_scale.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: vo_scale.h,v 1.10 2003/11/11 18:45:01 f1rmb Exp $
+ * $Id: vo_scale.h,v 1.11 2003/12/09 00:02:38 f1rmb Exp $
*
* vo_scale.h
*
diff --git a/src/xine-engine/xine_interface.c b/src/xine-engine/xine_interface.c
index a7c0aca0a..871639a7a 100644
--- a/src/xine-engine/xine_interface.c
+++ b/src/xine-engine/xine_interface.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine_interface.c,v 1.72 2003/12/07 15:34:31 f1rmb Exp $
+ * $Id: xine_interface.c,v 1.73 2003/12/09 00:02:38 f1rmb Exp $
*
* convenience/abstraction layer, functions to implement
* libxine's public interface
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h
index 352cca677..979ec8227 100644
--- a/src/xine-engine/xine_internal.h
+++ b/src/xine-engine/xine_internal.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine_internal.h,v 1.150 2003/11/26 23:44:11 f1rmb Exp $
+ * $Id: xine_internal.h,v 1.151 2003/12/09 00:02:38 f1rmb Exp $
*
*/
diff --git a/src/xine-engine/xine_plugin.h b/src/xine-engine/xine_plugin.h
index ba636a018..fca4c8aed 100644
--- a/src/xine-engine/xine_plugin.h
+++ b/src/xine-engine/xine_plugin.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine_plugin.h,v 1.11 2003/11/26 19:33:40 mroi Exp $
+ * $Id: xine_plugin.h,v 1.12 2003/12/09 00:02:38 f1rmb Exp $
*
* generic plugin definitions
*