[Freevo-cvslog] freevo/WIP/Thomas collection.py,NONE,1.1 burn.py,1.2,1.3

2003-07-11 Thread the_krow
Update of /cvsroot/freevo/freevo/WIP/Thomas In directory sc8-pr-cvs1:/tmp/cvs-serv23055 Modified Files: burn.py Added Files: collection.py Log Message: collections of items --- NEW FILE: collection.py --- #!/usr/bin/python import os import struct import re import string PGSMS

[Freevo-cvslog] freevo/WIP/Thomas commands.py,NONE,1.1

2003-07-06 Thread the_krow
. # --- # $Id: commands.py,v 1.1 2003/07/06 23:22:04 the_krow Exp $ # # Notes: add the following to local_conf.py #plugin.activate('commands', level=45) #COMMANDS_DIR = '/usr/local/freevo_data/Commands' # # Todo: possibly add an action to display logs. #

[Freevo-cvslog] freevo/WIP/Thomas burn.py,1.1,1.2

2003-07-06 Thread the_krow
Update of /cvsroot/freevo/freevo/WIP/Thomas In directory sc8-pr-cvs1:/tmp/cvs-serv25856 Modified Files: burn.py Log Message: some parsing added. Still not inside any freevo framework. Index: burn.py === RCS file: /cvsroot/f

[Freevo-cvslog] freevo/WIP/Thomas burn.py,NONE,1.1

2003-07-06 Thread the_krow
Update of /cvsroot/freevo/freevo/WIP/Thomas In directory sc8-pr-cvs1:/tmp/cvs-serv19111 Added Files: burn.py Log Message: Audio Disc Burning --- NEW FILE: burn.py --- #!/usr/bin/python import os import struct PGSMSG_RCD_ANALYZING = 1 PGSMSG_RCD_EXTRACTING = 2 PGSMSG_WCD_LEADIN

[Freevo-cvslog] website content_links.html,1.8,1.9

2003-06-25 Thread the_krow
Update of /cvsroot/freevo/website In directory sc8-pr-cvs1:/tmp/cvs-serv32526 Modified Files: content_links.html Log Message: Corrected Freepia URL Index: content_links.html === RCS file: /cvsroot/freevo/website/content_lin

[Freevo-cvslog] freevo/WIP/Thomas record_schedule.py,NONE,1.1

