Displaying 20 results from an estimated 900 matches similar to: "80% there"
2004 Feb 01
2
Where's TrueCast5?
Supposedly On2 transferred their Video Recorder and TrueCast5 streaming server into opensource along with VP3. Theora is obviously the VP3 project, and while I can find nothing on Xiph about it, the recorder source is offered on vp3.com; but I can find nothing on Xiph or vp3.com about what happened to Truecast5. I contacted On2 about whether TrueCast5 was really going to be open source, and they
2011 Mar 22
0
FPGA implementation in the camera
Here http://lists.xiph.org/pipermail/theora/2004-September/000619.html Andrey
describe encoder structure, this like:
"I see the following structure of the compressor implemented in the FPGA
(Xilinx Spartan 3 1000K gates):
1. Data from the external frame buffer (FB) memory goes to the
Bayer-to-YCbCr (4:2:0) converter in overlapping 20x20 tiles that produce 6
8x8 blocks (one macroblock) on the
2011 Mar 22
2
theora-dev Digest, Vol 80, Issue 6
Thank, Timothy!
I add this stages.
About RLE:
I have one more unresolved stage. Mike Melanson wrote in "VP3 Bitstream
Format..." about RLE using:
"* Zigzag Ordering: After transforming and quantizing a block of samples,
the samples are not in an optimal order for run length encoding. Zigzag
ordering rearranges the samples to put more zeros between non-zero
samples."
If we pass
2011 Mar 21
0
Contents of theora digest...
---------- Forwarded message ----------
From: digital design <developer.fpga at gmail.com>
Date: 21 March 2011 13:38
Subject: Re: [theora] alghorithm of working encoder in libtheora
To: bens at alum.mit.edu
Cc: Reply-All at xiph.org
On 18 March 2011 23:15, Benjamin M. Schwartz <bmschwar at fas.harvard.edu>wrote:
> On 03/18/2011 01:44 PM, digital design wrote:
> > Now i
2005 Apr 03
0
Re: Theora cameras
Andrey and I were having a conversation off list, forwarding relevent
bits of the last response from Andrey for public reference.
--- begin forward ---
On Mar 31, 2005 9:22 PM, Ralph Giles <giles@xiph.org> wrote:
> On Thu, Mar 31, 2005 at 06:46:06PM -0700, Andrey Filippov wrote:
>
> > > BTW, you asked about padding theora packet data to a byte boundary. I
> > >
2004 Aug 06
0
No subject
/*Determines the number of blocks or coefficients to be skipped for a given
token value.
_token: The token value to skip.
_extra_bits: The extra bits attached to this token.
Return: A positive value indicates that number of coefficients are to be
skipped in the current block.
Otherwise, the negative of the return value indicates that
number of
blocks are to be ended.
0 will never be returned,
2003 May 05
0
Macroblock Coding Issues
Hi,
So I have almost completed a new VP3 decoder implementation. In
the course of doing so, I have encountered something odd about macroblock
coding.
As a quick overview, VP3 has a notion of fragments (8x8 pixels)
and superblocks (32x32 pixels, 4x4 fragments). These apply to each
individual plane (e.g., a 64x64 video will have 4 Y superblocks and 1+1 C
superblocks, 64 Y fragments
2008 Jul 15
1
Filtering output
I have a command which returns a data fram if I am not mistaken:
sc <- split(x, list(x$Category, x$SubCategory), drop=TRUE)
Now I wish to get the Category and SubCategory that the data was split on. So my first attempt would be:
sc[[1]]$Category[1]
But that yields
[1] (Unknown)
46 Levels: (Unknown) 10" Plates 7" Plates (Dessert) ... WOMEN
Is all I want is '(Unknown)'.
2010 Apr 10
0
[LLVMdev] Proposal: stack/context switching within a thread
I took the liberty of forwarding this to the Stackless Python list,
since they switch stacks, and I got a response at
http://thread.gmane.org/gmane.comp.python.stackless/4464/focus=4467.
The upshot is that they really need the ability to allocate only a
tiny amount of space for each thread and grow that as the thread
actually uses more stack. The way they accomplish that now is by
copying the
2003 Sep 03
1
So SLOW WindowsXPs on a Samba PDC
Hello ,
I know its very tedious solving problems MS has on a Linux based Software
A Windows XP machine without SP1 , Worked Fine until one day ,
everything is so SLOW , every mouse click reponds after 3-4 minutes ,
this account logs to a samba PDC , If its a PDC or samba problem then
why is it so slow on stuff done locally on the computer , i scanned the
PC with an Updated norton , and
2004 Mar 24
1
Libtheora building under windows ??
Just trrying to build the latest libtheora under windows.
There is a VS6 project file (.dsp)... however when i try to open it and
convert to VS2002 format (.vcproj) it tells me file is corrupted... Was this
file manually created ?
Has anyone else tried this with success ??
Thanks !
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage:
2008 Aug 14
1
useR! 2008
For all those useRs who didn't make it to Dortmund Germany for useR!
2008 you missed a great conference. Hats off to Uwe Ligges and the
other organizers and assistants who planned and executed the meeting
superbly.
Frank
--
Frank E Harrell Jr Professor and Chair School of Medicine
Department of Biostatistics Vanderbilt University
2009 Oct 13
3
Proposal for replacing asm code with intrinsics
Hi,
I'm new to Theora and would like to propose several performance optimization using advanced instructions in x86 CPUs (SSE2-SSE4.2).
There are several source files in \x86 and \x86_vc which developed using inline assembler. However this cause several maintenance problems:
1) Need to sync gcc & msvc versions
2) Only 32bit environment is supported
3) No support for newer than MMX
2008 Mar 20
1
Clarification of specification
Hi
I'm trying to make sense of the macroblock coding modes in section 7.4 of
the Theora spec.
The text in the specification is:
(d) For each consecutive macro block in coded order (cf. Section 2.4)
indexed by mbi:
i. If a block bi in the luma plane of macro block mbi exists such
that BCODED[bi ] is 1:
A. If MSCHEME is not 7, read one bit at a time until one of
2010 Apr 07
2
[LLVMdev] Proposal: stack/context switching within a thread
Right now the functionality is available, sometimes, from the C
standard library. But embedded environments (often running a limited
standard library) and server environments would benefit heavily from a
standard way to specify context switches within a single thread in the
style of makecontext/swapcontext/setcontext, and built-in support for
these operations would also open the way for
2005 Jul 20
1
MMX IDCT for theora-exp
Hello,
I'm attaching IDCT MMX patch. I reused IDCT from theora-a3-MMXd.zip.
It should work on 64bit X86 platform too.
Here is most used functions when playing video with jet aircrafts (gripen)
Ogg logical stream 310b2968 is Theora 720x480 29.97 fps video
Encoded frame content is 720x480 with 0x0 offset
I can play this video with like 200-300 frame drops on Athlon XP 1700+
CPU load (with
2007 Feb 13
0
libswfdec/jpeg libswfdec/swfdec_image.c
libswfdec/jpeg/Makefile.am | 18 -
libswfdec/jpeg/bits.h | 140 ++++++-------
libswfdec/jpeg/huffman.c | 67 +++---
libswfdec/jpeg/huffman.h | 35 +--
libswfdec/jpeg/jpeg.c | 217 +++++++-------------
libswfdec/jpeg/jpeg.h | 28 +-
libswfdec/jpeg/jpeg_debug.h | 25 --
libswfdec/jpeg/jpeg_internal.h | 143
2005 Dec 08
3
scoping issues?
Can anyone please help me understand whats happening here?
Thanks
Tom
getAmpRatio<-function(v_amps){
#calculates the amplitude ratios between the 3 largest amps and the
rest
bigamp<-0
map<-rep(TRUE,length(v_amps))
for(iLoc in 1:3){
bigamp<-bigamp+max(v_amps)
map[which.max(v_amps)]<-FALSE
v_amps<-v_amps[map]
2005 Jan 26
1
Re: PC-based video server
On Wednesday 26 January 2005 02:20 pm, Andrey wrote:
> > I've seen pretty good quality theora format video at less than 1 Mbps.
>
> What was the resolution/frame/rate/type of the movie.
A sample video can be downloaded, using BitTorrent, from www.theora.org.
It's in the Contents section on the left side of the page, and labeled "CC
spots." What you actually get
2004 Feb 03
0
Interlazed video posibilities
I don´t found any patent around this but i ned help with the patents.
I can´t found all patents for interlazed video and I only read the
patents around MPEG , the optimization for field based video can be
aplied without problem, this is compatible whih the progresive encoding
and in a few scenarios they can be positive.
<p>process:
<p>common:
-2 bits to indicate video type
0x