Re: [mythtv] Removing dependencies via ffmpeg

2005-05-23 Thread Isaac Richards
On Tuesday 24 May 2005 02:31 am, Robert Lippmann wrote: > hi all, > > i noticed a recent resync of ffmpeg into mythtv cvs. i was wondering, > since native ogg/vorbis/theora muxing and demuxing was added recently, and > ffmpeg can probably nowadays handle mp3 encoding/decoding natively, if > perhap

[mythtv] Removing dependencies via ffmpeg

2005-05-23 Thread Robert Lippmann
hi all, i noticed a recent resync of ffmpeg into mythtv cvs. i was wondering, since native ogg/vorbis/theora muxing and demuxing was added recently, and ffmpeg can probably nowadays handle mp3 encoding/decoding natively, if perhaps the configs should be modified to use those (i believe that's the

[mythtv] Amiga Patch for Mythgame.

2005-05-23 Thread Jochen Kühner
I’m working on a Patch to support Amiga Games, but now I searching wich Emulator is the best to Emulate Amiga??   Euae?? Uae?? Xfellow??     Any others??? Wich can be controlled by the command line???   ___ mythtv-dev mailing list

[mythtv] Mythgame, Patch for N64 - Testers.

2005-05-23 Thread Jochen Kühner
I have done a Patch to mupen, the N64 Emulator, so that it accepts Command Line Switches.   You can get it http://www.emutalk.net/showthread.php?p=275667#post275667 Download the patch.txt from my post and patch ist to the mupen64 source.   Then build the nongui version of mupen with ma

AW: [mythtv] Problems...

2005-05-23 Thread Jochen Kühner
If have found my Problem… I forgot the commas in my sql and haven’t seen it…   Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Im Auftrag von Jochen Kühner Gesendet: Montag, 23. Mai 2005 08:57 An: 'Development of mythtv' Betreff: AW: [mythtv] Problems to Update database  

[mythtv] 0.18.1 compile on x86_64 and lirc troubles

2005-05-23 Thread Johan Reinalda
All, after playing with irxevent some to get the remote working under the x86_64 package, and being unhappy with it, I decided to venture into compiling 0.18.1 from source. After installing lirc-lib-devel, and modifying ld.so.conf.d to add /usr/lib64 so configure would find the lirc_client librar

Re: [mythtv] [PATCH] Load config.h before using flags.

2005-05-23 Thread Nigel Pearson
I checked the rest of the sources and found a few other places. Oops. I forgot about mythbackend/mainserver.cpp, which is now also patched. -- Nigel Pearson, [EMAIL PROTECTED] | "Reality is that which, Telstra BI&D, Sydney, Australia | when you stop believing Office: 8255 4222

[mythtv] [PATCH] AudioScrobbler support for MythMusic

2005-05-23 Thread Kyle Rose
Here's a slightly better patch: it adds a toggle for the AudioScrobbler support, so you can shut it off without erasing the username/password. Otherwise, functionality hasn't changed. I still haven't received a permanent AS plugin ID, so the patch isn't yet final. If you use AudioScrobbler, pleas

Re: [mythtv] [PATCH] Clogged filters

2005-05-23 Thread Nigel Pearson
I have committed the patch, but without any #ifdef i386/MMX changes. Those can wait until we all decide MMX vs MMX32 & MMX64 or similar. -- Nigel Pearson, [EMAIL PROTECTED] | "Reality is that which, Telstra BI&D, Sydney, Australia | when you stop believing Office: 8255 4222Fax

Re: [mythtv] [PATCH] Plextor PX-TV402 / go7007 keyframe seek fix

2005-05-23 Thread Jack Porter
Nathan Lutchansky wrote: Sorry, just to clarify, Jack, your approach of writing a sync frame only for MPEG4 I frames is correct. This change seems to cause the mythtv Windows filters to lose audio synchronization (audio is delayed by up to a second). I guess the problem is with the filt

Re: [mythtv] OS X compile in CVS

2005-05-23 Thread Nigel Pearson
-With the preliminary backend fixes, myth is trying to compile the backend (especifically nupperlvideorecorder). It always complains about a missing header file: sys/soundcard.h Apologies for this error, Art. CVS now has a fix. -- Nigel Pearson, [EMAIL PROTECTED] | "People say I'm str

Re: [mythtv] [PATCH] Load config.h before using flags.

2005-05-23 Thread Nigel Pearson
Here is a patch to fix some problems where we used a flag in config.h before we did an included of config.h. Thanks for the patch, Taoyama-san. For now, I have committed a change to the file NuppelVideoRecorder.cpp only. I have no idea why my original changes to that file, whic

Re: [mythtv] mythfrontend crash in the EPG w/ backtrace

2005-05-23 Thread Nigel Pearson
Besides, non of this matters at this point. No bug reports from this email will ever get any attention regardless of validity anyway. This particular email? Yes. But that is not true for other people politely asking for help, and being willing to rebuild from CVS a few times, i

[mythtv] libmythmpeg2/cpu_accel compile fails on Mac OS X 10.4, gcc 4.0

2005-05-23 Thread hary wilke
Thanks for all the gcc 4.0 fixes today, unfortunately I'm having trouble getting libmythmpeg2 to compile. specifically cpu_accel as you can see below it doesn't like some parameter it's getting fed. I tried googleing around and searching the archive, but didn't see a fix for this. If anyone

Re: [mythtv] DVB#1 WARNING - Unsupported fec_inner parameter

2005-05-23 Thread John Pullan
On 23/05/05, Martin Gutenbrunner <[EMAIL PROTECTED]> wrote: > > Could you get a dump of the dtv_multiplex table entry which is incorrect > please. The > > error is actually coming from the checking code in dvbchannel so it maybe > that there's > > a mistake in the parsing of the data somewhere. > >

Re: [mythtv] DVB#1 WARNING - Unsupported fec_inner parameter

2005-05-23 Thread Martin Gutenbrunner
> Could you get a dump of the dtv_multiplex table entry which is incorrect please. The > error is actually coming from the checking code in dvbchannel so it maybe that there's > a mistake in the parsing of the data somewhere. > Thanks what do you mean with 'table entry which is incorrect'? how do

Re: [mythtv] Re: [mythtv-commits] mythtv commits

2005-05-23 Thread Isaac Richards
On Monday 23 May 2005 03:53 pm, Bruce Markey wrote: > It did but as I started looking at the code it was all too familiar =). > "qmin" should always be 1 but passing "avctx->qmin" as an arg could be > 0 causing a divide by zero. Heh, oops. Can we enforce this limit in NVR.cpp? Be less easy to ge

