search for: swathes

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

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
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
...rent 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 like this, vast swathes of the archive are deleted and redownloaded (I use -av --delete-after) for no reason other than the timestamp being different. If I use -av -I, will it ignore the timestamps and only go on file size? The archive in question is a several hundred GB linux distro archive so I'd rather not hav...
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
2009 Jan 18
1
using virtual memory in R
Hi, Im using R-2.8.1 on windows vista and have 4GB RAM. Im trying to run LDA from the MASS package on a fairly large dataset and keep running out of memory ("Cannot allocate vector of size ...) Ive tried freeing up as 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
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
2012 Oct 12
0
[LLVMdev] Newbie question for registering new target with LLVM
...e call ABIs correct). + Simple arithmetic to make sure I'm not being completely insane in my design decisions and get an idea of how the XXXInstrInfo.td will work + Stack spills and function prologue/epilogue. + Function calls and arguments. After about the second stage I was implementing wide swathes of the processor's instruction space, to give me the instructions needed to support the more complicated details. > 1.3) Please help me from anyone of llvm lovers :-) to proceed further. What > modifications required to generate rx assembly of hello word program. As far as a back...
2021 Jan 22
3
RHEL changes
On Fri, Jan 22, 2021 at 08:35:44PM +0000, Jamie Burchell wrote: > Can RH put a stop to projects like Rocky Linux? Yes, in two possible ways. First, Red Hat could stop making RHEL. The amount of work that goes into this is _quite_ significant, particularly in terms of the long-term stability that everyone is very excited about. Rebuild projects would then have nothing to rebuild. But, Red Hat
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???
On 03/03/2016 02:58 PM, Mark Milhollan wrote: > On Wed, 2 Mar 2016, Johnny Hughes wrote: >> On 03/02/2016 10:42 AM, Mark Milhollan wrote: > >>> I wish --security was functional > >>> I hope that the lack is not due to >>> the assumed use resulting in it being ignored. >> >> That is not the reason, > >> We do not have enough space
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
Hello all! I'm working on a library with bignum support, and I wanted to try LLVM as an apparently simpler and more portable system to my current design (a Haskell script which spits out mixed C and assembly). Porting the script to use the LLVM bindings instead of the current hack was pretty easy. But I have a few remaining questions: (1) Are bignums exposed to any higher-level
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,