[FFmpeg-devel] [PATCH] HWAccel infrastructure

Michael Niedermayer michaelni
Tue Feb 17 19:54:59 CET 2009


On Tue, Feb 17, 2009 at 08:28:53PM +0200, Ivan Kalvachev wrote:
> On 2/17/09, Gwenole Beauchesne <gbeauchesne at splitted-desktop.com> wrote:
> > Hi,
> >
> > This patch implements a hardware acceleration infrastructure for FFmpeg.
> > It works for both VA API and VDPAU. As an extra benefit, this also fixes a
> > VDPAU HW decoding bug with some MPEG-2 bitstreams I have here.
> >
> > The user is expected to override AVCodecContext::get_format() to select
> > the proper hardware accelerator. The pix_fmts[] arg is a list constructed
> > from registered AVHWAccelCodec (allcodecs.c: REGISTER_HWACCEL_CODEC()).
> >
> > As a side note, and in order to illustrate this, an mplayer -va arg
> > controls what accelerator to use actually. Then get_format() checks that
> > user (human) requested accelerator and only selects the matching IMGFMT.
> >
> > AVHWAccelCodec::pix_fmt is no longer an array so that to implement HW
> > acceleration case 3 (as "specified" by Reimar earlier). That is,
> > avctx->hwaccel_codec->pix_fmt will stick to the HW accelerated pixel
> > format whereas avctx->pix_fmt could be YV12 if the user wants to readback
> > pixels in that format. Otherwise, both are equal by default.
> 
> As my point of interest is how to rework xvmc using unified method,
> there are few things I've thought about that may be needed to improve
> this patch.
> 

> *hwaccel_codec is currently placed into AVCodecContext,
> It is public structure and 

> I think it should be better to be
> moved in mpegencctx.

i dont agree, not all codecs use mpegencctx but that isnt the only reason
it might be usefull to a user to look at avctx->hwaccel->name


> 
> I think the AVHWAccelCodec should contain all functions that each
> acceleration methods defines.
> This way all capabilities and supported format checks would be turn into
> single if(s->hwaccel_codec) check. Now caps etc...
> 

> There is *next field in AVHWAccelCodec. That's very bad idea:

> -adding new functions would be after the next.

yes and?


> -I don't like linked lists.

that is your problem :)


> It would be much simpler to have an array
> of pointers to
> AVHWAccelCodec. This way both the structure and the array could be const.
> I think it would make sense to do the same with AVCodec.

until AVCodec uses the next list system, AVHWAccel* will too
if someone wishes to change this, that is a seperate patch and discussion


[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Breaking DRM is a little like attempting to break through a door even
though the window is wide open and the only thing in the house is a bunch
of things you dont want and which you would get tomorrow for free anyway
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090217/d56977ba/attachment.pgp>



More information about the ffmpeg-devel mailing list