Re: [Discuss-gnuradio] Playstation 3

2007-02-06 Thread Dave Dodge
ell 2405 flat panel (which does not have HDCP on its DVI port). I haven't tried running Linux on it yet. -Dave Dodge ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] PlayStation 3

2007-01-23 Thread Dave Dodge
S3 online store was also a confusing mess the last time I tried to use it; hopefully they can at least get that thing fixed eventually. -Dave Dodge ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] PlayStation 3

2007-01-19 Thread Dave Dodge
defeats the entire purpose of HDCP. The "Ophit DDA" converter supposedly takes DVI+HDCP as input and produces unprotected analog VGA as output, but don't know if anyone has ever tried it with a PS3. -Dave Dodge

Re: [Discuss-gnuradio] ANCI-C vs Gnuradio/C++ speeeed

2006-05-15 Thread Dave Dodge
it drops down to 6 functions and about 1/3 less assembly code. When I encountered this example in a co-worker's code several years ago the situation was much worse: their version of gcc was generating around 100 extra functions, and some of them had names so long that the system'

Re: [Discuss-gnuradio] Ubunto and GnuRadio, Lovely together

2006-03-08 Thread Dave Dodge
On Tue, Mar 07, 2006 at 08:34:12PM -0500, Frank Brickle wrote: > Dave Dodge wrote: > >You can expect to have to > >run synaptic several times and keep enabling/installing yet more > >packages before you'll finally have a reasonably complete set of > >headers, to

Re: [Discuss-gnuradio] Ubunto and GnuRadio, Lovely together

2006-03-07 Thread Dave Dodge
, hard-locks, etc). The next official Ubuntu release will be in April. -Dave Dodge ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Binary packaging problems on x86_64

2005-12-19 Thread Dave Dodge
efix}/lib -Dave Dodge ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] sparc <--> x86 data exchange

2005-12-15 Thread Dave Dodge
P/IP networking world, big-endian (such as used by Sparc) is commonly used in network protocols and is sometimes called "network order"; there's little functions like "htonl" and "ntohs" that can convert values between "host" and "network" byte

Re: [Discuss-gnuradio] Analog video restoration

2005-11-02 Thread Dave Dodge
then be a practical video super-resolution algorithm: http://ask.slashdot.org/article.pl?sid=03/06/19/2216246 -Dave Dodge ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Boost Library

2005-08-11 Thread Dave Dodge
h. I recall seeing a small amount of template-based code cause g++ to explode (I think it was generating thousands of small functions). If you're planning on trying to solve the problem, that might be something to look for in the problem files.

Re: [Discuss-gnuradio] pipe trick

2005-04-09 Thread Dave Dodge
ou _reading_ the data from the pipe? Even if you're flushing the data into the pipe after every write, the reader could be buffering it. -Dave Dodge ___ Discuss-gnuradio mailing list Discuss-gnur