similar to: compiling without admin permissions

Displaying 20 results from an estimated 10000 matches similar to: "compiling without admin permissions"

2005 Mar 17
5
up-to-date debian packages?
The debian (unstable) libtheora and libogg packages are a little out of date. I was wondering if anybody had made their own packages for libogg-1.1.1 and libtheora-1.0alpha4. If not, I'll go ahead and package them up and put them up on my own debian repository or something, and let you guys know where to get them. But if somebody has already done that, let me know. thanks, Tim
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 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
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
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
2004 Aug 01
3
Binaries for Visual Studio.NET?
I apologize for what's surely a common question, but the Xiph archive-searcher seems broken, and all my other searches have come up dry. Anyway, my question is: Are there any Theora binaries available for Visual Studio.NET? Alternatively, how do I build Theora using Visual Studio.NET? I tried using "\win32\theora_static.dsp", but VS.NET claimed it was corrupt and couldn't
2004 Mar 12
2
Gentoo CVS Ebuilds?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have made some ebuilds that build libtheora (as well as libogg & libvorbis) from cvs for gentoo, and was wondering if anyone was interested in them. If so, I can put them up online. James L -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAUlvqMf2EplKLPrwRAqYMAJwIxkUSN+yfQgCaCR2LSre9xoEwFACfeF53 0U0GAmUZB8RiXrtCI+pEy10=
2007 Apr 26
6
example sources
Hello all, Very new to Theora so apologies if this sounds elementary ;-) I'm trying to integrate a simple theora video player in my engine. All I need is simple load/unload and play/stop functionality. I'd also like to be able to stream from disk or mem. Other than the API reference I haven't found any example code, e.g. the sources for theora_player_example. Are these available
2007 Feb 12
1
Number of frames
Hi All I am coding an application capable of playing theora movies using libtheora and libogg. Now, I need to know the duration of a theora movie in frames. I seem to be unable to find that information in the using either libtheora or libogg. Google gave a hit proposing to read the file backwards till the magic "OggS" could be found and then scan forward to the framenumber field
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 Dec 22
1
RTP I-D copyrights (Fwd: Release-critical Bugreport for December 22, 2006)
Hi, I noticed a bug logged against libtheora in Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393391 relating to the copyright statement of the included Internet Draft for RTP, and it appears the same issue could arise with the vorbis and speex RTP drafts. Details about the issue in general are at: http://wiki.debian.org/NonFreeIETFDocuments That page contains a section titled
2006 Dec 22
1
RTP I-D copyrights (Fwd: Release-critical Bugreport for December 22, 2006)
Hi, I noticed a bug logged against libtheora in Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393391 relating to the copyright statement of the included Internet Draft for RTP, and it appears the same issue could arise with the vorbis and speex RTP drafts. Details about the issue in general are at: http://wiki.debian.org/NonFreeIETFDocuments That page contains a section titled
2006 Dec 22
1
RTP I-D copyrights (Fwd: Release-critical Bugreport for December 22, 2006)
Hi, I noticed a bug logged against libtheora in Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393391 relating to the copyright statement of the included Internet Draft for RTP, and it appears the same issue could arise with the vorbis and speex RTP drafts. Details about the issue in general are at: http://wiki.debian.org/NonFreeIETFDocuments That page contains a section titled
2009 Feb 21
2
[rfc] Order of projects in download section
Any objections to sorting the list of projects on http://xiph.org/downloads/ alphabetically? This is the order that we have currently: libogg libvorbis vorbis-tools libtheora libspeex libflac libao libxspf vorbis-java I can do it if you let me. Sebastian
2004 Jul 22
2
A script to convert existing video files to Ogg
(Theora/Vorbis) available. Message-ID: <410011E4.2040904@hut.fi> Hello, I noticed that it's quite difficult currently to create Ogg format files (Ogg Theora for video and Ogg Vorbis for audio). There's only the encoder_example-program, which is included in the libtheora source packages, but seemingly not in any libtheora/libtheora-devel packages that are around the web for e.g.
2007 Feb 15
1
Using decoding vorebis from a Vorbis / Theora Video
I am trying to write a media player in c# which will be able to play .ogg video files which contain Theora video and Vorbis audio streams. Currently I am using LibOgg and LibTheora (via a SWIG generated wrapper). This currently is able to decode the video and output it to the screen. I would like to use LibVorbis to decode the audio stream. Looking at the documentation it looks like I have to use
2009 May 30
1
Segmentation Fault
I've attached the command I ran, the output, and the crash log in the hope that it is useful. jason$ ffmpeg2theora -v 5 --optimize -A 64 -c 2 -H 44100 /Users/jason/ Movies/TV\ Shows/Holding\ Area/video.vob Input #0, mpeg, from '/Users/jason/Movies/TV Shows/Holding Area/ video.vob': Duration: 00:05:43.90, start: 0.211444, bitrate: 7217 kb/s Stream #0.0[0x1e0]: Video:
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 Feb 25
3
eos on continued page
On 25-Feb-08, at 9:34 AM, xiphmont@xiph.org wrote: > I'd say both; libogg should ignore the incomplete packet or flag a > structural error, and the spec should be clarified. I guess libogg should return -1 if you try to ogg_stream_packetout() after the eos packet. The eos flag pretty clearly applies to the *page* not the packet, so I think how that gets translated into the
2008 Aug 13
1
Tremor + upstream Ogg library
Hi vorbis experts! I'd like ot write application under Symbian that use theora as video codec & tremor as an audio one. I played at first with libogg & theora on PC, then successfully ported them both. Next I decided to port Tremor but I found that it use its own files from Ogg library. The API is almost identical, so I tried to bind the Tremor with upstream Ogg library (it actually