[PATCH] Re: [mythtv] autoexpire.cpp doesn't compile (in FreeBSD)

2005-06-21 Thread Ari Suutari
Hi, Daniel Kristjansson wrote: Can you make a patch that works on FreeBSD? Here it is (attached). Ari S. Index: autoexpire.cpp === RCS file: /var/lib/mythcvs/mythtv/programs/mythbackend/autoexpire.cpp,v retrieving revisio

Re: [mythtv] [patch] Enable Xinerama aspect ratio

2005-06-21 Thread Kyle Rose
> This makes Xinerama displays the same aspect as the videos. > > My first included patch fixes screen aspect ratio detection with Xinerama. > Also adding a log message for when no physical display size found. > > My second patch allows changes to setup->appearance to have effect without > res

Re: [mythtv] configure -> XvMC libs

2005-06-21 Thread Micah F. Galizia
On Tue, 2005-21-06 at 20:02 -0400, Daniel Kristjansson wrote: > On Tue, 2005-06-21 at 16:00 -0400, Micah F. Galizia wrote: > > On Tue, 2005-21-06 at 14:53 -0500, Keith C wrote: > > Speaking of the wrapper, why doesn't configure link against that by > > default for all particular XvMC implementation

Re: [mythtv] "Delete+Rerecord" button in mythweb

2005-06-21 Thread cythrault
On 6/20/05, Torbjörn Jansson <[EMAIL PROTECTED]> wrote: > Normaly when something is being recorded the delete button is changed into > the text "currently recording" so you can't delete it. > But with the addition of the "Delete+Rerecord" button, that button is stil > usable while it's being record

Re: [mythtv] configure -> XvMC libs

2005-06-21 Thread Daniel Kristjansson
On Tue, 2005-06-21 at 16:00 -0400, Micah F. Galizia wrote: > On Tue, 2005-21-06 at 14:53 -0500, Keith C wrote: > Speaking of the wrapper, why doesn't configure link against that by > default for all particular XvMC implementations if it is there? From a > packaging/configuring perspective, it woul

Re: [mythtv] [PATCH] fix avformatdecoder busyloop

2005-06-21 Thread Robert Tsai
On Wed, Jun 22, 2005 at 02:30:59AM +0300, Markus Linnala wrote: > Guess if there is no valid audiostream, we get stuck at > AvFormatDecoder::autoSelectAudioTrack. > > It is possible the fix is not correct one, but there is definitely > busyloop there. > > Patch against CVS HEAD. This has been ba

Re: [mythtv] [PATCH] fix avformatdecoder busyloop

2005-06-21 Thread Mark Spieth
not the correct fix. still compare selectedTrack but use ==-1 to check whether a track has been found not the > maxTracks. I missed the 2nd comparison though so that was a good find. patch attached for 2nd one otherwise would fail badly if no track is found. cheers mark --- avformatdecoder.cpp 3 J

[mythtv] Re: [PATCH] autoSelectAudioTrack for mono track fails

2005-06-21 Thread Doug Larrick
I'd just like to mention that I recorded a mono AC3 program from my local PBS station this past week (ATSC). Without this patch (or something like it), mythfrontend hangs CPU-bound trying to play, or mythbackend hangs trying to make a preview pixmap. With this patch it plays fine. Original patch

[mythtv] [PATCH] fix avformatdecoder busyloop

2005-06-21 Thread Markus Linnala
Guess if there is no valid audiostream, we get stuck at AvFormatDecoder::autoSelectAudioTrack. It is possible the fix is not correct one, but there is definitely busyloop there. Patch against CVS HEAD. -- Markus Linnala ... Lu

RE: [mythtv] MythPhone and DTMF

2005-06-21 Thread Paul Volkaerts
> I'm testing MythPhone and an Asterisk server. Until now, all work well. > The problem is when I'm calling, I can't send DTMF signal. I mean I > heard the sound in MythPhone, but the Asterisk console show that the > server didn't receive the DTMF signal. I tried to change the DTMF mode > in the As

Re: [mythtv] FEATURE REQUEST: be able to set a channel change script to control antenna rotor

2005-06-21 Thread Jarod Wilson
On Tuesday 21 June 2005 11:54, Jason Weinstein wrote: > I did not realize that was Issac speaking to me on IRC. Heh, yup, that was him. > I already have done much work getting the rotor/Antenna/LIRC setup and > am not ready to give up on the MythTV component yet. Considering I'm > not much (if an

Re: [mythtv] [PATCH] fix auto-transcode for "find once" schedules

2005-06-21 Thread Chris Pinkham
> On Tue, Jun 21, 2005 at 02:15:53AM -0400, Chris Pinkham wrote: > > Can you take a look at the attached patch and see if it looks like > Your patch works for me (I tested it on a garbage 5-minute "find-once" > recording this morning). Thanks. I should have been in bed last night hours before I

