similar to: mplayer + libtheora on a PS3

Displaying 20 results from an estimated 900 matches similar to: "mplayer + libtheora on a PS3"

2007 Jun 04
1
compile error with speex-1.2beta1
hi ,all: comiple error with speex-1.2beta1 why!!?? make /gcc version error?or other lib needed???? ------------------------------------ [guor@ppe speex-1.2beta1-install]$ make -v GNU Make 3.80 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2009 Dec 18
0
[LLVMdev] Compilation problem with JIT/Interpreter
Thank very much for this answer, so my last question will be: is it possible to use the LLVM JIT on a PS3 with Yellow Dog 6.2 distribution, instead of the LLVM interpreter, by using the PPE as it seems to be similar to 64-bit PowerPC processors? 2009/12/18 Scott Michel <scooter.phd at gmail.com> > Jerome: > > No, there are no plans to JIT to SPU. That's considerably more
2012 Nov 06
1
how Can make function for selecting the products
HI. I make this code: getdata<-function('a','b','c' ,'d','e','f'){ drv <- dbDriver("SQLite") con<-dbConnect(drv, "sqlite.db") lt<-dbListTables(con) myf<-data.frame(NULL) for (i in 1:length(lt)) { myfile<-dbReadTable(con,lt[i]) myfile1<-myfile[-c(14:44)] myfile1$MODEL<-gsub(" ",
2020 Aug 09
2
IPv6 auth failed
On 9/8/2020 9:51, Aki Tuomi wrote: > >> On 09/08/2020 09:15 Lefteris Tsintjelis <lefty at spes.gr> wrote: >> >> >> I am using latest Windows Thunderbird 68.11.0 and dovecot 2.3.10.1_2 >> with FreeBSD 12.1-RELEASE-p8. Whenever I enable dovecot IPv6 and I try >> to login I get auth failed. >> >> Aug 09 08:36:11 imap-login: Info:
2013 Oct 16
1
Internally accessing ref class methods with .self$x is different from .self[['x']]
When a reference class method is accessed with .self$x, it has different behavior from .self[['x']]. The former copies the function to the object's environment (with some attributes attached), and the latter just return NULL (unless it has already been accessed once with .self$x). Is this how it's supposed to work? Here's an example that illustrates:
2006 Nov 21
4
[LLVMdev] LLVM and Cell processor
Hi all, I've been following LLVM for a couple of years, and though I've not found an occasion to use it (yet), I'm always curious about its potential uses. I was discussing with friends about the Cell processor, and some of the arguments were that it is difficult to program and difficult to optimize. One of the concerns was that the PPE (central processor) is "in
2009 Sep 16
3
How to extract a specific substring from a string (regular expressions) ? See details inside
Hi all, I have thousands of strings like these ones: "1159_1; YP_177963; PPE FAMILY PROTEIN" "1100_13; SECRETED L-ALANINE DEHYDROGENASE ALD CAA15575" "1141_24; gi;2894249;emb;CAA17111.1; PROBABLE ISOCITRATE DEHYDROGENASE" and various others.. I'm interested to extract the code for the protein (in this example: YP_177963, CAA15575, CAA17111). I
2009 Apr 23
1
[LLVMdev] Adding structures in a loop pass
Devang, Let me reframe my question.I require to keep this extra information as a structure so as to pass it around to other functions which require it. Specifically I am working on CellBE and wish to DMA this information to the SPEs The way of adding the information by PHI nodes will not suffise since the information may be very large in some cases which will need to be transfered by a DMA rather
2009 Dec 18
2
[LLVMdev] Compilation problem with JIT/Interpreter
Jerome: No, there are no plans to JIT to SPU. That's considerably more complicated -- you'd have to figure out when to JIT to the SPU and live with all of the constraints that the SPU imposes (data reformatting, r/w DMA, ensure your code lives in 256K unless you can manage to interface with the virtual I-cache work.) Basically, it's not trivial and it doesn't quite fit into the
2020 Aug 09
2
IPv6 auth failed
I am using latest Windows Thunderbird 68.11.0 and dovecot 2.3.10.1_2 with FreeBSD 12.1-RELEASE-p8. Whenever I enable dovecot IPv6 and I try to login I get auth failed. Aug 09 08:36:11 imap-login: Info: Disconnected: Inactivity (auth failed, 2 attempts in 180 secs): user=<user at domain.com>, method=CRAM-MD5, rip=1:2:3:4::5, lip=1:2:3:6::7, TLS,
2020 Aug 09
0
IPv6 auth failed
> On 09/08/2020 09:53 Lefteris Tsintjelis <lefty at spes.gr> wrote: > > > On 9/8/2020 9:51, Aki Tuomi wrote: > > > >> On 09/08/2020 09:15 Lefteris Tsintjelis <lefty at spes.gr> wrote: > >> > >> > >> I am using latest Windows Thunderbird 68.11.0 and dovecot 2.3.10.1_2 > >> with FreeBSD 12.1-RELEASE-p8. Whenever I
2016 Aug 05
4
Save user passwords in clear text
Is it possible to save user passwords as clear text through dovecot? I am currently using MD5 passwords and I allow only "plain and login? mechanisms but I want to switch my database to clear text as this will give me the ability to use more mechanisms such as CRAM-MD5. Is this possible? Thank you
2007 Oct 19
1
Contribution to speex
Hello, I'm Saad from Gamespy who makes use of the Library for Voice over IP on the PS3. We would like to contribute back some code that added/modified to compile and run on Sony's Playstation 3. What would be the process to do this? Thanks, --------------------------- Saad Nader Middleware Engineer Powered By Gamespy, IGN -------------- next part -------------- An HTML
2007 Oct 02
3
Multi-Thread Theora Encoder
Hello, I'm happy to announce I developed a Multi-Threaded version of the Theora encoder. I changed the Motion Vector Search part of the algorithm to be executed in parallel. I've chosen the Motion search part after a careful set of profilings that shown that the Motion Vector Search is responsible by 70% of CPU-time on average and up to 95% of CPU-time in some cases. I also have chosen
2008 Mar 24
2
CentOS 5.1 on PS3
Hi All, Does anyone here on the list have CentOS 5.1 running on a PS3? I would like to look at integrating a couple of PS3 nodes into our cluster for it's ability to use the Cell processor inside and was wondering if anyone had any experiences.
2009 Nov 18
1
[LLVMdev] Triple for PS3
Hi, I'm doing some preliminary work to get Clang to compile for PS3 targets. As an intermediate step in that direction, could someone do me the favor of reviewing and submitting the enclosed patch, or giving me feedback on it? Basically, I need to be able to differentiate the triple for a PS3 target. These are the triples currently used in the gcc-based compiler from the PS3 devkit:
2009 Mar 27
4
PS3
I have been planing on installing a Linux OS on my ps3 for some time and I came across a site that said that wine would allow me to play PC games on it. If this is true what OS would be best and other stuff like that.
2009 Jul 16
1
Hitman: Blood Money won't start (Fixes for some errors here)
Hi, I am trying to get Hitman Blood Money working on my Ubuntu 9.04 computer. Here are my specs though they are most likely irrelevant: Ubuntu 9.04 Jaunty Jackalope: no modifications to the kernel or Xorg or anything. AMD Sempron 3100+: Worked fine in Windows, works fine now. 1GB DDR Ram: Single stick, memtested and passed. ATi Radeon 3650 HD (1gb): Rare version of the 3600 series. Works fine in
2008 May 23
2
error on install with ps3
i have just downloaded the course code for wine for my ps3 but when i run './tools/wineinstall' i get the error message 'port.c:183:2: error: #error You must implement wine_switch_to_stack for your platform' i also get the error after i run 'make' (after i run ./configure' and 'make depend' now is it because wine does not support ps3?? or is there something i
2006 Nov 13
1
Install CentOS on PS3
Hi All, Anyone here going to try running CentOS 4 on a PS3? Is there even a PPC version of CentOS 4 available? Regards, Ranbir -- Kanwar Ranbir Sandhu Linux 2.6.18-1.2200.fc5 i686 GNU/Linux 18:03:48 up 3 days, 20:20, 1 user, load average: 1.68, 1.08, 0.86