similar to: theora-dev Digest, Vol 81, Issue 9

Displaying 20 results from an estimated 3000 matches similar to: "theora-dev Digest, Vol 81, Issue 9"

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:
2008 Apr 21
1
Compile libtheora 1.0beta3 with VS2005
Hi all, I tried to compile the theora source with VS2005. But it asked for the ogg library. error message is as follow. **************************************************************************** Error 1 fatal error C1083: Cannot open include file: 'ogg/ogg.h': No such file or directory c:\Documents and Settings\Manoj\Desktop\libtheora-1.0beta3\include\theora\codec.h 64 Error
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
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
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
2007 Sep 22
1
Theora 1.0beta1 released
Hello, today I have the great pleasure of announcing Theora 1.0 beta1. http://downloads.xiph.org/releases/theora/libtheora-1.0beta1.tar.gz libtheora 1.0beta1 (2007 September 22) - Granulepos scheme modified to match other codecs. This bumps the bitstream revision to 3.2.1. Bitstreams marked 3.2.0 are handled correctly by this decoder. Older decoders will show a one frame sync error
2007 Sep 22
1
Theora 1.0beta1 released
Hello, today I have the great pleasure of announcing Theora 1.0 beta1. http://downloads.xiph.org/releases/theora/libtheora-1.0beta1.tar.gz libtheora 1.0beta1 (2007 September 22) - Granulepos scheme modified to match other codecs. This bumps the bitstream revision to 3.2.1. Bitstreams marked 3.2.0 are handled correctly by this decoder. Older decoders will show a one frame sync error
2005 May 08
1
Problem installing Theora. help please
Hello. I am running cpanel on redhad linux 9 with the latest patches. I want to install icecast and icecast requires Theora to be installed. So after running the autoconf of Theora, I ran make and then make install. The output of make install is below. Now, when I want to install icecase from the rpm, I get this error: rpm -i icecast-2.2.0-1.i386.rpm error: Failed dependencies: curl
2008 Jan 17
1
What are the theora installation files
hi all, I am using Ubuntu 7.04 version. please can anyone tell me what are the files that copy in to a computer when it install. the following are the some of observations i got. After installing the theora it will copy the required files to the following places (default) according to the configure script. libtheora: ................... /usr/local/lib C header files: ..............
2005 Aug 17
2
MMX loop filter for theora-exp
Hello, I would like to announce the semi-optimized oc_state_loop_filter_frag_rows It gains like 7% speedup. Unfortunately it has some issues: 1) wont compile on 64bit (I will fix it later hopefully) 2) is not yet fully optimized (instruction stalls) Here are the results. CPU: Athlon, speed 1466.91 MHz (estimated) Counted CPU_CLK_UNHALTED events (Cycles outside of halt state) with a unit mask
2011 Jan 19
1
How to build Theora decoder on VC++ paltform
On 17.01.2011 12:35, Raju wrote: > Dear friends > Recently i have downloaded Theora video codec from http://www.xiph.org/ > , > here its having both encoder and decoder , how can i build only > decoder on VC + windows platform , if i build now i will be getting " > Cannot open include file: 'ogg/ogg.h': No such file or directory " > pls send me solution for
2007 Oct 13
1
Theora beta2 released
Hello, once again I have the great pleasure to announce the release of a new Theora version - please welcome libtheora beta 2! Changes for this version: libtheora 1.0beta2 (2007 October 12) - Fix a crash bug on char-is-unsigned architectures (PowerPC) - Fix a buffer sizing issue that caused rare encoder crashes - Fix a buffer alignment issue - Build fixes for MingW32, MSVC - Improved
2007 Oct 13
1
Theora beta2 released
Hello, once again I have the great pleasure to announce the release of a new Theora version - please welcome libtheora beta 2! Changes for this version: libtheora 1.0beta2 (2007 October 12) - Fix a crash bug on char-is-unsigned architectures (PowerPC) - Fix a buffer sizing issue that caused rare encoder crashes - Fix a buffer alignment issue - Build fixes for MingW32, MSVC - Improved
2007 Jan 22
1
theora problems
Hi, I've been trying to use libtheora-experimental (libtheoraenc and libtheoradec) to encode a webcam feed in real-time, to be decoded also in realtime by a second party via XXX-IP, with - unfortunately - not so good results. I'm using custom written functions to convert from RGB8 to YUV420 and back and, although not much processor-efficient, they do what they're supposed to
2004 Aug 29
2
Building theora
Hello, I'm trying to get theora built. However there is not a page listing what depdencies there are. Would it be possible to have a developers page with the point release tarballs etc? (There is subversion access, but I do not have subversion for my OS). I could not find libtheora release, only an alpha, this wasn't very clear, it has been released now I think. The libogg and
2004 Mar 01
2
theora release todos
Hi, last week's thread about getting closer to a release fizzled out. The mailing list discussion and the TheoraTodo wiki item suggest the following are required for release: 1. freeze the theora logical bitstream format 2. complete the reference implementation tools 3. stablize the libtheora API 4. complete the documentation I'd like to suggest this as
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
2006 Jul 18
1
Theora, liboil and Cell processors
Hello all, On more than one occasion I have advocated the use of liboil over incorporating mmx code into libtheora. The two main reasons are: 1) To keep optimisation code in one place and out of the library. Everywhere else in the Linux world there is a move to centralise in order to co-ordinate experts and reduce redundancy. This reason does not seem to find a lot of agreement in Theora as it
2008 Dec 05
0
problems streaming theora with oggfwd and icecast2
Hi guys , I used ffmpeg , and ffmpeg2theora , with oggfwd for streaming to the icecast2 streaming server without any problems. But now , only works if I use ffmpeg2theora. I try with one of the latest svn version and one that I consider " stable" because is ok for all my needs , and they don't work. This is the complete shell output ffmpeg -i /home/pierpaolo/Scrivania/31.mpg
2009 Jan 18
1
problems streaming theora with oggfwd and icecast2
Hi guys , I used ffmpeg , and ffmpeg2theora , with oggfwd for streaming to the icecast2 streaming server without any problems. But now , only works if I use ffmpeg2theora. I try with one of the latest svn version and one that I consider " stable" because is ok for all my needs , and they don't work. This is the complete shell output ffmpeg -i /home/pierpaolo/Scrivania/31.mpg