summaryrefslogtreecommitdiff
path: root/src/xine-utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-utils')
-rw-r--r--src/xine-utils/array.c3
-rw-r--r--src/xine-utils/array.h2
-rw-r--r--src/xine-utils/color.c2
-rw-r--r--src/xine-utils/compat.h3
-rw-r--r--src/xine-utils/list.c3
-rw-r--r--src/xine-utils/list.h2
-rw-r--r--src/xine-utils/monitor.c3
-rw-r--r--src/xine-utils/pool.c3
-rw-r--r--src/xine-utils/pool.h2
-rw-r--r--src/xine-utils/ring_buffer.c3
-rw-r--r--src/xine-utils/ring_buffer.h2
-rw-r--r--src/xine-utils/sorted_array.c3
-rw-r--r--src/xine-utils/sorted_array.h3
-rw-r--r--src/xine-utils/utils.c3
-rw-r--r--src/xine-utils/xine_buffer.c2
-rw-r--r--src/xine-utils/xine_buffer.h2
-rw-r--r--src/xine-utils/xine_mutex.c3
-rw-r--r--src/xine-utils/xineutils.h3
-rw-r--r--src/xine-utils/xmllexer.c3
-rw-r--r--src/xine-utils/xmllexer.h3
-rw-r--r--src/xine-utils/xmlparser.c3
-rw-r--r--src/xine-utils/xmlparser.h3
22 files changed, 0 insertions, 59 deletions
diff --git a/src/xine-utils/array.c b/src/xine-utils/array.c
index 9b514b59c..6c226c7ef 100644
--- a/src/xine-utils/array.c
+++ b/src/xine-utils/array.c
@@ -16,9 +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: array.c,v 1.4 2007/02/03 16:31:55 dsalt Exp $
- *
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/src/xine-utils/array.h b/src/xine-utils/array.h
index d23a77a52..ae2093823 100644
--- a/src/xine-utils/array.h
+++ b/src/xine-utils/array.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: array.h,v 1.3 2007/02/03 16:31:55 dsalt Exp $
- *
* Array that can grow automatically when you add elements.
* Inserting an element in the middle of the array implies memory moves.
*/
diff --git a/src/xine-utils/color.c b/src/xine-utils/color.c
index 261dbe204..0b9cf0188 100644
--- a/src/xine-utils/color.c
+++ b/src/xine-utils/color.c
@@ -60,8 +60,6 @@
* to facilitate these operations (such as the PPC AltiVec pixel-unpacking
* instructions), these macros will automatically map to those special
* instructions.
- *
- * $Id: color.c,v 1.30 2006/07/17 18:31:24 hadess Exp $
*/
#include "xine_internal.h"
diff --git a/src/xine-utils/compat.h b/src/xine-utils/compat.h
index 045fa8368..d4b95aeb3 100644
--- a/src/xine-utils/compat.h
+++ b/src/xine-utils/compat.h
@@ -16,9 +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: compat.h,v 1.3 2003/04/20 21:13:26 guenter Exp $
- *
*/
#ifndef XINE_COMPAT_H
diff --git a/src/xine-utils/list.c b/src/xine-utils/list.c
index a440ade9c..65bdaec26 100644
--- a/src/xine-utils/list.c
+++ b/src/xine-utils/list.c
@@ -16,9 +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: list.c,v 1.12 2006/09/26 05:19:49 dgp85 Exp $
- *
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/xine-utils/list.h b/src/xine-utils/list.h
index ac1c91b5a..e00e30d6c 100644
--- a/src/xine-utils/list.h
+++ b/src/xine-utils/list.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: list.h,v 1.5 2007/02/19 23:34:32 dgp85 Exp $
- *
* Doubly-linked linked list.
*
* Exemples:
diff --git a/src/xine-utils/monitor.c b/src/xine-utils/monitor.c
index ad1bfc5e7..3c7c3e10a 100644
--- a/src/xine-utils/monitor.c
+++ b/src/xine-utils/monitor.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: monitor.c,v 1.8 2006/06/23 18:24:22 dsalt Exp $
- *
* debug print and profiling functions - implementation
- *
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/xine-utils/pool.c b/src/xine-utils/pool.c
index cd0e40b0d..a1fddadd9 100644
--- a/src/xine-utils/pool.c
+++ b/src/xine-utils/pool.c
@@ -16,9 +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: pool.c,v 1.2 2006/09/26 05:19:49 dgp85 Exp $
- *
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/src/xine-utils/pool.h b/src/xine-utils/pool.h
index 01ef69556..918da82a2 100644
--- a/src/xine-utils/pool.h
+++ b/src/xine-utils/pool.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: pool.h,v 1.2 2006/09/26 05:19:49 dgp85 Exp $
- *
* Object Pool
*/
diff --git a/src/xine-utils/ring_buffer.c b/src/xine-utils/ring_buffer.c
index ed3b3aee9..031fda4fc 100644
--- a/src/xine-utils/ring_buffer.c
+++ b/src/xine-utils/ring_buffer.c
@@ -16,9 +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: ring_buffer.c,v 1.5 2006/09/26 05:19:49 dgp85 Exp $
- *
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/src/xine-utils/ring_buffer.h b/src/xine-utils/ring_buffer.h
index 1c5bbcf51..efcffd3b7 100644
--- a/src/xine-utils/ring_buffer.h
+++ b/src/xine-utils/ring_buffer.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: ring_buffer.h,v 1.3 2006/09/26 05:19:49 dgp85 Exp $
- *
* Fifo + Ring Buffer
*/
typedef struct xine_ring_buffer_s xine_ring_buffer_t;
diff --git a/src/xine-utils/sorted_array.c b/src/xine-utils/sorted_array.c
index c3dad54c9..363325f0b 100644
--- a/src/xine-utils/sorted_array.c
+++ b/src/xine-utils/sorted_array.c
@@ -16,9 +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: sorted_array.c,v 1.3 2006/09/26 05:19:49 dgp85 Exp $
- *
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/src/xine-utils/sorted_array.h b/src/xine-utils/sorted_array.h
index 9a4d61bd8..a1894eca3 100644
--- a/src/xine-utils/sorted_array.h
+++ b/src/xine-utils/sorted_array.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: sorted_array.h,v 1.3 2006/09/26 05:19:49 dgp85 Exp $
- *
* Sorted array which grows automatically when you add elements.
* A binary search is used to find the position of a new element.
*
@@ -52,7 +50,6 @@
*
* Delete the array:
* xine_sarray_delete(sarray);
- *
*/
#ifndef XINE_SORTED_ARRAY_H
#define XINE_SORTED_ARRAY_H
diff --git a/src/xine-utils/utils.c b/src/xine-utils/utils.c
index 20286e7f6..980a2a520 100644
--- a/src/xine-utils/utils.c
+++ b/src/xine-utils/utils.c
@@ -16,9 +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: utils.c,v 1.46 2006/07/21 04:47:17 dgp85 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 842253ecb..190ab5197 100644
--- a/src/xine-utils/xine_buffer.c
+++ b/src/xine-utils/xine_buffer.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_buffer.c,v 1.11 2006/06/23 18:24:22 dsalt Exp $
- *
*
* generic dynamic buffer functions. The goals
* of these functions are (in fact many of these points
diff --git a/src/xine-utils/xine_buffer.h b/src/xine-utils/xine_buffer.h
index b1c99ee34..84511bd1b 100644
--- a/src/xine-utils/xine_buffer.h
+++ b/src/xine-utils/xine_buffer.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: xine_buffer.h,v 1.7 2006/09/26 05:19:49 dgp85 Exp $
- *
*
* generic dynamic buffer functions. The goals
* of these functions are (in fact many of these points
diff --git a/src/xine-utils/xine_mutex.c b/src/xine-utils/xine_mutex.c
index 9c2943ea0..c94f32be0 100644
--- a/src/xine-utils/xine_mutex.c
+++ b/src/xine-utils/xine_mutex.c
@@ -16,9 +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: xine_mutex.c,v 1.5 2006/07/16 14:45:24 dsalt Exp $
- *
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h
index 9750eefad..c7cfe980e 100644
--- a/src/xine-utils/xineutils.h
+++ b/src/xine-utils/xineutils.h
@@ -16,9 +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: xineutils.h,v 1.107 2006/12/25 15:16:33 dgp85 Exp $
- *
*/
#ifndef XINEUTILS_H
#define XINEUTILS_H
diff --git a/src/xine-utils/xmllexer.c b/src/xine-utils/xmllexer.c
index a9fcd9e31..39632938f 100644
--- a/src/xine-utils/xmllexer.c
+++ b/src/xine-utils/xmllexer.c
@@ -17,9 +17,6 @@
* License along with the Gnome Library; see the file COPYING.LIB. If not,
* write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
* Floor, Boston, MA 02110, USA
- *
- * $Id: xmllexer.c,v 1.13 2007/03/04 16:19:12 hadess Exp $
- *
*/
#define LOG_MODULE "xmllexer"
diff --git a/src/xine-utils/xmllexer.h b/src/xine-utils/xmllexer.h
index 5b6ce8311..10bcc8676 100644
--- a/src/xine-utils/xmllexer.h
+++ b/src/xine-utils/xmllexer.h
@@ -17,9 +17,6 @@
* License along with the Gnome Library; see the file COPYING.LIB. If not,
* write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
* Floor, Boston, MA 02110, USA
- *
- * $Id: xmllexer.h,v 1.8 2007/03/04 16:19:12 hadess Exp $
- *
*/
/* xml lexer */
diff --git a/src/xine-utils/xmlparser.c b/src/xine-utils/xmlparser.c
index 21d5a6de9..a7bc146a9 100644
--- a/src/xine-utils/xmlparser.c
+++ b/src/xine-utils/xmlparser.c
@@ -17,9 +17,6 @@
* License along with the Gnome Library; see the file COPYING.LIB. If not,
* write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
* Floor, Boston, MA 02110, USA
- *
- * $Id: xmlparser.c,v 1.16 2007/03/04 16:19:12 hadess Exp $
- *
*/
#ifdef XINE_COMPILE
diff --git a/src/xine-utils/xmlparser.h b/src/xine-utils/xmlparser.h
index 2536e079f..c89cb6dd3 100644
--- a/src/xine-utils/xmlparser.h
+++ b/src/xine-utils/xmlparser.h
@@ -17,9 +17,6 @@
* License along with the Gnome Library; see the file COPYING.LIB. If not,
* write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
* Floor, Boston, MA 02110, USA
- *
- * $Id: xmlparser.h,v 1.6 2007/03/04 16:19:12 hadess Exp $
- *
*/
#ifndef XML_PARSER_H