[MPlayer-dev-eng] video filter layer

Rich Felker dalias at aerifal.cx
Tue Apr 24 22:24:30 CEST 2007


On Sat, Apr 21, 2007 at 09:41:33PM +0900, Bobby Bingham wrote:
> But then, maybe it's faster to do the reordering at the beginning, and
> run all the frames through the filters as slices in display order?
> Might be worth benchmarking.

If you build the filter API right, then the filters won't care (i.e.
they can't care) which way it's implemented. Then you can try both, or
even conditionally use different schemes on different cpus. The
problem right now is that the implementation of the filter layer is
tied WAAAAAAY too closely to the implementation of the filters.

Rich



More information about the MPlayer-dev-eng mailing list