2003-06-24 Thread the_krow
/* # --- # record_schedule.py - Recording Schedule Menu # --- # $Id: record_schedule.py,v 1.1 2003/06/24 13:49:14 the_krow Exp $ # # Notes: This is the menu routine which can be accessed by pressing DISPLAY from # the record_video menu

[Freevo-cvslog] freevo/src/tv/plugins mplayer.py,1.7,1.8

2003-06-23 Thread the_krow
--- 10,17 # --- # $Log$ + # Revision 1.8 2003/06/23 20:15:25 the_krow + # Trivial Fix for mplayer command line with the new runtime. Thanks to + # mikeruelle in irc for the bugfix. + # # Revision 1.7 2003/06/13 01

[Freevo-cvslog] freevo/src/tv/plugins timeshift.py,1.3,1.4

2003-06-23 Thread the_krow
# --- # $Log$ + # Revision 1.4 2003/06/23 18:44:23 the_krow + # Does not need Prebuffering with the new timeshifted mplayer. + # # Revision 1.3 2003/06/05 02:24:00 rshortt # Use TV_EVENTS now, improved channel changing

[Freevo-cvslog] freevo/WIP/Thomas/pygphoto Makefile,NONE,1.1 PyCamera.py,NONE,1.1 pygphoto.i,NONE,1.1 pyphoto.py,NONE,1.1

2003-06-21 Thread the_krow
:16:23 the_krow Exp $ # CC = gcc SWIG = swig SWIGOPTS = -python -I/usr/include #CFLAGS = -O2 -Wall XLIBS = -L/usr/lib/python2.2 XINC = -I/usr/include -I/usr/include/gphoto2 all: clean swig wrapper link swig: $(SWIG) $(SWIGOPTS) pygphoto.i wrapper: $(CC) $(CFLAGS) -c

[Freevo-cvslog] freevo/WIP/Thomas/pygphoto - New directory

2003-06-21 Thread the_krow
Update of /cvsroot/freevo/freevo/WIP/Thomas/pygphoto In directory sc8-pr-cvs1:/tmp/cvs-serv17675/pygphoto Log Message: Directory /cvsroot/freevo/freevo/WIP/Thomas/pygphoto added to the repository --- This SF.Net email is sponsored by: INetU

[Freevo-cvslog] freevo/WIP/Thomas/mplayer-patches mplayer_timeshift2.patch,1.2,1.3 mplayer_timeshift3.patch,1.1,NONE

2003-06-16 Thread the_krow
Update of /cvsroot/freevo/freevo/WIP/Thomas/mplayer-patches In directory sc8-pr-cvs1:/tmp/cvs-serv21572 Modified Files: mplayer_timeshift2.patch Removed Files: mplayer_timeshift3.patch Log Message: patch was incomplete. Index: mplayer_timeshift2.patch ==

[Freevo-cvslog] freevo/WIP/Thomas/mplayer-patches mplayer_timeshift3.patch,NONE,1.1 mplayer_timeshift2.patch,1.1,1.2

2003-06-16 Thread the_krow
Update of /cvsroot/freevo/freevo/WIP/Thomas/mplayer-patches In directory sc8-pr-cvs1:/tmp/cvs-serv2951 Modified Files: mplayer_timeshift2.patch Added Files: mplayer_timeshift3.patch Log Message: --- NEW FILE: mplayer_timeshift3.patch --- diff -Naur ./libmpdemux/Makefile ../main

[Freevo-cvslog] freevo/WIP/Thomas/v4l2 freq.py,1.1,1.2

2003-06-16 Thread the_krow
Update of /cvsroot/freevo/freevo/WIP/Thomas/v4l2 In directory sc8-pr-cvs1:/tmp/cvs-serv3645 Modified Files: freq.py Log Message: added russia Index: freq.py === RCS file: /cvsroot/freevo/freevo/WIP/Thomas/v4l2/freq.py,v ret

[Freevo-cvslog] freevo/WIP/Thomas/pyshift pyshift.c,1.1,1.2

2003-06-15 Thread the_krow
Update of /cvsroot/freevo/freevo/WIP/Thomas/pyshift In directory sc8-pr-cvs1:/tmp/cvs-serv32092 Modified Files: pyshift.c Log Message: Fixed bug in max_position, min_position Index: pyshift.c === RCS file: /cvsroot/freevo/f

[Freevo-cvslog] freevo/WIP/Thomas Makefile,1.3,NONE

2003-06-09 Thread the_krow
Update of /cvsroot/freevo/freevo/WIP/Thomas In directory sc8-pr-cvs1:/tmp/cvs-serv30470 Removed Files: Makefile Log Message: --- Makefile DELETED --- --- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thre

[Freevo-cvslog] freevo/WIP/Thomas/v4l2 freq.py,NONE,1.1 v4l2.py,NONE,1.1

2003-06-09 Thread the_krow
Update of /cvsroot/freevo/freevo/WIP/Thomas/v4l2 In directory sc8-pr-cvs1:/tmp/cvs-serv30035 Added Files: freq.py v4l2.py Log Message: pure python v4l2 control interface --- NEW FILE: freq.py --- # Video Channel Frequencies # by Thomas Schueppel # [EMAIL PROTECTED] NTSC_BCAST = [

[Freevo-cvslog] freevo/WIP/Thomas/v4l2 - New directory

2003-06-09 Thread the_krow
Update of /cvsroot/freevo/freevo/WIP/Thomas/v4l2 In directory sc8-pr-cvs1:/tmp/cvs-serv29052/v4l2 Log Message: Directory /cvsroot/freevo/freevo/WIP/Thomas/v4l2 added to the repository --- This SF.net email is sponsored by: Etnus, makers of

[Freevo-cvslog] freevo/WIP/Thomas/pyshift pyshift.c,NONE,1.1 pyshift_test.py,NONE,1.1 setup.py,NONE,1.1 ts.h,NONE,1.1 tserrors.h,NONE,1.1

2003-06-09 Thread the_krow
Update of /cvsroot/freevo/freevo/WIP/Thomas/pyshift In directory sc8-pr-cvs1:/tmp/cvs-serv28281 Added Files: pyshift.c pyshift_test.py setup.py ts.h tserrors.h Log Message: New Timeshifting. Use mplayer_timeshift2.patch for mplayer. --- NEW FILE: pyshift.c --- #include #include #inclu

[Freevo-cvslog] freevo/WIP/Thomas/pyshift - New directory

2003-06-09 Thread the_krow
Update of /cvsroot/freevo/freevo/WIP/Thomas/pyshift In directory sc8-pr-cvs1:/tmp/cvs-serv27896/pyshift Log Message: Directory /cvsroot/freevo/freevo/WIP/Thomas/pyshift added to the repository --- This SF.net email is sponsored by: Etnus, m

[Freevo-cvslog] freevo/WIP/Thomas/mplayer-patches mplayer_timeshift2.patch,NONE,1.1

2003-06-09 Thread the_krow
Update of /cvsroot/freevo/freevo/WIP/Thomas/mplayer-patches In directory sc8-pr-cvs1:/tmp/cvs-serv27452 Added Files: mplayer_timeshift2.patch Log Message: new mplayer patch. Should better handle seeking. Also detects if the given buffer really is a timeshift_buffer. This is incompatible t

[Freevo-cvslog] freevo/WIP/Thomas freq.py,1.4,NONE frequencies.c,1.1,NONE frequencies.h,1.1,NONE pyshift.c,1.1,NONE timeshifter.c,1.3,NONE ts.h,1.1,NONE tserrors.h,1.2,NONE v4l2.py,1.2,NONE

2003-06-09 Thread the_krow
Update of /cvsroot/freevo/freevo/WIP/Thomas In directory sc8-pr-cvs1:/tmp/cvs-serv27043 Removed Files: freq.py frequencies.c frequencies.h pyshift.c timeshifter.c ts.h tserrors.h v4l2.py Log Message: deprecated stuff removed. --- freq.py DELETED --- --- frequencies.c DELETED -

[Freevo-cvslog] freevo/WIP/Thomas timeshift.c,1.1,NONE

2003-06-09 Thread the_krow
Update of /cvsroot/freevo/freevo/WIP/Thomas In directory sc8-pr-cvs1:/tmp/cvs-serv20875 Removed Files: timeshift.c Log Message: removed. It will be replaced by a complete patch --- timeshift.c DELETED --- --- This SF.net email is s