Displaying 20 results from an estimated 2000 matches similar to: "Problem compiling libtheora on MINGW32"
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.0alpha7.tar.bz2
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
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
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.
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://downloads.xiph.org/releases/theora/libtheora-mmx-1.0alpha5.tar.bz2
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 and other code, and
2009 May 27
2
libtheora 1.1alpha2 (thusnelda) release
I'm pleased to announce the second alpha release of our next
generation encoder for the free Theora video format, codename
"thusnelda". The second release incorporates a number of changes which
improve both compression efficiency and execution speed.
This release includes working MSVC project files, but the assembly
optimization hasn't yet been ported, so performance there will
2009 May 27
2
libtheora 1.1alpha2 (thusnelda) release
I'm pleased to announce the second alpha release of our next
generation encoder for the free Theora video format, codename
"thusnelda". The second release incorporates a number of changes which
improve both compression efficiency and execution speed.
This release includes working MSVC project files, but the assembly
optimization hasn't yet been ported, so performance there will
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.
2009 Aug 22
2
libtheora 1.1beta3 release
All,
Thanks to everyone who's been testing the recent releases. Some of you
pointed out some real problems with the smoothness of the rate control
on a few clips, so now, ten days later, we have some more fixes for
you. I give you the beta3 version of the "thusnelda" rewrite.
In addition to the smoother rate control, there are a few minor bug
fixes and build polishes.
Please give
2009 Aug 22
2
libtheora 1.1beta3 release
All,
Thanks to everyone who's been testing the recent releases. Some of you
pointed out some real problems with the smoothness of the rate control
on a few clips, so now, ten days later, we have some more fixes for
you. I give you the beta3 version of the "thusnelda" rewrite.
In addition to the smoother rate control, there are a few minor bug
fixes and build polishes.
Please give
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 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
2006 May 30
1
libtheora 1.0 alpha 6 release
All,
I'm pleased to announce a new release of the libtheora reference
implemenation. This is an incremental update over alpha 5, consisting
primarily of bug fixes and a merge of the encoder optimizations from
the theora-mmx branch.
Source is available from the usual location:
http://downloads.xiph.org/releases/theora/
Changes since the 1.0 alpha 5 release:
* Merge theora-mmx simd
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