Re: JPEG Decoder Added
Posted by
gouessej on
Apr 01, 2013; 11:57am
URL: https://forum.jogamp.org/JPEG-Decoder-Added-tp4028870p4028873.html
Sven Gothel wrote
I wrote:
> Note the YUV storage options (4x faster) would require you
> to perform the YUV->RGB color-space conversion in the GLSL shader.
> (One is available in our FFMPeg GLMediaPlayer class)
_option_, you can choose of course, use yuv/rgb conversion in shader
only to benefit from the 4x speedup - if it causes a bottleneck.
I just wanted to be sure the use of a GLSL shader wasn't mandatory to support JPEG files using YUV stores.