search for: vorbis_dynam

Displaying 6 results from an estimated 6 matches for "vorbis_dynam".

Did you mean: vorbis_dynamic
2004 Sep 23
1
MSVC files include vorbisenc in the vorbis dynamic library
...orbisenc part (vorbisenc.c file, and vorbis_encode_* function names in the .def file) inside the vorbis library, and they also point to a non-existant file (bitbuffer.h) Here is a patch to fix this, in case you are interested (patch made on the win32 directory using TortoiseSVN) : Index: win32/vorbis_dynamic.dsp =================================================================== --- win32/vorbis_dynamic.dsp (revision 7777) +++ win32/vorbis_dynamic.dsp (working copy) @@ -170,10 +170,6 @@ # End Source File # Begin Source File -SOURCE=..\lib\vorbisenc.c -# End Source File -# Begin Source File...
2009 Apr 16
2
Query Regarding Vorbis Audio codec
Dear Moderator, I downloaded Vorbis 1.2.0 code from your website and I tried to build a project in Visual studio 2008, as the earlier version was created in VC 6 version it has been modified here. In the solution I have 6 projects vorbis_dynamic, vorbis_static, vorbisenc_dynamic, vorbisenc_static, vorbisfile_dynamic, vorbisfile_static. When I tried to built the project, it shows error that it cannot find ogg.h file which is not there in entire downloaded directory. So my queries are, 1. Where I can download ogg.h file 2. How to build the...
2004 Sep 14
2
OGGDS\OggSDK missing from svn
Hello, I am trying to get hold of the sources for the ogg vorbis DirectShow filter. I have checked out trunk\oggds, but the solution refers to projects under OggSDK, viz: "OggSDK\ogg\win32\ogg_dynamic.vcproj" "OggSDK\vorbis\win32\vorbis_dynamic.vcproj" "OggSDK\vorbis\win32\vorbisenc_dynamic.vcproj" ....which do not appear to be in subversion. The directories trunk/ogg/win32 trunk/vorbis/win32 appear to contain MSDEV6 versions of this code, but I would like to have the .NET versions if they are available. T...
2002 Jun 27
2
Borland compiler
Has anyone compiled the ogg and vorbis libraries with borlands c compiler (bcc32)? If so, are there any makefiles or similar available which can make it easier for me to do the same? /Erik <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-dev-request@xiph.org'
2001 Jan 27
0
Vorbis with BCB
...uses that :) {Building ogg_dynamic} I get this warning: [C++ Warning] vorbisfile.c(1133): W8065 Call to function 'host_is_big_endian' with no prototype. There is no prototype for 'host_is_big_endian' in 'vorbisfile.h'. But, it is just a warning, after all. {Building vorbis_dynamic} I get a set of errors, starting with this: [C++ Error] os.h(136): E2211 Inline assembly not allowed in inline and template functions. BCB doesn't like the inline MSVC assembly. This function is preceded by this code: #ifdef _WIN32 I changed it to this: #if defined(_WIN32) &&a...
2000 Dec 21
6
oggenc: feature request
I have a small feature request for oggenc: Can a command line option be added to allow the user to set the first serial number to be used for the output ogg stream? This only takes a few lines of code, actually. Rationale: it is quite helpful for debugging other encoders. If oggenc is the "reference" encoder, ensuring that your new whiz-bang encoder has diffable output to oggenc is a