On Wed, 30 Jul 2003, Aubin Paul wrote:
> It's not a Python 2.3-only feature; all the 2.x versions support -O as
> far as I know. -O just compiles to .pyo instead of .pyc and is faster.
>
I see. So do we plan to activate this for the next release? What happens
to *.py that were changed since t
Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv22130
Modified Files:
freevo_config.py
Log Message:
Removed the reference to the rominfo command, which is no longer needed.
Index: freevo_config.py
===
It's not a Python 2.3-only feature; all the 2.x versions support -O as
far as I know. -O just compiles to .pyo instead of .pyc and is faster.
On Thu, Jul 31, 2003 at 09:49:29AM +0800, Wan Tat Chee wrote:
> On Wed, 30 Jul 2003, Aubin Paul wrote:
>
> > I tried running Freevo last night with 'python
On Wed, 30 Jul 2003, Aubin Paul wrote:
> I tried running Freevo last night with 'python -O src/main.py' and it
> seemed noticeably faster... Is there any reason we don't use it by
> default?
>
I've no objections as long as it's still shipped as part of the runtime.
I don't know what trickery Red
On Wed, Jul 30, 2003 at 06:42:16PM -0300, Rob Shortt wrote:
> This is excelent news!!
>
> I have a couple questions that we should probably send to the xine people:
>
> 1) Can xine do this with any other mpeg input? If so then for regular
> v4l users (bt878, etc) it would rock to be able to be
Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1:/tmp/cvs-serv21319
Modified Files:
ivtv.py
Log Message:
Work around an msp3400 bug where it will lose sound when doing a few things,
one of which is setting the video standard. Right now it calls the newly added
mspSetMatri
Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1:/tmp/cvs-serv20716
Modified Files:
v4l2.py
Log Message:
Fix a set standard bug and add the begining of vidio groups.
Index: v4l2.py
===
RCS file: /cvsroot/fre
Aubin Paul wrote:
Rob,
Xine appears to contain a 'pvr' driver which claims the following:
* features:
* - play live mpeg2 stream (realtime mode) while recording
* - can pause, play slow, fast and seek back into the recorded
stream
* - switches back to realtime mode if played until the
Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1:/tmp/cvs-serv3113
Modified Files:
record_daemon.py
Log Message:
This is no longer necessary for python 2.3, so only do it if we're on an
older version.
Index: record_daemon.py
==
Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1:/tmp/cvs-serv3884
Modified Files:
record_video.py
Log Message:
Done.
Index: record_video.py
===
RCS file: /cvsroot/freevo/freevo/src/tv/record_video.py,v
retr
Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1:/tmp/cvs-serv3527
Modified Files:
record_daemon.py
Log Message:
The other instance too.
Index: record_daemon.py
===
RCS file: /cvsroot/freevo/freevo/src/tv/re
Rob,
Xine appears to contain a 'pvr' driver which claims the following:
* features:
* - play live mpeg2 stream (realtime mode) while recording
* - can pause, play slow, fast and seek back into the recorded
stream
* - switches back to realtime mode if played until the end
* - may er
Well, it turns out that the pvr stuff in xine works very nicely.
sudo fbxine -V vidixfb -a 0 -A alsa --stdctl pvr:///tmp/buffer
And you're pretty much ready to go.
Play/Pause/etc. work out of the box; no code changes.
I haven't figured out how to change channels yet, but other than that,
it mi
I'll try it somwhere this week
But i did have a look at it, and i forsee a possible problem when merging it
without X. If the encode flag is set (wich will make mplayer build mencoder,
otherwise mencoder is left out), mplayer also pulls libDV. Until a few weeks,
this lib also pulls X... That has
den_RDC wrote:
> Gentoo is really nice with freevo because everything works good with the
> system packages. but i don't know how up-to-date the current ebuilds are
> (freevo-runtime ebuild used to compile some sort of runtime exclusivly for
> freevo, and i didn't like that). There is a cvs ebui
Gentoo is really nice with freevo because everything works good with the
system packages. but i don't know how up-to-date the current ebuilds are
(freevo-runtime ebuild used to compile some sort of runtime exclusivly for
freevo, and i didn't like that). There is a cvs ebuild class, so someone
c
Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv28932/src
Modified Files:
main.py util.py osd.py
Log Message:
Add encoding to remove some warnings from Python 2.3. Has no effect on
Python < 2.3
Index: main.py
==
A smaal init script for gentoo, maybe someone finds it usefull. Paths are
hardcoded because i lack decent scripting knowledge :) if anyone want's to
improve it, be my guest.
#! /sbin/runscript
# Boot script for freevoweb on gentoo
# by den_RDC
depend() {
need localmount net
}
start()
I'm using 2.3 now; there are some warnings with Freevo, but it
otherwise works nicely - and quickly.
Aubin
On Wed, Jul 30, 2003 at 09:26:58AM -0500, Krister Lagerstrom wrote:
> > I tried running Freevo last night with 'python -O src/main.py' and it
> > seemed noticeably faster... Is there any rea
On Wed 30.07.2003 at 10:08:06AM -0400, Aubin Paul wrote:
> short answer: "Don't use the runtime" :)
>
> If you're developing, you may want to try and build your own versions
> of things. Depending on your distro, most of the dependencies may be
> available elsewhere.
>
> I know Gentoo and Debian
> I tried running Freevo last night with 'python -O src/main.py' and it
> seemed noticeably faster... Is there any reason we don't use it by
> default?
Not that I can remember. It might be worth looking into using Python 2.3,
besides all the new goodies it is supposedly faster too.
/ Kr
I tried running Freevo last night with 'python -O src/main.py' and it
seemed noticeably faster... Is there any reason we don't use it by
default?
Aubin
---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-c
short answer: "Don't use the runtime" :)
If you're developing, you may want to try and build your own versions
of things. Depending on your distro, most of the dependencies may be
available elsewhere.
I know Gentoo and Debian have simple ways to get all the packages
you'd need, and I keep the Deb
Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv16887/src
Modified Files:
config.py
Log Message:
I don't think we use $CACHEDIR/audio anymore... if anyone needs it, I'll
uncomment it, else I'll delete it.
Index: config.py
==
Update of /cvsroot/freevo/freevo/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv16403/src/gui
Modified Files:
.cvsignore
Log Message:
Added .pyo so we can use python -O
Index: .cvsignore
===
RCS file: /cvsroot/freevo/freevo/
Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1:/tmp/cvs-serv16403/src/tv
Modified Files:
.cvsignore
Log Message:
Added .pyo so we can use python -O
Index: .cvsignore
===
RCS file: /cvsroot/freevo/freevo/sr
Update of
/cvsroot/freevo/freevo/testfiles/Movies/You_Can_Link_Your_Folders_To_Testfiles
In directory
sc8-pr-cvs1:/tmp/cvs-serv16403/testfiles/Movies/You_Can_Link_Your_Folders_To_Testfiles
Modified Files:
.cvsignore
Log Message:
Added .pyo so we can use python -O
Index: .cvsignore
===
Update of /cvsroot/freevo/freevo/skins/xml/type1
In directory sc8-pr-cvs1:/tmp/cvs-serv16403/skins/xml/type1
Modified Files:
.cvsignore
Log Message:
Added .pyo so we can use python -O
Index: .cvsignore
===
RCS file: /cvsroo
Update of /cvsroot/freevo/freevo/testfiles/Music/You_Can_Link_Your_Folders_To_Testfiles
In directory
sc8-pr-cvs1:/tmp/cvs-serv16403/testfiles/Music/You_Can_Link_Your_Folders_To_Testfiles
Modified Files:
.cvsignore
Log Message:
Added .pyo so we can use python -O
Index: .cvsignore
==
Update of /cvsroot/freevo/freevo/src/video
In directory sc8-pr-cvs1:/tmp/cvs-serv16403/src/video
Modified Files:
.cvsignore
Log Message:
Added .pyo so we can use python -O
Index: .cvsignore
===
RCS file: /cvsroot/freevo/fre
Update of /cvsroot/freevo/freevo/helpers
In directory sc8-pr-cvs1:/tmp/cvs-serv16403/helpers
Modified Files:
.cvsignore
Log Message:
Added .pyo so we can use python -O
Index: .cvsignore
===
RCS file: /cvsroot/freevo/freevo/
Update of /cvsroot/freevo/freevo/src/games
In directory sc8-pr-cvs1:/tmp/cvs-serv16403/src/games
Modified Files:
.cvsignore
Log Message:
Added .pyo so we can use python -O
Index: .cvsignore
===
RCS file: /cvsroot/freevo/fre
Update of /cvsroot/freevo/freevo/skins/main1
In directory sc8-pr-cvs1:/tmp/cvs-serv16403/skins/main1
Modified Files:
.cvsignore
Log Message:
Added .pyo so we can use python -O
Index: .cvsignore
===
RCS file: /cvsroot/freevo
Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv16403
Modified Files:
.cvsignore
Log Message:
Added .pyo so we can use python -O
Index: .cvsignore
===
RCS file: /cvsroot/freevo/freevo/.cvsignore,v
ret
I have troubles with the runtime. How do you guys (active developers)
keep your runtime up-to-date? When I give up Freevo hacking for some
time and start putting my nose into it again later, I have to pick up a
newer version of the runtime. And the one I now have seems a bit out of
date compared to
I suggested this sometime ago in #freevo... it should be easy to convert into
a plugin, it's basically just a mencoder frontend. I would do it if i had
some spare time, but the schedule is full for the next month so maybe someone
volunteers?
On Tuesday 29 July 2003 15:51, Aubin Paul wrote:
> I
For those of you interested in using Python2.3 and Debian with Freevo,
I've added python2.3 packages for some of the requirements to my site.
This includes:
python2.3-mmpython
python2.3-pylirc
python2.3-pygame
All of these are CVS snapshots; the rest of the packages we need are
already included w
[EMAIL PROTECTED] wrote:
> Update of /cvsroot/freevo/freevo/skins/xml/type1
> In directory sc8-pr-cvs1:/tmp/cvs-serv31050/skins/xml/type1
>
> Modified Files:
> blue.fxd
> Log Message:
> Made the string width large enough, was clipped in 800x600. Is 'Size:' perhaps
> better than 'Geometry:'?
38 matches
Mail list logo