search for: libtheora

Displaying 20 results from an estimated 404 matches for "libtheora".

2005 May 08
1
Problem installing Theora. help please
...ter 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 >= 7.10.0 is needed by icecast-2.2.0-1 libtheora is needed by icecast-2.2.0-1 libtheora.so.0 is needed by icecast-2.2.0-1 As a sidenote, it also complains about curl, which I have installed, so if someone cn help with that, I surely appreciate it: curl -V curl 7.12.0 (i686-pc-linux-gnu) libcurl/7.12.0 OpenSSL/0.9.7a zlib/1.1.4 Protocol...
2006 Jun 02
0
Re: Update libtheora-1.0alpha6
On Wed, May 31, 2006 at 05:52:33PM +0200, steven mestdagh wrote: > please make it install the docs under share/doc/libtheora. Thank you. Updated patch below. A copy of this email goes to the list of theora. The following patch for the port of libtheora-alpha6 for OpenBSD includes (among other things): * a patch for examples/Makefile.in that doesn't link player_example since it requires OSS. * a patch for doc/...
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 hav...
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.0...
2008 Apr 21
1
Compile libtheora 1.0beta3 with VS2005
...ith 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 2 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\theoraenc.h 23 Error 3 fatal error C1083: Cannot open include file: '...
2005 Aug 20
0
libtheora-1.0alpha5 release
Everyone, I've made a new release of our libtheora reference implementation. This draws a line under all the development since alpha 4 before we start merging in the optimization work people have been doing. It also contains a fix for two serious bugs (one an encoding error, one a segfault) so we recommend everyone upgrade. The release is source...
2005 Aug 20
0
libtheora-1.0alpha5 release
Everyone, I've made a new release of our libtheora reference implementation. This draws a line under all the development since alpha 4 before we start merging in the optimization work people have been doing. It also contains a fix for two serious bugs (one an encoding error, one a segfault) so we recommend everyone upgrade. The release is source...
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 clip from the Discovery/BBC series Planet Earth...
2009 May 27
2
libtheora 1.1alpha2 (thusnelda) release
...es, but the assembly optimization hasn't yet been ported, so performance there will still be slow. We recommend the xmingw32 build (cross compiled with gcc) if performance on Windows is important. Source archives are available from the usual location: http://downloads.xiph.org/releases/theora/libtheora-1.1alpha2.tar.bz2 http://downloads.xiph.org/releases/theora/libtheora-1.1alpha2.tar.gz http://downloads.xiph.org/releases/theora/libtheora-1.1alpha2.tar.zip SHA-1 checksums: 864872064ea32829f4aff48518248a8e46b16f00 libtheora-1.1alpha2.tar.bz2 96d2fb96b8729d614b64a437da0e5f0795c7b9f8 libtheora-1...
2005 Aug 25
0
libtheora-mmx-1.0alpha5 release
Along with libtheora-1.0alpha5 this is a release of theora-mmx. A drop in replacement that uses MMX assembly to speedup some of the most demanding routines in theora encoding/decoding. Right now it only works on 32bit x86 CPUs. Thanks to everyone whose work made this release possible! Download links: http://downlo...
2009 May 27
2
libtheora 1.1alpha2 (thusnelda) release
...es, but the assembly optimization hasn't yet been ported, so performance there will still be slow. We recommend the xmingw32 build (cross compiled with gcc) if performance on Windows is important. Source archives are available from the usual location: http://downloads.xiph.org/releases/theora/libtheora-1.1alpha2.tar.bz2 http://downloads.xiph.org/releases/theora/libtheora-1.1alpha2.tar.gz http://downloads.xiph.org/releases/theora/libtheora-1.1alpha2.tar.zip SHA-1 checksums: 864872064ea32829f4aff48518248a8e46b16f00 libtheora-1.1alpha2.tar.bz2 96d2fb96b8729d614b64a437da0e5f0795c7b9f8 libtheora-1...
2009 Feb 20
2
segfault on amd64 with ffmpeg
Hi, and thank to you all for this great codec ! I have this bug on Debian Lenny with compiled packages of last svn versions of ffmpeg and libtheora. This seems to append only on the amd64 arch. Here is a valgrind log : pre-barreau at augustins:~/video$ export LD_LIBRARY_PATH=/usr/local/lib pre-barreau at augustins:~/video$ valgrind /home/pub/apps/ffmpeg_dev/ffmpeg_svn/ffmpeg -i ffmpeg_pb_jack_test_14.mpg -vcodec libtheora -f ogg -y test.ogg =...
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 before. It now supports tw...
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 before. It now supports tw...
2010 Sep 24
0
libtheora 1.2.0alpha1 release
All, I'm pleased to announce the first alpha release of the new 1.2 libtheora, codename 'ptalarbvorm'. This is the reference implementation of the Ogg Theora video codec, hosted at Xiph.Org. Things are settling down with the new code and we're ready for wider testing toward an eventual 1.2.x stable release. So please download it, try it with your applications an...
2004 Mar 19
1
libtheora alpha 3 release
I'm pleased to announce the alpha 3 release of the theora reference implementation. http://theora.org/files/libtheora-1.0alpha3.tar.bz2 http://theora.org/files/libtheora-1.0alpha3.tar.gz http://theora.org/files/libtheora-1.0alpha3.zip The main differences over alpha 2: The encoded image has been flipped to match the sense used in VP3, with the origin at the lower left. This allows lossless trans...
2004 Mar 19
1
libtheora alpha 3 release
I'm pleased to announce the alpha 3 release of the theora reference implementation. http://theora.org/files/libtheora-1.0alpha3.tar.bz2 http://theora.org/files/libtheora-1.0alpha3.tar.gz http://theora.org/files/libtheora-1.0alpha3.zip The main differences over alpha 2: The encoded image has been flipped to match the sense used in VP3, with the origin at the lower left. This allows lossless trans...
2008 Jan 17
1
What are the theora installation files
...ing 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: .............. /usr/local/include/theora Documentation: ............... /usr/local/share/doc/libtheora so when i check the /usr/local/lib there were following files there libtheora.a libtheora.la libtheora.so libtheora.so.0 libtheora.so.0...
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 player_example player_example.o ../lib/libtheora.la...
2011 Jan 19
1
How to build Theora decoder on VC++ paltform
...gt; 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 htis to builld and run this code and what are > test vectors i can use for this decoder > Hi Raju, libtheora has libogg as dependency and for the encoder_example also libvorbis. Here are the steps to compile libtheora, dump_video, and encoder_example: 1. Download libogg-1.2.2.zip <http://downloads.xiph.org/releases/ogg/libogg-1.2.2.zip> and unpack the zip file into a folder, let say d:\build 2. Bu...