[MPlayer-dev-eng] [PATCH] view stereoscopic videos
benoit.mathieu2 at free.fr
benoit.mathieu2 at free.fr
Fri Aug 20 20:09:54 CEST 2010
On 2010-02-02 14:23, Gordon Schmidt wrote:
> Hi,
>
> thanks for the comments. I've changed the stuff Reimar Döffinger and
> Diego Biurrun remarked.
>
> On Mon, Feb 01, 2010 at 09:10:19PM +0100, Reimar Döffinger wrote:
> > Overall resulting in
> > static inline uint8_t ana_conv(int coeff[6], int rl, int gl, int bl,
> > int rr, int gr, int gl)
> > {...}
> > ana_conv(vf->priv->ana_matrix[i], ...);
> >
> > Also I suggest changing the shift from >> 10 to >> 16 (and adjusting
> > the constants appropriately).
> > This will be faster on some architectures and also easier to
> > accelerate with SIMD.
> done
>
> > Maybe move NOT_SET last or add a STEREO_CODE_COUNT last so you can verify
> > the command-line values?
> done
Hi,
I'm very interested in this stereoscopic playback feature: I recompiled mplayer with the patch, and it works on my quadro fx + active stereo googles. I think it's really worth integrating this feature in the official release, as I found no other free software on Linux to playback stereo movies...
What are the obstacles ? If you need testing, I'm here...
Thanks,
Benoit
More information about the MPlayer-dev-eng
mailing list