Update of /cvsroot/freevo/freevo/src/video
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13473/src/video
Modified Files:
__init__.py configure.py fxdhandler.py videoitem.py
Log Message:
header cleanup
Index: configure.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/configure.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** configure.py 28 May 2004 15:50:27 -0000 1.26
--- configure.py 10 Jul 2004 12:33:43 -0000 1.27
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# configure.py - Configure video playing
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# configure.py - Configure video playing
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.27 2004/07/10 12:33:43 dischi
+ # header cleanup
+ #
# Revision 1.26 2004/05/28 15:50:27 dischi
# configure menu items cleanup
***************
*** 20,55 ****
# audio stream selection fixes
#
- # Revision 1.23 2004/01/31 16:39:03 dischi
- # fix function to check if we have to show configure
- #
- # Revision 1.22 2004/01/17 20:30:19 dischi
- # use new metainfo
- #
- # Revision 1.21 2004/01/10 18:45:00 dischi
- # check for type first
- #
- # Revision 1.20 2003/12/29 22:08:54 dischi
- # move to new Item attributes
- #
- # Revision 1.19 2003/12/01 20:09:24 dischi
- # only show deinterlace when it makes sense
- #
- # Revision 1.18 2003/11/21 17:56:50 dischi
- # Plugins now 'rate' if and how good they can play an item. Based on that
- # a good player will be choosen.
- #
- # Revision 1.17 2003/11/09 16:24:30 dischi
- # fix subtitle selection
- #
- # Revision 1.16 2003/10/04 18:37:29 dischi
- # i18n changes and True/False usage
- #
- # Revision 1.15 2003/09/13 10:08:23 dischi
- # i18n support
- #
- # Revision 1.14 2003/08/23 12:51:43 dischi
- # removed some old CVS log messages
- #
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 23,26 ----
***************
*** 72,76 ****
#
# ----------------------------------------------------------------------- */
! #endif
# The menu widget class
--- 43,47 ----
#
# ----------------------------------------------------------------------- */
!
# The menu widget class
Index: fxdhandler.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/fxdhandler.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** fxdhandler.py 13 May 2004 12:50:21 -0000 1.20
--- fxdhandler.py 10 Jul 2004 12:33:43 -0000 1.21
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# fxdhandler - handler for <movie> and <disc-set> tags in a fxd file
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# fxdhandler - handler for <movie> and <disc-set> tags in a fxd file
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.21 2004/07/10 12:33:43 dischi
+ # header cleanup
+ #
# Revision 1.20 2004/05/13 12:50:21 dischi
# fix duplicate removal for fxd files in vfs
***************
*** 16,43 ****
# fxd files are always right about the name
#
- # Revision 1.18 2004/02/14 12:59:26 dischi
- # make sure url is a string
- #
- # Revision 1.17 2004/02/08 05:33:30 outlyer
- # Removed some debug print.
- #
- # Revision 1.16 2004/02/03 20:51:12 dischi
- # fix/enhance dvd on disc
- #
- # Revision 1.15 2004/02/01 19:47:13 dischi
- # some fixes by using new mmpython data
- #
- # Revision 1.14 2004/01/19 20:20:35 dischi
- # fix missing url problem
- #
- # Revision 1.13 2004/01/17 20:30:19 dischi
- # use new metainfo
- #
- # Revision 1.12 2004/01/10 13:22:17 dischi
- # reflect self.fxd_file changes
- #
- # Revision 1.11 2004/01/04 11:16:53 dischi
- # do not override image with nothing
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 19,22 ----
***************
*** 60,64 ****
#
# ----------------------------------------------------------------------- */
- #endif
--- 39,42 ----
Index: __init__.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/__init__.py,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** __init__.py 20 Jun 2004 13:06:19 -0000 1.32
--- __init__.py 10 Jul 2004 12:33:42 -0000 1.33
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# __init__.py - interface between mediamenu and video
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# __init__.py - interface between mediamenu and video
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.33 2004/07/10 12:33:42 dischi
+ # header cleanup
+ #
# Revision 1.32 2004/06/20 13:06:19 dischi
# move freevo-rebuild-database to cache dir
***************
*** 20,67 ****
# show "all types" in a music directory.
#
- # Revision 1.29 2004/03/22 03:04:28 krister
- # Fixed a typo
- #
- # Revision 1.28 2004/02/15 15:22:42 dischi
- # better dvd disc support
- #
- # Revision 1.27 2004/02/03 20:51:12 dischi
- # fix/enhance dvd on disc
- #
- # Revision 1.26 2004/02/02 22:15:53 outlyer
- # Support for mirrors of DVDs...
- #
- # (1) Make one using vobcopy, run 'vobcopy -m'
- # (2) Put it in your movie directory and it'll look like a single file, and can
- # be played with XINE with all of the features of the original DVD (chapters,
- # audio tracks, etc) and works with dvdnav.
- #
- # Revision 1.25 2004/02/01 19:47:13 dischi
- # some fixes by using new mmpython data
- #
- # Revision 1.24 2004/02/01 17:10:09 dischi
- # add thumbnail generation as directory config variable
- #
- # Revision 1.23 2004/01/10 13:22:17 dischi
- # reflect self.fxd_file changes
- #
- # Revision 1.22 2004/01/09 21:05:27 dischi
- # set directory skin_settings for tv shows
- #
- # Revision 1.21 2004/01/03 17:40:27 dischi
- # remove update function
- #
- # Revision 1.20 2003/12/29 22:08:54 dischi
- # move to new Item attributes
- #
- # Revision 1.19 2003/12/09 19:43:01 dischi
- # patch from Matthieu Weber
- #
- # Revision 1.18 2003/12/06 13:44:11 dischi
- # move more info to the Mimetype
- #
- # Revision 1.17 2003/11/30 14:41:10 dischi
- # use new Mimetype plugin interface
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 23,26 ----
***************
*** 84,88 ****
#
# ----------------------------------------------------------------------- */
- #endif
--- 43,46 ----
Index: videoitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/videoitem.py,v
retrieving revision 1.139
retrieving revision 1.140
diff -C2 -d -r1.139 -r1.140
*** videoitem.py 4 Jul 2004 08:05:13 -0000 1.139
--- videoitem.py 10 Jul 2004 12:33:43 -0000 1.140
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# videoitem.py - Item for video objects
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# videoitem.py - Item for video objects
***************
*** 11,14 ****
--- 11,17 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.140 2004/07/10 12:33:43 dischi
+ # header cleanup
+ #
# Revision 1.139 2004/07/04 08:05:13 dischi
# auto deinterlace mpeg files
***************
*** 52,56 ****
#
# ----------------------------------------------------------------------- */
! #endif
import os
--- 55,59 ----
#
# ----------------------------------------------------------------------- */
!
import os
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog