Home > Archive > Compression > March 2006 > SIMG IJPEG
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Michel Bardiaux 2006-03-21, 7:55 am |
| I'm looking for a faster JPEG decompressor for Intel x86 Linux.
I know about the MJPEG codec in ffmpeg, I'm trying it but it has a
different API from the standard IJPEG.
I know about libjpeg-mmx in the MJPEGTOOLS project, but the simple DJPEG
decoder there always crashes. Anyone successful in making that work?
Any pointers on another MMX-ified or SSE-fied JPEG decoder? TIA
--
Michel Bardiaux
R&D Director
T +32 [0] 2 790 29 41
F +32 [0] 2 790 29 02
E mailto:mbardiaux@mediaxim.be
Mediaxim NV/SA
Vorstlaan 191 Boulevard du Souverain
Brussel 1160 Bruxelles
http://www.mediaxim.com/
| |
| Jack Berlin 2006-03-21, 9:55 pm |
| Hi,
The absolute fastest available is the Pegasus PICTools SDKs:
http://www.pegasusimaging.com/rapidvue.htm
This is a commercial product and requires licensing, however. Free trial
evaluation on the web page.
Hope this helps. Please let me know if you have any further questions.
Best wishes,
jack
--
Pegasus - BETTER DIGITAL IMAGING!
http://www.pegasusimaging.com/
"Michel Bardiaux" <michel.bardiaux@mediaxim.be> wrote in message
news:K8SdnY83De3JRoLZRVny2g@scarlet.biz...
> I'm looking for a faster JPEG decompressor for Intel x86 Linux.
>
> I know about the MJPEG codec in ffmpeg, I'm trying it but it has a
> different API from the standard IJPEG.
>
> I know about libjpeg-mmx in the MJPEGTOOLS project, but the simple DJPEG
> decoder there always crashes. Anyone successful in making that work?
>
> Any pointers on another MMX-ified or SSE-fied JPEG decoder? TIA
>
> --
> Michel Bardiaux
> R&D Director
> T +32 [0] 2 790 29 41
> F +32 [0] 2 790 29 02
> E mailto:mbardiaux@mediaxim.be
>
> Mediaxim NV/SA
> Vorstlaan 191 Boulevard du Souverain
> Brussel 1160 Bruxelles
> http://www.mediaxim.com/
| |
| Jasen Betts 2006-03-22, 7:56 am |
| On 2006-03-21, Michel Bardiaux <michel.bardiaux@mediaxim.be> wrote:
> I'm looking for a faster JPEG decompressor for Intel x86 Linux.
>
> I know about the MJPEG codec in ffmpeg, I'm trying it but it has a
> different API from the standard IJPEG.
>
> I know about libjpeg-mmx in the MJPEGTOOLS project, but the simple DJPEG
> decoder there always crashes. Anyone successful in making that work?
>
> Any pointers on another MMX-ified or SSE-fied JPEG decoder? TIA
last time I tried to build libjpeg-mmx I couldn't net NASM to compile the
MMX instructions. I sent in a bug report.
Bye.
Jasen
|
|
|
|
|