From 011a6ccc1dd88b58e01f83ab13eb9119f45c23ea Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Tue, 9 Dec 2003 00:02:28 +0000 Subject: update copyright year (and we have to do it again in 3 weeks... ;-) ) CVS patchset: 5879 CVS date: 2003/12/09 00:02:28 --- src/audio_out/audio_arts_out.c | 4 ++-- src/audio_out/audio_irixal_out.c | 4 ++-- src/dxr3/dxr3.h | 4 ++-- src/dxr3/dxr3_scr.c | 4 ++-- src/dxr3/dxr3_scr.h | 4 ++-- src/dxr3/dxr3_spu_encoder.c | 4 ++-- src/input/libreal/asmrp.c | 4 ++-- src/input/libreal/asmrp.h | 4 ++-- src/input/libreal/real.h | 4 ++-- src/input/libreal/rmff.h | 4 ++-- src/input/libreal/sdpplin.c | 4 ++-- src/input/libreal/sdpplin.h | 4 ++-- src/input/librtsp/rtsp.h | 4 ++-- src/input/librtsp/rtsp_session.c | 4 ++-- src/input/librtsp/rtsp_session.h | 4 ++-- src/input/media_helper.c | 2 +- src/input/media_helper.h | 2 +- src/input/mms.c | 4 ++-- src/input/mms.h | 4 ++-- src/input/mmsh.c | 4 ++-- src/input/mmsh.h | 4 ++-- src/input/net_buf_ctrl.h | 2 +- src/input/pnm.c | 4 ++-- src/input/pnm.h | 4 ++-- src/liba52/xine_decoder.c | 4 ++-- src/libdivx4/decore-if.h | 4 ++-- src/libdivx4/xine_decoder.c | 4 ++-- src/libfaad/xine_decoder.c | 4 ++-- src/libffmpeg/libavcodec/svq1.c | 2 +- src/libffmpeg/libavcodec/svq1_cb.h | 2 +- src/libflac/decoder_flac.c | 2 +- src/libflac/demux_flac.c | 2 +- src/libflac/demux_flac.h | 4 ++-- src/liblpcm/xine_decoder.c | 4 ++-- src/libmad/xine_decoder.c | 4 ++-- src/libspeex/xine_decoder.c | 4 ++-- src/libspucc/cc_decoder.c | 4 ++-- src/libspucc/cc_decoder.h | 4 ++-- src/libvorbis/xine_decoder.c | 4 ++-- src/libw32dll/wine/ldt_keeper.c | 4 ++-- src/libxineadec/gsm610.c | 4 ++-- src/libxineadec/logpcm.c | 4 ++-- src/libxineadec/roqaudio.c | 4 ++-- src/libxinevdec/svq1_codebooks.h | 4 ++-- src/libxvid/xine_decoder.c | 2 +- src/post/planar/invert.c | 4 ++-- src/post/visualizations/fft.c | 2 +- src/post/visualizations/fft.h | 2 +- src/xine-engine/audio_decoder.c | 4 ++-- src/xine-engine/audio_decoder.h | 4 ++-- src/xine-engine/audio_out.h | 4 ++-- src/xine-engine/buffer_types.c | 4 ++-- src/xine-engine/configfile.c | 4 ++-- src/xine-engine/configfile.h | 4 ++-- src/xine-engine/events.c | 4 ++-- src/xine-engine/lrb.c | 4 ++-- src/xine-engine/lrb.h | 4 ++-- src/xine-engine/osd.c | 2 +- src/xine-engine/osd.h | 4 ++-- src/xine-engine/plugin_catalog.h | 4 ++-- src/xine-engine/post.c | 4 ++-- src/xine-engine/post.h | 4 ++-- src/xine-engine/resample.c | 4 ++-- src/xine-engine/resample.h | 4 ++-- src/xine-engine/scratch.c | 4 ++-- src/xine-engine/scratch.h | 4 ++-- src/xine-engine/tvmode.c | 4 ++-- src/xine-engine/video_overlay.c | 4 ++-- src/xine-engine/video_overlay.h | 4 ++-- src/xine-engine/vo_scale.c | 4 ++-- src/xine-engine/vo_scale.h | 4 ++-- src/xine-engine/xine_interface.c | 4 ++-- src/xine-engine/xine_internal.h | 4 ++-- src/xine-engine/xine_plugin.h | 4 ++-- src/xine-utils/color.c | 4 ++-- src/xine-utils/list.c | 4 ++-- src/xine-utils/memcpy.c | 2 +- src/xine-utils/monitor.c | 4 ++-- src/xine-utils/utils.c | 4 ++-- src/xine-utils/xine_buffer.c | 4 ++-- src/xine-utils/xine_buffer.h | 4 ++-- src/xine-utils/xine_mutex.c | 4 ++-- src/xine-utils/xmllexer.c | 4 ++-- src/xine-utils/xmllexer.h | 4 ++-- 84 files changed, 156 insertions(+), 156 deletions(-) (limited to 'src') diff --git a/src/audio_out/audio_arts_out.c b/src/audio_out/audio_arts_out.c index 143e3db6e..c209e7ef6 100644 --- a/src/audio_out/audio_arts_out.c +++ b/src/audio_out/audio_arts_out.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_arts_out.c,v 1.21 2003/12/05 15:54:56 f1rmb Exp $ + * $Id: audio_arts_out.c,v 1.22 2003/12/09 00:02:29 f1rmb Exp $ */ #ifndef __sun /* _XOPEN_SOURCE causes build prob's on sunos */ diff --git a/src/audio_out/audio_irixal_out.c b/src/audio_out/audio_irixal_out.c index f0ad61f17..86db2f8db 100644 --- a/src/audio_out/audio_irixal_out.c +++ b/src/audio_out/audio_irixal_out.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_irixal_out.c,v 1.9 2002/09/05 20:44:38 mroi Exp $ + * $Id: audio_irixal_out.c,v 1.10 2003/12/09 00:02:29 f1rmb Exp $ */ #ifdef HAVE_CONFIG_H diff --git a/src/dxr3/dxr3.h b/src/dxr3/dxr3.h index da7bd9d09..ea2371571 100644 --- a/src/dxr3/dxr3.h +++ b/src/dxr3/dxr3.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: dxr3.h,v 1.6 2003/01/11 11:18:00 mroi Exp $ + * $Id: dxr3.h,v 1.7 2003/12/09 00:02:29 f1rmb Exp $ */ #ifndef HAVE_DXR3_H diff --git a/src/dxr3/dxr3_scr.c b/src/dxr3/dxr3_scr.c index 76e0d3ee4..ac632874e 100644 --- a/src/dxr3/dxr3_scr.c +++ b/src/dxr3/dxr3_scr.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: dxr3_scr.c,v 1.11 2003/12/05 15:54:58 f1rmb Exp $ + * $Id: dxr3_scr.c,v 1.12 2003/12/09 00:02:29 f1rmb Exp $ */ /* dxr3 scr plugin. diff --git a/src/dxr3/dxr3_scr.h b/src/dxr3/dxr3_scr.h index 80cc35bc7..d14840d41 100644 --- a/src/dxr3/dxr3_scr.h +++ b/src/dxr3/dxr3_scr.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: dxr3_scr.h,v 1.5 2003/12/05 15:54:58 f1rmb Exp $ + * $Id: dxr3_scr.h,v 1.6 2003/12/09 00:02:29 f1rmb Exp $ */ #include "xine_internal.h" diff --git a/src/dxr3/dxr3_spu_encoder.c b/src/dxr3/dxr3_spu_encoder.c index c145f134f..f884655af 100644 --- a/src/dxr3/dxr3_spu_encoder.c +++ b/src/dxr3/dxr3_spu_encoder.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: dxr3_spu_encoder.c,v 1.4 2003/12/07 15:34:29 f1rmb Exp $ + * $Id: dxr3_spu_encoder.c,v 1.5 2003/12/09 00:02:29 f1rmb Exp $ */ #include diff --git a/src/input/libreal/asmrp.c b/src/input/libreal/asmrp.c index c426acbba..c81247f66 100644 --- a/src/input/libreal/asmrp.c +++ b/src/input/libreal/asmrp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 the xine project + * Copyright (C) 2002-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: asmrp.c,v 1.5 2003/12/05 15:54:58 f1rmb Exp $ + * $Id: asmrp.c,v 1.6 2003/12/09 00:02:30 f1rmb Exp $ * * a parser for real's asm rules * diff --git a/src/input/libreal/asmrp.h b/src/input/libreal/asmrp.h index 969cae4f1..d7239f33d 100644 --- a/src/input/libreal/asmrp.h +++ b/src/input/libreal/asmrp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 the xine project + * Copyright (C) 2002-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: asmrp.h,v 1.1 2002/12/12 22:14:54 holstsn Exp $ + * $Id: asmrp.h,v 1.2 2003/12/09 00:02:30 f1rmb Exp $ * * a parser for real's asm rules * diff --git a/src/input/libreal/real.h b/src/input/libreal/real.h index 6d31dd0fd..4d714d42f 100644 --- a/src/input/libreal/real.h +++ b/src/input/libreal/real.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 the xine project + * Copyright (C) 2002-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: real.h,v 1.2 2002/12/24 01:30:22 holstsn Exp $ + * $Id: real.h,v 1.3 2003/12/09 00:02:30 f1rmb Exp $ * * special functions for real streams. * adopted from joschkas real tools. diff --git a/src/input/libreal/rmff.h b/src/input/libreal/rmff.h index e399a2397..38893e8d1 100644 --- a/src/input/libreal/rmff.h +++ b/src/input/libreal/rmff.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 the xine project + * Copyright (C) 2002-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: rmff.h,v 1.3 2003/02/10 22:11:10 heikos Exp $ + * $Id: rmff.h,v 1.4 2003/12/09 00:02:30 f1rmb Exp $ * * some functions for real media file headers * adopted from joschkas real tools diff --git a/src/input/libreal/sdpplin.c b/src/input/libreal/sdpplin.c index 10a8436ac..5dbff3812 100644 --- a/src/input/libreal/sdpplin.c +++ b/src/input/libreal/sdpplin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 the xine project + * Copyright (C) 2002-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: sdpplin.c,v 1.3 2003/12/05 15:54:58 f1rmb Exp $ + * $Id: sdpplin.c,v 1.4 2003/12/09 00:02:30 f1rmb Exp $ * * sdp/sdpplin parser. * diff --git a/src/input/libreal/sdpplin.h b/src/input/libreal/sdpplin.h index bfc017a56..ae03cf0cf 100644 --- a/src/input/libreal/sdpplin.h +++ b/src/input/libreal/sdpplin.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 the xine project + * Copyright (C) 2002-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: sdpplin.h,v 1.1 2002/12/24 01:30:22 holstsn Exp $ + * $Id: sdpplin.h,v 1.2 2003/12/09 00:02:30 f1rmb Exp $ * * sdp/sdpplin parser. * diff --git a/src/input/librtsp/rtsp.h b/src/input/librtsp/rtsp.h index d970602cd..469def93d 100644 --- a/src/input/librtsp/rtsp.h +++ b/src/input/librtsp/rtsp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 the xine project + * Copyright (C) 2002-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: rtsp.h,v 1.3 2003/04/13 19:02:07 miguelfreitas Exp $ + * $Id: rtsp.h,v 1.4 2003/12/09 00:02:31 f1rmb Exp $ * * a minimalistic implementation of rtsp protocol, * *not* RFC 2326 compilant yet. diff --git a/src/input/librtsp/rtsp_session.c b/src/input/librtsp/rtsp_session.c index af11174d7..42994cc1e 100644 --- a/src/input/librtsp/rtsp_session.c +++ b/src/input/librtsp/rtsp_session.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: rtsp_session.c,v 1.13 2003/12/05 15:54:58 f1rmb Exp $ + * $Id: rtsp_session.c,v 1.14 2003/12/09 00:02:31 f1rmb Exp $ * * high level interface to rtsp servers. */ diff --git a/src/input/librtsp/rtsp_session.h b/src/input/librtsp/rtsp_session.h index 156030625..140d09a0a 100644 --- a/src/input/librtsp/rtsp_session.h +++ b/src/input/librtsp/rtsp_session.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: rtsp_session.h,v 1.5 2003/04/13 19:02:08 miguelfreitas Exp $ + * $Id: rtsp_session.h,v 1.6 2003/12/09 00:02:31 f1rmb Exp $ * * high level interface to rtsp servers. */ diff --git a/src/input/media_helper.c b/src/input/media_helper.c index 86a456b3a..c66a95d83 100644 --- a/src/input/media_helper.c +++ b/src/input/media_helper.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/input/media_helper.h b/src/input/media_helper.h index 2f6aaee60..3d2773428 100644 --- a/src/input/media_helper.h +++ b/src/input/media_helper.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. * diff --git a/src/input/mms.c b/src/input/mms.c index 57bfd19de..b6bd1ef5b 100644 --- a/src/input/mms.c +++ b/src/input/mms.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 the xine project + * Copyright (C) 2002-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: mms.c,v 1.38 2003/12/05 22:31:41 tmattern Exp $ + * $Id: mms.c,v 1.39 2003/12/09 00:02:29 f1rmb Exp $ * * MMS over TCP protocol * based on work from major mms diff --git a/src/input/mms.h b/src/input/mms.h index 565b89b65..b18a90f45 100644 --- a/src/input/mms.h +++ b/src/input/mms.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 the xine project + * Copyright (C) 2002-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: mms.h,v 1.9 2003/01/31 14:06:17 miguelfreitas Exp $ + * $Id: mms.h,v 1.10 2003/12/09 00:02:30 f1rmb Exp $ * * libmms public header */ diff --git a/src/input/mmsh.c b/src/input/mmsh.c index 1cb6308f6..84e2beea7 100644 --- a/src/input/mmsh.c +++ b/src/input/mmsh.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 the xine project + * Copyright (C) 2002-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: mmsh.c,v 1.25 2003/12/05 22:31:41 tmattern Exp $ + * $Id: mmsh.c,v 1.26 2003/12/09 00:02:30 f1rmb Exp $ * * MMS over HTTP protocol * written by Thibaut Mattern diff --git a/src/input/mmsh.h b/src/input/mmsh.h index 29ad2bf55..756629ee1 100644 --- a/src/input/mmsh.h +++ b/src/input/mmsh.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 the xine project + * Copyright (C) 2002-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: mmsh.h,v 1.2 2003/01/31 14:06:17 miguelfreitas Exp $ + * $Id: mmsh.h,v 1.3 2003/12/09 00:02:30 f1rmb Exp $ * * libmmsh public header */ diff --git a/src/input/net_buf_ctrl.h b/src/input/net_buf_ctrl.h index 36c720065..c3ef554fb 100644 --- a/src/input/net_buf_ctrl.h +++ b/src/input/net_buf_ctrl.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. * diff --git a/src/input/pnm.c b/src/input/pnm.c index 5c66329e0..f1f519be0 100644 --- a/src/input/pnm.c +++ b/src/input/pnm.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: pnm.c,v 1.18 2003/12/05 15:54:58 f1rmb Exp $ + * $Id: pnm.c,v 1.19 2003/12/09 00:02:30 f1rmb Exp $ * * pnm protocol implementation * based upon code from joschka diff --git a/src/input/pnm.h b/src/input/pnm.h index 58fc8b7c8..2970ed711 100644 --- a/src/input/pnm.h +++ b/src/input/pnm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 the xine project + * Copyright (C) 2002-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: pnm.h,v 1.4 2003/04/13 18:49:13 miguelfreitas Exp $ + * $Id: pnm.h,v 1.5 2003/12/09 00:02:30 f1rmb Exp $ * * pnm util functions header by joschka */ diff --git a/src/liba52/xine_decoder.c b/src/liba52/xine_decoder.c index 90deb8437..3276da583 100644 --- a/src/liba52/xine_decoder.c +++ b/src/liba52/xine_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: xine_decoder.c,v 1.65 2003/12/05 15:54:58 f1rmb Exp $ + * $Id: xine_decoder.c,v 1.66 2003/12/09 00:02:31 f1rmb Exp $ * * stuff needed to turn liba52 into a xine decoder plugin */ diff --git a/src/libdivx4/decore-if.h b/src/libdivx4/decore-if.h index adea6491c..25b34f670 100644 --- a/src/libdivx4/decore-if.h +++ b/src/libdivx4/decore-if.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: decore-if.h,v 1.4 2002/10/22 04:44:44 storri Exp $ + * $Id: decore-if.h,v 1.5 2003/12/09 00:02:31 f1rmb Exp $ * * This file documents the interface for the decore() function * in libdivxdecore. In case of problems, it is recommended you compare diff --git a/src/libdivx4/xine_decoder.c b/src/libdivx4/xine_decoder.c index f1d284724..3017582a9 100644 --- a/src/libdivx4/xine_decoder.c +++ b/src/libdivx4/xine_decoder.c @@ -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: xine_decoder.c,v 1.47 2003/12/05 15:54:58 f1rmb Exp $ + * $Id: xine_decoder.c,v 1.48 2003/12/09 00:02:31 f1rmb Exp $ * * xine decoder plugin using divx4 * diff --git a/src/libfaad/xine_decoder.c b/src/libfaad/xine_decoder.c index b5981c2ca..b3f6fcecc 100644 --- a/src/libfaad/xine_decoder.c +++ b/src/libfaad/xine_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: xine_decoder.c,v 1.20 2003/12/05 15:54:59 f1rmb Exp $ + * $Id: xine_decoder.c,v 1.21 2003/12/09 00:02:31 f1rmb Exp $ * */ diff --git a/src/libffmpeg/libavcodec/svq1.c b/src/libffmpeg/libavcodec/svq1.c index 5aa7a876e..bfa94ec38 100644 --- a/src/libffmpeg/libavcodec/svq1.c +++ b/src/libffmpeg/libavcodec/svq1.c @@ -1,6 +1,6 @@ /* * - * Copyright (C) 2002 the xine project + * Copyright (C) 2002-2003 the xine project * Copyright (C) 2002 the ffmpeg project * * This library is free software; you can redistribute it and/or diff --git a/src/libffmpeg/libavcodec/svq1_cb.h b/src/libffmpeg/libavcodec/svq1_cb.h index 14372a255..1f7fae979 100644 --- a/src/libffmpeg/libavcodec/svq1_cb.h +++ b/src/libffmpeg/libavcodec/svq1_cb.h @@ -1,6 +1,6 @@ /* * - * Copyright (C) 2002 the xine project + * Copyright (C) 2002-2003 the xine project * Copyright (C) 2002 the ffmpeg project * * This library is free software; you can redistribute it and/or diff --git a/src/libflac/decoder_flac.c b/src/libflac/decoder_flac.c index 620c20455..9d1ede7dc 100644 --- a/src/libflac/decoder_flac.c +++ b/src/libflac/decoder_flac.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/libflac/demux_flac.c b/src/libflac/demux_flac.c index 4573b06b3..805a0fb76 100644 --- a/src/libflac/demux_flac.c +++ b/src/libflac/demux_flac.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/libflac/demux_flac.h b/src/libflac/demux_flac.h index a35362812..6086781d1 100644 --- a/src/libflac/demux_flac.h +++ b/src/libflac/demux_flac.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: demux_flac.h,v 1.1 2003/08/25 21:51:42 f1rmb Exp $ + * $Id: demux_flac.h,v 1.2 2003/12/09 00:02:32 f1rmb Exp $ */ #ifndef HAVE_DEMUX_FLAC_H diff --git a/src/liblpcm/xine_decoder.c b/src/liblpcm/xine_decoder.c index 7c4e30f56..f8c1b77bf 100644 --- a/src/liblpcm/xine_decoder.c +++ b/src/liblpcm/xine_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: xine_decoder.c,v 1.47 2003/12/05 15:54:59 f1rmb Exp $ + * $Id: xine_decoder.c,v 1.48 2003/12/09 00:02:32 f1rmb Exp $ * * 31-8-2001 Added LPCM rate sensing. * (c) 2001 James Courtier-Dutton James@superbug.demon.co.uk diff --git a/src/libmad/xine_decoder.c b/src/libmad/xine_decoder.c index 517403ed3..0f0985abf 100644 --- a/src/libmad/xine_decoder.c +++ b/src/libmad/xine_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: xine_decoder.c,v 1.46 2003/12/06 19:09:38 tmattern Exp $ + * $Id: xine_decoder.c,v 1.47 2003/12/09 00:02:33 f1rmb Exp $ * * stuff needed to turn libmad into a xine decoder plugin */ diff --git a/src/libspeex/xine_decoder.c b/src/libspeex/xine_decoder.c index 12c46c0e9..50b81b82f 100644 --- a/src/libspeex/xine_decoder.c +++ b/src/libspeex/xine_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: xine_decoder.c,v 1.7 2003/12/05 15:55:00 f1rmb Exp $ + * $Id: xine_decoder.c,v 1.8 2003/12/09 00:02:33 f1rmb Exp $ * * (ogg/)speex audio decoder plugin (libspeex wrapper) for xine */ diff --git a/src/libspucc/cc_decoder.c b/src/libspucc/cc_decoder.c index ef0688aeb..fae09339e 100644 --- a/src/libspucc/cc_decoder.c +++ b/src/libspucc/cc_decoder.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2002 the xine project + * Copyright (C) 2000-2003 the xine project * * Copyright (C) Christian Vogler * cvogler@gradient.cis.upenn.edu - December 2001 @@ -20,7 +20,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: cc_decoder.c,v 1.23 2003/12/03 01:22:05 cvogler Exp $ + * $Id: cc_decoder.c,v 1.24 2003/12/09 00:02:33 f1rmb Exp $ * * stuff needed to provide closed captioning decoding and display * diff --git a/src/libspucc/cc_decoder.h b/src/libspucc/cc_decoder.h index d7c6fc697..f91252769 100644 --- a/src/libspucc/cc_decoder.h +++ b/src/libspucc/cc_decoder.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2002 the xine project + * Copyright (C) 2000-2003 the xine project * * Copyright (C) Christian Vogler * cvogler@gradient.cis.upenn.edu - December 2001 @@ -20,7 +20,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: cc_decoder.h,v 1.5 2002/03/31 23:14:48 cvogler Exp $ + * $Id: cc_decoder.h,v 1.6 2003/12/09 00:02:33 f1rmb Exp $ * * stuff needed to provide closed captioning decoding and display * diff --git a/src/libvorbis/xine_decoder.c b/src/libvorbis/xine_decoder.c index 57e8b06f0..0cceb57a3 100644 --- a/src/libvorbis/xine_decoder.c +++ b/src/libvorbis/xine_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: xine_decoder.c,v 1.35 2003/12/05 15:55:00 f1rmb Exp $ + * $Id: xine_decoder.c,v 1.36 2003/12/09 00:02:34 f1rmb Exp $ * * (ogg/)vorbis audio decoder plugin (libvorbis wrapper) for xine */ diff --git a/src/libw32dll/wine/ldt_keeper.c b/src/libw32dll/wine/ldt_keeper.c index e98ed8fa2..ff80f12f5 100644 --- a/src/libw32dll/wine/ldt_keeper.c +++ b/src/libw32dll/wine/ldt_keeper.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: ldt_keeper.c,v 1.8 2003/10/10 22:58:01 miguelfreitas Exp $ + * $Id: ldt_keeper.c,v 1.9 2003/12/09 00:02:34 f1rmb Exp $ * * * contents: diff --git a/src/libxineadec/gsm610.c b/src/libxineadec/gsm610.c index c193b83ca..fb66590eb 100644 --- a/src/libxineadec/gsm610.c +++ b/src/libxineadec/gsm610.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. * @@ -44,7 +44,7 @@ * Carsten Bormann * -------------------------------------------------------------------- * - * $Id: gsm610.c,v 1.11 2003/12/05 15:55:00 f1rmb Exp $ + * $Id: gsm610.c,v 1.12 2003/12/09 00:02:34 f1rmb Exp $ * */ diff --git a/src/libxineadec/logpcm.c b/src/libxineadec/logpcm.c index d5a003a66..3be0ff8b1 100644 --- a/src/libxineadec/logpcm.c +++ b/src/libxineadec/logpcm.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. * @@ -30,7 +30,7 @@ * http://sox.sourceforge.net/ * which listed the code as being lifted from Sun Microsystems. * - * $Id: logpcm.c,v 1.15 2003/12/05 15:55:00 f1rmb Exp $ + * $Id: logpcm.c,v 1.16 2003/12/09 00:02:34 f1rmb Exp $ * */ diff --git a/src/libxineadec/roqaudio.c b/src/libxineadec/roqaudio.c index 51b6b5f0c..70d79ec0c 100644 --- a/src/libxineadec/roqaudio.c +++ b/src/libxineadec/roqaudio.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. * @@ -21,7 +21,7 @@ * For more information regarding the RoQ file format, visit: * http://www.csse.monash.edu.au/~timf/ * - * $Id: roqaudio.c,v 1.18 2003/12/05 15:55:01 f1rmb Exp $ + * $Id: roqaudio.c,v 1.19 2003/12/09 00:02:34 f1rmb Exp $ * */ diff --git a/src/libxinevdec/svq1_codebooks.h b/src/libxinevdec/svq1_codebooks.h index 372f15c24..062ed2721 100644 --- a/src/libxinevdec/svq1_codebooks.h +++ b/src/libxinevdec/svq1_codebooks.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 the xine project + * Copyright (C) 2002-2003 the xine project * * This file is part of xine, a unix 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: svq1_codebooks.h,v 1.1 2002/06/20 17:47:12 siggi Exp $ + * $Id: svq1_codebooks.h,v 1.2 2003/12/09 00:02:34 f1rmb Exp $ */ #include diff --git a/src/libxvid/xine_decoder.c b/src/libxvid/xine_decoder.c index ab18b461f..32e2847c0 100644 --- a/src/libxvid/xine_decoder.c +++ b/src/libxvid/xine_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. * diff --git a/src/post/planar/invert.c b/src/post/planar/invert.c index dfea9cbe1..9d76fc73b 100644 --- a/src/post/planar/invert.c +++ b/src/post/planar/invert.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: invert.c,v 1.17 2003/12/07 15:33:26 miguelfreitas Exp $ + * $Id: invert.c,v 1.18 2003/12/09 00:02:35 f1rmb Exp $ */ /* diff --git a/src/post/visualizations/fft.c b/src/post/visualizations/fft.c index e1a644e39..fba3cb8ad 100644 --- a/src/post/visualizations/fft.c +++ b/src/post/visualizations/fft.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/post/visualizations/fft.h b/src/post/visualizations/fft.h index 707879641..1ab501be5 100644 --- a/src/post/visualizations/fft.h +++ b/src/post/visualizations/fft.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. * 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 * diff --git a/src/xine-utils/color.c b/src/xine-utils/color.c index 7f9a2409e..a300eb109 100644 --- a/src/xine-utils/color.c +++ b/src/xine-utils/color.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. * @@ -61,7 +61,7 @@ * instructions), these macros will automatically map to those special * instructions. * - * $Id: color.c,v 1.23 2003/09/16 02:03:16 storri Exp $ + * $Id: color.c,v 1.24 2003/12/09 00:02:38 f1rmb Exp $ */ #include "xine_internal.h" diff --git a/src/xine-utils/list.c b/src/xine-utils/list.c index ec517e003..df57afcb7 100644 --- a/src/xine-utils/list.c +++ b/src/xine-utils/list.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 unix 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: list.c,v 1.6 2003/12/08 11:49:16 mroi Exp $ + * $Id: list.c,v 1.7 2003/12/09 00:02:38 f1rmb Exp $ * */ #ifdef HAVE_CONFIG_H diff --git a/src/xine-utils/memcpy.c b/src/xine-utils/memcpy.c index a75904fce..46bdc8b53 100644 --- a/src/xine-utils/memcpy.c +++ b/src/xine-utils/memcpy.c @@ -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. * diff --git a/src/xine-utils/monitor.c b/src/xine-utils/monitor.c index c9def23e1..ecc420377 100644 --- a/src/xine-utils/monitor.c +++ b/src/xine-utils/monitor.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: monitor.c,v 1.6 2003/08/25 14:32:37 mroi Exp $ + * $Id: monitor.c,v 1.7 2003/12/09 00:02:39 f1rmb Exp $ * * debug print and profiling functions - implementation * diff --git a/src/xine-utils/utils.c b/src/xine-utils/utils.c index b351ac860..b07550421 100644 --- a/src/xine-utils/utils.c +++ b/src/xine-utils/utils.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: utils.c,v 1.22 2003/12/07 15:34:31 f1rmb Exp $ + * $Id: utils.c,v 1.23 2003/12/09 00:02:39 f1rmb Exp $ * */ #define _POSIX_PTHREAD_SEMANTICS 1 /* for 5-arg getpwuid_r on solaris */ diff --git a/src/xine-utils/xine_buffer.c b/src/xine-utils/xine_buffer.c index e69a36c04..7d421590a 100644 --- a/src/xine-utils/xine_buffer.c +++ b/src/xine-utils/xine_buffer.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_buffer.c,v 1.7 2003/12/06 18:11:55 mroi Exp $ + * $Id: xine_buffer.c,v 1.8 2003/12/09 00:02:39 f1rmb Exp $ * * * generic dynamic buffer functions. The goals diff --git a/src/xine-utils/xine_buffer.h b/src/xine-utils/xine_buffer.h index 1a9d682b0..98b68fd2f 100644 --- a/src/xine-utils/xine_buffer.h +++ b/src/xine-utils/xine_buffer.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_buffer.h,v 1.2 2002/12/24 00:59:36 holstsn Exp $ + * $Id: xine_buffer.h,v 1.3 2003/12/09 00:02:39 f1rmb Exp $ * * * generic dynamic buffer functions. The goals diff --git a/src/xine-utils/xine_mutex.c b/src/xine-utils/xine_mutex.c index 7ec965bc5..677aeb913 100644 --- a/src/xine-utils/xine_mutex.c +++ b/src/xine-utils/xine_mutex.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_mutex.c,v 1.1 2002/03/21 21:30:51 guenter Exp $ + * $Id: xine_mutex.c,v 1.2 2003/12/09 00:02:39 f1rmb Exp $ * */ diff --git a/src/xine-utils/xmllexer.c b/src/xine-utils/xmllexer.c index b72865e07..d7187bc2f 100644 --- a/src/xine-utils/xmllexer.c +++ b/src/xine-utils/xmllexer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 the xine project + * Copyright (C) 2002-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: xmllexer.c,v 1.6 2003/12/06 18:11:55 mroi Exp $ + * $Id: xmllexer.c,v 1.7 2003/12/09 00:02:39 f1rmb Exp $ * */ diff --git a/src/xine-utils/xmllexer.h b/src/xine-utils/xmllexer.h index 518eb6df6..414021aad 100644 --- a/src/xine-utils/xmllexer.h +++ b/src/xine-utils/xmllexer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 the xine project + * Copyright (C) 2002-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: xmllexer.h,v 1.2 2003/07/19 00:22:43 tmattern Exp $ + * $Id: xmllexer.h,v 1.3 2003/12/09 00:02:39 f1rmb Exp $ * */ -- cgit v1.2.3