[mythtv] Experimental epia/xvmc colour osd HACK

2004-12-25 Thread Ivor Hewitt
All, Finally got around to making an updated colour osd diff. Diff against current CVS attached. The corresponding epiaosd theme is at:- http://www.ivor.it/mythtv/epiaosd.tar.gz Slightly slower than the last version so there's the occasional prebuffer pause... but that's because the newly

[mythtv] [PATCH] Typo in recent programinfo.cpp changes

2004-12-25 Thread Shane Shrybman
Hi, In CVS from last night I see this error: DB Error (SetMarkupMap checking record table): Query was: SELECT starttime FROM recorded WHERE chanid = '1051' AND starttime : STARTTIME ; Driver error was [2/1064]: QMYSQL3: Unable to execute query Database error was: You have an error in your SQL

Re: [mythtv] Thoughts on Myth UI

2004-12-25 Thread Jason Gabriele
Why would you need svg to support stretching ui items? Isaac I only suggested svg because they scale better. Also, it would be nice to have svg support for those who are running at very high resolutions (for hdtv output). However, I am not sure how more load that would add to mythfrontend. I

Re: [mythtv] [patch] mmx_gcc.cpp

2004-12-25 Thread Daniel Thor Kristjansson
On Fri, 24 Dec 2004, Isaac Richards wrote: ]On Thursday 16 December 2004 01:30 pm, Daniel Thor Kristjansson wrote: ] This is a rewrite of the TDStretchMMX and FIRFilterMMX implementations ] in libmythsoundtouch. As per Issac's suggestion it uses intrinsics ] instead of volatile asm blocks. This

[mythtv] [PATCH] sub-channel in chanid

2004-12-25 Thread Donald R. Huettl
Hi, Attached is a small patch that changes the chanid to include the sub-channel if it's available. Basically just increased the chanid length to 7 digits with the last three being the sub-channel, or '000' if there isn't one. Can be convenient for sorting. Feel free to apply or not as you

Re: [mythtv] [PATCH] Typo in recent programinfo.cpp changes

2004-12-25 Thread Shane Shrybman
On Sat, 2004-12-25 at 13:20, Bruce Markey wrote: Shane Shrybman wrote: ... + AND starttime = :STARTTIME ;); Fixed. Thanks. Sure, no problem. I see the change comment on the web based cvs but the diff looks empty? -- bjm

Re: [mythtv] [PATCH] Typo in recent programinfo.cpp changes

2004-12-25 Thread Shane Shrybman
On Sat, 2004-12-25 at 13:20, Bruce Markey wrote: Shane Shrybman wrote: ... + AND starttime = :STARTTIME ;); Fixed. Thanks. Found one more missing ':', which was breaking seeking in mpeg2 files I think. The combined patch is attached. Regards, Shane -- bjm

[mythtv] [PATCH] mythfrontend segfault fix

2004-12-25 Thread Shane Shrybman
Hi, Frontend segfault fix taken from [EMAIL PROTECTED]'s patch (posted to the list recently). Thanks vitold! This was responsible for a lot of frontend crashes on my system. Regards, Shane --- mythtv-dec24-cvs/libs/libmythtv/NuppelVideoPlayer.cpp.orig 2004-12-25 14:41:01.0 -0500 +++

[mythtv] [Pseudo-PATCH] SBE crash when MBE restarted

2004-12-25 Thread Shane Shrybman
Hi, This is almost definitely not the correct fix for this. However, I hope it does illustrate the problem. This bug causes the SBE to crash when the MBE is restarted. This patch allows my SBE to survive. What is the correct way to fix this? (BTW: Just curious, is there a name for this general

[mythtv] Latest CVS (12-25-04 ) Doesn't Compile

2004-12-25 Thread Dan Berger
Happy Holidays to all. Latest CVS(12-25-04) doesn't compile after distclean: g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer `freetype-config --cflags` -D_REENTRANT -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DMMX -DCONFIG_VIDEO4LINUX

[mythtv] HDTV no longer smooth

2004-12-25 Thread Kyle Rose
Since the patches Isaac committed yesterday, my HDTV playback isn't smooth. The recordings themselves are fine, but playback alternates between slow (say 10-15 fps) and fast (say 30-35 fps) about once a second or so. I have guests over, so for now I just sync'ed back to 24 Dec 00:00. I'll look

Re: [mythtv] [PATCH] mythfrontend segfault fix

2004-12-25 Thread Sasha Z
Thank goodness somebody has figured out why the frontend kept crashing! Happy holidays, you more than deserve it. :) On Sat, 25 Dec 2004 14:47:59 -0500, Shane Shrybman [EMAIL PROTECTED] wrote: Hi, Frontend segfault fix taken from [EMAIL PROTECTED]'s patch (posted to the list recently).

[mythtv] Re: [PATCH] Add metadata editor to MythMusic

2004-12-25 Thread Paul
Isaac wrote: The attached patch adds a metadata editor to MythMusic which allows you to save the changes optionally to both the database and the file. You access the editor from the playback screen by pressing the INFO button. Useful if you notice the track that you are playing has been

[mythtv] [PATCH] timestretch creation locking

2004-12-25 Thread Mark Spieth
this patch is only for robustness as it is possible for the soundstretch engine to be used before it is fully initialsed. cheers mark Mark Spieth, PhDDC Labs Pty Ltd2 Mavron StreetAshwood 3147Australiaph:+61-3-9807 8600Mobile:+61-4-11 515 717Fax:+61-3-9807 9300www.dclabs.com.au

RE: [mythtv] Latest CVS (12-25-04 ) Doesn't Compile

2004-12-25 Thread Christian Hack
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Berger Sent: Sunday, 26 December 2004 8:24 AM To: mythtv-dev@mythtv.org Subject: [mythtv] Latest CVS (12-25-04 ) Doesn't Compile Happy Holidays to all. Latest CVS (12-25-04) doesn't compile

Re: [mythtv] [PATCH] Typo in recent programinfo.cpp changes

2004-12-25 Thread Rudy Zijlstra
Shane Shrybman wrote: On Sat, 2004-12-25 at 16:56, Rudy Zijlstra wrote: Shane Shrybman wrote: With this applied I can seek again. Recordings made with this not in, are not seekable though. Any jump will jump to start of recording. I've tried to repair with mythcommflag, with --rebuild as

Re: [mythtv] [PATCH] mythfrontend segfault fix

2004-12-25 Thread Isaac Richards
On Saturday 25 December 2004 02:47 pm, Shane Shrybman wrote: Hi, Frontend segfault fix taken from [EMAIL PROTECTED]'s patch (posted to the list recently). Thanks vitold! This was responsible for a lot of frontend crashes on my system. Also applied.. Isaac

Re: [mythtv] [PATCH] Typo in recent programinfo.cpp changes

2004-12-25 Thread Isaac Richards
On Saturday 25 December 2004 02:36 pm, Shane Shrybman wrote: On Sat, 2004-12-25 at 13:20, Bruce Markey wrote: Shane Shrybman wrote: ... + AND starttime = :STARTTIME ;); Fixed. Thanks. Found one more missing ':', which was breaking seeking in mpeg2 files I

Re: [mythtv] [PATCH] Typo in recent programinfo.cpp changes

2004-12-25 Thread Shane Shrybman
On Sat, 2004-12-25 at 20:44, Rudy Zijlstra wrote: go into mysql and manually delete all info of the programs that have this problem from recordedmarkup. Than run mythcommflag. Some info in the recordedmarkup table about those recordings is totally wrong and not deleted by mythcommflag