summaryrefslogtreecommitdiff
path: root/src/post
diff options
context:
space:
mode:
Diffstat (limited to 'src/post')
-rw-r--r--src/post/audio/audio_filters.c2
-rw-r--r--src/post/audio/audio_filters.h2
-rw-r--r--src/post/audio/stretch.c3
-rw-r--r--src/post/audio/upmix.c3
-rw-r--r--src/post/audio/upmix_mono.c3
-rw-r--r--src/post/audio/volnorm.c3
-rw-r--r--src/post/deinterlace/plugins/greedy2frame_template.c3
-rw-r--r--src/post/deinterlace/xine_plugin.c2
-rw-r--r--src/post/goom/xine_goom.c2
-rw-r--r--src/post/mosaico/mosaico.c2
-rw-r--r--src/post/mosaico/switch.c2
-rw-r--r--src/post/planar/boxblur.c2
-rw-r--r--src/post/planar/denoise3d.c2
-rw-r--r--src/post/planar/eq.c2
-rw-r--r--src/post/planar/eq2.c2
-rw-r--r--src/post/planar/fill.c3
-rw-r--r--src/post/planar/invert.c2
-rw-r--r--src/post/planar/noise.c2
-rw-r--r--src/post/planar/planar.c2
-rw-r--r--src/post/planar/pp.c2
-rw-r--r--src/post/planar/unsharp.c2
-rw-r--r--src/post/visualizations/fftgraph.c3
-rw-r--r--src/post/visualizations/fftscope.c3
-rw-r--r--src/post/visualizations/fooviz.c3
-rw-r--r--src/post/visualizations/oscope.c3
-rw-r--r--src/post/visualizations/visualizations.c2
-rw-r--r--src/post/visualizations/visualizations.h2
27 files changed, 0 insertions, 64 deletions
diff --git a/src/post/audio/audio_filters.c b/src/post/audio/audio_filters.c
index 68c48a479..8200db51b 100644
--- a/src/post/audio/audio_filters.c
+++ b/src/post/audio/audio_filters.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: audio_filters.c,v 1.7 2006/07/10 22:08:44 dgp85 Exp $
- *
* catalog for audio filter plugins
*/
diff --git a/src/post/audio/audio_filters.h b/src/post/audio/audio_filters.h
index ced5e27b7..6c064945a 100644
--- a/src/post/audio/audio_filters.h
+++ b/src/post/audio/audio_filters.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: audio_filters.h,v 1.3 2006/02/05 20:38:37 miguelfreitas Exp $
- *
* catalog for audio filter plugins
*/
diff --git a/src/post/audio/stretch.c b/src/post/audio/stretch.c
index d8b174b4f..5aa7a0617 100644
--- a/src/post/audio/stretch.c
+++ b/src/post/audio/stretch.c
@@ -18,9 +18,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
* Time stretch by a given factor, optionally preserving pitch
- *
- * $Id: stretch.c,v 1.8 2006/01/27 07:46:12 tmattern Exp $
- *
*/
#include <stdio.h>
diff --git a/src/post/audio/upmix.c b/src/post/audio/upmix.c
index fe8c4a762..e1b2afbe3 100644
--- a/src/post/audio/upmix.c
+++ b/src/post/audio/upmix.c
@@ -22,9 +22,6 @@
* This is an up-mix audio filter post plugin.
* It simply creates output channels to match the speaker arrangement.
* E.g. Converts Stereo into Surround 5.1
- *
- * $Id: upmix.c,v 1.17 2006/01/27 07:46:12 tmattern Exp $
- *
*/
#include <stdio.h>
diff --git a/src/post/audio/upmix_mono.c b/src/post/audio/upmix_mono.c
index c6f53acb2..195831123 100644
--- a/src/post/audio/upmix_mono.c
+++ b/src/post/audio/upmix_mono.c
@@ -21,9 +21,6 @@
* (c) 2004 James Courtier-Dutton (James@superbug.demon.co.uk)
* This is an up-mix audio filter post plugin.
* It simply converts Mono into Stereo.
- *
- * $Id: upmix_mono.c,v 1.5 2006/01/27 07:46:12 tmattern Exp $
- *
*/
#include <stdio.h>
diff --git a/src/post/audio/volnorm.c b/src/post/audio/volnorm.c
index 866dd87ae..783c1e26d 100644
--- a/src/post/audio/volnorm.c
+++ b/src/post/audio/volnorm.c
@@ -20,9 +20,6 @@
* Volume normalization audio filter for xine. Ported by Jason Tackaberry
* from MPlayer's af_volnorm, which is copyright 2004 by Alex Beregszaszi
* & Pierre Lombard.
- *
- * $Id: volnorm.c,v 1.1 2006/02/05 20:38:37 miguelfreitas Exp $
- *
*/
#include <stdio.h>
diff --git a/src/post/deinterlace/plugins/greedy2frame_template.c b/src/post/deinterlace/plugins/greedy2frame_template.c
index 728bceed5..1067e2cb8 100644
--- a/src/post/deinterlace/plugins/greedy2frame_template.c
+++ b/src/post/deinterlace/plugins/greedy2frame_template.c
@@ -1,6 +1,4 @@
/*****************************************************************************
-** $Id: greedy2frame_template.c,v 1.10 2006/12/21 09:54:45 dgp85 Exp $
-******************************************************************************
** Copyright (c) 2000 John Adcock, Tom Barry, Steve Grimm All rights reserved.
** port copyright (c) 2003 Miguel Freitas
******************************************************************************
@@ -18,7 +16,6 @@
******************************************************************************
** CVS Log
**
-** $Log: greedy2frame_template.c,v $
** Revision 1.10 2006/12/21 09:54:45 dgp85
** Apply the textrel patch from Gentoo, thanks to PaX team for providing it. The patch was applied and tested for a while in Gentoo and Pardus, and solves also Debian's problems with non-PIC code. If problems will arise, they'll be debugged.
**
diff --git a/src/post/deinterlace/xine_plugin.c b/src/post/deinterlace/xine_plugin.c
index de3d3a4e7..99bd597f6 100644
--- a/src/post/deinterlace/xine_plugin.c
+++ b/src/post/deinterlace/xine_plugin.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: xine_plugin.c,v 1.52 2006/07/12 21:08:46 dsalt Exp $
- *
* advanced video deinterlacer plugin
* Jun/2003 by Miguel Freitas
*
diff --git a/src/post/goom/xine_goom.c b/src/post/goom/xine_goom.c
index 05095dc95..351c997ba 100644
--- a/src/post/goom/xine_goom.c
+++ b/src/post/goom/xine_goom.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: xine_goom.c,v 1.65 2007/02/20 00:58:51 dgp85 Exp $
- *
* GOOM post plugin.
*
* first version by Mark Thomas
diff --git a/src/post/mosaico/mosaico.c b/src/post/mosaico/mosaico.c
index bb40aaaf5..50b1cfcdf 100644
--- a/src/post/mosaico/mosaico.c
+++ b/src/post/mosaico/mosaico.c
@@ -16,8 +16,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: mosaico.c,v 1.28 2006/07/10 22:08:44 dgp85 Exp $
*/
/*
diff --git a/src/post/mosaico/switch.c b/src/post/mosaico/switch.c
index 6c584d368..8fec5ee77 100644
--- a/src/post/mosaico/switch.c
+++ b/src/post/mosaico/switch.c
@@ -16,8 +16,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: switch.c,v 1.18 2006/07/10 22:08:44 dgp85 Exp $
*/
/*
diff --git a/src/post/planar/boxblur.c b/src/post/planar/boxblur.c
index e84329ba1..b7a6f524f 100644
--- a/src/post/planar/boxblur.c
+++ b/src/post/planar/boxblur.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: boxblur.c,v 1.14 2006/01/27 07:46:14 tmattern Exp $
- *
* mplayer's boxblur
* Copyright (C) 2002 Michael Niedermayer <michaelni@gmx.at>
*/
diff --git a/src/post/planar/denoise3d.c b/src/post/planar/denoise3d.c
index 9c457bb49..fb3c1102b 100644
--- a/src/post/planar/denoise3d.c
+++ b/src/post/planar/denoise3d.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: denoise3d.c,v 1.14 2006/01/27 07:46:14 tmattern Exp $
- *
* mplayer's denoise3d
* Copyright (C) 2003 Daniel Moreno <comac@comac.darktech.org>
*/
diff --git a/src/post/planar/eq.c b/src/post/planar/eq.c
index ddd8a5392..b2cf6e50f 100644
--- a/src/post/planar/eq.c
+++ b/src/post/planar/eq.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: eq.c,v 1.15 2007/03/22 23:32:05 dgp85 Exp $
- *
* mplayer's eq (soft video equalizer)
* Copyright (C) Richard Felker
*/
diff --git a/src/post/planar/eq2.c b/src/post/planar/eq2.c
index 63dc44495..6b277c347 100644
--- a/src/post/planar/eq2.c
+++ b/src/post/planar/eq2.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: eq2.c,v 1.18 2007/03/22 23:32:05 dgp85 Exp $
- *
* mplayer's eq2 (soft video equalizer)
* Software equalizer (brightness, contrast, gamma, saturation)
*
diff --git a/src/post/planar/fill.c b/src/post/planar/fill.c
index c9e1722fa..32a9d5dfb 100644
--- a/src/post/planar/fill.c
+++ b/src/post/planar/fill.c
@@ -17,12 +17,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: fill.c,v 1.1 2005/07/18 18:02:51 jstembridge Exp $
- *
* fill video filter by James Stembridge (jstembridge@gmail.com)
*
* based on invert.c
- *
*/
#include "xine_internal.h"
diff --git a/src/post/planar/invert.c b/src/post/planar/invert.c
index 2907c0e80..1aa5c2a2e 100644
--- a/src/post/planar/invert.c
+++ b/src/post/planar/invert.c
@@ -16,8 +16,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: invert.c,v 1.20 2004/04/17 19:54:32 mroi Exp $
*/
/*
diff --git a/src/post/planar/noise.c b/src/post/planar/noise.c
index 7973240f2..8c04f2e72 100644
--- a/src/post/planar/noise.c
+++ b/src/post/planar/noise.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: noise.c,v 1.4 2007/03/22 23:32:05 dgp85 Exp $
- *
* mplayer's noise filter, ported by Jason Tackaberry. Original filter
* is copyright 2002 Michael Niedermayer <michaelni@gmx.at>
*/
diff --git a/src/post/planar/planar.c b/src/post/planar/planar.c
index 8a3faddb9..5907d58e5 100644
--- a/src/post/planar/planar.c
+++ b/src/post/planar/planar.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: planar.c,v 1.13 2006/07/10 22:08:44 dgp85 Exp $
- *
* catalog for planar post plugins
*/
diff --git a/src/post/planar/pp.c b/src/post/planar/pp.c
index b1f32f47f..e13119311 100644
--- a/src/post/planar/pp.c
+++ b/src/post/planar/pp.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: pp.c,v 1.9 2006/01/27 07:46:14 tmattern Exp $
- *
* plugin for ffmpeg libpostprocess
*/
diff --git a/src/post/planar/unsharp.c b/src/post/planar/unsharp.c
index b8f52cac9..b9b791a8e 100644
--- a/src/post/planar/unsharp.c
+++ b/src/post/planar/unsharp.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: unsharp.c,v 1.18 2006/01/27 07:46:14 tmattern Exp $
- *
* mplayer's unsharp
* Copyright (C) 2002 Rémi Guyomarch <rguyom@pobox.com>
*/
diff --git a/src/post/visualizations/fftgraph.c b/src/post/visualizations/fftgraph.c
index dad1c033d..5068bd37a 100644
--- a/src/post/visualizations/fftgraph.c
+++ b/src/post/visualizations/fftgraph.c
@@ -19,9 +19,6 @@
*
* FftGraph Visualization Post Plugin For xine
* by Thibaut Mattern (tmattern@noos.fr)
- *
- * $Id: fftgraph.c,v 1.15 2006/12/02 22:35:18 miguelfreitas Exp $
- *
*/
#include <stdio.h>
diff --git a/src/post/visualizations/fftscope.c b/src/post/visualizations/fftscope.c
index 4c7d41dde..ba34437f5 100644
--- a/src/post/visualizations/fftscope.c
+++ b/src/post/visualizations/fftscope.c
@@ -21,9 +21,6 @@
* by Mike Melanson (melanson@pcisys.net)
*
* FFT code by Steve Haehnichen, originally licensed under GPL v1
- *
- * $Id: fftscope.c,v 1.30 2006/12/02 22:35:18 miguelfreitas Exp $
- *
*/
#include <stdio.h>
diff --git a/src/post/visualizations/fooviz.c b/src/post/visualizations/fooviz.c
index c287408e9..21854afc6 100644
--- a/src/post/visualizations/fooviz.c
+++ b/src/post/visualizations/fooviz.c
@@ -22,9 +22,6 @@
* This is an example/template for the xine visualization post plugin
* process. It simply paints the screen a solid color and rotates through
* colors on each iteration.
- *
- * $Id: fooviz.c,v 1.28 2006/12/02 22:35:18 miguelfreitas Exp $
- *
*/
#include <stdio.h>
diff --git a/src/post/visualizations/oscope.c b/src/post/visualizations/oscope.c
index b96962fb9..a435604d4 100644
--- a/src/post/visualizations/oscope.c
+++ b/src/post/visualizations/oscope.c
@@ -19,9 +19,6 @@
*
* Basic Oscilloscope Visualization Post Plugin For xine
* by Mike Melanson (melanson@pcisys.net)
- *
- * $Id: oscope.c,v 1.21 2006/12/02 22:35:18 miguelfreitas Exp $
- *
*/
#include <stdio.h>
diff --git a/src/post/visualizations/visualizations.c b/src/post/visualizations/visualizations.c
index 72180a67b..a26f0bd5b 100644
--- a/src/post/visualizations/visualizations.c
+++ b/src/post/visualizations/visualizations.c
@@ -18,8 +18,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
* This file contains plugin entries for several visualization post plugins.
- *
- * $Id: visualizations.c,v 1.14 2006/07/10 22:08:44 dgp85 Exp $
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/post/visualizations/visualizations.h b/src/post/visualizations/visualizations.h
index c6ea96f1d..39d02e1cb 100644
--- a/src/post/visualizations/visualizations.h
+++ b/src/post/visualizations/visualizations.h
@@ -18,8 +18,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
* This file contains plugin entries for several visualization post plugins.
- *
- * $Id: visualizations.h,v 1.1 2003/10/30 22:40:53 mroi Exp $
*/
#include "xine_internal.h"