caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Brian Hurt <bhurt@spnz.org>
To: Jonathan Roewen <jonathan.roewen@gmail.com>
Cc: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] Video/Audio codecs in ocaml
Date: Thu, 17 Nov 2005 08:39:13 -0600 (CST)	[thread overview]
Message-ID: <Pine.LNX.4.63.0511170837120.24132@localhost.localdomain> (raw)
In-Reply-To: <ad8cfe7e0511162116m75d9d812ib6aca11d2e1d8ca1@mail.gmail.com>



On Thu, 17 Nov 2005, Jonathan Roewen wrote:

>> Has anyone done anything with video and/or audio processing
>> using ocaml?
>
> Even better: would anyone like to help with an mpeg2 decoder written
> completely in ocaml?
>
> OCaml is supposed to be good at numerical processing right? So I hope
> performance for a 100% software based decoder will be okay...

No, it won't be.  Nor, I comment, will C.  To get sufficient performance 
for real-time MPEG decoding, you need to code the inner loop (the 2DFFT) 
using SSE or Altivec or similiar.

The higher level stuff (managing the bit stream, etc.) can all be done in 
Ocaml.

Brian


  parent reply	other threads:[~2005-11-17 14:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-17  4:41 Jonathan Roewen
2005-11-17  5:16 ` Jonathan Roewen
2005-11-17  9:17   ` Damien Bobillot
2005-11-17  9:25     ` Jonathan Roewen
2005-11-17  9:51       ` Damien Bobillot
2005-11-17 18:46         ` David MENTRE
2005-11-17 18:48           ` Jonathan Roewen
2005-11-17 14:39   ` Brian Hurt [this message]
2005-11-17 14:56     ` skaller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.63.0511170837120.24132@localhost.localdomain \
    --to=bhurt@spnz.org \
    --cc=caml-list@yquem.inria.fr \
    --cc=jonathan.roewen@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).