[mythtv] [PATCH] Add information from configure to the --version string

2005-06-21 Thread Allan Stirling
This patch to current CVS (I haven't noticed any commits here recently, anyway) adds the items listed in CCONFIG to the output of --version of mythfrontend and mythbackend. The output looks like: mythfrontend --version 0.18.20050523-1 Options compiled in: linux backend release using_oss using_

Re: [mythtv] configure -> XvMC libs

2005-06-21 Thread Stuart Morgan
On Tue 21 June 2005 20:53, Keith C wrote: > The --disable-xvmc-vld option does nothing, at least last time I > checked. xvmc-vld is forced on if the library is found, I believe. > > I had a heck of a time getting it to work on nvidia until I installed > libXvMCW (the wrapper library) and configure

Re: [mythtv] configure -> XvMC libs

2005-06-21 Thread Micah F. Galizia
On Tue, 2005-21-06 at 14:53 -0500, Keith C wrote: > The --disable-xvmc-vld option does nothing, at least last time I > checked. xvmc-vld is forced on if the library is found, I believe. > > I had a heck of a time getting it to work on nvidia until I installed > libXvMCW (the wrapper library)

Re: [mythtv] configure -> XvMC libs

2005-06-21 Thread Keith C
The --disable-xvmc-vld option does nothing, at least last time I checked. xvmc-vld is forced on if the library is found, I believe. I had a heck of a time getting it to work on nvidia until I installed libXvMCW (the wrapper library) and configured my /etc/X11/XvMCConfig Keith C On Jun 21,

[mythtv] configure -> XvMC libs

2005-06-21 Thread Stuart Morgan
I'm might have misunderstood the use of XvMC libs entirely but shouldn't it be using the nvidia libs if XvMC-vld is disabled? ./configure --enable-dvb --enable-dvb-eit --dvb-path=/usr/src/linux/include --enable-xvmc --disable-xvmc-vld XvMC support yes XvMC VLD support no XvMC pro support no

Re: [mythtv] FEATURE REQUEST: be able to set a channel change script to control antenna rotor

2005-06-21 Thread Jason Weinstein
I did not realize that was Issac speaking to me on IRC. I already have done much work getting the rotor/Antenna/LIRC setup and am not ready to give up on the MythTV component yet. Considering I'm not much (if any) of a programmer, which file/module in the source code actually handles the channel c

Re: [mythtv] autoexpire.cpp doesn't compile (in FreeBSD)

2005-06-21 Thread Ari Suutari
Hi, The code with the problem was introduced to mythbackend in autoexpire.cpp, version 1.24. Can you make a patch that works on FreeBSD? I can try to make a patch to compiles on FreeBSD and Debian sarge. Ari S. -- No virus found in this outgoing message. Checked by

[mythtv] Re: [PATCH] fix auto-transcode for "find once" schedules

2005-06-21 Thread Robert Tsai
On Mon, Jun 20, 2005 at 11:22:01PM -0400, Robert Tsai wrote: > My hand-waving explanation is that I believe the problem with "find > once" schedules is that by the time TVRec::TeardownRecorder is > reached, we've somehow lost the recording schedule information > (which contains the auto-transcode c

Re: [mythtv] [PATCH] fix auto-transcode for "find once" schedules

2005-06-21 Thread Joseph A. Caputo
On Tuesday 21 June 2005 10:13, Robert Tsai wrote: > On Tue, Jun 21, 2005 at 02:15:53AM -0400, Chris Pinkham wrote: > > Can you take a look at the attached patch and see if it looks like > > it accomplishes the same thing you were going for. I have had a > > couple complaints about the same bug wit

Re: [mythtv] autoexpire.cpp doesn't compile (in FreeBSD)

2005-06-21 Thread Daniel Kristjansson
On Tue, 2005-06-21 at 16:02 +0300, Ari Suutari wrote: > Hi, > > I have been compiling mythtv on FreeBSD > without any major problems. However, there > is now piece of code (at least in autoexpire.cpp), > which does not compile. > > I don't know why it compiles on linux box, since > code assigns P

[mythtv] RE: [mythtv-commits] mythtv commits

2005-06-21 Thread Anduin Withers
> Also if you do not compile > both the frontend and backend, mythtv-setup will not be compiled. 1 - mythtv.pro uses mythfrontend instead of using_frontend 2 - Also it doesn't depend on settings.pro (where CONFIG gets CCONFIG) making even a switch to using_frontend no good. The result is that you

Re: [mythtv] [PATCH] fix auto-transcode for "find once" schedules

2005-06-21 Thread Robert Tsai
On Tue, Jun 21, 2005 at 02:15:53AM -0400, Chris Pinkham wrote: > Can you take a look at the attached patch and see if it looks like > it accomplishes the same thing you were going for. I have had a > couple complaints about the same bug with commercial flagging and > hadn't had a chance to investi

Re: [mythtv] Re: MythTV DVB Subtitles Patch v0.4 released

2005-06-21 Thread Stuart Morgan
On Tue 21 June 2005 14:08, Pekka Jääskeläinen wrote: > > I just wanted to say thanks to Juha Kuikka and Pekka Jääskeläinen for > > implementing a working dvb subtitles support to mythtv. I can finally say > > Thank J.K. My main effort so far has been only to track a crashing bug > and package > a n

Re: [mythtv] [PATCH] fix auto-transcode for "find once" schedules

2005-06-21 Thread Joseph A. Caputo
On Monday 20 June 2005 23:22, Robert Tsai wrote: > I could have sworn this was working way back when I initially > submitted it (I remember this "find once" case giving me problems back > then). It's possible that things were subtly busted between the time > of initial submission and eventual commi

Re: [mythtv] Re: MythTV DVB Subtitles Patch v0.4 released

2005-06-21 Thread Pekka Jääskeläinen
Hi there, > I just wanted to say thanks to Juha Kuikka and Pekka Jääskeläinen for > implementing a working dvb subtitles support to mythtv. I can finally say Thank J.K. My main effort so far has been only to track a crashing bug and package a new release ;) > that my mythtv box is a full-feature

