[FFmpeg-devel] [PATCH] Convert XvMC to hwaccel v2
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Thu Dec 19 08:30:31 CET 2013
On 19.12.2013, at 03:11, Ivan Kalvachev <ikalvachev at gmail.com> wrote:
> In addition to the changes in the previous patch:
> - this one doesn't use the define CONFIG_MPEG_XVMC_DECODER, as the
> decoder is no longer needed and will be removed. The change involves
> makefile too.
> - leave FF_API_XVMC around the CODEC_CAP_HWACCEL, it is not really needed/used.
> - move the newly introduces decode_mb() to the end of AVHWAccel struct .
> - write some explanation for pack_pblock variable.
>
> Now, this is the last chance for you to review the changes before they
> hit main repository and paint FATE in red. ;)
I don't mind (and didn't get around to actually try to review), but I am kind of wondering why you did it.
I don't think the hwaccel API is really significantly better an any way, just keeping the old code would have worked from my side...
More information about the ffmpeg-devel
mailing list