Author: duncan Date: Tue Oct 31 15:20:32 2006 New Revision: 8527 Modified: branches/rel-1-6/freevo/src/audio/plugins/mplayervbr.py branches/rel-1-6/freevo/src/audio/plugins/xine.py branches/rel-1-6/freevo/src/games/mame_types.py branches/rel-1-6/freevo/src/helpers/makestationlist.py branches/rel-1-6/freevo/src/helpers/vtrelease.py
Log: Removed old cvs logs, these contained CVS Modified: branches/rel-1-6/freevo/src/audio/plugins/mplayervbr.py ============================================================================== --- branches/rel-1-6/freevo/src/audio/plugins/mplayervbr.py (original) +++ branches/rel-1-6/freevo/src/audio/plugins/mplayervbr.py Tue Oct 31 15:20:32 2006 @@ -17,31 +17,6 @@ # Todo: # # ----------------------------------------------------------------------- -# $Log$ -# Revision 1.3.2.1 2004/11/01 21:38:22 outlyer -# AC3 support. -# -# Revision 1.3 2004/07/10 12:33:38 dischi -# header cleanup -# -# Revision 1.2 2004/07/09 04:08:50 outlyer -# Fixed webradio support for shoutcast streams using the 'pls' extension. Most -# use m3u, but some (including ones in the webradio.fxd file) use pls. -# -# Revision 1.1 2004/06/10 00:47:38 outlyer -# This plugin uses the enhanced mplayer seeking mechanism for VBR -# files. If you have a lot of VBR files, you may want to try it -# to get more accurate seeking. It also works around a problem with -# the mplayer VBR support which is why it's more than just a change -# to the command-line. -# -# I've found it is far more accurate (pretty much 100%) when seeking through -# VBR files. (i.e. the counter actually matches the position in the file) -# -# Revision 1.4 2004/05/17 04:21:51 outlyer -# Updated the plugin to match current Freevo CVS -# -# ----------------------------------------------------------------------- # 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. @@ -60,7 +35,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# ----------------------------------------------------------------------- */ +# ----------------------------------------------------------------------- import os Modified: branches/rel-1-6/freevo/src/audio/plugins/xine.py ============================================================================== --- branches/rel-1-6/freevo/src/audio/plugins/xine.py (original) +++ branches/rel-1-6/freevo/src/audio/plugins/xine.py Tue Oct 31 15:20:32 2006 @@ -28,7 +28,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# ----------------------------------------------------------------------- */ +# ----------------------------------------------------------------------- import re Modified: branches/rel-1-6/freevo/src/games/mame_types.py ============================================================================== --- branches/rel-1-6/freevo/src/games/mame_types.py (original) +++ branches/rel-1-6/freevo/src/games/mame_types.py Tue Oct 31 15:20:32 2006 @@ -9,20 +9,6 @@ # Todo: # # ----------------------------------------------------------------------- -# $Log$ -# Revision 1.6 2004/07/10 12:33:38 dischi -# header cleanup -# -# Revision 1.5 2003/08/23 12:51:42 dischi -# removed some old CVS log messages -# -# Revision 1.4 2003/06/20 01:33:56 rshortt -# Removing the need for the rominfo program. Now we parse the output of -# xmame --listinfo directly and build a list of all supported MAME roms. -# This should only need to be updated when you upgrade xmame and you should -# remove your existing romlist-n.pickled. -# -# ----------------------------------------------------------------------- # 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. @@ -41,7 +27,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# ----------------------------------------------------------------------- */ +# ----------------------------------------------------------------------- import sys Modified: branches/rel-1-6/freevo/src/helpers/makestationlist.py ============================================================================== --- branches/rel-1-6/freevo/src/helpers/makestationlist.py (original) +++ branches/rel-1-6/freevo/src/helpers/makestationlist.py Tue Oct 31 15:20:32 2006 @@ -11,14 +11,6 @@ # for tv time. # # ----------------------------------------------------------------------- -# $Log$ -# Revision 1.3 2004/07/10 12:33:39 dischi -# header cleanup -# -# Revision 1.2 2003/08/23 12:51:42 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. @@ -37,7 +29,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# ----------------------------------------------------------------------- */ +# ----------------------------------------------------------------------- import sys Modified: branches/rel-1-6/freevo/src/helpers/vtrelease.py ============================================================================== --- branches/rel-1-6/freevo/src/helpers/vtrelease.py (original) +++ branches/rel-1-6/freevo/src/helpers/vtrelease.py Tue Oct 31 15:20:32 2006 @@ -10,14 +10,6 @@ # Todo: # # ----------------------------------------------------------------------- -# $Log$ -# Revision 1.3 2004/07/10 12:33:39 dischi -# header cleanup -# -# Revision 1.2 2003/08/23 12:51:42 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. @@ -36,7 +28,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# ----------------------------------------------------------------------- */ +# ----------------------------------------------------------------------- import os ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
