From 36e928dad60da6388c729a555db1b7bb04e10518 Mon Sep 17 00:00:00 2001 From: Mike Lampard Date: Wed, 7 Nov 2001 12:48:58 +0000 Subject: oops... forgot the all-important (c) :) CVS patchset: 980 CVS date: 2001/11/07 12:48:58 --- src/dxr3/dxr3_video_out.h | 23 +++++++++++++++++++++++ src/dxr3/dxr3_vo_core.c | 25 +++++++++++++++++++++++-- src/dxr3/dxr3_vo_encoder.h | 22 ++++++++++++++++++++++ src/dxr3/dxr3_vo_standard.c | 23 ++++++++++++++++++++++- 4 files changed, 90 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/dxr3/dxr3_video_out.h b/src/dxr3/dxr3_video_out.h index 726a8ea5a..0ff756a8a 100644 --- a/src/dxr3/dxr3_video_out.h +++ b/src/dxr3/dxr3_video_out.h @@ -1,3 +1,26 @@ +/* + * Copyright (C) 2000-2001 the xine project + * + * This file is part of xine, a unix video player. + * + * xine is free software; you can redistribute it and/or modify + * 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. + * + * xine 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 + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * 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_video_out.h,v 1.2 2001/11/07 12:48:58 mlampard Exp $ + * + */ + /* * Globals for dxr3 videoout plugins */ diff --git a/src/dxr3/dxr3_vo_core.c b/src/dxr3/dxr3_vo_core.c index 7004d949e..53149c317 100644 --- a/src/dxr3/dxr3_vo_core.c +++ b/src/dxr3/dxr3_vo_core.c @@ -1,4 +1,25 @@ -/************************************************************************* +/* + * Copyright (C) 2000-2001 the xine project + * + * This file is part of xine, a unix video player. + * + * xine is free software; you can redistribute it and/or modify + * 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. + * + * xine 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 + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * 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_vo_core.c,v 1.2 2001/11/07 12:48:58 mlampard Exp $ + * + ************************************************************************* * core functions common to both Standard and RT-Encoding vo plugins * * * * functions in this file (in order of appearance): * * @@ -8,7 +29,7 @@ * dxr3_read_config * * is_fullscreen * * dxr3_zoomTV * - * dxr3_get_property * + * dxr3_get_property * * dxr3_set_property * * dxr3_get_property_min_max * * dxr3_translate_gui2video * diff --git a/src/dxr3/dxr3_vo_encoder.h b/src/dxr3/dxr3_vo_encoder.h index 59c281871..d98febaf5 100644 --- a/src/dxr3/dxr3_vo_encoder.h +++ b/src/dxr3/dxr3_vo_encoder.h @@ -1,3 +1,25 @@ +/* + * Copyright (C) 2000-2001 the xine project + * + * This file is part of xine, a unix video player. + * + * xine is free software; you can redistribute it and/or modify + * 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. + * + * xine 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 + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * 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_vo_encoder.h,v 1.2 2001/11/07 12:48:58 mlampard Exp $ + * + */ /************************************************************************* * Dxr3 Encoding Plugin Configuration Options * diff --git a/src/dxr3/dxr3_vo_standard.c b/src/dxr3/dxr3_vo_standard.c index 76419e416..0d5a19684 100644 --- a/src/dxr3/dxr3_vo_standard.c +++ b/src/dxr3/dxr3_vo_standard.c @@ -1,4 +1,25 @@ -/******************************************************************* + /* + * Copyright (C) 2000-2001 the xine project + * + * This file is part of xine, a unix video player. + * + * xine is free software; you can redistribute it and/or modify + * 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. + * + * xine 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 + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * 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_vo_standard.c,v 1.2 2001/11/07 12:48:58 mlampard Exp $ + * + ******************************************************************* * Dummy video out plugin for the dxr3. Is responsible for setting * * tv_mode, bcs values, setting up the overlay (if enabled), * * and the aspectratio. * -- cgit v1.2.3