search for: juhani

Displaying 20 results from an estimated 49 matches for "juhani".

2009 Sep 06
4
Accelerated video output with ffmpeg2theora 0.24
...00, bitrate: 107321 kb/s Stream #0.0: Video: rawvideo, yuyv422, 720x576, 25 tbr, 25 tbn, 25 tbc Stream #0.1: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s Resize: 720x576 0:02:36.76 audio: 78kbps video: 8080kbps, time elapsed: 00:13:26 $ ffmpeg2theora --inputfps 25 -F 25 196X\ Juhani\ pienen?\ LAAJEMPI\ VERSIO.AVI Input #0, avi, from '196X Juhani pienen? LAAJEMPI VERSIO.AVI': Duration: 00:01:59.59, start: 0.000000, bitrate: 109973 kb/s Stream #0.0: Video: rawvideo, yuyv422, 720x576, 25.02 tbr, 25.02 tbn, 25.02 tbc Resize: 720x576 0:01:19.31 audio: 0kbps v...
2009 Oct 01
10
ffmpeg2theora 0.25 synchronization issues when converting from .mov
Has anyone noticed this? I have a video made with Final Cut Pro, which I convert to .mov via Compressor. This .mov file plays back fine in Quicktime. But when I then use ffmpeg2theora to convert to ogv, the video seems to play back too fast compared to the audio (I'm using VLC 1.0.2, the latest I believe, to play back the ogv file, and I also have an app that uses the recently
2009 Oct 12
2
[LLVMdev] [PATCH] docs/Bugpoint.html: mention -debug-pass=Arguments
Hi, when reporting http://llvm.org/bugs/show_bug.cgi?id=5104 I spent quite a while trying to figure out what passes are used by "-O1" so that I could give this list to bugpoint. It turns out -debug-pass=Arguments is mentioned in docs/HowToSubmitABug.html but under a chapter titled "Compile-time optimization bugs" which I naively ignored since my bug was not a compile-time
2017 Mar 21
2
Re: libvirt-guests and time sync on autostart vms
On Mon, Mar 20, 2017 at 9:58 PM, Timo Juhani Lindfors <timo.lindfors@iki.fi> wrote: > ıuoʎ <yonjah@gmail.com> writes: >> I have a host running a few guests all configured to autostart. >> I'm also using libvirt-guests to suspend the guests when the host >> restarts or shuts down > > I have a similar...
2009 Nov 17
0
[LLVMdev] lli -force-interpreter complains about external function
Timo Juhani Lindfors wrote: > Nick Lewycky<nicholas at mxc.ca> writes: >> The interpreter uses libffi to make external function calls. However, it >> needs to be detected at LLVM's compile time. If you're using the >> released packages, we disabled that because we were worri...
2009 Oct 16
2
[LLVMdev] strace for whole-program bitcodes
Daniel Dunbar wrote: > On Thu, Oct 15, 2009 at 7:14 AM, Timo Juhani Lindfors > <timo.lindfors at iki.fi> wrote: >> Tianwei <tianwei.sheng at gmail.com> writes: >>> someone suggested me to use gold-plugin, I know nothing about it yet, I will >>> have a try later. Does anyone have a good solution for this problem? >> Afai...
2009 Nov 16
3
[LLVMdev] lli -force-interpreter complains about external function
Nick Lewycky <nicholas at mxc.ca> writes: > The interpreter uses libffi to make external function calls. However, it > needs to be detected at LLVM's compile time. If you're using the > released packages, we disabled that because we were worried about users > who don't have libffi installed. This seems to be quite a common problem (I too hit it once, thought it
2009 Sep 29
1
[LLVMdev] converting x86 instructions to LLVM instructions
* Timo Juhani Lindfors (timo.lindfors at iki.fi) wrote: > Hi, > > Alexandre Gouraud <alexandre.gouraud at enst-bretagne.fr> writes: > > if it does not already exists, could it mean it is a nonsense, then why? > > Why don't you compile your program directly to LLVM bitcode? - In s...
2009 Oct 15
0
[LLVMdev] strace for whole-program bitcodes
On Thu, Oct 15, 2009 at 7:14 AM, Timo Juhani Lindfors <timo.lindfors at iki.fi> wrote: > Tianwei <tianwei.sheng at gmail.com> writes: >> someone suggested me to use gold-plugin, I know nothing about it yet, I will >> have a try later.  Does anyone have a good solution for this problem? > > Afaik gold does not...
2013 Aug 09
1
Why libnetfilter_queue is missing from CentOS, but available in, Fedora?
...architecture. Finally have Fedora 18 and 19 available, but have hit a stumbling block with Centos 6. They tell me they are not finding libnetfilter_queue. Here is their message to me: On 08/08/2013 02:03 PM, Miika Komu wrote: > Hi Robert, > > a bug fix exists in the trunk, thanks to Juhani. Do you know why > libnetfilter_queue is not available for CentOS? Do you know any CentOS > maintainers? > > On 13/03/13 15:00, Robert Moskowitz wrote: >> Here you go! >> >> >> -------- Original Message -------- >> Subject: Re: libipq and Fedora 18 >&gt...
2009 Nov 18
2
[LLVMdev] lli -force-interpreter complains about external function
...========= $ llvm-gcc -o phello.bc -emit-llvm -c phello.c $ lli -force-interpreter=true phello.bc 0 lli 0x08796bf8 Segmentation fault $ lli phello.bc Hello from 0. Hello from 1. Hello from 2. Hello from 3. On Tue, Nov 17, 2009 at 2:52 AM, Nick Lewycky <nicholas at mxc.ca> wrote: > Timo Juhani Lindfors wrote: > >> Nick Lewycky<nicholas at mxc.ca> writes: >> >>> The interpreter uses libffi to make external function calls. However, it >>> needs to be detected at LLVM's compile time. If you're using the >>> released packages, we disab...
2009 Sep 29
4
[LLVMdev] converting x86 instructions to LLVM instructions
...) or is it just a matter of two weeks? And if it does not already exists, could it mean it is a nonsense, then why? Finally about your proposition using valgrind, I think I will stick to windows tools because this is what I know better. But it was ironic, wasn't it? Alexandre. 2009/9/29 Timo Juhani Lindfors <timo.lindfors at iki.fi> > Alexandre Gouraud <alexandre.gouraud at enst-bretagne.fr> writes: > > like to write the same kind of thing, but not using QEMU as they claim in > > the paper, but rather with my own pin tool. > > You could also use valgrind to c...
2009 Oct 30
2
[LLVMdev] strace for whole-program bitcodes
...erence P (HP Labs Researcher)" <terence.p.kelly at hp.com>; < > llvmdev at cs.uiuc.edu> > Sent: Thursday, October 15, 2009 8:38 PM > Subject: Re: [LLVMdev] strace for whole-program bitcodes > > > Daniel Dunbar wrote: > > On Thu, Oct 15, 2009 at 7:14 AM, Timo Juhani Lindfors > > <timo.lindfors at iki.fi> wrote: > >> Tianwei <tianwei.sheng at gmail.com> writes: > >>> someone suggested me to use gold-plugin, I know nothing about it yet, I > will > >>> have a try later. Does anyone have a good solution for th...
2009 Oct 15
2
[LLVMdev] strace for whole-program bitcodes
Tianwei <tianwei.sheng at gmail.com> writes: > someone suggested me to use gold-plugin, I know nothing about it yet, I will > have a try later. Does anyone have a good solution for this problem? Afaik gold does not help here. I tried it and managed to only generate native code. I'm currently investigating an alternative approach to produce whole-program bitcodes: 1) add
2009 Oct 29
0
[LLVMdev] strace for whole-program bitcodes
...zuster.org> Cc: "Kelly, Terence P (HP Labs Researcher)" <terence.p.kelly at hp.com>; <llvmdev at cs.uiuc.edu> Sent: Thursday, October 15, 2009 8:38 PM Subject: Re: [LLVMdev] strace for whole-program bitcodes Daniel Dunbar wrote: > On Thu, Oct 15, 2009 at 7:14 AM, Timo Juhani Lindfors > <timo.lindfors at iki.fi> wrote: >> Tianwei <tianwei.sheng at gmail.com> writes: >>> someone suggested me to use gold-plugin, I know nothing about it yet, I will >>> have a try later. Does anyone have a good solution for this problem? >> Afai...
2009 Nov 18
0
[LLVMdev] lli -force-interpreter complains about external function
...$ lli -force-interpreter=true phello.bc > 0 lli 0x08796bf8 > Segmentation fault > $ lli phello.bc > Hello from 0. > Hello from 1. > Hello from 2. > Hello from 3. > > > On Tue, Nov 17, 2009 at 2:52 AM, Nick Lewycky <nicholas at mxc.ca> wrote: > >> Timo Juhani Lindfors wrote: >> >>> Nick Lewycky<nicholas at mxc.ca> writes: >>> >>>> The interpreter uses libffi to make external function calls. However, it >>>> needs to be detected at LLVM's compile time. If you're using the >>>> rel...
2009 Oct 30
0
[LLVMdev] strace for whole-program bitcodes
...zuster.org> Cc: "Kelly, Terence P (HP Labs Researcher)" <terence.p.kelly at hp.com>; <llvmdev at cs.uiuc.edu> Sent: Thursday, October 15, 2009 8:38 PM Subject: Re: [LLVMdev] strace for whole-program bitcodes Daniel Dunbar wrote: > On Thu, Oct 15, 2009 at 7:14 AM, Timo Juhani Lindfors > <timo.lindfors at iki.fi> wrote: >> Tianwei <tianwei.sheng at gmail.com> writes: >>> someone suggested me to use gold-plugin, I know nothing about it yet, I will >>> have a try later. Does anyone have a good solution for this problem? >> Afaik...
2009 Nov 18
3
[LLVMdev] lli -force-interpreter complains about external function
...egmentation fault > $ lli phello.bc > Hello from 0. > Hello from 1. > Hello from 2. > Hello from 3. > > > On Tue, Nov 17, 2009 at 2:52 AM, Nick Lewycky <nicholas at mxc.ca > <mailto:nicholas at mxc.ca>> wrote: > > Timo Juhani Lindfors wrote: > > Nick Lewycky<nicholas at mxc.ca <mailto:nicholas at mxc.ca>> writes: > > The interpreter uses libffi to make external function > calls. However, it > needs to be detected at LLVM's com...
2009 Sep 29
0
[LLVMdev] converting x86 instructions to LLVM instructions
Alexandre Gouraud <alexandre.gouraud at enst-bretagne.fr> writes: > like to write the same kind of thing, but not using QEMU as they claim in > the paper, but rather with my own pin tool. You could also use valgrind to convert x86 to valgrind's IR and then write a tool to convert that IR to LLVM.
2009 Sep 29
0
[LLVMdev] converting x86 instructions to LLVM instructions
...g valgrind, I think I will stick to > windows tools because this is what I know better. But it was ironic, wasn't > it? You might want to have a look at DynamoRIO: http://code.google.com/p/dynamorio/ It is also avialable for Windows. Martin > > Alexandre. > > 2009/9/29 Timo Juhani Lindfors <timo.lindfors at iki.fi> >> >> Alexandre Gouraud <alexandre.gouraud at enst-bretagne.fr> writes: >> > like to write the same kind of thing, but not using QEMU as they claim >> > in >> > the paper, but rather with my own pin tool. >>...