similar to: Compile libtheora 1.0beta3 with VS2005

Displaying 20 results from an estimated 3000 matches similar to: "Compile libtheora 1.0beta3 with VS2005"

2011 Apr 22
2
Can't compile libtheora vs2010
I'm getting errors like so on initial build of libtheora - 1>c1 : fatal error C1083: Cannot open source file: '..\lib\dec\x86_vc\x86stat.c': No such file or directory 1> mmxstate.c (TaskId:16) 1>c1 : fatal error C1083: Cannot open source file: '..\lib\dec\x86_vc\mmxstate.c': No such file or directory 1> mmxloopfilter.c (TaskId:16) 1>c1 : fatal error C1083:
2009 Jan 07
2
\iaxclient-2.0.2 compile problem
Hi, I had downlaoded iaxclient-2.0.2 and complie project *\iaxclient-2.0.2\contrib\win\vs2005* ** It gives many83 fatal and file missing error of file missing Error 1 fatal error C1083: Cannot open include file: 'portaudio.h': No such file or directory d:\mohit\asterisk\iaxclient-2.0.2\iaxclient-2.0.2\lib\portmixer\px_win_wmme\px_win_wmme.c 40 Error 2 fatal error C1083: Cannot open
2009 Jul 25
1
compiling libtheora-1.1alpha2
i am trying to compile libtheora-1.1alpha2 on a ubuntu system i cant understand what the error message is " libtool: Version mismatch error. This is libtool 2.2.6 Debian-2.2.6a-1ubuntu1, but the libtool: definition of this LT_INIT comes from libtool 2.2.4. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 Debian-2.2.6a-1ubuntu1 libtool: and run autoconf again. make[2]:
2008 Jun 30
1
building theora for windows
Hi, I?m trying to build a static theora library for windows from sources with Visual Studio Express. Building the ogg-library was a piece of cake, but after converting the project-files for theora, I still get numerous errors, such as: fatal error C1083: Datei (Quelle) kann nicht ge?ffnet werden: "..\..\..\lib\dec\x86_vc\x86state.c": No such file or directory mmxstate.c Probably
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
2011 Apr 27
0
theora-dev Digest, Vol 81, Issue 9
The one I got was the download on the download page, the svn version seems to be working just fine On Tue, Apr 26, 2011 at 12:00 PM, <theora-dev-request at xiph.org> wrote: > Send theora-dev mailing list submissions to > theora-dev at xiph.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.xiph.org/mailman/listinfo/theora-dev >
2008 Apr 10
2
Delay occurred when the makefile change
I have tried to add a plunging to the "libtheora-1.0beta2" (network bandwidth measuring component was added) and Got it success for some far now the problem is when it is added the encoding process get extremely slow (around 20 seconds delay). I think that the problem is with my modified Makefile (some flag may have missed). the following is my modified Makefile.am which is in the
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
I have tried to add a plunging to the "libtheora-1.0beta2" (network bandwidth measuring component was added) and Got it success for some far now the problem is when it is added the encoding process get extremely slow (around 20 seconds delay). I think that the problem is with my modified Makefile (some flag may have missed). the following is my modified Makefile.am which is in the
2006 Jun 20
1
libtheora-1.0alpha7 release
All, I've done a new alpha release of the libtheora reference implementation. This is mostly build fixes from the alpha6 release; I'd failed to enable the new MMX asm by default, and the x86 asm code did a relocation that caused problems on SELinux. You can get it in the usual place: http://downloads.xiph.org/releases/theora/libtheora-1.0alpha7.tar.bz2
2007 Nov 01
1
libtheora 1.0 beta3 supports multithread encoder?
Hi , I see in the libtheora 1.0 beta3 changelog that included new libtheoradec and libtheoraenc libraries supporting the new API from theora-exp , that it means that have multithread encoder? _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
2009 Aug 30
2
Sampling encoder timings between libtheora-1.0 & libtheora-1.1beta3
As requested by Ralph in my introduction e-mail to this list [1], I've gone ahead and done some sample test timings for encoding between libtheora-1.0 and libtheora-1.1beta3, as available from the Theora website [2]. So far, I've tested with 4 different files that I generated with content I already have. The files, in brief, are the following: 1. planet-earth-360x240.yuv4mpeg - A
2009 May 27
2
libtheora 1.1alpha2 (thusnelda) release
I'm pleased to announce the second alpha release of our next generation encoder for the free Theora video format, codename "thusnelda". The second release incorporates a number of changes which improve both compression efficiency and execution speed. This release includes working MSVC project files, but the assembly optimization hasn't yet been ported, so performance there will
2009 May 27
2
libtheora 1.1alpha2 (thusnelda) release
I'm pleased to announce the second alpha release of our next generation encoder for the free Theora video format, codename "thusnelda". The second release incorporates a number of changes which improve both compression efficiency and execution speed. This release includes working MSVC project files, but the assembly optimization hasn't yet been ported, so performance there will
2003 Dec 08
2
libtheora-1.0alpha2.tar.gz make fails
Hi My PC is Intel Pentium P4-HT, running Linux kernel 2.6.0-test10. I have the latest GNU automake/autoconf system. The make fails on libtheora with the following error msgs: player_example.c:29:1: warning: "_REENTRANT" redefined player_example.c:1:1: warning: this is the location of the previous definition /bin/sh ../libtool --mode=link gcc -O2 -D_REENTRANT -all-static -o
2012 Oct 23
4
building libtheora 1.0 on win64
I have an old conferencing app that uses theora and I'm building it for win64. libthora 1.1 builds just fine, but libtheora 1.0 has errors related to assembly code when building for x64. I've tried using 1.1, but the video does not look right -- the clients all generate their own first 3 packets instead of sending them over the network since they assume they are all on the same version
2009 Aug 05
2
libtheora 1.1beta1 release
All, After months of intensive development, we're finally coming to a stopping point in our rewrite of the libtheora reference implementation. All major features for the 1.1 are in, so it's down to bug fixing now. Please try this first beta and give us feedback. Most notable is that the encoder's rate control is much more configurable, and more capable in each configuration than
2009 Aug 05
2
libtheora 1.1beta1 release
All, After months of intensive development, we're finally coming to a stopping point in our rewrite of the libtheora reference implementation. All major features for the 1.1 are in, so it's down to bug fixing now. Please try this first beta and give us feedback. Most notable is that the encoder's rate control is much more configurable, and more capable in each configuration than
2004 Jun 25
1
Compile problems on libtheora-1.0alpha3
Dear Developers. As a tester for gnome-2.7 I'm using the garnome build system to build gnome-2.7. A new part to this set of gnome related programs I neede libtheora. Unfortunatly did I run into compile problems when running the compile of libtheora-1.0alpha3. I'm uisng GCC-3.4.0,glibc-2.3.2. The problems are shown in the log below. Who can help me solve these issues as I'm no expert
2004 Dec 29
3
libtheora
Hi, I just installed debian (ubuntu) on this machine: Linux ludwig 2.6.8.1-3-amd64-generic #1 Tue Oct 12 11:40:38 UTC 2004 x86_64 GNU/Linux but neither libtheora0 and libtheora-dev from packet nor libtheora-1.0alpha4 I compiled seems to work ;-) both mplayer or vlc can't read video stream Theora header parsing failed: -20 or [00000247] theora decoder error: This bitstream does
2009 Aug 12
2
libtheora 1.1beta2 release
I've put up a second beta for testing. libtheora-1.1beta2: - Improves rate control with difficult-to-encode input (the huskies issue) - Has all the example code ported to the 1.0 api - Builds on OpenBSD and Apple Xcode - TH_ENCCTL_SET_SPLEVEL is work again for trading of encode speed for quality. There's now a TH_ENCCTL_GET_SPLEVEL as well for reading the default/current