Displaying 20 results from an estimated 200 matches similar to: "MMX version of Theora"
2010 May 20
10
Libtheora
Hi all,
I am Sahana. I am currently working on Libtheora for windows platform and
very new to it. I am getting a lot of compiling errors. Since Libtheora
depends on libogg and libvorbis i have added these as well to my workspace
in VC++ 6. I have a doubt regarding the x86 and x86_vc folders described in
the libtheora software.Since both these folders have the same set of files
which one do we
2004 Aug 06
2
compiling in windows
<p><p>Hi, I'm trying to compile speex in windows and I get this error: Linking...MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _malloc already defined in LIBCD.lib(dbgheap.obj)MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _free already defined in LIBCD.lib(dbgheap.obj)MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _memmove already defined in LIBCD.lib(memmove.obj)MSVCRTD.lib(MSVCRTD.dll) :
2004 Oct 09
3
Encoder not linking on win32?
I decided to bite the bullet and grabbed the latest changes out of
subversion. Compiled fine (with a few cast changes), but for some reason
none of the encoding functions are linking. (Decoding appears to link just
fine.) Any ideas what I did wrong?
Here's what I did:
1) Downloaded a clean copy of the latest contents of Subversion using:
svn co http://svn.xiph.org/trunk/theora
2)
2001 Oct 24
3
Almost there...
Ok, I managed to compile the Ogg and Vorbis libs. Then, after modifying
the file audio_out.c as follows:
original: #include <dlfcn.h>
modified: #include <win32/include/dlfcn.h>
I was able to (finally!) compile libao.
Then I tried to compile the module vorbis-tools, but uninvited problems
came to my party.
[...]
> /usr/bin/ld: multiple definitions of symbol _getopt
>
2003 Jun 09
0
CVS updates / moving to alpha 2
Win32 builds, encodes, and plays fine for me (as long as it's a 5-second clip of some girl singing out of tune...)
My notes:
looks like the example players still expect exactly three headers. As discussed I'm hoping we can rework it so unexpected headers do not error out. Everyone will undoubtedly be copping code from example_player.c or splayer.c, so we should try to fix this before
2009 Jul 29
3
Building on cygwin: xcrypt error
Any suggestions or thoughts are appreciated. I'm trying to build OpenSSH with a stable snapshot of Openssl 1.0.0, within cygwin. After much effort, the configure process (./configure --with-tcp-wrappers --with-ssl-dir=myssldir) went fine, though I was not able to successfully build due to an error:
gcc -o sshd.exe sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o sshp
ty.o
2010 Jun 04
0
(no subject)
Hi Sahana
I must admit I'm not an expert in Theora.
But the error message "Could not set keyframe interval to 64" might indicate that an
attempt to set the keyframe frequency failed.
Have a look at the keyframe_granule_shift attribute in the th_info struct.
It says: The maximum distance between key frames is 1<<keyframe_granule_shift.
So I could imagine that the error might
2005 Jan 05
1
Status of Windows Theora builds
Hi all,
Just a heads up to let you know that I've fixed up the Visual C++
project files so that libtheora and the associated experimental programs
(dumpvid/encoderwin/splayer/transcoder) builds on Windows again. I also
have good news and good news.
The bad news is: experimental\splayer doesn't work. It compiles, but
segfaults immediately when you try to play any Ogg file. The bug
2010 Jun 03
0
(no subject)
Hi all,
I am working on Libtheora. I have built the libtheora, libogg and libvorbis
static libraries in vc++6. I'm testing the encoder for theora.
I'm running tests on the encoder_example and i get the following errors in
command prompt.
C:\Users\Vista
Business\Desktop\sahana\libtheora-1.1.1\theora\testbench\Debug>te
stbench.exe -v 10 -o chk.ogv god.wav example.y4m-1
File god.wav is
2013 Mar 22
3
trouble with data frame
Hi everyone,
I am trying to use the values from every cell of the data frame in a
further calculation.
This is the code that I am using to catch every element of the data-frame.
while (a<=10)
{
while (b<=10)
{
n<-as.numeric(df[a,b)];
...;
}
}
The problem is that when I print out 'n' I get the following errors :
"NULL" (if printed without as.numeric), and
2000 Aug 28
6
Vorbis on Windows
Folks,
Has anyone successfully compiled the Vorbis source
code on Windows 98 with Visual C++ 6.0??
FR
__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
2000 Nov 12
2
This is not going well... but better than before!
Ok...
This is begining to go a bit better.... I have compiled 4 lib's and placed
them in my lib path.
ogg.lib
vorbis.lib
vorbisenc.lib
vorbisfile.lib
When I try and compile oggenc.c I still have link errors..
unresolved external symbol _vorbis_comment_clear
unresolved external symbol _optind
unresolved external symbol _optarg
unresolved external symbol _vorbis_comment_add_tag
2008 Jun 23
0
CentOS tools for public safety
A friend of mine from the CentOS community is extremely close to several
northern CA fires.
http://tinyurl.com/5vp933
http://tinyurl.com/3mk4ah
http://tinyurl.com/4jm67
Once things die down (he was evacuated last week), he and I are planning
on investigating various CentOS / nix public safety tools for future
events like this.
Any suggestions in this area would be greatly appreciate. I just
2003 Jul 23
1
Aspect ratio question
Hi,
despite the warnings on the website ;-) I played with the current CVS
source of theora on Windows 2000 w/ Microsoft Visual C++. The codec and
the "experimental" example programs compiled fine. I also encoded a 33
MB MPEG2 (?) video (3 minute trailer) to a 14 MB .OGG using "mplayer -vo
yuv4mpeg -ao pcm" and the "encoderwin" sample program, and play it with
the
2004 Sep 10
0
Linking against libFLAC_static.lib using MSVC
I'm having a hell of a time linking against libFLAC_static.lib on Win32:
link -out:blib\arch\auto\Audio\FLAC\Decoder\Decoder.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\Perl\lib\CORE" -machine:x86 Decoder.obj libflacsupport.lib C:\Perl\lib\CORE\perl58.lib C:\Perl\lib\CORE\libFLAC_static.lib -def:Decoder.def
Creating library
2005 Nov 28
1
Compile Encoder_example.c
Hi,
I'm a highschool student,
I'm looking for information about converting Wave file
(*.wav)
into Ogg file (*.ogg) and i found encoder_example.c
inside libvorbis's example directory. I try to compile
it using Microsoft Visual C++ 6.0 ,but it goes error
like this :
--------------------Configuration: encoder_example -
Win32 Debug--------------------
Linking...
encoder_example.obj :
2009 Feb 12
1
problem when using xapian's static libs in windows
I have download source ?1.10? from the internet
and build it into lib
Then I create a project as the helpdoc said
I using vc2005(vc8)
The source in my test project is as follow??copy from the helpdoc?
#include <xapian.h>
#include <iostream>
using namespace std;
int main(int argc, char **argv)
{
// Simplest possible options parsing: we just require three or more
2008 Oct 01
2
VS2005 build stability?
Hello! I couldn't find any recent discussion of this, so thought I'd
post, and I'm not clear who maintains the Win32 build environment or I'd
have contacted them directly. I've finally gotten around to turning
voice back on in my project, and I'm having issues with obtaining a
stable build in VS2005. I've checked out SVN trunk of obb (as libogg)
and speex, built
2013 Mar 19
4
Copying rows in data frames
Hi,
I'm trying to copy the first row of one data frame to another. This is the
statement I am using :
df2[1,]<-df1[1,];
I have printed them out separately:
df1[1,] = A C D E F
But after copying:
df2[1,] = 96 29 88 122 68
Why isn't it copying? They are both data frames, and "as.character" isn't
working either.
Thanks for your input :)
[[alternative HTML version
2010 Nov 17
0
Problem building libFLAC on Windows x64
Hi Sean,
You may find that the attached patch helps. Builds perfectly here using it.
John
On 17/11/2010 14:02, Sean Pappalardo wrote:
> Hello everyone.
>
> Due to problems with libsndfile's handling of FLAC files, Mixxx is
> going to use libFLAC directly in v1.9.0. I'm the Windows packager and
> am trying to build libFLAC on Windows x64 using MSVC 2008 and the
>