Displaying 9 results from an estimated 9 matches for "recomposition".
Did you mean:
decomposition
2005 Feb 14
0
libannodex 0.6.0 Release
...ee http://www.annodex.net/
This release is available as a source tarball at:
http://www.annodex.net/software/libannodex/download/libannodex-0.6.0.tar.gz
New in this release:
Support for Annodex version 3:
* Support for reading and writing Ogg Skeleton and CMML binary
headers
* Support for recomposition from keyframe offsets, using
granuleshift clues from Theora and CMML headers. This provides
efficient playback of video and the current CMML clip.
* Read-only support for reading and importing Annodex v2 content
to allow existing content to be recomposed in v3 format without
modification....
2007 Sep 10
2
The use for an XML based metadata format
...s their
> app to expect XML to be a metadata stream).
Agreed, having a magic identifier at the beginning of the stream is
useful where you only need to decide how to deal with a track (logical
bitstream), for example in the demux stage of a player. It is also
useful in a server that does stream recomposition or selection without
decode (eg. serving a temporal subset of the stream, or selecting
language tracks).
For CMML, we first tried just using raw XML from byte 0 but later opted for
using a binary header with magic identifier in the first (bos) packet
for these reasons.
cheers,
Conrad.
2005 Feb 14
0
mod_annodex 0.2.0 Release
...load files for httpd.conf
following the style used by Debian GNU/Linux (Apache 2.0 only)
* updated example URLs for RFC2606 compliance
Annodex version 3 allows efficient streaming of multimedia content from
arbitrary time offsets. It does this by providing clues in Ogg Skeleton
headers to allow recomposition from keyframe offsets. This ensures that
information required for correct rendering is possible, such as the prior
Ogg Theora video keyframe and the current CMML clip.
Through libannodex, mod_annodex also provides read-only support for reading
and importing Annodex v2 content to allow existing con...
2005 Mar 04
0
mod_annodex 0.2.1 Release
...ccept: text/x-cmml;q=0.5, application/x-annodex;q=1.0
Accept: text/x-cmml;q=0.0, application/x-annodex;q=1.0
* Annodex version 3 support
Annodex version 3 allows efficient streaming of multimedia content from
arbitrary time offsets. It does this by providing clues in Ogg Skeleton
headers to allow recomposition from keyframe offsets. This ensures that
information required for correct rendering is possible, such as the prior
Ogg Theora video keyframe and the current CMML clip.
Through libannodex, mod_annodex also provides read-only support for reading
and importing Annodex v2 content to allow existing con...
2006 Jul 21
1
GLX redirection extension
I think that I may have found a potentially useful way out of some
problems within the current compositing framework. Basically, the server
has information that the compositor would find useful.
Of course, I may be wrong ...
GLX redirection
---------------
The GLX protocol provides GL applications with the contexts and
drawables that they require to execute GL. Since the X server is
usually in
2005 Aug 18
0
Discussion of new sending protocol proposal for IMAP
...you don't have to choose
between them.
Stephane Maes wrote:
> Marc,
>
> Based on the suggestions that we have received so far, we will publish
> a proposed update. We are looking at smtp proxy options.
>
> Note that LDELIVER contributes also in supporting server side
> recomposition with upload of only body / header part diffs. I am not
> sure that tunneling would allow this. But I am looking into it.
>
> Thanks
>
> Stephane
>
> PS I still have an action item to provide the use cases / reasons /
> pros of using it. I will distribute soon on the list....
2010 Dec 21
2
[LLVMdev] complex numbers with LLVM
Hi,
I'm working on a project to generate native code for a domain specific
langauge where the user defines functions in the complex plane. This
implies that I need to support complex numbers as a datatype with
LLVM. Its fairly straightforward to create a struct of two floats (or
doubles, etc.) and do the simple operations like add, subtract,
multiply, divide, etc.
However, things get
2007 Sep 10
8
The use for an XML based metadata format
What I've gotten out of this discussion so far:
1) we need to introduce a means in which to do captions; this could be
done through adding a "caption" element to CMML, or in another
time-continuous annotation format; so far I am not sure which would be
the better way
2) we need a XML annotation format for audio - in particular for music
- that is more structured than vorbiscomment
2012 Feb 15
11
[Patches][nouveau/ddx]: Improvements to bufferswap implementation and timestamping
Hi,
here a set of patches against the nouveau-ddx. This is an extended and
revised set, based on Francisco Jerez feedback from autumn last year.
[1/9] Makes pageflipping work again on X-Server 1.12rc. It apparently stopped
working somewhere around Xorg 1.11+.
[2/9] Implements handling of pageflip completion events from the kernel.
Francisco Jerez argument against including it was that the