similar to: Compile problems on libtheora-1.0alpha3

Displaying 20 results from an estimated 500 matches similar to: "Compile problems on libtheora-1.0alpha3"

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 and binary compatible with 1.0 alpha 4.
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 and binary compatible with 1.0 alpha 4.
2009 Dec 07
0
Bunch of bugs in LibTheora, FFMPEG2THEORA, PNG2THEORA
1. "dump_video.c" got reverted back by 5 years into 2004: https://trac.xiph.org/browser/trunk/theora/examples/dump_video.c https://trac.xiph.org/log/trunk/theora/examples/dump_video.c 2. "png2theora.c" (subminor) https://trac.xiph.org/browser/trunk/theora/examples/png2theora.c 207 /* Must hold: yuv_w >= w */ 208 yuv_w = (w + 15) & ~15; 209 210 /* Must hold:
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
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
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.
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.
2007 Aug 30
1
Theora hardware is running on LEON3!
Theora hardware with LEON3 is runinng!!! My video was too slow, then I discovered that the problem was on LINUX! I don't exactly, but I suppose that the time of LINUX Call systems (like fread()) is the problem. If I don't use the linux (like is done on NIOS), I can to decode much faster than the time of exibition! Now we have two points on software (the hardware is the same,
2008 Feb 25
3
More examples?
Hello, I want to make a program to extract frame from a theora movie as images. I tried with the decoding example located at theora web site (dump_video.c. I use it to extract a frame as yuv image but when I try to convert it to ppm with yuvtoppm program i obtain a strange image ( see http://poux.be/tmp/file.ppm ). I think it's a problem with the byte order for yuv, but don't I don't
2007 Sep 26
1
Theora decoding problem on PowerPC
Hi, I'm attempting to decode Theora videos on a PowerPC running a Linux 2.6.19 kernel. The version of GCC I'm cross-compiling from is 3.4.4. The software versions I'm running are: libogg-1.1.3 libpng-1.2.20 libtheora-1.0beta1 libvorbis-1.2.0 These are all the latest I was able to download. Here's a back trace I got while running "dump_video" under
2008 Dec 18
1
configure option --with-ogg broken?
Hi there. I try to cross-compile the theora libraries to test my ARMv6 optimizations (almost done, time to do some benchmarking and testing). While doing so I found out that --with-ogg seems to do nothing. If I simply run: .configure --with-ogg=$HOME The build succeeds also it shouldn't (I don't have ogg installed at $HOME). As an example here is the last line that make executes.
2005 Aug 24
1
Testing libtheora-1.0alpha5
Hi, I sent the message below a couple of months ago but I got no reply. Now that there's more activity perhaps someone could kindly provide me some guidance. Theora is great and the developers are doing a wonderful job, so I'd like to implement the codec in a way which does it justice... Original post: I wrote a plugin to enable LiVES (a video editor) to encode theora/vorbis/ogg files.
2002 Oct 02
2
Audio from fifo
My first guess about the problem would be that the programs want to process the stuff in a different order, e.g. mplayer wants to output some sound before anymore video and encoder_example wants to receive some video before anymore sound. This could easily depend on the order of stuff in the file mplayer is reading. I guess something similar could happen for opening the pipes as well. The
2006 May 02
6
patch to build theora-mmx on AMD64
Hi all, I've patched theora-mmx to build on x86_64. The patch against SVN is attached. Basically all I did was to copy lib/i386 to lib/x86_64 and tweak the assembler code a bit: * added to each file: typedef unsigned long int ogg_uint64_t * converted all asm inputs to 64-bit in: dsp_mmxext.c, fdct_mmx.c, recon_mmx.c * left all asm outputs at 32-bit * I didn't patch dsp_mmx.c, since all
2005 Aug 04
1
libtheora Bitrate Problem
Hello, I'm not sure if this list is the proper place for this post; please correct me if it is not. I am attempting to use libtheora and I have been looking through the examples in the distribution Excerpt from encoder_example.c -- case 'V': video_r=rint(atof(optarg)*1000); if(video_r<45000 || video_r>2000000) { fprintf(stderr,"Illegal
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
2005 Sep 26
1
1.0alpha3: fcntl() complaints?
Hi, Since installing 1.0alpha3 this morning, I've seen this syslog complaint a few times. Anything to worry about? A "server too busy" issue? imap(user): fcntl() failed with mbox file /var/mail/user: Resource temporarily unavailable Jeff Earickson Colby College
2005 Oct 08
1
dovecot 1.0alpha3 passdb
I upgraded dovecot from 0.99.20050712-2 to 1.0.alpha3-1 (Debian testing). In /etc/dovecot.conf I had: passdb = passwd-file /etc/imap.passwd I modified dovecot.conf from 1.0alpha3 to have: passdb passwd-file { # Path for passwd-file args = /etc/imap.passwd } Is that correct? Authentication no longer works, and /var/log/mail.info shows: Oct 7 22:35:39 XXX dovecot:
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