[FFmpeg-devel] [PATCH] Revert

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed Oct 31 18:35:09 CET 2012


On Wed, Oct 31, 2012 at 01:05:49PM +0000, Carl Eugen Hoyos wrote:
> Paul B Mahol <onemda <at> gmail.com> writes:
> 
> > On 10/31/12, Carl Eugen Hoyos <cehoyos <at> ag.or.at> wrote:
> > > Paul B Mahol <onemda <at> gmail.com> writes:
> > >
> > >> >> Also the decoder which definitely does not support DR1 is yop
> > >> >
> > >> > ?
> > >>
> > >> Use your skills to find samples and file in libavcodec directory.
> > >
> > > This is what I did yesterday morning.
> > > The result was that I disabled DR1 for the yop decoder and
> > > added yop support to MPlayer.
> > 
> > Hmm, i do not see it here, you pushed to correct repo?
> 
> This is very likely since it arrived in my MPlayer 
> checkout.
> 
> The indeo3 direct-rendering bug seems mmx-related.
> (It disappears when I succeeded in compiling MPlayer 
> with --disable-mmx.)

The only function it uses from dsputils seems to be
dsp.put_no_rnd_pixels_tab[0,1][0]
So to verify that, could you compile normally and
just disable initialization of that variable to
the mmx functions?
However I can't see any relation to DR still, as
far as I can tell those functions are only used
on purely internal buffers.


More information about the ffmpeg-devel mailing list