search for: mcf

Displaying 20 results from an estimated 133 matches for "mcf".

Did you mean: mca
2013 Nov 05
2
[LLVMdev] Compiling issues: undefined reference to `.Lline_table_start1'
Hello LLVM, I encountered the following bugs when I compiled my program in debug version. Could someone help me with that ? Really appreciate that. Thanks, Take the mcf program in SPEC2K6 as example. The compiling options are : clang -O0 -c -emit-llvm -o obj/mcf.o -g -DSPEC_CPU mcf.c llvm-link -o mcf.bc obj/mcf.o opt -o mcf.opt.bc mcf.bc -O2 llc -O0 -relocation-model=static -o mcf.s mcf.opt.bc clang mcf.s -o mcf /tmp/mcf-CvkpnA.o:(.debug_info+0x48d): undefined r...
2013 Nov 05
2
[LLVMdev] Compiling issues: undefined reference to `.Lline_table_start1'
What do you mean by test case please ? Using the following commands to compile mcf program can reproduce such issue all the time. Probably it is my version's problem. Because I checked out 3.3version from SVN before published. Could you tell me where Manman modified ? I cannot port to new version very quickly after changing it a lot already. Thanks, - Pengcheng On N...
2013 Nov 05
0
[LLVMdev] Compiling issues: undefined reference to `.Lline_table_start1'
...se please? On Nov 5, 2013 10:10 AM, "lipengcheng" <pli at cs.rochester.edu> wrote: > Hello LLVM, > > I encountered the following bugs when I compiled my program in debug > version. > Could someone help me with that ? Really appreciate that. Thanks, > > Take the mcf program in SPEC2K6 as example. The compiling options are : > > clang -O0 -c -emit-llvm -o obj/mcf.o -g -DSPEC_CPU mcf.c > llvm-link -o mcf.bc obj/mcf.o > opt -o mcf.opt.bc mcf.bc -O2 > llc -O0 -relocation-model=static -o mcf.s mcf.opt.bc > clang mcf.s -o mcf > /tmp/mcf-CvkpnA.o...
2013 Nov 05
0
[LLVMdev] Compiling issues: undefined reference to `.Lline_table_start1'
Hi, What version of clang are you using? I think r174785 is the fix. Manman On Tue, Nov 5, 2013 at 11:04 AM, lipengcheng <pli at cs.rochester.edu> wrote: > What do you mean by test case please ? Using the following commands to > compile mcf program > can reproduce such issue all the time. > > Probably it is my version's problem. Because I checked out 3.3version from > SVN before published. > > Could you tell me where Manman modified ? I cannot port to new version > very quickly after changing > it a lot alr...
2013 Nov 05
1
[LLVMdev] Compiling issues: undefined reference to `.Lline_table_start1'
...t; Hi, > > What version of clang are you using? I think r174785 is the fix. > > Manman > > > On Tue, Nov 5, 2013 at 11:04 AM, lipengcheng <pli at cs.rochester.edu> wrote: > >> What do you mean by test case please ? Using the following commands to >> compile mcf program >> can reproduce such issue all the time. >> >> Probably it is my version's problem. Because I checked out 3.3version >> from SVN before published. >> >> Could you tell me where Manman modified ? I cannot port to new version >> very quickly afte...
2004 Sep 10
2
ACM for FLAC.
...;that was being looked at by Steve Lhomme? > > > Haven't heard anything here about it for a long time. Sorry, I sent my reply to engdev privately (because there's no good reply to). In short I haven't worked on it due to limitations on AVI and since then I've worked on MCF to get rid of these problems and be able to use good VBR codex. Hopefully when MCF is working I'll work on a UCI codec for FLAC (probably not an ACM).
2004 Sep 10
0
Re: ACM for FLAC.
...was being looked at by Steve Lhomme? > > Haven't heard anything here about it for a long time. > Sorry, I sent my reply to engdev privately (because there's no good > reply to). In short I haven't worked on it due to limitations on AVI and > since then I've worked on MCF to get rid of these problems and be able > to use good VBR codex. > Hopefully when MCF is working I'll work on a UCI codec for FLAC > (probably not an ACM). AVI sux. MCF and UCI are the answers ( IMHO ). I really hope we can find anybody else as a volunteer to implement a UCI interfac...
2012 Sep 28
1
blank plot----how do I make symbols appear
...script used: ---------------------------------------- HAND<-AllMal[,c(2,4,5)] na.omit(HAND)->HAND write.csv(HAND, "grip.csv") read.csv("grip.csv")->grip grip class(grip) class(HAND) grip$morph<-as.character(grip$Morph) morph<- grip$morph BML<-grip$BML grip$MCF->MCF reg1<-lm(BML~MCF,data=subset(grip,morph=="mel"));reg1 reg2<-lm(BML~MCF,data=subset(grip,morph=="tham"));reg2 reg3<-lm(BML~MCF,data=subset(grip,morph=="A"));reg3 reg4<-lm(BML~MCF,data=subset(grip,morph=="B"));reg4 reg5<-lm(BML~MCF,data...
2002 Sep 07
3
Website for Ogg/Vorbis support for MPEG4IP
Hi I have created a small website trying to document my Ogg/Vorbis support for MPEG4IP. You can find it here. http://www.maersk-moller.net/mpeg4ip/index.html Kind regards Peter Maersk-Moller --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing
2002 Sep 06
3
Header structure for &quot;video&quot; stream ?
I am writing a tool that gives information on movie files (http://avicodec.duby.info/) and I want to add ogg support. I have found full of information on ogg file format, vorbis file format, but nothing on the "video" bitstreams that I can found in some ogg files (with XVID movies mixed with vorbis audio for example). I can see that the "video" structe looks like this, but
2004 Sep 10
3
Project Announcement : New Media Container Format 'matroska'
Please allow me to announce the creation of a new open source Media Container Format, named 'matroska' Project page is here http://sf.net/projects/matroska ; homepage is http://matroska.sourceforge.net , HTML should be online soon. Steve 'robux4' LHomme and myself have left the MCF project because of incompatibilities of our work with the project goals defined by the founder of MCF ( TMF ), Lasse 'Tronic' Karkainen, especially with respect to the latest specs Steve had been writing and documenting here http://matroska.sourceforge.net/specs/ ( replace libmcf with libma...
2004 Sep 10
3
Project Announcement : New Media Container Format 'matroska'
Please allow me to announce the creation of a new open source Media Container Format, named 'matroska' Project page is here http://sf.net/projects/matroska ; homepage is http://matroska.sourceforge.net , HTML should be online soon. Steve 'robux4' LHomme and myself have left the MCF project because of incompatibilities of our work with the project goals defined by the founder of MCF ( TMF ), Lasse 'Tronic' Karkainen, especially with respect to the latest specs Steve had been writing and documenting here http://matroska.sourceforge.net/specs/ ( replace libmcf with libma...
2004 Sep 10
1
Re: [advocacy] Project Announcement : New Media Container Format 'matroska'
...ack filters until January/February 2003, and then the users will > decide > >what format they prefer. > > > This announcement is not about 'letting the users decide'. You It wasn't sent to users, but developpers. Users will decide later. But as some people heard of MCF, the same one would probably like to know about matroska. In a perfect world I would expect technical person to get a minimum interrest and if they find it interresting, dig more in the specs. But since it hardly happened with MCF, I doubt it will with matroska. Apparently people prefer to code...
2004 Sep 10
1
Re: [advocacy] Project Announcement : New Media Container Format 'matroska'
...ack filters until January/February 2003, and then the users will > decide > >what format they prefer. > > > This announcement is not about 'letting the users decide'. You It wasn't sent to users, but developpers. Users will decide later. But as some people heard of MCF, the same one would probably like to know about matroska. In a perfect world I would expect technical person to get a minimum interrest and if they find it interresting, dig more in the specs. But since it hardly happened with MCF, I doubt it will with matroska. Apparently people prefer to code...
2010 Dec 12
1
R Plots for Recurrent Events - Suggestions are needed
Hi, I am wondering if there is a simple way to plot MCF(mean cumulative function) for recurrent events in R? MCF (http://www.weibull.com/hotwire/issue57/relbasics57.htm) And do you have some other recommendation in visualize recurrent events? I did some research online. Some people use ggplot2 to plot MCF, but it requires some additional coding. http...
2002 Oct 04
5
Theora support in ffdshow a ffvfw
Hi, I'm developing ffdshow and ffvfw codecs for Windows. You can read more about them at http://cutka.szm.sk and http://sourceforge.net/projects/ffdshow. Stéphane Bérubé asked me recently if I could implement Theora support. I knew about first Theora release, downloaded its sources and tested it. I liked the results add decided to support it. I implemented encoding functionality into ffvfw,
2004 Sep 10
0
Re: UCI Project Announcement
...community. If you see something that looks wrong, > please feel free to contribute suggestions to the UCI-Devel maillist. > Thank you all for your kind consideration, > -alex Hi folks, please allow me to raise the subject again. Anybody had the time to check http://uci.sf.net yet ? The MCF team meanwhile has decided to use UCI as the only codec interface to libmcf, at least for native MCF streams. There was also interest from the XviD team to use UCI, at least in addition to the currently existing VfW interface. A mplayer wrapper for UCI seems feasible and the OpenBeOS mediakit peopl...
2002 Aug 06
1
Ambisonics
Hello, ist it possible to encode Ambisonics with Ogg/Vorbis? <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be
2010 Nov 13
3
[LLVMdev] tot clang/llvm and tot gcc performance comparision
...llvm gcc gcc vs LLVM 164.gzip 1268 1320 4.15% 175.vpr 1605 1534 -4.42% 176.gcc 2203 2315 5.08% 181.mcf 1625 1737 6.85% 186.crafty 2411 2307 -4.30% 197.parser 1173 1166 -0.57% 252.eon 2245 2464 9.72% 253.perlbmk...
2004 Jul 31
1
Patch: fix $-terminated MCF
...p at next '$' */ p = strchr(p+3, '$'); if (p != NULL) *password = t_strdup_until(*password, p); ... and I have ln -s 'J' /etc/malloc.conf on freebsd 5-current, so malloc'd memory isn't zeroed, causing a segfault. Is there some system that appends dollar signs to MCF formats? The commit message for r1.3 of password-scheme.c doesn't explain. Joshua. -- Joshua Goodall "as modern as tomorrow afternoon" joshua at roughtrade.net - FW109 -------------- next part -------------- A non-te...