[Tremor] Hi !!!

Michael Smith msmith at xiph.org
Wed May 24 01:32:04 PDT 2006


On 5/24/06, Dattaguru B.N. <dattagurubn at yahoo.com> wrote:
> Hi Experts,
>
> I am new to Tremor mailing list. I have few queries.
> 1.  Current implementation by Tremor by handling the
> arguments is by using stdin and stdout.  This may
> create problems in debugging in MSVC environment.  Is
> there other application available wherein arguments
> are taken as files directly?

That's just a sample application; writing your own application using
the tremor library is trivial.

>
> 2.  Are there any bitstreams available for
> conformance?
>
> 3.  Is there any complaince defined?  If not, how can
> we evaluate our decoder?  If yes, Is there any
> document available for the same?

Unfortunately, we don't have formal compliance criteria. It's a lot of
work to develop these and test bitstreams, and as a non-profit, we're
limited in how much time we have to spend on some things. It's the
sort of thing that's probably not going to get done unless someone
funds us to do it.

>
> 4.  Is the tremor code directly portable to platforms
> such as ARM?

The tremor code is fairly portable to a wide range of cpus. As far as
ARM goes: tremor in fact includes a fair chunk of ARM assembly
optimisations, so it works particularly well there.

>
> 5.  Is there any bench marks for Memory and CPU
> measurements?  Where can I find the same?

Well, benchmarking can be done externally to the library, there are
lots of tools for doing that sort of thing, none of them are specific
to tremor.

Mike


More information about the Tremor mailing list