summaryrefslogtreecommitdiff
path: root/src/video_out
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_out')
-rw-r--r--src/video_out/video_out_aa.c3
-rw-r--r--src/video_out/video_out_caca.c3
-rw-r--r--src/video_out/video_out_directx.c2
-rw-r--r--src/video_out/video_out_fb.c2
-rw-r--r--src/video_out/video_out_macosx.m2
-rw-r--r--src/video_out/video_out_none.c2
-rw-r--r--src/video_out/video_out_opengl.c3
-rw-r--r--src/video_out/video_out_pgx32.c3
-rw-r--r--src/video_out/video_out_pgx64.c3
-rw-r--r--src/video_out/video_out_sdl.c2
-rw-r--r--src/video_out/video_out_stk.c2
-rw-r--r--src/video_out/video_out_syncfb.c2
-rw-r--r--src/video_out/video_out_vidix.c3
-rw-r--r--src/video_out/video_out_xcbshm.c2
-rw-r--r--src/video_out/video_out_xcbxv.c2
-rw-r--r--src/video_out/video_out_xshm.c3
-rw-r--r--src/video_out/video_out_xv.c2
-rw-r--r--src/video_out/video_out_xvmc.c2
-rw-r--r--src/video_out/video_out_xxmc.c3
-rw-r--r--src/video_out/x11osd.c2
-rw-r--r--src/video_out/x11osd.h2
-rw-r--r--src/video_out/xcbosd.c2
-rw-r--r--src/video_out/xcbosd.h2
-rw-r--r--src/video_out/xvmc_mocomp.c2
-rw-r--r--src/video_out/xvmc_vld.c2
-rw-r--r--src/video_out/xxmc.h2
-rw-r--r--src/video_out/yuv2rgb.c2
27 files changed, 0 insertions, 62 deletions
diff --git a/src/video_out/video_out_aa.c b/src/video_out/video_out_aa.c
index aba801e1b..012db9665 100644
--- a/src/video_out/video_out_aa.c
+++ b/src/video_out/video_out_aa.c
@@ -17,10 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: video_out_aa.c,v 1.49 2006/07/10 22:08:44 dgp85 Exp $
- *
* video_out_aa.c, ascii-art output plugin for xine
- *
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/video_out/video_out_caca.c b/src/video_out/video_out_caca.c
index 3dbf02daa..866eabcd8 100644
--- a/src/video_out/video_out_caca.c
+++ b/src/video_out/video_out_caca.c
@@ -17,10 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: video_out_caca.c,v 1.9 2006/09/14 00:44:19 dgp85 Exp $
- *
* video_out_caca.c, Color AsCii Art output plugin for xine
- *
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/video_out/video_out_directx.c b/src/video_out/video_out_directx.c
index 0928af12e..11ee709e1 100644
--- a/src/video_out/video_out_directx.c
+++ b/src/video_out/video_out_directx.c
@@ -19,8 +19,6 @@
*
* video_out_directx.c, direct draw video output plugin for xine
* by Matthew Grooms <elon@altavista.com>
- *
- * $Id: video_out_directx.c,v 1.31 2006/07/10 22:08:44 dgp85 Exp $
*/
typedef unsigned char boolean;
diff --git a/src/video_out/video_out_fb.c b/src/video_out/video_out_fb.c
index 9e27765bd..78d23cd91 100644
--- a/src/video_out/video_out_fb.c
+++ b/src/video_out/video_out_fb.c
@@ -17,8 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: video_out_fb.c,v 1.49 2006/12/19 19:10:51 dsalt Exp $
- *
* video_out_fb.c, frame buffer xine driver by Miguel Freitas
*
* Contributors:
diff --git a/src/video_out/video_out_macosx.m b/src/video_out/video_out_macosx.m
index 845bd9b94..4621d31b9 100644
--- a/src/video_out/video_out_macosx.m
+++ b/src/video_out/video_out_macosx.m
@@ -17,8 +17,6 @@
* 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_out_macosx.m,v 1.15 2006/06/02 22:18:58 dsalt Exp $
- *
* This output driver makes use of xine's objective-c video_output
* classes located in the macosx folder.
*/
diff --git a/src/video_out/video_out_none.c b/src/video_out/video_out_none.c
index ca3147839..5f2424a60 100644
--- a/src/video_out/video_out_none.c
+++ b/src/video_out/video_out_none.c
@@ -17,8 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: video_out_none.c,v 1.27 2006/07/10 22:08:44 dgp85 Exp $
- *
* Was originally part of toxine frontend.
* ...but has now been adapted to xine coding style standards ;)
* ......what changes, impressive!
diff --git a/src/video_out/video_out_opengl.c b/src/video_out/video_out_opengl.c
index 78b8be7e3..54696f452 100644
--- a/src/video_out/video_out_opengl.c
+++ b/src/video_out/video_out_opengl.c
@@ -17,13 +17,10 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: video_out_opengl.c,v 1.59 2006/07/10 22:08:44 dgp85 Exp $
- *
* video_out_opengl.c, OpenGL based interface for xine
*
* Written by Matthias Hopf <mat@mshopf.de>,
* based on the xshm and xv video output plugins.
- *
*/
/* #define LOG */
diff --git a/src/video_out/video_out_pgx32.c b/src/video_out/video_out_pgx32.c
index 7536d3359..d903efc89 100644
--- a/src/video_out/video_out_pgx32.c
+++ b/src/video_out/video_out_pgx32.c
@@ -17,13 +17,10 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: video_out_pgx32.c,v 1.17 2006/07/10 22:08:44 dgp85 Exp $
- *
* video_out_pgx32.c, Sun PGX32 output plugin for xine
*
* written and currently maintained by
* Robin Kay <komadori [at] gekkou [dot] co [dot] uk>
- *
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/video_out/video_out_pgx64.c b/src/video_out/video_out_pgx64.c
index 8533b6b6d..4abb794d7 100644
--- a/src/video_out/video_out_pgx64.c
+++ b/src/video_out/video_out_pgx64.c
@@ -17,15 +17,12 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: video_out_pgx64.c,v 1.78 2006/07/10 22:08:44 dgp85 Exp $
- *
* video_out_pgx64.c, Sun XVR100/PGX64/PGX24 output plugin for xine
*
* written and currently maintained by
* Robin Kay <komadori [at] gekkou [dot] co [dot] uk>
*
* Sun XVR-100 framebuffer graciously donated by Jake Goerzen.
- *
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/video_out/video_out_sdl.c b/src/video_out/video_out_sdl.c
index 25d417a11..f4f645e8c 100644
--- a/src/video_out/video_out_sdl.c
+++ b/src/video_out/video_out_sdl.c
@@ -17,8 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: video_out_sdl.c,v 1.48 2006/07/10 22:08:44 dgp85 Exp $
- *
* video_out_sdl.c, Simple DirectMedia Layer
*
* based on mpeg2dec code from
diff --git a/src/video_out/video_out_stk.c b/src/video_out/video_out_stk.c
index a04b12584..dfc4ae385 100644
--- a/src/video_out/video_out_stk.c
+++ b/src/video_out/video_out_stk.c
@@ -17,8 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: video_out_stk.c,v 1.19 2006/07/10 22:08:44 dgp85 Exp $
- *
* video_out_stk.c, Libstk Surface Video Driver
* more info on Libstk at http://www.libstk.org
*
diff --git a/src/video_out/video_out_syncfb.c b/src/video_out/video_out_syncfb.c
index 76919b75e..86be3422e 100644
--- a/src/video_out/video_out_syncfb.c
+++ b/src/video_out/video_out_syncfb.c
@@ -17,8 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: video_out_syncfb.c,v 1.108 2006/12/19 19:10:51 dsalt Exp $
- *
* video_out_syncfb.c, SyncFB (for Matrox G200/G400 cards) interface for xine
*
* based on video_out_xv.c by (see file for original authors)
diff --git a/src/video_out/video_out_vidix.c b/src/video_out/video_out_vidix.c
index 1a8ee43d3..21e361d93 100644
--- a/src/video_out/video_out_vidix.c
+++ b/src/video_out/video_out_vidix.c
@@ -17,8 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: video_out_vidix.c,v 1.75 2006/12/19 19:10:51 dsalt Exp $
- *
* video_out_vidix.c
*
* xine video_out driver to vidix library by Miguel Freitas 30/05/2002
@@ -26,7 +24,6 @@
* based on video_out_xv.c, video_out_syncfb.c and video_out_pgx64.c
*
* some vidix specific code from mplayer (file vosub_vidix.c)
- *
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/video_out/video_out_xcbshm.c b/src/video_out/video_out_xcbshm.c
index 6db6a4fff..725889d62 100644
--- a/src/video_out/video_out_xcbshm.c
+++ b/src/video_out/video_out_xcbshm.c
@@ -17,8 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: video_out_xcbshm.c,v 1.3 2007/03/25 23:13:53 dgp85 Exp $
- *
* video_out_xcbshm.c, X11 shared memory extension interface for xine
*
* based on mpeg2dec code from
diff --git a/src/video_out/video_out_xcbxv.c b/src/video_out/video_out_xcbxv.c
index e099e680a..cb582baab 100644
--- a/src/video_out/video_out_xcbxv.c
+++ b/src/video_out/video_out_xcbxv.c
@@ -17,8 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: video_out_xcbxv.c,v 1.6 2007/03/29 18:58:21 dgp85 Exp $
- *
* video_out_xcbxv.c, X11 video extension interface for xine
*
* based on mpeg2dec code from
diff --git a/src/video_out/video_out_xshm.c b/src/video_out/video_out_xshm.c
index 74a6db612..bf0d3b7f0 100644
--- a/src/video_out/video_out_xshm.c
+++ b/src/video_out/video_out_xshm.c
@@ -17,15 +17,12 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: video_out_xshm.c,v 1.150 2007/03/25 23:13:53 dgp85 Exp $
- *
* video_out_xshm.c, X11 shared memory extension interface for xine
*
* based on mpeg2dec code from
* Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
*
* xine-specific code by Guenter Bartsch <bartscgr@studbox.uni-stuttgart.de>
- *
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c
index c9191658b..07b1e1186 100644
--- a/src/video_out/video_out_xv.c
+++ b/src/video_out/video_out_xv.c
@@ -17,8 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: video_out_xv.c,v 1.224 2007/03/29 19:01:03 dgp85 Exp $
- *
* video_out_xv.c, X11 video extension interface for xine
*
* based on mpeg2dec code from
diff --git a/src/video_out/video_out_xvmc.c b/src/video_out/video_out_xvmc.c
index 23a8c34cf..8f7b1defc 100644
--- a/src/video_out/video_out_xvmc.c
+++ b/src/video_out/video_out_xvmc.c
@@ -17,8 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: video_out_xvmc.c,v 1.29 2007/03/25 23:07:23 dgp85 Exp $
- *
* video_out_xvmc.c, X11 video motion compensation extension interface for xine
*
* based on mpeg2dec code from
diff --git a/src/video_out/video_out_xxmc.c b/src/video_out/video_out_xxmc.c
index dba5c491c..db5b753f5 100644
--- a/src/video_out/video_out_xxmc.c
+++ b/src/video_out/video_out_xxmc.c
@@ -18,8 +18,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: video_out_xxmc.c,v 1.23 2007/03/25 23:13:53 dgp85 Exp $
- *
* video_out_xxmc.c, X11 decoding accelerated video extension interface for xine
*
* based on mpeg2dec code from
@@ -33,7 +31,6 @@
* X11 unscaled overlay support by Miguel Freitas - Nov 2003
* XvMC VLD implementation by Thomas Hellström - 2004, 2005.
* XvMC merge by Thomas Hellström - Sep 2004
- *
*/
diff --git a/src/video_out/x11osd.c b/src/video_out/x11osd.c
index 3b505ead5..e0cb6f1f6 100644
--- a/src/video_out/x11osd.c
+++ b/src/video_out/x11osd.c
@@ -17,8 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: x11osd.c,v 1.15 2005/09/25 00:44:04 miguelfreitas Exp $
- *
* x11osd.c, use X11 Nonrectangular Window Shape Extension to draw xine OSD
*
* Nov 2003 - Miguel Freitas
diff --git a/src/video_out/x11osd.h b/src/video_out/x11osd.h
index 45aae22f8..fe0bf6208 100644
--- a/src/video_out/x11osd.h
+++ b/src/video_out/x11osd.h
@@ -17,8 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: x11osd.h,v 1.4 2004/04/10 15:31:10 miguelfreitas Exp $
- *
* x11osd.h, use X11 Nonrectangular Window Shape Extension to draw xine OSD
*
* Nov 2003 - Miguel Freitas
diff --git a/src/video_out/xcbosd.c b/src/video_out/xcbosd.c
index 06e29bf32..4bb2b60af 100644
--- a/src/video_out/xcbosd.c
+++ b/src/video_out/xcbosd.c
@@ -17,8 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: xcbosd.c,v 1.1 2007/02/15 15:19:33 dgp85 Exp $
- *
* xcbosd.c, use X11 Nonrectangular Window Shape Extension to draw xine OSD
*
* Nov 2003 - Miguel Freitas
diff --git a/src/video_out/xcbosd.h b/src/video_out/xcbosd.h
index 89540e846..32af4965e 100644
--- a/src/video_out/xcbosd.h
+++ b/src/video_out/xcbosd.h
@@ -17,8 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: xcbosd.h,v 1.1 2007/02/15 15:19:33 dgp85 Exp $
- *
* xcbosd.h, use X11 Nonrectangular Window Shape Extension to draw xine OSD
*
* Nov 2003 - Miguel Freitas
diff --git a/src/video_out/xvmc_mocomp.c b/src/video_out/xvmc_mocomp.c
index 3436259db..faa2b0010 100644
--- a/src/video_out/xvmc_mocomp.c
+++ b/src/video_out/xvmc_mocomp.c
@@ -17,8 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: xvmc_mocomp.c,v 1.4 2005/05/06 07:42:21 totte67 Exp $
- *
* XvMC image support by Jack Kelliher
*/
diff --git a/src/video_out/xvmc_vld.c b/src/video_out/xvmc_vld.c
index 77f85b5b1..b81578276 100644
--- a/src/video_out/xvmc_vld.c
+++ b/src/video_out/xvmc_vld.c
@@ -18,8 +18,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: xvmc_vld.c,v 1.4 2005/05/06 07:42:21 totte67 Exp $
- *
* xvmc_vld.c, X11 decoding accelerated video extension interface for xine
*
* Author: Thomas Hellström, (2004)
diff --git a/src/video_out/xxmc.h b/src/video_out/xxmc.h
index b80b80902..1c24991be 100644
--- a/src/video_out/xxmc.h
+++ b/src/video_out/xxmc.h
@@ -18,8 +18,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: xxmc.h,v 1.9 2005/09/25 00:44:04 miguelfreitas Exp $
- *
* video_out_xxmc.c, X11 decoding accelerated video extension interface for xine
*
* based on mpeg2dec code from
diff --git a/src/video_out/yuv2rgb.c b/src/video_out/yuv2rgb.c
index 62b332c33..0ca6537a7 100644
--- a/src/video_out/yuv2rgb.c
+++ b/src/video_out/yuv2rgb.c
@@ -22,8 +22,6 @@
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
- *
- * $Id: yuv2rgb.c,v 1.52 2006/06/20 01:07:59 dgp85 Exp $
*/
#include "config.h"