Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv15707/video/plugins

Modified Files:
        imdb.py imdb_info.py mover.py mplayer.py xine.py 
Log Message:
removed some old CVS log messages

Index: imdb.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/imdb.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** imdb.py     18 Jul 2003 19:48:24 -0000      1.17
--- imdb.py     23 Aug 2003 12:51:43 -0000      1.18
***************
*** 16,27 ****
  # -----------------------------------------------------------------------
  # $Log$
! # Revision 1.17  2003/07/18 19:48:24  dischi
! # support for datadir
! #
! # Revision 1.16  2003/07/12 11:20:14  dischi
! # switch to new imdb helper
  #
- # Revision 1.16 2003/07/10 15:00:00 den_RDC
- # rewrite to use fxdimdb
  #
  # -----------------------------------------------------------------------
--- 16,22 ----
  # -----------------------------------------------------------------------
  # $Log$
! # Revision 1.18  2003/08/23 12:51:43  dischi
! # removed some old CVS log messages
  #
  #
  # -----------------------------------------------------------------------

Index: imdb_info.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/imdb_info.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** imdb_info.py        7 Jul 2003 16:45:54 -0000       1.5
--- imdb_info.py        23 Aug 2003 12:51:43 -0000      1.6
***************
*** 1,5 ****
--- 1,7 ----
+ #if 0 /*
  # -----------------------------------------------------------------------
  # info.py - Plugin for displaying movieinfo
  # -----------------------------------------------------------------------
+ # $Id$
  #
  # Notes: Info plugin.
***************
*** 12,15 ****
--- 14,43 ----
  #
  # -----------------------------------------------------------------------
+ # $Log$
+ # Revision 1.6  2003/08/23 12:51:43  dischi
+ # removed some old CVS log messages
+ #
+ #
+ # -----------------------------------------------------------------------
+ # Freevo - A Home Theater PC framework
+ # Copyright (C) 2002 Krister Lagerstrom, et al. 
+ # Please see the file freevo/Docs/CREDITS for a complete list of authors.
+ #
+ # This program 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.
+ #
+ # This program is distributed in the hope that it will be useful, but
+ # WITHOUT ANY WARRANTY; without even the implied warranty of MER-
+ # CHANTABILITY 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
+ #
+ # ----------------------------------------------------------------------- */
+ #endif
  
  import os

Index: mover.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mover.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** mover.py    20 Apr 2003 11:45:42 -0000      1.1
--- mover.py    23 Aug 2003 12:51:43 -0000      1.2
***************
*** 16,22 ****
  # -----------------------------------------------------------------------
  # $Log$
  # Revision 1.1  2003/04/20 11:45:42  dischi
  # add an example item plugin
- #
  #
  # -----------------------------------------------------------------------
--- 16,24 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.2  2003/08/23 12:51:43  dischi
+ # removed some old CVS log messages
+ #
  # Revision 1.1  2003/04/20 11:45:42  dischi
  # add an example item plugin
  #
  # -----------------------------------------------------------------------

Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** mplayer.py  23 Aug 2003 10:08:14 -0000      1.13
--- mplayer.py  23 Aug 2003 12:51:43 -0000      1.14
***************
*** 21,24 ****
--- 21,27 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.14  2003/08/23 12:51:43  dischi
+ # removed some old CVS log messages
+ #
  # Revision 1.13  2003/08/23 10:08:14  dischi
  # remove dbdnav stuff, use xine for that
***************
*** 29,59 ****
  # Revision 1.11  2003/08/22 17:51:29  dischi
  # Some changes to make freevo work when installed into the system
- #
- # Revision 1.10  2003/08/20 19:01:16  dischi
- # added dga support and STOP_OSD_WHEN_PLAYING to shutdown down osd
- #
- # Revision 1.9  2003/08/06 19:32:40  dischi
- # removed freevo_xwin support. Most users have problems with it and it works without 
it
- #
- # Revision 1.8  2003/08/05 17:25:58  dischi
- # fixed event name
- #
- # Revision 1.7  2003/08/02 16:21:40  dischi
- # add MPLAYER_AUTOCROP
- #
- # Revision 1.6  2003/07/27 17:12:37  dischi
- # exception handling
- #
- # Revision 1.5  2003/07/11 19:47:08  dischi
- # close file after parsing
- #
- # Revision 1.4  2003/07/06 20:21:10  outlyer
- # Removed more debug statements and extraneous log messages.
- #
- # Revision 1.3  2003/07/01 21:47:35  outlyer
- # Made a check to see if file exists before unlinking.
- #
- # Revision 1.2  2003/07/01 20:35:58  outlyer
- # Replaced the os.system('rm ...') calls with os.unlink()
  #
  # -----------------------------------------------------------------------
--- 32,35 ----

Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/xine.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** xine.py     20 Aug 2003 19:01:16 -0000      1.10
--- xine.py     23 Aug 2003 12:51:43 -0000      1.11
***************
*** 10,15 ****
  # local_conf.py. Than xine will be used for DVDs when you SELECT the item.
  # When you select a title directly in the menu, this plugin won't be used
! # and the default player (mplayer) will be used. You need the current xine
! # CVS version to use this.
  #
  # This plugin can also be used for VCD playback with menus. Install
--- 10,15 ----
  # local_conf.py. Than xine will be used for DVDs when you SELECT the item.
  # When you select a title directly in the menu, this plugin won't be used
! # and the default player (mplayer) will be used. You need xine-ui >= 0.9.22
! # to use this.
  #
  # This plugin can also be used for VCD playback with menus. Install
***************
*** 29,60 ****
  # -----------------------------------------------------------------------
  # $Log$
! # Revision 1.10  2003/08/20 19:01:16  dischi
! # added dga support and STOP_OSD_WHEN_PLAYING to shutdown down osd
! #
! # Revision 1.9  2003/08/16 13:10:03  dischi
! # bugfix in DEBUG
! #
! # Revision 1.8  2003/08/13 17:23:23  dischi
! # fix when no lirc device is detected
! #
! # Revision 1.7  2003/08/04 19:01:57  dischi
! # prevent crash when interlacing
! #
! # Revision 1.6  2003/08/02 16:21:24  dischi
! # wait for child to exit
! #
! # Revision 1.5  2003/08/02 09:08:14  dischi
! # support different versions of xine, check version at startup
! #
! # Revision 1.4  2003/08/01 17:55:45  dischi
! # Make xine_cvs the normal xine plugin. We don't support older versions
! # of xine, it was a very bad hack. You need xine-ui > 0.9.21 to use the
! # plugin.
  #
- # Revision 1.2  2003/07/29 19:08:35  dischi
- # o new notes
- # o VCD support (vcdnav)
- # o deinterlacing with tvtime or -D paramter
- # o VIDEO_NEXT_AUDIOLANG warp around
  #
  # -----------------------------------------------------------------------
--- 29,35 ----
  # -----------------------------------------------------------------------
  # $Log$
! # Revision 1.11  2003/08/23 12:51:43  dischi
! # removed some old CVS log messages
  #
  #
  # -----------------------------------------------------------------------




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to