search for: paltforms

Displaying 18 results from an estimated 18 matches for "paltforms".

Did you mean: paltform
2011 Jan 19
1
How to build Theora decoder on VC++ paltform
On 17.01.2011 12:35, Raju wrote: > Dear friends > Recently i have downloaded Theora video codec from http://www.xiph.org/ > , > here its having both encoder and decoder , how can i build only > decoder on VC + windows platform , if i build now i will be getting " > Cannot open include file: 'ogg/ogg.h': No such file or directory " > pls send me solution for
2007 Mar 07
1
Fwd: [videoblogging] Re: Fwd: Opera proposed Theora for native video playback in browsers
...support from the majority of users who are on windows or os x. Having dabbled with Linux I presume that most Linux users are used to having to put in some extra effort to think about these things, and choose open formats. If only the same enthusiasm could be transferred over to people on other paltforms. There desnt seem to be much of a problem with playing back theora files on OSX or Windows, as VLC and some other apps can play it, and quicktime & directshow stuff are available to enable playback within those systems. There does seem to be a lack of nice easy well-known encoder applicat...
2014 Nov 12
2
[RFC PATCH] virtio-mmio: support for multiple irqs
On 2014/11/11 23:11, Pawel Moll wrote: > On Tue, 2014-11-04 at 09:35 +0000, Shannon Zhao wrote: >> As the current virtio-mmio only support single irq, >> so some advanced features such as vhost-net with irqfd >> are not supported. And the net performance is not >> the best without vhost-net and irqfd supporting. > > Could you, please, help understanding me where
2014 Nov 12
2
[RFC PATCH] virtio-mmio: support for multiple irqs
On 2014/11/11 23:11, Pawel Moll wrote: > On Tue, 2014-11-04 at 09:35 +0000, Shannon Zhao wrote: >> As the current virtio-mmio only support single irq, >> so some advanced features such as vhost-net with irqfd >> are not supported. And the net performance is not >> the best without vhost-net and irqfd supporting. > > Could you, please, help understanding me where
2000 Jan 19
1
R for the Mac
Hello, usually work with S-plus and/or with R, which I do prefer, on a Window paltform. Now I downloaded R for the Mac (I run it on a G4 at home) but I found that many, too many functions are not available (svd, lm, glm and so on... but still the lapply is missing...!). I have ProFortran a C++ routine of my own but I can't pass them to that version of R. Is there anybody going to give a little
2006 Jul 25
0
Normalization problem
At first I would like to express the gratitude toward Oosting, J. and James MacDonal for their help solving the previous problem I posted on this forum. Now I have a new problem. I was trying to normalize set of microarray data on HGU133 paltform. I put all the HGU133A platform chips in one directory and all the other HGU133B chips on another directory. When I tried to normalized them using same
2005 Feb 08
1
Linux OS platforms
I have a question regarding to OS platform. As I see on Wiki -s homepage there are many type of linux version. And in some of them there are reported errors (regarding to asterisk ) for exemole in rad hat . Can you tell me what is the best linux paltform ,( version ), which is supported by digiroom card (T1 and TMD )and asterisk run on it stable ?. Which linux is prefereable ? for asterisk ?
2000 Mar 01
0
The domain logon problem!
Hello! I used SAMBA for more than 4 years (on many different paltforms). I have problem with domain logons. The problem is: 1. On my network is one logon server (SAMBA 2.0.6 RH61) 2. I have more that +350 PC and +3500 users 3. domain logons works (they are correctly setup - on the same configuration I work in different network - no problem) 4. Problem is in them th...
2004 Oct 09
2
R-2.0.0 and tcltk package
there does not seem to be a package "tcltk" on CRAN for 2.0.0. I have successfully installed the same package for 1.9.1. In essence I require the package for a GUI interface to setwd. All work fine with 1.9.1. This is on a Linux Debian unstable kernel 2.4.20 The build version of R 2.0.0 (issuing version whithin R) has the following platform i686-pc-linux-gnu arch i686 os
2010 Jun 14
3
[Bug 1781] New: Document how to use Solaris 10 /dev/random
https://bugzilla.mindrot.org/show_bug.cgi?id=1781 Summary: Document how to use Solaris 10 /dev/random Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Documentation AssignedTo: unassigned-bugs at mindrot.org
2003 Dec 29
5
Does Asterisk support legacy Dialogic products?
Hi all, I just checked out that Asterisk which is a platform I am interested of. I would like to install it to the Linux box for a trial. I have some legacy Dialogic hardware on hand, don't know they will work with Asterisk or not. For analog loop start interface I have Dialogic D/41 E which is of ISA bus with four Telco interfaces. Will it work on Asterisk? Best regards, Patrick.
2005 Oct 15
6
R GUI considerations (was: R, Wine, and multi-threadedness)
...;, a tooltip widget, a text widget with synthax colouring, a tree widget, etc. + some Windows specific stuff that help regarding problems like focusing on a Tk window, and communicating with other apps. However, I face the problem of installing all these additional widgets seemlessly under all paltforms supported by R. For the pure Tcl widgets, no problems. But for widgets with compiled code, like Tile or tkTable, this is much more difficult... And since I mainly work on Windows... 2) wxWidgets. This is a really great, very capable and platform-independent solution. I like very much James Wett...
2014 Nov 12
0
[RFC PATCH] virtio-mmio: support for multiple irqs
On Wed, 2014-11-12 at 08:32 +0000, Shannon Zhao wrote: > On 2014/11/11 23:11, Pawel Moll wrote: > > On Tue, 2014-11-04 at 09:35 +0000, Shannon Zhao wrote: > >> As the current virtio-mmio only support single irq, > >> so some advanced features such as vhost-net with irqfd > >> are not supported. And the net performance is not > >> the best without
2017 Jun 22
8
How to prevent optimizing away a call + its arguments
On Wed, Jun 21, 2017 at 05:25:04PM -0700, Mehdi AMINI via llvm-dev wrote: > Hi Kuba, > > Try: > > __attribute__(optnone) > > See > https://clang.llvm.org/docs/AttributeReference.html#optnone-clang-optnone Actually, it should be enough to use: __attribute__((noinline)) void please_do_not_optimize_me_away(int arg1, void *arg2) { asm
2014 Nov 13
1
[RFC PATCH] virtio-mmio: support for multiple irqs
On 2014/11/13 2:33, Pawel Moll wrote: > On Wed, 2014-11-12 at 08:32 +0000, Shannon Zhao wrote: >> On 2014/11/11 23:11, Pawel Moll wrote: >>> On Tue, 2014-11-04 at 09:35 +0000, Shannon Zhao wrote: >>>> As the current virtio-mmio only support single irq, >>>> so some advanced features such as vhost-net with irqfd >>>> are not supported. And the
2014 Nov 13
1
[RFC PATCH] virtio-mmio: support for multiple irqs
On 2014/11/13 2:33, Pawel Moll wrote: > On Wed, 2014-11-12 at 08:32 +0000, Shannon Zhao wrote: >> On 2014/11/11 23:11, Pawel Moll wrote: >>> On Tue, 2014-11-04 at 09:35 +0000, Shannon Zhao wrote: >>>> As the current virtio-mmio only support single irq, >>>> so some advanced features such as vhost-net with irqfd >>>> are not supported. And the
2014 Nov 04
6
[RFC PATCH] virtio-mmio: support for multiple irqs
As the current virtio-mmio only support single irq, so some advanced features such as vhost-net with irqfd are not supported. And the net performance is not the best without vhost-net and irqfd supporting. This patch support virtio-mmio to request multiple irqs like virtio-pci. With this patch and qemu assigning multiple irqs for virtio-mmio device, it's ok to use vhost-net with irqfd on
2014 Nov 04
6
[RFC PATCH] virtio-mmio: support for multiple irqs
As the current virtio-mmio only support single irq, so some advanced features such as vhost-net with irqfd are not supported. And the net performance is not the best without vhost-net and irqfd supporting. This patch support virtio-mmio to request multiple irqs like virtio-pci. With this patch and qemu assigning multiple irqs for virtio-mmio device, it's ok to use vhost-net with irqfd on