diff options
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/libreal/asmrp.c | 4 | ||||
-rw-r--r-- | src/input/libreal/asmrp.h | 4 | ||||
-rw-r--r-- | src/input/libreal/real.h | 4 | ||||
-rw-r--r-- | src/input/libreal/rmff.h | 4 | ||||
-rw-r--r-- | src/input/libreal/sdpplin.c | 4 | ||||
-rw-r--r-- | src/input/libreal/sdpplin.h | 4 | ||||
-rw-r--r-- | src/input/librtsp/rtsp.h | 4 | ||||
-rw-r--r-- | src/input/librtsp/rtsp_session.c | 4 | ||||
-rw-r--r-- | src/input/librtsp/rtsp_session.h | 4 | ||||
-rw-r--r-- | src/input/media_helper.c | 2 | ||||
-rw-r--r-- | src/input/media_helper.h | 2 | ||||
-rw-r--r-- | src/input/mms.c | 4 | ||||
-rw-r--r-- | src/input/mms.h | 4 | ||||
-rw-r--r-- | src/input/mmsh.c | 4 | ||||
-rw-r--r-- | src/input/mmsh.h | 4 | ||||
-rw-r--r-- | src/input/net_buf_ctrl.h | 2 | ||||
-rw-r--r-- | src/input/pnm.c | 4 | ||||
-rw-r--r-- | src/input/pnm.h | 4 |
18 files changed, 33 insertions, 33 deletions
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 */ |