[mythtv] Re: [mythtv-commits] mythtv commits

2005-05-23 Thread Bruce Markey
[EMAIL PROTECTED] wrote: Changes committed by ijr on Sun May 22 05:32:14 2005 ... Modified Files: in mythtv: configure in mythtv/libs/libavcodec: ... mpegaudiodec.c mpegvideo.c mpegvideo.h msmpe

Re: [mythtv] mythfrontend crash in the EPG w/ backtrace

2005-05-23 Thread octothorp
Besides, non of this matters at this point. No bug reports from this email will ever get any attention regardless of validity anyway. There's no point in my being subscribed. On 5/23/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I did say most of the two days, and not all. If you think that's

Re: [mythtv] mythfrontend crash in the EPG w/ backtrace

2005-05-23 Thread octothorp
I did say most of the two days, and not all. If you think that's going off on someone you should get out more. On 5/23/05, Isaac Richards <[EMAIL PROTECTED]> wrote: > Actually, there was a change in the file where you're seeing a crash. The > very line, even. Funny, that. Maybe you should verif

Re: [mythtv] mythfrontend crash in the EPG w/ backtrace

2005-05-23 Thread Isaac Richards
On Monday 23 May 2005 02:17 pm, [EMAIL PROTECTED] wrote: > During most of the two days there were very very few changes in cvs, > as you very well should know, and none which seemed relevant to what I > reported. You're just being an ass because you were annoyed and you > know it. Actually, there

Re: [mythtv] mythfrontend crash in the EPG w/ backtrace

2005-05-23 Thread octothorp
On 5/23/05, Isaac Richards <[EMAIL PROTECTED]> wrote: > > So you seem to be saying LxM bounties suck ass then, huh? > > Yeah, that's an analogous situation. Good comparison. So private people offering money in exchange for help is bad, but a company doing it is not. I'll remember that. You're ap

