similar to: CVS

Displaying 20 results from an estimated 70000 matches similar to: "CVS"

2003 Jul 15
4
Vorbis Compile Win32
Hi, Can someone tell me how to compile the vorbis dlls under Windows? I've already got to the part, where I downloaded the sources from CVS. CH4R1ie <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
2002 Jan 03
3
Adding RC3 support to GoldWave
Here are some minor things I noticed when updating the vorbis module for GoldWave: Bitwise.c, line 175 and 207 Warning: Negative unsigned value ret=-1UL; Info.c, line 385 Warning: Unreachable code break; vorbisfile.c, line 1407 Warning: Call to function with no prototype int host_endian = host_is_big_endian(); fix: add 'void' to line 1339: static int host_is_big_endian( void )
2000 Nov 10
1
cvs trunk vorbis/ compile patches
ltconfig placeholder shoud be removed. Makefile.am : some stuff copied from branch_beta3 ogg lib must be added only where necesary. vq subdir Makefile.am'ized, (but installs nothing) made distclean target slightly more clean -- check it by hand first, please --- also you'll want to remove vq/Makefile if the ...am passes inspection ------------------------------------------------- diff
2003 Nov 16
1
win32 SDK call for help
Ok, so I've taken hold of this, and since this appears to be the only thing holding up 1.0.1, I have done what I think closes the loop...Based on the conversations here on the list I have made the following changes to the vc6 project files : - consistent runtime linking. They are ALL now using the Multithreaded static runtime. Hopefully this makes the generated DLLs the most portable. -
2001 Sep 04
2
Problems using vorbisfile.dll
Hello. Not certain this post belongs here, got a little confused about vorbis-dev / vorbis. If it doesn’t, please tell me so :) Well, on to the problem. I’m adding ogg support into an audio-player. For some reason I want it using vorbisfile threw the dll’s. It works just fine with the debug dll. No problems what so ever. But with the Retail dlls, when I call ov_open my memory gets messed up.
2001 Sep 25
3
[Newbie] getting up to speed
I've just started looking into using Ogg Vorbis for our streaming audio needs. We're doing games for MacOS, OS X and Win32. So far, after wading through the docs and sample code, I think I have a reasonably solid idea of how it all works. Now some questions: - currently my code is architected with a separate audio thread responsible for decoding chunks of compressed audio on demand
2001 Sep 05
4
Problems trying to run the examples in windows v orbis sdk
Yes, it works now. Thank you very much. -----Original Message----- From: Chris Wolf [mailto:cwolf@starclass.com] Sent: 05 September 2001 10:12 To: vorbis-dev@xiph.org Subject: Re: [vorbis-dev] Problems trying to run the examples in windows vorbis sdk On 9/4/2001 at 6:00 PM Pablos-Sanchez, Rolando wrote: >I have just downloaded the vorbis sdk for windows, for researching >purposes. >
2006 Jun 09
4
c++ Wav->ogg encoder
Hi I'm new with ogg and also with using third party libraries. I'm making a C++ PocketPC program and I need a simple wav->ogg encoder function. But as I have tried to use ogg vorbis libraries I don't know what or how to use them. I think that best way would be to use libogg 1.1.3 and libvorbis 1.1.2. Do I even need both of them, since I only need to have capability of
2003 Jul 08
2
OMF static LIBs for Borland ?
Hi, I have a problem and I hope that someone, possibly someone from Vorbis developing team, could help me out. My question is: "Are there OggVorbis static libraries in OMF format that can be statically linked to a Borland C++ Builder compiled applications?" Static LIBs that I found in Vorbis Win32 SDK are in COFF format, and therefore I was only able to link dynamically to DLLs.
2003 Jul 22
6
Seeking ogg-vorbis
Hi there. I have been hearing to ogg vorbis for maybe 2 years and I can only say: it is fantastic! Right now, I'm working in a project that uses ogg vorbis as the format for recording. I have now a working recording engine (I have recorded up to 8 channels at the same time and my computer uses only about 30% of the processor, wich is great in this project), and I'm starting with the
2003 Jun 12
1
redistributing the win32-dlls - commercial license?
hi there, i'm new to vorbis (this list and the spec) - and i'm pretty new to audio-programming in general. i have a question consurning the license of the win32-dlls i get when downloading the vorbis-win32-sdk: am i allowed to redistribute these libraries with a commercial program? i want our application to be able to save .ogg instead of .wav but it's an application that customers
2003 Aug 21
3
Ogg Vorbis SDK.
Hi, I've started making an Ogg Vorbis SDK, as per IRC topic instructions :) Some questions: Its just targetting MSVC right? Not borland/whatever? Should it install the headers/libraries in the msvc dir (c:\Program Files\Microsoft Visual Studio\VC98\(Include|Lib)), or should it put them in the same directory as the document (c:\Program Files\Ogg Vorbis SDK\(Include|Lib)), and have the sample
2005 Apr 03
3
Direct crash on ov_open
Greetings, I've just downloaded the Ogg/Vorbis Win32 SDK 'OggVorbis-win32sdk-1.0.1.zip' and made a test app to open an ogg file. But as soon as I call ov_open() the program crashes because of an access violation to address 0x00000010... This happens on both Release and Debug builds. The test app is simple: #include "vorbis/codec.h" #include "vorbis/vorbisfile.h"
2009 Sep 14
1
[libfishsound ] Using static libraries instead of DLLs
Dear, I'm sorry if this is not the correct list to post a question about libfishsound but I don't have found a specific one. I'm writing a library that use libfishsound for encode/decode speex and vorbis streams. I would like to incorporate all the functionalities into my static library without any dependencies on extern DLL. Is there a way to compile libfishsound using ogg, oggz,
2001 Oct 08
1
win32sdk shared memory issue
Hi vorbis-devs, I use the Ogg Vorbis libraries built from the win32sdk in winlame. Since the rc2 DLL's are not functioning, I compiled them by myself. The apparent reason is that some data arrays like _residue_P were not shared among DLLs. I looked at the code, and found that IMHO dirty hack in vorbis/win32/src/shmmap*.h that maps the data arrays. Why not placing the data arrays in
2000 Nov 18
0
Problem linking libvorbisfile on Mac OS X
I'm working on getting the Darwin/Mac OS X port of Vorbis up and running again and have run into problems building libvorbisfile. I have installed the latest libtool (1.3.5) and modified it to handle Darwin/Mac OS X better (to create shared libraries, dylibs, that can be linked against other dylibs instead of creating bundles which cannot be used as input to the linker). But, when it tries
2001 Jan 22
1
prebeta4 compile error
I can successfully compile the libogg prebeta4 tarball, but when I try to compile libvorbis I get make[2]: Entering directory `/home/me/dl/libvorbis-1.0prebeta4/lib' /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -o libvorbis.la -rpath /usr/local/lib -version-info 0:1:1 mdct.lo smallft.lo block.lo envelope.lo window.lo lsp.lo
2003 Oct 06
2
Question about distribution Vorbis software
Dear Sirs, we should like to use your software for compression our sound files. We use the following dlls: ogg.dll, vorbis.dll, vorbisenc.dll, vorbisfile.dll We will insert your copyright "Copyright ¿ 2003, Xiph.org Foundation" in the documentations of our software and the following text in our End-User License Agreement: "THIS SOFTWARE IS
2003 Aug 23
1
SDK
How about this: http://www.debenhamsuffolk.co.uk/t/SDK-22-08-03.exe [1654 kB] Its all now in one directory (even the dlls). And I added a small doc saying how to set up MSVC 6 for vorbis. Need someone with MSVC 7 to say where the options have moved to (as they no doubt have :) ... Who wants this by the way? --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
2002 Jun 26
1
Getting started with vorbisfile_example.c (MS VC 6)
Hello Hope you don't mind another newbie's question. Further to GIE's email about problems compiling decoder_example.c example (MS VC 7) using debug static ogg/vorbis libs, we'd appreciate any help getting the example files to compile on MS VC 6. The zip files we have downloaded are: libao-0.8.2.zip libogg-1.0rc3.zip libvorbis-1.0rc3.zip vorbis-sdk-1.0rc3.zip