Displaying 20 results from an estimated 1000 matches similar to: "theora a3 issues"
2004 Aug 29
0
theora issues
I did a quick test integration of theora into our engine and ran into a
couple of issues listed below.
.dsp files in the alpha 3 zip are in unix format.
Additional include path for the static theora library project is wrong.
Library relies on libogg - would be nice to have a single zip including
all dependencies.
dumpvideo sample relies on global structures being zero initialized
though does
2004 Apr 01
1
Theora MVect not defined in coding mode 0
Just wondering if someone can help me out...
I'm testing the core of my decoder filter (win32)... and when i get into this function:
tatic void DecodeMVectors ( PB_INSTANCE *pbi,ogg_uint32_t SBRows,ogg_uint32_t SBCols )
The decoding mode is 0.
When it attempts to do these lines....
pbi->FragMVect[FragIndex + 1].x = MVect[1].x;pbi->FragMVect[FragIndex + 1].y = MVect[1].y;
2008 Jun 11
0
[LLVMdev] some warning from VS2005 (requested by gabor)
Hi,
Some random sample of VS warning:
Lot of 64 bits conversions:
AsmPrinter.cpp
..\..\lib\CodeGen\AsmPrinter.cpp(277) : warning C4244: 'initializing' :
conversion from 'uint64_t' to 'unsigned int', possible loss of data
..\..\lib\CodeGen\AsmPrinter.cpp(614) : warning C4244: 'argument' :
conversion from 'uint64_t' to 'int', possible loss of data
2004 Oct 02
2
Theora decode problem
I am trying to write a sample app that uses Theora for encoding/decoding
a network video stream. Unfortunately, I keep running into this error:
Run-Time Check Failure #3 - The variable 'MVect' is being used without
being defined.
It always happens on decryption, line 467 in decode.c. The issue is
that CodingMethod is equal to 5 (CODE_GOLDENFRAME), which doesn't
initialize the
2007 Nov 26
1
Problem with configure's detection of glob on 2.6.0 (PR#10468)
Full_Name: Mike Pacey
Version: 2.6.0
OS: SuSe Linux 9.3 x86_64
Submission from: (NULL) (194.80.32.10)
A "vanilla" version of R configures and compiles without a problem on my system.
Switching to using the PGI compiler configures correctly (see the values at the
bottom fo thismessage), but compilation aborts with:
pgcc -I../../src/extra/zlib -I../../src/extra/bzip2
2005 Jun 23
0
theora granulepos scheme
So Thomas and I have been trying to hash out the seek and mux issues
with grouped Ogg streams again, along with Conrad while he was here
in Barcelona after Guadec.
We'll put a longer proposal up later, but one question for the list:
Thomas has suggested changing the theora granulepos so the first data
packet the encoder spits out would be labeled 1/0 instead of 0/0, in
"frame count of
2007 Jun 12
1
[LLVMdev] LLVM binaries for Windows and more
Hi!
I want to use LLVM for my own "pet" programming language compiler as a backend.
Currently it generates C code, but I am not satisfied with this approach as generating
high-level C (with proper type declarations!) is horrible.
So here are my questions/problems with LLVM:
1.) Are there operations that add, sub, mul integers with overflow checking? How much work would it be to add
2005 Oct 21
0
[LLVMdev] Next LLVM release thoughts?
I'm not sure how many people are using Visual Studio to build the llvm
tools, other than myself? When I compile the llvm tools on linux I do not
see any warnings (I believe -Wall is set?). However, under visual studio
there are a lot of warnings, mostly of this form:
warning C4244: 'initializing' : conversion from 'uint64_t' to 'unsigned
int', possible loss of data
2005 May 30
1
Question about MVect in decode.c
Good day!
Could you please explain me the following:
In case of playback of video stream theora, MS Visual Studio .NET 2003 shows a warning message in every frame about the
usage of not initialized variable MVect in the file decode.c (run-time
check).
In case of key-frames playback no warning appears.
When I disable the run-time check, the video stream plays normally, but it is undesirable.
2004 Aug 06
0
minor suggestions
I just compiled the current code in CVS with VS.NET on Windows and here are
some minor annoyances:
You might want to put the below code in a central header which is included
by every file though NOT by speex.h so including speex.h doesn't mess with
my warning levels.
#if _MSC_VER
#pragma warning(disable : 4244) /* conversion to float, possible loss of
data */
#pragma warning(disable : 4305)
2008 Nov 09
2
Cannot install Visual C++ version 6.0 (VC6)
I am using Ubuntu 8.10 and Wine 1.1.8 and installed VC6 from a folder VC6 copied from the installation CD.
I clicked the setup.exe file in the VC6 folder and the first page of the VC6 installation wizard showed, but when I clicked 'Next' the install failed with message:
"ken at ken-desktop:~/Desktop/VC6$ wine setup.exe
wine: Unhandled page fault on read access to 0x00000000 at
2007 Apr 12
1
Seek problem 2 - reinitialization of the decoder
Hi people,
Next issue at hand here is after I have done a seek in a theora file. At this
point, I have to reinitialize the decoder so the viewing can continue. Again,
I have code that works most of the time, but, well...
Just after the last file position seek, this code is run:
while ((result = ogg_sync_pageout(&sync, &page)) == 0)
bufferData();
while
2005 May 10
0
[LLVMdev] Re: NASM Backend
Hello again,
Sorry I attached the wrong/old version of the source file, here's the new one (please do not commit this :)
It may also be from an older out of date download, I have to check this.
I now have an academic version of MS Visual Studio 2003 for LLVM Windows development :)
On compilation the following and simular errors are being flagged up :-
2003 Aug 09
0
rsync / rdiff in win/dos
Thanks Donovan, I downloaded the librsync 0.9.6 from
sf and it compiled just fine believe it or not in the
new visual studio.net. There where warnings but no
fatal errors and the exe seems to be running just
fine. I've tested it just now on a 60 meg mdb file
that I've been trying to backup.. it seems to work
great!. I even saved the original so I could apply
patches and then file compare
2004 Aug 06
2
minor suggestions
I did some modifications to address the problems you have. I think I
fixed the alignment problem without the pragma you suggested, but I
don't have the setup to test it. It's in CVS, so tell me if there are
still some problems left.
Jean-Marc
<p>Le jeu 30/01/2003 à 18:58, Daniel Vogel a écrit :
> I just compiled the current code in CVS with VS.NET on Windows and here are
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
2007 Dec 11
0
[ win32utils-Bugs-16211 ] win32-service will not install/build corectly if the system has VC8
Bugs item #16211, was opened at 2007-12-10 15:40
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=16211&group_id=85
Category: win32-service
Group: Packaging
Status: Closed
Resolution: Rejected
Priority: 3
Submitted By: Sorin Sbarnea (intersol)
Assigned to: Daniel Berger (djberg96)
Summary: win32-service will not install/build corectly if the system
2004 Nov 16
0
metadata switches for ffmpeg2theora
Jan,
Here's a hacky patch to add a few commandline options for setting
comment header fields in ffmpeg2theora. It's a bit big because I
virtualized the global info struct in theorautils.c. In retrospect
that probably wasn't necessary, but I think it's cleaner anyway.
I didn't test it because I couldn't compile ffmpeg2theora, but
modulo bugs it should support
2004 Sep 16
1
[LLVMdev] HowToUseJIT.cpp - file: 'llvm/ADT/iterator': Nosuchfile or directory
>From: Paolo Invernizzi <arathorn at fastwebnet.it>
>Date: Thu, 16 Sep 2004 11:18:00 +0200
>If VC6 is not doing something wrong with templates... ;-/
As far as I know is template handling a part of some C++ ISO standard. Then,
MS should adhere to this...
However, what you objects against is that MS didn't implement STL the way
STL should be implemented. And the reason to
2009 May 12
2
compile error of libtheora example
hi all:
i downloaded libtheora1.0.tar.gz from xiph.org, and when i compile it,
such error message popped.
i tried to run player_example.c under /libtheora_1.0/examples/.
error message:
ivysummer at ivysummer-desktop:~/??/libtheora-1.0/examples$ gcc -o player
player_example.c
/tmp/ccpyle3c.o: In function `buffer_data':
player_example.c:(.text+0x15): undefined reference to