summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-07-05 17:31:59 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-07-05 17:31:59 +0000
commit22d0545163db353dd95e5fd2fe4492a3aae81079 (patch)
tree8f20f6dce7a21c82ae40be4ae9d91d6e0766f56a
parent8ab4cd4497b60eebbeed0947dc19591e32264557 (diff)
downloadxine-lib-22d0545163db353dd95e5fd2fe4492a3aae81079.tar.gz
xine-lib-22d0545163db353dd95e5fd2fe4492a3aae81079.tar.bz2
Bump up version numbers due to changes in xine_t
CVS patchset: 2214 CVS date: 2002/07/05 17:31:59
-rw-r--r--src/demuxers/demux.h4
-rw-r--r--src/demuxers/demux_asf.c4
-rw-r--r--src/demuxers/demux_avi.c4
-rw-r--r--src/demuxers/demux_cda.c4
-rw-r--r--src/demuxers/demux_elem.c4
-rw-r--r--src/demuxers/demux_film.c4
-rw-r--r--src/demuxers/demux_mpeg.c4
-rw-r--r--src/demuxers/demux_mpeg_block.c4
-rw-r--r--src/demuxers/demux_mpgaudio.c4
-rw-r--r--src/demuxers/demux_ogg.c4
-rw-r--r--src/demuxers/demux_pes.c4
-rw-r--r--src/demuxers/demux_qt.c4
-rw-r--r--src/demuxers/demux_roq.c4
-rw-r--r--src/demuxers/demux_ts.c4
-rw-r--r--src/dxr3/dxr3_decode_spu.c4
-rw-r--r--src/dxr3/dxr3_decode_video.c4
-rw-r--r--src/input/input_cda.c4
-rw-r--r--src/input/input_dvd.c4
-rw-r--r--src/input/input_file.c4
-rw-r--r--src/input/input_http.c2
-rw-r--r--src/input/input_mms.c4
-rw-r--r--src/input/input_net.c2
-rw-r--r--src/input/input_plugin.h4
-rw-r--r--src/input/input_rtp.c2
-rw-r--r--src/input/input_stdin_fifo.c4
-rw-r--r--src/input/input_vcd.c4
-rw-r--r--src/liba52/xine_decoder.c4
-rw-r--r--src/libdivx4/xine_decoder.c4
-rw-r--r--src/libdts/xine_decoder.c4
-rw-r--r--src/libffmpeg/xine_decoder.c4
-rw-r--r--src/liblpcm/xine_decoder.c4
-rw-r--r--src/libmad/xine_decoder.c4
-rw-r--r--src/libmpeg2/xine_decoder.c4
-rw-r--r--src/libspucc/xine_decoder.c4
-rw-r--r--src/libspudec/spu_decoder_api.h2
-rw-r--r--src/libspudec/xine_decoder.c4
-rw-r--r--src/libsputext/xine_decoder.c4
-rw-r--r--src/libvorbis/xine_decoder.c4
-rw-r--r--src/libw32dll/w32codec.c6
-rw-r--r--src/libxineadec/adpcm.c4
-rw-r--r--src/libxineadec/roqaudio.c4
-rw-r--r--src/libxinevdec/cinepak.c4
-rw-r--r--src/libxinevdec/cyuv.c4
-rw-r--r--src/libxinevdec/foovideo.c4
-rw-r--r--src/libxinevdec/msvc.c4
-rw-r--r--src/libxinevdec/roqvideo.c4
-rw-r--r--src/libxinevdec/svq1.c4
-rw-r--r--src/libxvid/xine_decoder.c2
-rw-r--r--src/xine-engine/xine_internal.h6
49 files changed, 95 insertions, 95 deletions
diff --git a/src/demuxers/demux.h b/src/demuxers/demux.h
index ed52a9d52..c56b4fa8f 100644
--- a/src/demuxers/demux.h
+++ b/src/demuxers/demux.h
@@ -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: demux.h,v 1.16 2002/06/07 02:40:46 miguelfreitas Exp $
+ * $Id: demux.h,v 1.17 2002/07/05 17:31:59 mroi Exp $
*/
#ifndef HAVE_DEMUX_H
@@ -35,7 +35,7 @@ extern "C" {
#include "input_plugin.h"
#endif
-#define DEMUXER_PLUGIN_IFACE_VERSION 9
+#define DEMUXER_PLUGIN_IFACE_VERSION 10
#define DEMUX_OK 0
#define DEMUX_FINISHED 1
diff --git a/src/demuxers/demux_asf.c b/src/demuxers/demux_asf.c
index 768c9324f..ea4ff3f66 100644
--- a/src/demuxers/demux_asf.c
+++ b/src/demuxers/demux_asf.c
@@ -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: demux_asf.c,v 1.47 2002/07/02 21:32:04 guenter Exp $
+ * $Id: demux_asf.c,v 1.48 2002/07/05 17:31:59 mroi Exp $
*
* demultiplexer for asf streams
*
@@ -1398,7 +1398,7 @@ demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) {
demux_asf_t *this;
- if (iface != 9) {
+ if (iface != 10) {
printf (_("demux_asf: plugin doesn't support plugin API version %d.\n"
" this means there's a version mismatch between xine and this "
" demuxer plugin.\nInstalling current demux plugins should help.\n"),
diff --git a/src/demuxers/demux_avi.c b/src/demuxers/demux_avi.c
index 2be4d44c4..9e8b977e5 100644
--- a/src/demuxers/demux_avi.c
+++ b/src/demuxers/demux_avi.c
@@ -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: demux_avi.c,v 1.99 2002/07/02 17:05:28 miguelfreitas Exp $
+ * $Id: demux_avi.c,v 1.100 2002/07/05 17:31:59 mroi Exp $
*
* demultiplexer for avi streams
*
@@ -1594,7 +1594,7 @@ demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) {
demux_avi_t *this;
- if (iface != 9) {
+ if (iface != 10) {
xine_log (xine, XINE_LOG_PLUGIN,
_("demux_avi: this plugin doesn't support plugin API version %d.\n"
"demux_avi: this means there's a version mismatch between xine and this "
diff --git a/src/demuxers/demux_cda.c b/src/demuxers/demux_cda.c
index 6dba3d75b..a412e0dbd 100644
--- a/src/demuxers/demux_cda.c
+++ b/src/demuxers/demux_cda.c
@@ -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: demux_cda.c,v 1.20 2002/06/12 12:22:33 f1rmb Exp $
+ * $Id: demux_cda.c,v 1.21 2002/07/05 17:31:59 mroi Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -293,7 +293,7 @@ static int demux_cda_get_stream_length (demux_plugin_t *this_gen) {
demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) {
demux_cda_t *this;
- if (iface != 9) {
+ if (iface != 10) {
printf (_("demux_cda: plugin doesn't support plugin API version %d.\n"
" this means there's a version mismatch between xine and this "
" demuxer plugin.\nInstalling current demux plugins should help.\n"),
diff --git a/src/demuxers/demux_elem.c b/src/demuxers/demux_elem.c
index 52abe63c3..74dae2f28 100644
--- a/src/demuxers/demux_elem.c
+++ b/src/demuxers/demux_elem.c
@@ -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: demux_elem.c,v 1.47 2002/06/12 12:22:33 f1rmb Exp $
+ * $Id: demux_elem.c,v 1.48 2002/07/05 17:31:59 mroi Exp $
*
* demultiplexer for elementary mpeg streams
*
@@ -366,7 +366,7 @@ demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) {
demux_mpeg_elem_t *this;
- if (iface != 9) {
+ if (iface != 10) {
printf (_("demux_elem: plugin doesn't support plugin API version %d.\n"
" this means there's a version mismatch between xine and this "
" demuxer plugin.\nInstalling current demux plugins should help.\n"),
diff --git a/src/demuxers/demux_film.c b/src/demuxers/demux_film.c
index c166a6e5d..d6320b072 100644
--- a/src/demuxers/demux_film.c
+++ b/src/demuxers/demux_film.c
@@ -21,7 +21,7 @@
* For more information on the FILM file format, visit:
* http://www.pcisys.net/~melanson/codecs/
*
- * $Id: demux_film.c,v 1.15 2002/07/05 04:17:57 tmmm Exp $
+ * $Id: demux_film.c,v 1.16 2002/07/05 17:31:59 mroi Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -792,7 +792,7 @@ static char *demux_film_get_mimetypes(void) {
demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) {
demux_film_t *this;
- if (iface != 9) {
+ if (iface != 10) {
printf (_("demux_film: plugin doesn't support plugin API version %d.\n"
" this means there's a version mismatch between xine and this "
" demuxer plugin. Installing current demux plugins should help.\n"),
diff --git a/src/demuxers/demux_mpeg.c b/src/demuxers/demux_mpeg.c
index 161e93b64..19de5a44d 100644
--- a/src/demuxers/demux_mpeg.c
+++ b/src/demuxers/demux_mpeg.c
@@ -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: demux_mpeg.c,v 1.65 2002/06/12 12:22:33 f1rmb Exp $
+ * $Id: demux_mpeg.c,v 1.66 2002/07/05 17:31:59 mroi Exp $
*
* demultiplexer for mpeg 1/2 program streams
* reads streams of variable blocksizes
@@ -973,7 +973,7 @@ demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) {
demux_mpeg_t *this;
- if (iface != 9) {
+ if (iface != 10) {
printf (_("demux_mpeg: plugin doesn't support plugin API version %d.\n"
" this means there's a version mismatch between xine and this "
" demuxer plugin.\nInstalling current demux plugins should help.\n"),
diff --git a/src/demuxers/demux_mpeg_block.c b/src/demuxers/demux_mpeg_block.c
index b359742d0..0b1b54859 100644
--- a/src/demuxers/demux_mpeg_block.c
+++ b/src/demuxers/demux_mpeg_block.c
@@ -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: demux_mpeg_block.c,v 1.105 2002/06/29 19:23:56 tmattern Exp $
+ * $Id: demux_mpeg_block.c,v 1.106 2002/07/05 17:32:00 mroi Exp $
*
* demultiplexer for mpeg 1/2 program streams
*
@@ -1187,7 +1187,7 @@ demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) {
demux_mpeg_block_t *this;
- if (iface != 9) {
+ if (iface != 10) {
printf (_("demux_mpeg_block: plugin doesn't support plugin API version %d.\n"
" this means there's a version mismatch between xine and this "
" demuxer plugin.\nInstalling current demux plugins should help.\n"),
diff --git a/src/demuxers/demux_mpgaudio.c b/src/demuxers/demux_mpgaudio.c
index dd5c10ee5..879bd0304 100644
--- a/src/demuxers/demux_mpgaudio.c
+++ b/src/demuxers/demux_mpgaudio.c
@@ -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: demux_mpgaudio.c,v 1.50 2002/06/12 12:22:33 f1rmb Exp $
+ * $Id: demux_mpgaudio.c,v 1.51 2002/07/05 17:32:00 mroi Exp $
*
* demultiplexer for mpeg audio (i.e. mp3) streams
*
@@ -521,7 +521,7 @@ demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) {
demux_mpgaudio_t *this;
- if (iface != 9) {
+ if (iface != 10) {
printf (_("demux_mpeg: plugin doesn't support plugin API version %d.\n"
" this means there's a version mismatch between xine and this "
" demuxer plugin.\nInstalling current demux plugins should help.\n"),
diff --git a/src/demuxers/demux_ogg.c b/src/demuxers/demux_ogg.c
index ca9f77ec0..c57cfa1d1 100644
--- a/src/demuxers/demux_ogg.c
+++ b/src/demuxers/demux_ogg.c
@@ -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: demux_ogg.c,v 1.29 2002/06/12 12:22:33 f1rmb Exp $
+ * $Id: demux_ogg.c,v 1.30 2002/07/05 17:32:00 mroi Exp $
*
* demultiplexer for ogg streams
*
@@ -645,7 +645,7 @@ demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) {
demux_ogg_t *this;
- if (iface != 9) {
+ if (iface != 10) {
printf( _("demux_ogg: plugin doesn't support plugin API version %d.\n"
" this means there's a version mismatch between xine and this "
" demuxer plugin.\nInstalling current demux plugins should help.\n"),
diff --git a/src/demuxers/demux_pes.c b/src/demuxers/demux_pes.c
index 6b6372958..1b06271f5 100644
--- a/src/demuxers/demux_pes.c
+++ b/src/demuxers/demux_pes.c
@@ -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: demux_pes.c,v 1.32 2002/06/12 12:22:33 f1rmb Exp $
+ * $Id: demux_pes.c,v 1.33 2002/07/05 17:32:00 mroi Exp $
*
* demultiplexer for mpeg 2 PES (Packetized Elementary Streams)
* reads streams of variable blocksizes
@@ -604,7 +604,7 @@ demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) {
demux_pes_t *this;
- if (iface != 9) {
+ if (iface != 10) {
printf (_("demux_pes: plugin doesn't support plugin API version %d.\n"
" this means there's a version mismatch between xine and this "
" demuxer plugin.\nInstalling current demux plugins should help.\n"),
diff --git a/src/demuxers/demux_qt.c b/src/demuxers/demux_qt.c
index 64ad8e252..0b2d1accb 100644
--- a/src/demuxers/demux_qt.c
+++ b/src/demuxers/demux_qt.c
@@ -30,7 +30,7 @@
* build_frame_table
* free_qt_info
*
- * $Id: demux_qt.c,v 1.59 2002/07/05 15:43:33 tmmm Exp $
+ * $Id: demux_qt.c,v 1.60 2002/07/05 17:32:00 mroi Exp $
*
*/
@@ -1540,7 +1540,7 @@ demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) {
demux_qt_t *this;
- if (iface != 9) {
+ if (iface != 10) {
printf (_("demux_qt: plugin doesn't support plugin API version %d.\n"
" this means there's a version mismatch between xine and this "
" demuxer plugin.\nInstalling current demux plugins should help.\n"),
diff --git a/src/demuxers/demux_roq.c b/src/demuxers/demux_roq.c
index d5761162b..910461426 100644
--- a/src/demuxers/demux_roq.c
+++ b/src/demuxers/demux_roq.c
@@ -21,7 +21,7 @@
* For more information regarding the RoQ file format, visit:
* http://www.csse.monash.edu.au/~timf/
*
- * $Id: demux_roq.c,v 1.6 2002/06/19 16:33:01 esnel Exp $
+ * $Id: demux_roq.c,v 1.7 2002/07/05 17:32:01 mroi Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -532,7 +532,7 @@ static char *demux_roq_get_mimetypes(void) {
demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) {
demux_roq_t *this;
- if (iface != 9) {
+ if (iface != 10) {
printf (_("demux_roq: plugin doesn't support plugin API version %d.\n"
" this means there's a version mismatch between xine and this "
" demuxer plugin.\nInstalling current demux plugins should help.\n"),
diff --git a/src/demuxers/demux_ts.c b/src/demuxers/demux_ts.c
index 0848dd57b..c3bd029c8 100644
--- a/src/demuxers/demux_ts.c
+++ b/src/demuxers/demux_ts.c
@@ -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: demux_ts.c,v 1.51 2002/06/21 20:01:48 miguelfreitas Exp $
+ * $Id: demux_ts.c,v 1.52 2002/07/05 17:32:01 mroi Exp $
*
* Demultiplexer for MPEG2 Transport Streams.
*
@@ -1657,7 +1657,7 @@ demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) {
demux_ts *this;
int i;
- if (iface != 9) {
+ if (iface != 10) {
LOG_MSG (xine,
_("demux_ts: plugin doesn't support plugin API version %d.\n"
" This means there's a version mismatch between xine "
diff --git a/src/dxr3/dxr3_decode_spu.c b/src/dxr3/dxr3_decode_spu.c
index 6df4c41cd..13fa20b8b 100644
--- a/src/dxr3/dxr3_decode_spu.c
+++ b/src/dxr3/dxr3_decode_spu.c
@@ -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: dxr3_decode_spu.c,v 1.8 2002/07/05 15:10:22 mroi Exp $
+ * $Id: dxr3_decode_spu.c,v 1.9 2002/07/05 17:32:01 mroi Exp $
*/
/* dxr3 spu decoder plugin.
@@ -106,7 +106,7 @@ spu_decoder_t *init_spu_decoder_plugin(int iface_version, xine_t *xine)
const char *confstr;
int dashpos;
- if (iface_version != 8) {
+ if (iface_version != 9) {
printf(_("dxr3_decode_spu: plugin doesn't support plugin API version %d.\n"
"dxr3_decode_spu: this means there's a version mismatch between xine and this "
"dxr3_decode_spu: decoder plugin. Installing current plugins should help.\n"),
diff --git a/src/dxr3/dxr3_decode_video.c b/src/dxr3/dxr3_decode_video.c
index 9af68eb2e..5d8490966 100644
--- a/src/dxr3/dxr3_decode_video.c
+++ b/src/dxr3/dxr3_decode_video.c
@@ -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: dxr3_decode_video.c,v 1.9 2002/06/28 16:57:52 mroi Exp $
+ * $Id: dxr3_decode_video.c,v 1.10 2002/07/05 17:32:01 mroi Exp $
*/
/* dxr3 video decoder plugin.
@@ -127,7 +127,7 @@ video_decoder_t *init_video_decoder_plugin(int iface_version, xine_t *xine)
int dashpos;
int64_t cur_offset;
- if (iface_version != 9) {
+ if (iface_version != 10) {
printf(_("dxr3_decode_video: plugin doesn't support plugin API version %d.\n"
"dxr3_decode_video: this means there's a version mismatch between xine and this\n"
"dxr3_decode_video: decoder plugin. Installing current plugins should help.\n"),
diff --git a/src/input/input_cda.c b/src/input/input_cda.c
index ccf9cd9f5..3c5981d87 100644
--- a/src/input/input_cda.c
+++ b/src/input/input_cda.c
@@ -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: input_cda.c,v 1.27 2002/06/19 22:22:30 esnel Exp $
+ * $Id: input_cda.c,v 1.28 2002/07/05 17:32:01 mroi Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -1789,7 +1789,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) {
_ENTER_FUNC();
- if (iface != 7) {
+ if (iface != 8) {
LOG_MSG(xine,
_("cda input plugin doesn't support plugin API version %d.\n"
"PLUGIN DISABLED.\n"
diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c
index 1a74273f4..6e87dc282 100644
--- a/src/input/input_dvd.c
+++ b/src/input/input_dvd.c
@@ -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: input_dvd.c,v 1.51 2002/06/17 21:17:32 f1rmb Exp $
+ * $Id: input_dvd.c,v 1.52 2002/07/05 17:32:01 mroi Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -809,7 +809,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) {
config_values_t *config;
int i;
- if (iface != 7) {
+ if (iface != 8) {
LOG_MSG(xine,
_("dvd input plugin doesn't support plugin API version %d.\n"
"PLUGIN DISABLED.\n"
diff --git a/src/input/input_file.c b/src/input/input_file.c
index 957108fb7..4dee6db02 100644
--- a/src/input/input_file.c
+++ b/src/input/input_file.c
@@ -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: input_file.c,v 1.51 2002/06/12 12:22:34 f1rmb Exp $
+ * $Id: input_file.c,v 1.52 2002/07/05 17:32:02 mroi Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -855,7 +855,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) {
file_input_plugin_t *this;
config_values_t *config;
- if (iface != 7) {
+ if (iface != 8) {
LOG_MSG(xine,
_("file input plugin doesn't support plugin API version %d.\n"
"PLUGIN DISABLED.\n"
diff --git a/src/input/input_http.c b/src/input/input_http.c
index ec60a0ff8..a481c8430 100644
--- a/src/input/input_http.c
+++ b/src/input/input_http.c
@@ -676,7 +676,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) {
http_input_plugin_t *this;
config_values_t *config;
- if (iface != 7) {
+ if (iface != 8) {
xine_log (xine, XINE_LOG_PLUGIN,
_("http input plugin doesn't support plugin API version %d.\n"
"PLUGIN DISABLED.\n"
diff --git a/src/input/input_mms.c b/src/input/input_mms.c
index 616f2e609..fcc415671 100644
--- a/src/input/input_mms.c
+++ b/src/input/input_mms.c
@@ -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: input_mms.c,v 1.14 2002/05/25 19:19:17 siggi Exp $
+ * $Id: input_mms.c,v 1.15 2002/07/05 17:32:02 mroi Exp $
*
* mms input plugin based on work from major mms
*/
@@ -289,7 +289,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) {
mms_input_plugin_t *this;
config_values_t *config;
- if (iface != 7) {
+ if (iface != 8) {
printf ("mms input plugin doesn't support plugin API version %d.\n"
"PLUGIN DISABLED.\n"
"This means there's a version mismatch between xine and this input"
diff --git a/src/input/input_net.c b/src/input/input_net.c
index 6c16f3803..7ea5c8b23 100644
--- a/src/input/input_net.c
+++ b/src/input/input_net.c
@@ -339,7 +339,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) {
net_input_plugin_t *this;
config_values_t *config;
- if (iface != 7) {
+ if (iface != 8) {
LOG_MSG(xine,
_("net input plugin doesn't support plugin API version %d.\n"
"PLUGIN DISABLED.\n"
diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h
index 63249ea09..53dfb563d 100644
--- a/src/input/input_plugin.h
+++ b/src/input/input_plugin.h
@@ -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: input_plugin.h,v 1.25 2002/05/25 19:19:17 siggi Exp $
+ * $Id: input_plugin.h,v 1.26 2002/07/05 17:32:02 mroi Exp $
*/
#ifndef HAVE_INPUT_PLUGIN_H
@@ -33,7 +33,7 @@ extern "C" {
#include "buffer.h"
#include "configfile.h"
-#define INPUT_PLUGIN_IFACE_VERSION 7
+#define INPUT_PLUGIN_IFACE_VERSION 8
#define MAX_MRL_ENTRIES 255
diff --git a/src/input/input_rtp.c b/src/input/input_rtp.c
index 7db45091a..44886ca7c 100644
--- a/src/input/input_rtp.c
+++ b/src/input/input_rtp.c
@@ -509,7 +509,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) {
config_values_t *config;
int bufn;
- if (iface != 7) {
+ if (iface != 8) {
LOG_MSG(xine,
_("rtp input plugin doesn't support plugin API version %d.\n"
"PLUGIN DISABLED.\n"
diff --git a/src/input/input_stdin_fifo.c b/src/input/input_stdin_fifo.c
index 760222d33..cf77dc6c5 100644
--- a/src/input/input_stdin_fifo.c
+++ b/src/input/input_stdin_fifo.c
@@ -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: input_stdin_fifo.c,v 1.27 2002/05/25 19:19:18 siggi Exp $
+ * $Id: input_stdin_fifo.c,v 1.28 2002/07/05 17:32:02 mroi Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -352,7 +352,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) {
stdin_input_plugin_t *this;
config_values_t *config;
- if (iface != 7) {
+ if (iface != 8) {
xine_log (xine, XINE_LOG_PLUGIN,
_("stdin/fifo input plugin doesn't support plugin API version %d.\n"
"PLUGIN DISABLED.\n"
diff --git a/src/input/input_vcd.c b/src/input/input_vcd.c
index 1ad80dd86..dae0fdb20 100644
--- a/src/input/input_vcd.c
+++ b/src/input/input_vcd.c
@@ -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: input_vcd.c,v 1.45 2002/06/23 15:59:22 dennisbj Exp $
+ * $Id: input_vcd.c,v 1.46 2002/07/05 17:32:02 mroi Exp $
*
*/
@@ -1141,7 +1141,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) {
config_values_t *config;
int i;
- if (iface != 7) {
+ if (iface != 8) {
LOG_MSG(xine,
_("vcd input plugin doesn't support plugin API version %d.\n"
"PLUGIN DISABLED.\n"
diff --git a/src/liba52/xine_decoder.c b/src/liba52/xine_decoder.c
index d9e7d9bfb..e26e1653d 100644
--- a/src/liba52/xine_decoder.c
+++ b/src/liba52/xine_decoder.c
@@ -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: xine_decoder.c,v 1.27 2002/06/12 12:22:34 f1rmb Exp $
+ * $Id: xine_decoder.c,v 1.28 2002/07/05 17:32:02 mroi Exp $
*
* stuff needed to turn liba52 into a xine decoder plugin
*/
@@ -546,7 +546,7 @@ audio_decoder_t *init_audio_decoder_plugin (int iface_version, xine_t *xine) {
a52dec_decoder_t *this ;
config_values_t *cfg;
- if (iface_version != 8) {
+ if (iface_version != 9) {
printf(_("liba52: plugin doesn't support plugin API version %d.\n"
"liba52: this means there's a version mismatch between xine and this "
"liba52: decoder plugin.\nInstalling current plugins should help.\n"),
diff --git a/src/libdivx4/xine_decoder.c b/src/libdivx4/xine_decoder.c
index c5dfdb4b8..90ea0e494 100644
--- a/src/libdivx4/xine_decoder.c
+++ b/src/libdivx4/xine_decoder.c
@@ -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: xine_decoder.c,v 1.38 2002/07/01 17:56:05 miguelfreitas Exp $
+ * $Id: xine_decoder.c,v 1.39 2002/07/05 17:32:02 mroi Exp $
*
* xine decoder plugin using divx4
*
@@ -552,7 +552,7 @@ video_decoder_t *init_video_decoder_plugin (int iface_version, xine_t *xine) {
decoreFunc libdecore_func = 0;
config_values_t *cfg;
- if (iface_version != 9) {
+ if (iface_version != 10) {
printf(_("divx4: plugin doesn't support plugin API version %d.\n"
"divx4: this means there's a version mismatch between xine and this "
"divx4: decoder plugin.\nInstalling current plugins should help.\n"),
diff --git a/src/libdts/xine_decoder.c b/src/libdts/xine_decoder.c
index b0d77421a..26765fb54 100644
--- a/src/libdts/xine_decoder.c
+++ b/src/libdts/xine_decoder.c
@@ -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: xine_decoder.c,v 1.22 2002/06/12 12:22:35 f1rmb Exp $
+ * $Id: xine_decoder.c,v 1.23 2002/07/05 17:32:02 mroi Exp $
*
* 04-09-2001 DTS passtrough (C) Joachim Koenig
* 09-12-2001 DTS passthrough inprovements (C) James Courtier-Dutton
@@ -229,7 +229,7 @@ audio_decoder_t *init_audio_decoder_plugin (int iface_version, xine_t *xine) {
dts_decoder_t *this ;
- if (iface_version != 8) {
+ if (iface_version != 9) {
printf(_("libdts: plugin doesn't support plugin API version %d.\n"
"libdts: this means there's a version mismatch between xine and this "
"libdts: decoder plugin.\nInstalling current plugins should help.\n"),
diff --git a/src/libffmpeg/xine_decoder.c b/src/libffmpeg/xine_decoder.c
index bf3cfa8b2..a50d72f41 100644
--- a/src/libffmpeg/xine_decoder.c
+++ b/src/libffmpeg/xine_decoder.c
@@ -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: xine_decoder.c,v 1.45 2002/07/01 17:56:05 miguelfreitas Exp $
+ * $Id: xine_decoder.c,v 1.46 2002/07/05 17:32:03 mroi Exp $
*
* xine decoder plugin using ffmpeg
*
@@ -401,7 +401,7 @@ video_decoder_t *init_video_decoder_plugin (int iface_version, xine_t *xine) {
ff_decoder_t *this ;
static pthread_once_t once_control = PTHREAD_ONCE_INIT;
- if (iface_version != 9) {
+ if (iface_version != 10) {
printf(_("ffmpeg: plugin doesn't support plugin API version %d.\n"
"ffmpeg: this means there's a version mismatch between xine and this "
"ffmpeg: decoder plugin.\nInstalling current plugins should help.\n"),
diff --git a/src/liblpcm/xine_decoder.c b/src/liblpcm/xine_decoder.c
index 7ca313d1b..f41c8ebc6 100644
--- a/src/liblpcm/xine_decoder.c
+++ b/src/liblpcm/xine_decoder.c
@@ -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: xine_decoder.c,v 1.27 2002/06/16 00:53:39 jcdutton Exp $
+ * $Id: xine_decoder.c,v 1.28 2002/07/05 17:32:03 mroi Exp $
*
* 31-8-2001 Added LPCM rate sensing.
* (c) 2001 James Courtier-Dutton James@superbug.demon.co.uk
@@ -183,7 +183,7 @@ audio_decoder_t *init_audio_decoder_plugin (int iface_version, xine_t *xine) {
lpcm_decoder_t *this ;
- if (iface_version != 8) {
+ if (iface_version != 9) {
printf(_("liblpcm: plugin doesn't support plugin API version %d.\n"
"liblpcm: this means there's a version mismatch between xine and this "
"liblpcm: decoder plugin.\nInstalling current plugins should help.\n"),
diff --git a/src/libmad/xine_decoder.c b/src/libmad/xine_decoder.c
index bf486bbd6..616366e55 100644
--- a/src/libmad/xine_decoder.c
+++ b/src/libmad/xine_decoder.c
@@ -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: xine_decoder.c,v 1.21 2002/06/12 12:22:36 f1rmb Exp $
+ * $Id: xine_decoder.c,v 1.22 2002/07/05 17:32:03 mroi Exp $
*
* stuff needed to turn libmad into a xine decoder plugin
*/
@@ -279,7 +279,7 @@ audio_decoder_t *init_audio_decoder_plugin (int iface_version, xine_t *xine) {
mad_decoder_t *this ;
- if (iface_version != 8) {
+ if (iface_version != 9) {
printf(_("libmad: plugin doesn't support plugin API version %d.\n"
"libmad: this means there's a version mismatch between xine and this "
"libmad: decoder plugin.\nInstalling current plugins should help.\n"),
diff --git a/src/libmpeg2/xine_decoder.c b/src/libmpeg2/xine_decoder.c
index b9d046c3c..bce1513c3 100644
--- a/src/libmpeg2/xine_decoder.c
+++ b/src/libmpeg2/xine_decoder.c
@@ -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: xine_decoder.c,v 1.34 2002/06/12 12:22:36 f1rmb Exp $
+ * $Id: xine_decoder.c,v 1.35 2002/07/05 17:32:03 mroi Exp $
*
* stuff needed to turn libmpeg2 into a xine decoder plugin
*/
@@ -152,7 +152,7 @@ video_decoder_t *init_video_decoder_plugin (int iface_version, xine_t *xine) {
mpeg2dec_decoder_t *this ;
- if (iface_version != 9) {
+ if (iface_version != 10) {
printf(_("libmpeg2: plugin doesn't support plugin API version %d.\n"
"libmpeg2: this means there's a version mismatch between xine and this "
"libmpeg2: decoder plugin.\nInstalling current plugins should help.\n"),
diff --git a/src/libspucc/xine_decoder.c b/src/libspucc/xine_decoder.c
index 1d8b7c214..071fa366e 100644
--- a/src/libspucc/xine_decoder.c
+++ b/src/libspucc/xine_decoder.c
@@ -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: xine_decoder.c,v 1.14 2002/06/12 12:22:36 f1rmb Exp $
+ * $Id: xine_decoder.c,v 1.15 2002/07/05 17:32:03 mroi Exp $
*
* closed caption spu decoder. receive data by events.
*
@@ -385,7 +385,7 @@ spu_decoder_t *init_spu_decoder_plugin (int iface_version, xine_t *xine) {
spucc_decoder_t *this ;
- if (iface_version != 8) {
+ if (iface_version != 9) {
printf(_("libspucc: doesn't support plugin api version %d.\n"
"libspucc: This means there is a version mismatch between xine and\n"
"libspucc: this plugin.\n"), iface_version);
diff --git a/src/libspudec/spu_decoder_api.h b/src/libspudec/spu_decoder_api.h
index 2b252a26f..11a908b4d 100644
--- a/src/libspudec/spu_decoder_api.h
+++ b/src/libspudec/spu_decoder_api.h
@@ -24,7 +24,7 @@
#ifndef HAVE_SPU_API_H
#define HAVE_SPU_API_H
-#define SPU_DECODER_IFACE_VERSION 8
+#define SPU_DECODER_IFACE_VERSION 9
/*
* generic xine spu decoder plugin interface
diff --git a/src/libspudec/xine_decoder.c b/src/libspudec/xine_decoder.c
index ab2759c7c..3f2036ccb 100644
--- a/src/libspudec/xine_decoder.c
+++ b/src/libspudec/xine_decoder.c
@@ -19,7 +19,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: xine_decoder.c,v 1.69 2002/06/12 12:22:36 f1rmb Exp $
+ * $Id: xine_decoder.c,v 1.70 2002/07/05 17:32:03 mroi Exp $
*
* stuff needed to turn libspu into a xine decoder plugin
*/
@@ -301,7 +301,7 @@ spu_decoder_t *init_spu_decoder_plugin (int iface_version, xine_t *xine) {
spudec_decoder_t *this ;
- if (iface_version != 8) {
+ if (iface_version != 9) {
printf(_("libspudec: Doesn't support plugin API version %d.\n"
"libspudec: This means there is a version mismatch between XINE and\n"
"libspudec: this plugin.\n"), iface_version);
diff --git a/src/libsputext/xine_decoder.c b/src/libsputext/xine_decoder.c
index 8c9f13faa..7909636dc 100644
--- a/src/libsputext/xine_decoder.c
+++ b/src/libsputext/xine_decoder.c
@@ -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: xine_decoder.c,v 1.37 2002/06/25 11:48:02 mshopf Exp $
+ * $Id: xine_decoder.c,v 1.38 2002/07/05 17:32:03 mroi Exp $
*
* code based on mplayer module:
*
@@ -1052,7 +1052,7 @@ spu_decoder_t *init_spu_decoder_plugin (int iface_version, xine_t *xine) {
sputext_decoder_t *this ;
static char *subtitle_size_strings[] = { "small", "normal", "large", NULL };
- if (iface_version != 8) {
+ if (iface_version != 9) {
printf(_("libsputext: doesn't support plugin api version %d.\n"
"libsputext: This means there is a version mismatch between xine and\n"
"libsputext: this plugin.\n"), iface_version);
diff --git a/src/libvorbis/xine_decoder.c b/src/libvorbis/xine_decoder.c
index 344001e48..5e6d1d00a 100644
--- a/src/libvorbis/xine_decoder.c
+++ b/src/libvorbis/xine_decoder.c
@@ -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: xine_decoder.c,v 1.13 2002/06/12 12:22:36 f1rmb Exp $
+ * $Id: xine_decoder.c,v 1.14 2002/07/05 17:32:04 mroi Exp $
*
* (ogg/)vorbis audio decoder plugin (libvorbis wrapper) for xine
*/
@@ -243,7 +243,7 @@ audio_decoder_t *init_audio_decoder_plugin (int iface_version, xine_t *xine) {
vorbis_decoder_t *this ;
- if (iface_version != 8) {
+ if (iface_version != 9) {
printf(_("libvorbis: plugin doesn't support plugin API version %d.\n"
"libvorbis: this means there's a version mismatch between xine and this "
"libvorbis: decoder plugin.\nInstalling current plugins should help.\n"),
diff --git a/src/libw32dll/w32codec.c b/src/libw32dll/w32codec.c
index 90926b27e..29c174168 100644
--- a/src/libw32dll/w32codec.c
+++ b/src/libw32dll/w32codec.c
@@ -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: w32codec.c,v 1.83 2002/07/01 17:56:05 miguelfreitas Exp $
+ * $Id: w32codec.c,v 1.84 2002/07/05 17:32:04 mroi Exp $
*
* routines for using w32 codecs
* DirectShow support by Miguel Freitas (Nov/2001)
@@ -1368,7 +1368,7 @@ video_decoder_t *init_video_decoder_plugin (int iface_version, xine_t *xine) {
w32v_decoder_t *this ;
config_values_t *cfg;
- if (iface_version != 9) {
+ if (iface_version != 10) {
printf( "w32codec: plugin doesn't support plugin API version %d.\n"
"w32codec: this means there's a version mismatch between xine and this "
"w32codec: decoder plugin.\nInstalling current input plugins should help.\n",
@@ -1416,7 +1416,7 @@ audio_decoder_t *init_audio_decoder_plugin (int iface_version, xine_t *xine) {
w32a_decoder_t *this ;
config_values_t *cfg;
- if (iface_version != 8) {
+ if (iface_version != 9) {
printf(_("w32codec: plugin doesn't support plugin API version %d.\n"
"w32codec: this means there's a version mismatch between xine and this "
"w32codec: decoder plugin.\nInstalling current input plugins should help.\n"),
diff --git a/src/libxineadec/adpcm.c b/src/libxineadec/adpcm.c
index 3aa2c76df..84fa79189 100644
--- a/src/libxineadec/adpcm.c
+++ b/src/libxineadec/adpcm.c
@@ -24,7 +24,7 @@
* formats can be found here:
* http://www.pcisys.net/~melanson/codecs/
*
- * $Id: adpcm.c,v 1.7 2002/06/20 02:57:41 tmmm Exp $
+ * $Id: adpcm.c,v 1.8 2002/07/05 17:32:04 mroi Exp $
*/
#include <stdio.h>
@@ -953,7 +953,7 @@ audio_decoder_t *init_audio_decoder_plugin (int iface_version, xine_t *xine) {
adpcm_decoder_t *this ;
- if (iface_version != 8) {
+ if (iface_version != 9) {
printf( "libadpcm: plugin doesn't support plugin API version %d.\n"
"libadpcm: this means there's a version mismatch between xine and this "
"libadpcm: decoder plugin.\nInstalling current plugins should help.\n",
diff --git a/src/libxineadec/roqaudio.c b/src/libxineadec/roqaudio.c
index 7f2b1fb7b..5c2fbc5f3 100644
--- a/src/libxineadec/roqaudio.c
+++ b/src/libxineadec/roqaudio.c
@@ -21,7 +21,7 @@
* For more information regarding the RoQ file format, visit:
* http://www.csse.monash.edu.au/~timf/
*
- * $Id: roqaudio.c,v 1.3 2002/06/12 12:22:37 f1rmb Exp $
+ * $Id: roqaudio.c,v 1.4 2002/07/05 17:32:04 mroi Exp $
*
*/
@@ -190,7 +190,7 @@ audio_decoder_t *init_audio_decoder_plugin (int iface_version, xine_t *xine) {
roqaudio_decoder_t *this ;
- if (iface_version != 8) {
+ if (iface_version != 9) {
printf(_("RoQ Audio: plugin doesn't support plugin API version %d.\n"
"RoQ Audio: this means there's a version mismatch between xine and this\n"
"RoQ Audio: decoder plugin.\nInstalling current plugins should help.\n"),
diff --git a/src/libxinevdec/cinepak.c b/src/libxinevdec/cinepak.c
index e2540f53e..a448d2b54 100644
--- a/src/libxinevdec/cinepak.c
+++ b/src/libxinevdec/cinepak.c
@@ -22,7 +22,7 @@
* based on overview of Cinepak algorithm and example decoder
* by Tim Ferguson: http://www.csse.monash.edu.au/~timf/
*
- * $Id: cinepak.c,v 1.8 2002/06/12 12:22:37 f1rmb Exp $
+ * $Id: cinepak.c,v 1.9 2002/07/05 17:32:04 mroi Exp $
*/
#include <stdlib.h>
@@ -428,7 +428,7 @@ video_decoder_t *init_video_decoder_plugin (int iface_version, xine_t *xine) {
cvid_decoder_t *this ;
- if (iface_version != 9) {
+ if (iface_version != 10) {
printf(_("cinepak: plugin doesn't support plugin API version %d.\n"
"cinepak: this means there's a version mismatch between xine and this "
"cinepak: decoder plugin.\nInstalling current plugins should help.\n"),
diff --git a/src/libxinevdec/cyuv.c b/src/libxinevdec/cyuv.c
index 3031f8c2e..0595e0456 100644
--- a/src/libxinevdec/cyuv.c
+++ b/src/libxinevdec/cyuv.c
@@ -18,7 +18,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: cyuv.c,v 1.3 2002/05/25 19:19:19 siggi Exp $
+ * $Id: cyuv.c,v 1.4 2002/07/05 17:32:04 mroi Exp $
*/
/* And this is the header that came with the CYUV decoder: */
@@ -228,7 +228,7 @@ video_decoder_t *init_video_decoder_plugin (int iface_version, xine_t *xine) {
cyuv_decoder_t *this ;
- if (iface_version != 9) {
+ if (iface_version != 10) {
printf( "CYUV: plugin doesn't support plugin API version %d.\n"
"CYUV: this means there's a version mismatch between xine and this "
"CYUV: decoder plugin.\nInstalling current plugins should help.\n",
diff --git a/src/libxinevdec/foovideo.c b/src/libxinevdec/foovideo.c
index c5bbf7a44..28fd42f55 100644
--- a/src/libxinevdec/foovideo.c
+++ b/src/libxinevdec/foovideo.c
@@ -20,7 +20,7 @@
* General description and author credits go here...
*
* Leave the following line intact for when the decoder is committed to CVS:
- * $Id: foovideo.c,v 1.1 2002/06/10 05:18:46 tmmm Exp $
+ * $Id: foovideo.c,v 1.2 2002/07/05 17:32:04 mroi Exp $
*/
#include <stdio.h>
@@ -267,7 +267,7 @@ video_decoder_t *init_video_decoder_plugin (int iface_version, xine_t *xine) {
foovideo_decoder_t *this ;
- if (iface_version != 9) {
+ if (iface_version != 10) {
printf( "foovideo: plugin doesn't support plugin API version %d.\n"
"foovideo: this means there's a version mismatch between xine and this "
"foovideo: decoder plugin.\nInstalling current plugins should help.\n",
diff --git a/src/libxinevdec/msvc.c b/src/libxinevdec/msvc.c
index 3db4681e8..d14d34329 100644
--- a/src/libxinevdec/msvc.c
+++ b/src/libxinevdec/msvc.c
@@ -22,7 +22,7 @@
* based on overview of Microsoft Video-1 algorithm
* by Mike Melanson: http://www.pcisys.net/~melanson/codecs/video1.txt
*
- * $Id: msvc.c,v 1.6 2002/06/25 03:37:53 tmmm Exp $
+ * $Id: msvc.c,v 1.7 2002/07/05 17:32:04 mroi Exp $
*/
#include <stdlib.h>
@@ -348,7 +348,7 @@ video_decoder_t *init_video_decoder_plugin (int iface_version, xine_t *xine) {
msvc_decoder_t *this ;
- if (iface_version != 9) {
+ if (iface_version != 10) {
printf( "msvc: plugin doesn't support plugin API version %d.\n"
"msvc: this means there's a version mismatch between xine and this "
"msvc: decoder plugin.\nInstalling current plugins should help.\n",
diff --git a/src/libxinevdec/roqvideo.c b/src/libxinevdec/roqvideo.c
index 11afa1a98..b2284d38c 100644
--- a/src/libxinevdec/roqvideo.c
+++ b/src/libxinevdec/roqvideo.c
@@ -18,7 +18,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: roqvideo.c,v 1.4 2002/06/12 12:22:37 f1rmb Exp $
+ * $Id: roqvideo.c,v 1.5 2002/07/05 17:32:04 mroi Exp $
*/
/* And this is the header that came with the RoQ video decoder: */
@@ -492,7 +492,7 @@ video_decoder_t *init_video_decoder_plugin (int iface_version, xine_t *xine) {
roq_decoder_t *this ;
- if (iface_version != 9) {
+ if (iface_version != 10) {
printf(_("RoQ: plugin doesn't support plugin API version %d.\n"
"RoQ: this means there's a version mismatch between xine and this "
"RoQ: decoder plugin.\nInstalling current plugins should help.\n"),
diff --git a/src/libxinevdec/svq1.c b/src/libxinevdec/svq1.c
index f27e3b3dc..26581301e 100644
--- a/src/libxinevdec/svq1.c
+++ b/src/libxinevdec/svq1.c
@@ -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: svq1.c,v 1.1 2002/06/20 17:47:11 siggi Exp $
+ * $Id: svq1.c,v 1.2 2002/07/05 17:32:04 mroi Exp $
*/
#include <stdio.h>
@@ -1505,7 +1505,7 @@ video_decoder_t *init_video_decoder_plugin (int iface_version, xine_t *xine) {
svq1dec_decoder_t *this ;
- if (iface_version != 9) {
+ if (iface_version != 10) {
printf( "svq1: plugin doesn't support plugin API version %d.\n"
"svq1: this means there's a version mismatch between xine and this "
"svq1: decoder plugin.\nInstalling current plugins should help.\n",
diff --git a/src/libxvid/xine_decoder.c b/src/libxvid/xine_decoder.c
index 0b580c6bc..7de76fa76 100644
--- a/src/libxvid/xine_decoder.c
+++ b/src/libxvid/xine_decoder.c
@@ -222,7 +222,7 @@ video_decoder_t *init_video_decoder_plugin (int iface_version, xine_t *xine) {
xvid_decoder_t *this;
XVID_INIT_PARAM xinit;
- if (iface_version != 9) {
+ if (iface_version != 10) {
printf (_("xvid: plugin doesn't support plugin API version %d.\n"
"xvid: this means there's a version mismatch between xine and this\n"
"xvid: decoder plugin. Installing current plugins should help.\n"),
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h
index 62cf5f803..512b549d8 100644
--- a/src/xine-engine/xine_internal.h
+++ b/src/xine-engine/xine_internal.h
@@ -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: xine_internal.h,v 1.89 2002/07/05 15:08:58 mroi Exp $
+ * $Id: xine_internal.h,v 1.90 2002/07/05 17:32:05 mroi Exp $
*
*/
@@ -55,8 +55,8 @@ extern "C" {
#define INPUT_PLUGIN_MAX 50
#define DEMUXER_PLUGIN_MAX 50
#define DECODER_PLUGIN_MAX 256
-#define VIDEO_DECODER_IFACE_VERSION 9
-#define AUDIO_DECODER_IFACE_VERSION 8
+#define VIDEO_DECODER_IFACE_VERSION 10
+#define AUDIO_DECODER_IFACE_VERSION 9
#define AUDIO_OUT_PLUGIN_MAX 50
#define VIDEO_OUT_PLUGIN_MAX 50
#define XINE_MAX_EVENT_LISTENERS 50