Displaying 20 results from an estimated 900 matches similar to: "theora-exp namespacing"
2017 Apr 23
0
impossible to link against libtheoraenc (missing symbol th_comment_query_count)
I've got a huge problem with libtheora. All is fine if I link only
against libtheoradec but as soon as I try to link also against
libtheoraenc everything breaks down:
libtheoraenc.so.1 dlerror: libtheoraenc.so.1: undefined symbol:
th_comment_query_count.
I've checked with NM to see how the libraries depend on each other:
nm libtheoraenc.so.1 | grep th_comment_query_count
2007 Oct 09
0
library migration plan
Derf (Timothy Terriberry) and I talked about the api transition plan on
friday. The plan is:
* libtheora will export only the "old" api, as it did in beta1.
* libtheoradec will export both the "new" theora-exp decoder api, and
the decoder portions of the old api. So libtheoradec will be a drop-in
replacement for decoder-only usage of libtheora, and the linking change
will
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
2007 Nov 01
1
libtheora 1.0 beta3 supports multithread encoder?
Hi ,
I see in the libtheora 1.0 beta3 changelog that included new libtheoradec and libtheoraenc libraries supporting the new API from theora-exp , that it means that have multithread encoder?
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
2009 Aug 30
3
experimental patch for libtheora1.1beta3
Good morning in the Lord
Regarding the port of libtheora1.1beta3 for OpenBSD for amd64 and the
problem I described at:
http://lists.xiph.org/pipermail/theora/2009-August/002640.html
Attached is a patch for
libtheora/patches/patch-lib_x86_mmxencfrag_c
I can play videos with it. ?Does it work for you?
Best regards
--
Dios, gracias por tu amor infinito.
2009 Oct 01
0
libtheora 1.1.1 release
All,
I've made a follow up release in the 1.1.x series. This fixes some
issues reported with last week's 1.1.0 release, and is mostly of
interest to those building under MSVC.
Changes:
* Fix an error in the MSVC inline assembly, the "pink blocks" problem.
* Don't use the ebx register in the MSVC asm because it's used by the
compiler in some optimization modes.
*
2009 Oct 01
0
libtheora 1.1.1 release
All,
I've made a follow up release in the 1.1.x series. This fixes some
issues reported with last week's 1.1.0 release, and is mostly of
interest to those building under MSVC.
Changes:
* Fix an error in the MSVC inline assembly, the "pink blocks" problem.
* Don't use the ebx register in the MSVC asm because it's used by the
compiler in some optimization modes.
*
2009 Mar 27
1
libtheora 1.1alpha1 (thusnelda) release
I'm pleased to announce the first alpha release of the rewrite of the
Xiph.org reference encoder for the Theora video format, codename
"Thusnelda".
http://downloads.xiph.org/releases/theora/libtheora-1.1alpha1.tar.bz2
http://downloads.xiph.org/releases/theora/libtheora-1.1alpha1.zip
http://downloads.xiph.org/releases/theora/libtheora-1.1alpha1.tar.gz
Please download one of
2009 Mar 27
1
libtheora 1.1alpha1 (thusnelda) release
I'm pleased to announce the first alpha release of the rewrite of the
Xiph.org reference encoder for the Theora video format, codename
"Thusnelda".
http://downloads.xiph.org/releases/theora/libtheora-1.1alpha1.tar.bz2
http://downloads.xiph.org/releases/theora/libtheora-1.1alpha1.zip
http://downloads.xiph.org/releases/theora/libtheora-1.1alpha1.tar.gz
Please download one of
2008 Oct 02
5
Theora 1.0 RC1
Fellow Theora users,
For long you have waited for the stable release of the official
implementation of everyone's favorite video format. Well, this is its
Release Candidate, and you are hereby invited to play around with it
as much as you want.
Here's what's new since beta3:
- Merge x86 assembly for forward DCT from Thusnelda branch.
- Update 32 bit MMX with loop filter fix.
-
2008 Oct 02
5
Theora 1.0 RC1
Fellow Theora users,
For long you have waited for the stable release of the official
implementation of everyone's favorite video format. Well, this is its
Release Candidate, and you are hereby invited to play around with it
as much as you want.
Here's what's new since beta3:
- Merge x86 assembly for forward DCT from Thusnelda branch.
- Update 32 bit MMX with loop filter fix.
-
2008 Jun 11
1
Page breaks when encoding ogg/theora
Hi everyone,
I'm trying to build theora encoding into my game engine. Essentially,
I'd like to do something similar to png2theora.c, where I take
individual screen shots of my game and encode them into a video.
Because png2theora.c uses the legacy C API, I used encoder_example.c
as a template instead. encoder_example.c seems to be the only code out
there that actually uses the th_* API.
2002 Feb 05
0
OLE Automation registry entry error
Hello all,
I'm trying to install a VB application that plays out pre-recorded voice
messages (.wav). It was custom made for my employer with VB5.0 for Winnt.
When I try to install it on my Linux (only) machine, I get the following
error message box:
"Avertissement: Une erreur s'est produite lors de la mise ? jour des entr?es
OLE automation de la base de registre
Echec erreur
2008 Jan 07
0
uninitialised theora_info values
Hi,
Ralph recently checked in a version of theora/tests/noop.c that uses
the new API. Part of the reason for this test is to check for memory
leaks in the library's constructors and destructors. You can run the
test suite under valgrind by configuring with
--enable-valgrind-testing. The test passes, but gives output like:
make[1]: Entering directory
2005 Apr 19
0
PATCH to support theora-exp in mplayer
attached patch adds support for the experimental theora branch
to mplayer. you can get theora-exp from svn:
svn co http://svn.xiph.org/experimental/derf/theora-exp/
The decoder here is feature-complete,
up to and including all planned bitstream features for the initial Theora release.
Some of these are not yet present even in the reference decoder.
These include:
- Support for non-VP3 style
2008 Feb 07
0
Ogg bitwise.c bit tracking
On 2/7/08, Ralph Giles <ralph.giles@artifex.com> wrote:
> And theora, remember.
Actually, I thought I remember derf doing that. And there it was on
Trac's timeline. Look at changeset 14369:
"Copy the libogg bitpacker directly into libtheoradec. Due to the
vagaries of -fPIC and dynamic linking, we wasting a _huge_ amount of
time on function call overhead. We also take the
2008 Dec 22
1
Theora video seek and loop implementation
Hi,
I want to use theora as video playback solution in game engine, so far i
have successfully implemented basic video playback (load a file and
play it in game engine). I have based my implementation on example
player but i have used new theora functions (the th_ ones).
It works ok, but i have a problem with implementation of video seek and
loop, i also don't have proper time sync.
I
2007 Sep 18
1
libtheora 1.0 alpha8 released, beta1 imminent
Hello,
it's a great pleasure for me to announce the availability of libtheora
alpha8 and the imminent availability of beta1.
http://downloads.xiph.org/releases/theora/libtheora-1.0alpha8.tar.gz
alpha8 brings a completely new decoder (feature complete, lifted from
derf's theora-exp) and additional control over the encoder (applications
now can specify their own set of quantization
2007 Sep 18
1
libtheora 1.0 alpha8 released, beta1 imminent
Hello,
it's a great pleasure for me to announce the availability of libtheora
alpha8 and the imminent availability of beta1.
http://downloads.xiph.org/releases/theora/libtheora-1.0alpha8.tar.gz
alpha8 brings a completely new decoder (feature complete, lifted from
derf's theora-exp) and additional control over the encoder (applications
now can specify their own set of quantization
2011 Oct 13
1
Problem with Ices