[MPlayer-dev-eng] filmdint DR bugfix

D Richard Felker III dalias at aerifal.cx
Thu Apr 22 23:27:31 CEST 2004


On Thu, Apr 22, 2004 at 03:45:57PM -0500, Zoltan Hidvegi wrote:
> I bet that there are similar problems with vf_pullup.c, although
> vf_pullup is worse, because it does not make sure that there are
> exactly two alternating buffers for non-B-frames, so it does not work
> with B-frame free content.

The error with pullup is that codecs make dumb assumptions about
buffer age, because G1's architecture sucks too much to accurately
reflect buffer age. The only solution is to disable direct rendering
or use a decoder that ignores buffer age (libmpeg2) rather than lavc.

Rich




More information about the MPlayer-dev-eng mailing list