Log in

View Full Version : libtheora with mmx extension


hellfred
16th August 2005, 15:07
Hi Bond
I know there is a ffmpeg2theora with mmx support, that runs somwhat faster than ffmpeg2theora without it. Where to get the source of the libtheora with mmx speedup?
Googling around i found this (http://www.kiberpipa.org/~minmax/cinelerra/theora/) page, but no info about what is in the packages. Another source can be found here (http://trac.xiph.org/cgi-bin/trac.cgi/browser/branches/theora-mmx/)

I want to compile libtheora into my mplayer builds, and would like to have the additional speed of the mmx extention.

Hellfred

savage747
16th August 2005, 15:27
Hi Bond
Where to get the source of the libtheora with mmx speedup?


The source of theora-mmx can be found at

http://svn.xiph.org/branches/theora-mmx/

Just use Subversion to checkout.

svn co http://svn.xiph.org/branches/theora-mmx

hellfred
16th August 2005, 16:02
The source of theora-mmx can be found at

http://svn.xiph.org/branches/theora-mmx/

Just use Subversion to checkout.

svn co http://svn.xiph.org/branches/theora-mmx
Thanks for your help.
After googling for theora + mmx, I happened to have been doing exactly what you suggested. Interesting thing is, that though its version number is quite small, the files at http://www.kiberpipa.org/~minmax/cinelerra/theora/ seems to be quite up to date (15-June-2005). But it will take a while till i start playing around with that source.

Hellfred

bond
16th August 2005, 17:06
hm actually i linked to the mmx sources already:
available compliant Theora implementations:
- reference en/decoder: ... MMX optimized (http://trac.xiph.org/cgi-bin/trac.cgi/browser/branches/theora-mmx) ...

hellfred
16th August 2005, 20:36
hm actually i linked to the mmx sources already:
My bad, I have overlooked that complete line in your howto.

Stefan
:stupid: