Displaying 20 results from an estimated 400 matches similar to: "Theora MMX and Mac OS X Intel"
2006 May 02
6
patch to build theora-mmx on AMD64
Hi all, I've patched theora-mmx to build on x86_64. The patch against
SVN is attached.
Basically all I did was to copy lib/i386 to lib/x86_64 and tweak the
assembler code a bit:
* added to each file: typedef unsigned long int ogg_uint64_t
* converted all asm inputs to 64-bit in: dsp_mmxext.c, fdct_mmx.c, recon_mmx.c
* left all asm outputs at 32-bit
* I didn't patch dsp_mmx.c, since all
2008 Apr 10
2
Delay occurred when the makefile change
I have tried to add a plunging to the "libtheora-1.0beta2" (network
bandwidth measuring component was added) and Got it success for some far
now the problem is when it is added the encoding process get extremely slow
(around 20 seconds delay).
I think that the problem is with my modified Makefile (some flag may have
missed).
the following is my modified Makefile.am which is in the
2005 Nov 11
3
[PATCH] add MOVSX instr support to VMX MMIO decoder
Add MOVSX instr support to VMX MMIO decoder.
Signed-off-by: Xin Li <xin.b.li@intel.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
I have tried to add a plunging to the "libtheora-1.0beta2" (network
bandwidth measuring component was added) and Got it success for some far
now the problem is when it is added the encoding process get extremely slow
(around 20 seconds delay).
I think that the problem is with my modified Makefile (some flag may have
missed).
the following is my modified Makefile.am which is in the
2004 Aug 24
5
MMX/mmxext optimisations
quite some speed improvement indeed.
attached the updated patch to apply to svn/trunk.
j
-------------- next part --------------
A non-text attachment was scrubbed...
Name: theora-mmx.patch.gz
Type: application/x-gzip
Size: 8648 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20040824/5a5f2731/theora-mmx.patch-0001.bin
2013 Dec 09
2
AtlantisLand don't want to wake up after the whiteout
2013/12/6 Fabio Cecamore <ceca_89 at hotmail.com>:
> Hi all,
Hi
> I've problem with the management of my AtlantisLand UPS, the UPS don't want
> to wake up after the whiteout and I don't have any idea why..
Some (very old) units are known to have problems with small values for
ondelay (hence the default 3 minutes value):
2008 Mar 26
3
Theora logo master
Hello
I would like to ask if it's possible to display Theora logo at
http://ronja.twibright.com/sw.php
I use Theora for automatically generated videos at
http://ronja.twibright.com/3d/
If yes can I please have the master of the logo? I cannot use the small logo you have
on the website.
Thanks,
Karel Kulhavy
2006 Jul 02
5
What goes to Hardware ?
Hi people,
As I said before: I did the IDCT to run on the FPGA.
My friends from university did the Reconstruction routines running on the FPGA.
I'm helping with the LoopFilter, and it is almost there.
(all VHDL)
I did a small profiling of the libTheora running on a Altera Stratix II device:
The processor used was the NIOS II with 8Kb of data and instruction
cache, branch prediction and
2006 May 30
2
16 bits, cast on idct function
Hi all,
Just a stupid question
The IDctSlow function on file idct.c has this line :
ip[0] = (ogg_int16_t)((_Gd + _Cd ) >> 0);
The ip[0] , _Gd and _Cd are of type ogg_int32_t
My question is:
The result of (_Gd + _Cd) can be a number with more than 16 bits ?
(yes, it can be because they are int32, but the algorithm could
guarantee something about that... I dont know...)
If
2007 Oct 02
3
Multi-Thread Theora Encoder
Hello,
I'm happy to announce I developed a Multi-Threaded version of the
Theora encoder. I changed the Motion Vector Search part of the
algorithm to be executed in parallel.
I've chosen the Motion search part after a careful set of profilings
that shown that the Motion Vector Search is responsible by 70% of
CPU-time on average and up to 95% of CPU-time in some cases. I also
have chosen
2007 Oct 09
1
VC6 Patch
Here is a patch that gets the theora_static.dsp project for VC6 building
again.
Aaron
-------------- next part --------------
Index: win32/theora_static.dsp
===================================================================
--- win32/theora_static.dsp (revision 13945)
+++ win32/theora_static.dsp (working copy)
@@ -41,7 +41,7 @@
# PROP Intermediate_Dir "Static_Release"
# PROP
2011 Jan 22
2
ffmpeg2theora multi-threading
Is there a way to use multi-threading with ffmpeg2theora? Pretty much any
type i'm ok with, including multi-threaded theora encoding or multi-threaded
ffmpeg decoding, or using half of my cpu cores on ffmpeg decoding and the
other half on theora encoding. Is there a way to do multithreaded thoera
encoding?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Apr 13
2
academic papers that promote theora
Are there any academic papers that promote theora?
I know of one, are there more?
Universal Multimedia Access and Open Standards
<http://www.t4p.no/t4p.no/conference/media/Vaaler.pdf>
tom_a_sparks
Please avoid sending me Word or PowerPoint attachments.
but instead use OpenDocument File Formats or
use OpenOffice
http://en.wikipedia.org/wiki/OpenDocument
2008 Mar 24
2
Theora performance
Hi list,
I just came across this site:
http://web.mit.edu/xiphmont/Public/theora/demo.html
I was wondering are these issues being addressed or will be addressed before
the 1.0 release?
Theora is like the only open sourced free code people can use, i will be
nice if it performs close to other libs.
please keep up the good work!
-------------- next part --------------
An HTML attachment was
2007 May 07
2
Theora running on FPGA
Great news! Theora is running on FPGA.
After almost a year of a great effort we have Theora validated on
FPGA. Now I will try to integrated the hardware with a video
controller to see the video!
I completely implemented the ExpandBlock, CopyRecon, LoopFilter and
UpdateUMVBorder functions.
The ReconRefFrames function was partially implemented and the part
before will run on a software compiled
2011 Mar 18
3
alghorithm of working encoder in libtheora
Hi,
Is somewhere alghorithm description of encoder process implemented in
libtheora? May be some drafts? May be frame dataflow throw encoder stages?
PLEASE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/theora/attachments/20110318/c3e8e109/attachment.htm
2007 Sep 18
4
FOSS Codecs for Online Video: Usability, Uptake and Development - First Draft
Dear Theora/Xiph folk,
*
FOSS Codecs for Online Video: Usability, Uptake and Development - First
Draft*
A review of available tools for the creation, playback and embedding of
online video using Free and Open Source Software video codecs and a look
at the most pressing areas for development to enhance their adoption by
social change video projects on the web.
2007 Sep 18
4
FOSS Codecs for Online Video: Usability, Uptake and Development - First Draft
Dear Theora/Xiph folk,
*
FOSS Codecs for Online Video: Usability, Uptake and Development - First
Draft*
A review of available tools for the creation, playback and embedding of
online video using Free and Open Source Software video codecs and a look
at the most pressing areas for development to enhance their adoption by
social change video projects on the web.
2015 Jun 25
2
Re: [PATCH] launch: rework handling of --enable-valgrind-daemon
In data giovedì 25 giugno 2015 14:50:03, Richard W.M. Jones ha scritto:
> We had a chat about this on IRC, and I'm not very happy about any
> patch that requires a special ./configure flag.
I'm not sure where you see any special ./configure flag, other than
what is already there (and not used much because makes things
cumbersome).
> We should find a way
> to enable this
2011 Apr 22
2
Can't compile libtheora vs2010
I'm getting errors like so on initial build of libtheora -
1>c1 : fatal error C1083: Cannot open source file:
'..\lib\dec\x86_vc\x86stat.c': No such file or directory
1> mmxstate.c (TaskId:16)
1>c1 : fatal error C1083: Cannot open source file:
'..\lib\dec\x86_vc\mmxstate.c': No such file or directory
1> mmxloopfilter.c (TaskId:16)
1>c1 : fatal error C1083: