[MPlayer-G2-dev] basic g2 vp (video pipeline) code

Arpi arpi at thot.banki.hu
Sun Nov 2 13:17:10 CET 2003


Hi,

> Hey devs! It's far from finished, but here's a glimpse at the new
> video pipeline layer for mplayer-g2. The main functions of interest
> are vp_pull_image, vp_get_image, and vp_release_image. vp_config and
> vp_insert_filter are somewhat relevant to the dreaded auto-insertion
> hack too. :)

ok, i'm answering yoru question on irc:

<dalias> in g2, any object to requiring that all filters/vo be able to
    accept images with any stride?

YES.
it limits g2 vf layer to use fully controlled filter code only.
ie you cannot call 3rd party code which doesnt accept any kind of stride,
be it to-mpeg transcoder, codecs (remember, video encoders are connected
to vf layer anyway, but it can be workarounded by ugly hacks), external
filters and so on.

it should be handled, at least by auto-inserting expand filter.


A'rpi / Astral & ESP-team

--
Developer of MPlayer G2, the Movie Framework for all - http://www.MPlayerHQ.hu



More information about the MPlayer-G2-dev mailing list