search for: swaths

Displaying 20 results from an estimated 67 matches for "swaths".

2005 Aug 24
1
Testing libtheora-1.0alpha5
Hi, I sent the message below a couple of months ago but I got no reply. Now that there's more activity perhaps someone could kindly provide me some guidance. Theora is great and the developers are doing a wonderful job, so I'd like to implement the codec in a way which does it justice... Original post: I wrote a plugin to enable LiVES (a video editor) to encode theora/vorbis/ogg files.
2005 Jul 15
0
Tips for theora encoding?
Hi, I wrote a plugin to enable LiVES (a video editor) to encode theora/vorbis/ogg files. I'm looking for some advice towards improving quality. If someone would like to help me test this please note that you'll need MPlayer, ImageMagick, sox, the encoder_example from libtheora (somewhere in the PATH), and Python 2.3.0 (this is fairly all standard stuff). Consider the following clip:
2005 Jul 15
0
Theora encoding tips
Hi, I sent this message to the theora list but I'm not sure if it got through (activity seems to be very low, regardless). I'm hoping I have better luck here. I wrote a plugin to enable LiVES (a video editor) to encode theora/vorbis/ogg files. I'm looking for some advice towards improving quality. If someone would like to help me test this please note that you'll need MPlayer,
2005 Jun 23
3
I NEED LINUX/W2K LAN ASSISTANCE
I am challenged to bring up a 5 nodes Linux/w2k small LAN and following samba server step by step by Ying Zhang to implement this. inetd.conf that should contain a line like: swat stream tcp nowait: 400root/user/sbintcp swath is not found at /etc/ where else can i find it. Francis Boro Nigeria
2015 Jan 27
2
[LLVMdev] Embedding cpu and feature strings into IR and enabling switching subtarget on a per function basis
On Mon, Jan 26, 2015 at 9:53 PM, Eric Christopher <echristo at gmail.com> wrote: > As I said in my first email perhaps the TTI->FTTI transition is a good > place to start working here without having to worry much about redoing huge > swaths of llvm. FWIW, TTI is next on my hit list for porting to the new pass manager. In order to work in that world, the entire thing needs to be simplified to not be an analysis group and it needs to be split into per-module TTI and per-function TTI. I'm working on this *right now*, but let me kno...
2016 May 31
1
Signed Division and InstCombine
On 31 May 2016 at 16:02, Dilan Manatunga <manatunga at gmail.com> wrote: > Just to verify, a 16-bit divion of INT16_MIN by -1 results in INT16_MIN > again? No, "sdiv i16 -32768, -1" is undefined behaviour. The version with an "sext" and "trunc" avoids the undefined behaviour and does return -32768. > If the issue only occurs in this case, why
2004 Nov 12
2
timestamp question
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Rsync server A is the master server, Servers B and C are is different parts of the world, and are set to mirror server A on a regular basis, but at different actual times (due to TZ differences). Server D is mirroring Server B. We'd like to change Server D to be mirroring Server C instead. Previously when I've swapped between servers
2013 Nov 18
1
dashboard
Hi, I spent a lot of time with Puppet Enterprise and like it. Lately, I''ve been doing Open Source Puppet. The question has come up: does OSP have any kind of web-facing methodology for applying one or more patterns against swaths of instances? Do tell me we don''t have to roll our own with cli going to a web front-end we have to design. Stuart -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails f...
2009 Jan 18
1
using virtual memory in R
...much memory as possible with gc(). I tried using the ff package but that would need modifications to the way LDA accesses the memory mapped data. The error I get is "invalid 'type' (list) for variable ..." Basically, I need someone's help on how I can force R to use the large swaths of empty space on my hard drive as virtual memory. As I understand it, virtual memory increases the address space. So, why isnt R capable of using my hard drive. I dont mind the hit in performance. How do I get this to work? And if I cant why cant I? Any help would be sincerely appreciated. Thank...
2010 Feb 09
2
Security Logging
Hello list, I've got a client who's weak sip passwords are being guessed by remote entities who then connect to their server and use it to wardial large swaths of numbers. When they start receiving complaints, they call me and I add the ip address of the remote user to the iptables drop list. At the same time, my own personal asterisk server, using strong sip passwords, has seen connections from remote entities. I'm not sure how these passwor...
2012 Oct 12
0
[LLVMdev] Newbie question for registering new target with LLVM
Hi, > 1.1) Please verify all above change(s) are OK? or I have modify some code? Parts will almost certainly have to change in future, but if it builds that's an excellent first step. > 1.2) In LLVM, can we proceed our development like as GCC i.e. incremental > approach? In case of yes, please provide me any reference. Incremental is definitely possible. I started out with
2021 Jan 22
3
RHEL changes
...build. But, Red Hat isn't going to do that, because RHEL is important to Red Hat both as a product and as a base for the company's other projects. Second, Red Hat goes way beyond the obligations of the licenses of many of the pieces of software that comprise the distribution. Large, vital swaths of RHEL are not under "copyleft" style licenses. Without the full source published in a regular and timely manner, rebuilds couldn't exist. But, Red Hat isn't going to do that, for a number of reasons but mostly because free and open source is essential to what Red Hat *is* as a...
2016 Mar 02
2
OpenSSL Update - not a security update???
On 03/02/2016 10:42 AM, Mark Milhollan wrote: > I understand that some people might be trying to cherry-pick their > updates and the assertion that doing so is not supported. But that is > not the only way in which --security can be used and it is a bit boring > to continually see whining about the assumptive use. > > For me it is about scheduling -- it would answer the
2009 Sep 23
3
[LLVMdev] [cfe-dev] thoughts about n-bit bytes for clang/llvm
I am trying to gauge how much interest there is in supporting non-8- bit byte targets. Other than myself, Ken Dyck of ON Semiconductor has a 24-bit machine he is trying to support. We have been working jointly on this but we are also both new to Clang and LLVM. Although both of our processors are not mainstream, Ken points out that Texas Instruments the C5000 series is also 16-bit
2016 Mar 07
3
OpenSSL Update - not a security update???
...; the data required for the xml file is not redistributable. > > That does sound like it is being ignored, because you know you can't do > it. > > As things stand. > > (I think you should put all this in an/the FAQ then point people to it, > instead of sending large swaths of the same words yet again, which must > surely be frustrating.) > > But the project could lobby Red Hat for access to the file, whether for > just CentOS (RH has done things just for CentOS before) or for the wider > community of rebuilders. I can't know if this has been a...
2012 Oct 12
3
[LLVMdev] Newbie question for registering new target with LLVM
Hi all, llvm newbie here. I'm trying to learn porting with llvm for study purpose. This is my first query on llvm mailing list.I have some idea about GCC. I choose 'rx' as a target to port as it is also available in GCC. I have done some initial changes with llvm source code to register target with llvm. I need to verify these changes. Can anyone please take a chance to verify it.
2011 Mar 30
1
[LLVMdev] Bignums
...questions: (1) Are bignums exposed to any higher-level language? It would be nice to be able to write all the code in C and compile it with Clang... but I need 256-bit integer support. (2) Is there a way to convince LLVM's register allocator to do the right thing on x86? I'm getting swaths of code like: movq 88(%rsp), %rax mulq 112(%rsp) movq %rax, %r15 addq %r11, %r15 movq %rdx, %r14 adcq %rcx, %r14 adcq $0, %r9 (that's a 64x64 -> 128-bit multiply with 192-bit accumulate.) The problem is, %r...
2009 Nov 18
1
[LLVMdev] testing ABCD?
Is the ABCD pass ready for stress testing? If so, we can do some of this. I guess it would be ready for stress testing if: - it already works fairly well for moderate-sized inputs - someone is willing to act on bug reports Thanks, John Regehr
2016 May 31
2
Signed Division and InstCombine
On 31 May 2016 at 15:42, Tim Northover <t.p.northover at gmail.com> wrote: > A 16-bit division of INT16_MIN by -1 is undefined behaviour but the > original ext/trunc version is well-defined as 0. Sorry, INT16_MIN again actually. The main point still stands though, I think. Tim.
2016 May 31
0
Signed Division and InstCombine
Just to verify, a 16-bit divion of INT16_MIN by -1 results in INT16_MIN again? If the issue only occurs in this case, why aren't there checks to see if we can simplify sdiv in cases where we know that numerator is not INT16_MIN or the denominator is not -1. For example, we could simplify divides involving one operand constants. Is it because this case is most likely rare? -Dilan On Tue,