similar to: Winamp plugin compile problems and fix/docs

Displaying 20 results from an estimated 300 matches similar to: "Winamp plugin compile problems and fix/docs"

2008 May 18
2
Pure win32-thread library?
Hi all, Here''s my initial stab at a pure Ruby win32-thread library that doesn''t work at all. I''m not sure how to pass the start address of the arguments to the callback. I thought about Marshal, but you can''t marshal a proc. BTW, the CreateThread method in windows-pr needs to be updated for this to have any hope of success. Any ideas? Thanks, Dan #
2000 Jun 20
3
WinAmp Plugin
Hi, I downloaded afew off files from the site (www.vorbis.com) and also downloaded the winamp plugin (dll file), but I am unable to play the off files. -- Ramakrishnan.M | Phone : (+91-80)-5099132 DSP Applications Group, Texas Instruments | email : rkrishnan@ti.com Bangalore, India | rkrishnan_m@yahoo.com ---
2002 Mar 21
4
ExitThread won't.
Okay, so with complete lack of any other ideas, I tried to figure out what was wrong with my app (Proxomitron), which is leaving unkillable processes around. So I went into ExitThread, and added something like: DPRINTF("%08lx:Exiting thread...(%d)\n", GetCurrentThreadId(),getpid()); exit(code); right at the top of the function. And, lo and behold, the processId matches the
2019 Apr 26
2
[ASan][Windows] Interceptor function type not compatible with intercepted function
Hi, I triggered a build failure on a Windows-sanitizer by making the sanity checking in `ASAN_INTERCEPT_FUNC` a bit stricter. My best guess is that the type of the defined interceptor is not compatible (in C++ typing terms) with the “real” function. This seems to be the case for the following 2 functions: CreateThread “no conversion”: From: 'DWORD (__cdecl *)(void * ,
2002 Jun 13
1
virtualdub
The exact problem is that it hangs when i try to play a divx file with these 2 lines : fixme:thread:SYSDEPS_SpawnThread CreateThread: stub fixme:thread:SYSDEPS_SpawnThread CreateThread: stub then all i can do is kill the process. thanks for any advice On Fri, 2002-06-07 at 11:49, FireWire BSD wrote: > Hi, > I was using 2002.05.09 with FreeBSD 4.6RC and virtualdub 1.4.10 with > no
2013 Oct 06
0
example_encoder.c patch to read successfully from FIFOs
Hello, Some years back I tried to use example_encoder.c with mkfifo FIFO buffers to encode content as it was being decoded by mplayer. This deadlocks, because to do this you need two FIFOs (one for decompressed audio and one for video) that mplayer alternates writing output to, and that encoder_example similarly alternates reading chunks of audio and video input from. The trouble is, mplayer
2005 Nov 26
1
Another patch of win32-service for nice startup.
Hi, I believe this patch would be a perfect solution for a lengthy initialization application. Added hStartEvent, service_init, checkpoint increments. ============================================================ --- temp/service.c 2005-11-27 00:03:30.000000000 +0900 +++ service.c 2005-11-27 00:01:58.000000000 +0900 @@ -14,6 +14,7 @@ static VALUE cDaemonError; static VALUE rbServiceStruct,
2009 Apr 25
2
patches mentioned in bug report comments
Where are the patches mentioned in the bug report comments? The specific one I'm refering to is http://bugs.winehq.org/show_bug.cgi?id=15323#c12. The comment mentions that it's attached, but I can't seem to access the attachment.
2012 Nov 30
1
CreateThread failure since R 2.15.2 (32-bit)
Dear R users & developers, I coming across the following issue since R 2.15.2 32-bit (running on Windows XP 32.bit; some output left out for conciseness): > setInternet2(TRUE) > require(rJava) > .jinit() > getCRANmirrors() > system("ls" , intern = TRUE) Error in system("ls", intern = TRUE) : CreateThread failed My details are as follows: >
2000 May 22
1
Re: WinAmp OGG Output Plugin
This message appeared in my inbox over the weekend. A useful idea although I have not reviewed the code. Might someone on the list (or the original author) be interested in running with it? Monty > Hello - > I hacked up an ogg winamp output plugin based on the vorbis > example_encoder and the out_raw winamp sdk sample. It requires the same > deal as the winamp input plugin
2001 Feb 03
0
Winamp plugin annoyance
Hello, When the Winamp plugin is playing an Ogg Vorbis file, if you try to scroll the playlist so that the title of the Ogg file scrolls out of view, it jumps back again, which is very annoying. The fix: In function DecodeThread, replace if(lostsync || (decode_pos_ms - lastupdate > 500)) { ... mod.SetInfo(bitrate / 1000, samplerate / 1000, num_channels, 1); by if(lostsync ||
2001 Mar 04
1
Winamp plugin playlist behavior
Hello vorbis-dev@xiph.org! I used to be an MP3-addict, but beta4 convinced me so from now on I decided to convert all my new audio to OGG :) I'd just like to point out a strangeness in the Winamp plugin behavior - try this: Start playing a vorbis file, then click List Options->New List, after that add a playlist or a stand-alone music file to the list; almost immediately the first item
2010 Jan 13
3
Live webcam stream with Theora
Hey all, I've setup a simple page that just displays a live webcam stream of me at work, and it supposedly falls back onto Cortado if your browser doesn't support the <video> tag. The URL is here: http://media.basilgohar.com/stream/ There's been a lot of talk about live streaming and low bitrate streams. Here is my command line (I've posted this before): time ffmpeg -f
2000 Dec 13
2
WinAmp Plugin with HTTP Streaming Support
I finally figured out why I was having so many problems with MSVC 5. Compiler optimizations were doing BAD things. :-( Anyway, here's the goodies: http://www.javasource.org/in_vorbis.dll If you just want the plugin. http://www.javasource.org/in_vorbis.zip For the source. If somebody can get a working version from MSVC 6 please send it back to me and I'll make it available. That
2001 Nov 11
1
can I use _beginthread and _endthread in winelib ?
hi, how can I use _beginthread with winelib (I get "undefined reference") ? thanks, -- Felix Natter
2000 Sep 05
2
docs URL
Hi. I've put up some docs related to my first encounter with the vorbis source code at http://surf.chimie.uqam.ca/~kruus/vorbis/encoder/index.html It documents a newbie's first look and [serious] attempts to trace through examples/example_encoder.c . Don't laugh too hard! Even though the docs are quite un-doc-like, I've stopped working on them indefinitely, since Monty
2002 Mar 20
0
unkillable wine.bin processes
I'm using an html filter (ala junkbusters) called Proxomitron (proxomitron.cjb.com) through wine. I find that this program works great, except that it leaves a trail of unkillable wine.bin jobs whenever it retrieves a web page. Going to a page like slashdot results in ~8 wine.bin jobs that will never die, and can't be killed. (I am using wine from CVS as of 3/12/02 or so) Thinking
2006 May 10
1
A/V sync. problems with NTSC DVD source
Hi, I decided to try Theora and encoded a PAL DVD. I was very pleased with the result. It's better than "DiVX" for the same bitrate, I think, and the audio is clearly superior to MP3 audio. However, I'm having serious troubles encoding NTSC DVDs and getting the video and audio durations to match. I read some messages on this list about such problems and so what I am doing
2015 Nov 11
4
UPnP support in tinc
Hi Guus, Unfortunately, I often notice that even with the advanced UDP hole punching mechanisms that tinc uses, I still come across cases on my network where two nodes behind NATs cannot talk to each other because one of the nodes is behind a "strict" NAT that won't use consistent source ports for UDP packets that are sent to different destination addresses. More formally, this
2009 Jan 07
3
[LLVMdev] LLVM optmization
The following C test program was compiled using LLVM with -O3 option and MSVC with /O2. The MSVC one is about 600 times faster than the one compiled with the LLVM. We can see that the for loop in MSVC assembler is solved in the optimization pass more efficiently than that in LLVM. Is there an way to get a optimization result in LLVM like that of the MSVC? Manoel Teixeira #include