[mythtv] autoexpire.cpp doesn't compile (in FreeBSD)

2005-06-21 Thread Ari Suutari
Hi, I have been compiling mythtv on FreeBSD without any major problems. However, there is now piece of code (at least in autoexpire.cpp), which does not compile. I don't know why it compiles on linux box, since code assigns PTHREAD_CREATE_JOINABLE or PTHREAD_CREATE_DETACHED to variable of type p

Re: [mythtv] (ATTN: John Pullan) HD-3000 HD Digital TV over Cable Working - But I had to hack to do it...

2005-06-21 Thread Daniel Kristjansson
On Mon, 2005-06-20 at 22:44 -0400, Christiaan Lutzer wrote: > Anyway, onto why this message is appropriate for this email list: I Sure, if there is code in the message it's almost always appropriate. > 1.) Allow one to specify a channels.conf file if your card is of type ATSC, > and > 2.) Modifi

[mythtv] MythPhone and DTMF

2005-06-21 Thread Christophe Guerin
Hi, (I didn't know if I have to ask this question in the user or the devel list, finally I asked it on both) I'm testing MythPhone and an Asterisk server. Until now, all work well. The problem is when I'm calling, I can't send DTMF signal. I mean I heard the sound in MythPhone, but the Asterisk c

Re: [mythtv] Re: MythTV DVB Subtitles Patch v0.4 released

2005-06-21 Thread Jouni Renfors
Hi! I just wanted to say thanks to Juha Kuikka and Pekka Jääskeläinen for implementing a working dvb subtitles support to mythtv.

RE: [mythtv] More dvb problems.

2005-06-21 Thread Torbjörn Jansson
[EMAIL PROTECTED] <> wrote: > Ther error no PID's set did come every time on my system but > the dvb works. > I think this comes from the empty pid row in the database > wich is not used > Any more. > > Have you tried this channel with an other dvb program (like kaffeine) > Maybe it's no MythTV Pr

Re: [mythtv] FEATURE REQUEST: be able to set a channel change script to control antenna rotor

2005-06-21 Thread Jarod Wilson
On Jun 20, 2005, at 19:45, George Nassas wrote: and now need a way to make MythTV run a command to have LIRC's irsend send a signal to my rotor controller whenever the channel is changed. This sort of question should be posted on the users list before this one but in any case in mythtv-setu

AW: [mythtv] More dvb problems.

2005-06-21 Thread Jochen Kühner
Ther error no PID's set did come every time on my system but the dvb works. I think this comes from the empty pid row in the database wich is not used Any more. Have you tried this channel with an other dvb program (like kaffeine) Maybe it's no MythTV Problem separate a common dvb problem -Ur

RE: [mythtv] More dvb problems.

2005-06-21 Thread Torbjörn Jansson
[EMAIL PROTECTED] <> wrote: >> 2005-06-20 23:09:50.873 DVB#0 Multiplex Locked >> 2005-06-20 23:09:56.871 DVB#0 Timeout Getting PMT >> 2005-06-20 23:09:56.873 DVB#0 ERROR - Tuning for channel #1038 >> failed. 2005-06-20 23:09:56.904 Changing from None to RecordingOnly >> 2005-06-20 23:09:56.921 DVB#

RE: [mythtv] More dvb problems.

2005-06-21 Thread Torbjörn Jansson
[EMAIL PROTECTED] <> wrote: > Hello, > > Torbjörn Jansson wrote: > >> I'm having more problems with the dvb code. >> A recording started and now i get this in the backend log: --- >> 2005-06-20 23:09:50.238 DVB#0 Using DVB card 0, with frontend VLSI >> VES1820 DVB-C. 2005-06-20 23:09:50.566 DVB#0