Re: [mythtv] mythfrontend crash in the EPG w/ backtrace

2005-05-23 Thread Isaac Richards
On Monday 23 May 2005 12:10 pm, [EMAIL PROTECTED] wrote: > On 5/20/05, Isaac Richards <[EMAIL PROTECTED]> wrote: > > Yes, in fact, I do. > > So you seem to be saying LxM bounties suck ass then, huh? Yeah, that's an analogous situation. Good comparison. > > half about the same issue with no new i

Re: [mythtv] cerr << endl; in CommDetect::DumpMap

2005-05-23 Thread John Patrick Poet
On Mon, 23 May 2005, Chris Pinkham wrote: > > I was just wonder what the purpose of the > > > > cerr << endl; > > > > statement is, in CommDetect::DumpMap ? > > Nothing. I think that was mistakenly left over from when > I converted that method to using the VB_COMMFLAG. > > Removed in current CVS

Re: [mythtv] mythfrontend crash in the EPG w/ backtrace

2005-05-23 Thread octothorp
On 5/20/05, Isaac Richards <[EMAIL PROTECTED]> wrote: > Yes, in fact, I do. So you seem to be saying LxM bounties suck ass then, huh? > half about the same issue with no new information in any of the messages, and Did anyone ask for additional info? I know I would have found that very helpful an

[mythtv] Crash on mythfrontend start

2005-05-23 Thread Adam Egger
Hi, When I'm trying to start the latest cvs build my mythfrontend crashes here with: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 46912562764192 (LWP 18243)] 0x2ccac7c8 in QMemArray::detach () from /usr/lib/libqt-mt.so.3 The full frontend log doesn't show any

Re: [mythtv] [PATCH] mythgallery: move .thumbcache out of image directory

2005-05-23 Thread Ed W
On 15.4.2005, at 22:20, Eggert Thorlacius wrote: This small patch adds a checkbox to the MythGallery Settings page where the user can choose between the current functionality of storing .thumbcache directories inside the image directory or storing them in ~/.mythtv/mythgallery/ This makes

Re: [mythtv] cerr << endl; in CommDetect::DumpMap

2005-05-23 Thread Chris Pinkham
> I was just wonder what the purpose of the > > cerr << endl; > > statement is, in CommDetect::DumpMap ? Nothing. I think that was mistakenly left over from when I converted that method to using the VB_COMMFLAG. Removed in current CVS. Thanks. -- Chris _

AW: [mythtv] Programming help.

2005-05-23 Thread Jochen Kühner
Thanks. That's agood Idea! I think I do it like you suggest! -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Jeff Gesendet: Montag, 23. Mai 2005 12:44 An: Development of mythtv Betreff: Re: [mythtv] Programming help. On 5/21/05, Jochen Kühner <[

Re: [mythtv] Programming help.

2005-05-23 Thread Jeff
On 5/21/05, Jochen Kühner <[EMAIL PROTECTED]> wrote: > > > > I Think that all gets to complicated! > > What If I use on regex wich extracts my from a Filename the gamename without > the number > > Like: Giana 01.adf Giana02.adf Giana3.adf this function always returns > Giana. > > > >

Re: [mythtv] DVB#1 WARNING - Unsupported fec_inner parameter

2005-05-23 Thread John Pullan
On Sat, 2005-05-21 at 16:24 +0200, Martin Gutenbrunner wrote: > does anyone of you know what this warning means? it appears when changing > channels in mythtv. > > I recognize picture artifacts and and sometimes the frontend even crashes > when watching livetv with this card (twinhan 1025). > my o

Re: [mythtv] dvb zero length record

2005-05-23 Thread Tj
Tom Hughes wrote: But you obviously managed to reproduce it fairly easily after applying the patch? I don't do alot of recordings previously... At most four shows a day, and most of the time it worked, juz so happens it fails straight after applying your patch :p. Didn't bother with this

Re: [mythtv] dvb zero length record

2005-05-23 Thread Tom Hughes
In message <[EMAIL PROTECTED]> [EMAIL PROTECTED] wrote: > Tom Hughes wrote: > >>Does this happen all the time then? If it does then I doubt it's the >>same problem as my problem only happens occasionally as a PMT has to >>turn up on the old channel before tuning is complete. >> > I seldom