[FFmpeg-devel] [PATCH] libavcodec: add h.264 dxva2 decoder to ffmpeg

Hendrik Leppkes h.leppkes at gmail.com
Sat Dec 29 09:46:18 CET 2012


On Sat, Dec 29, 2012 at 4:47 AM, Michael Niedermayer <michaelni at gmx.at> wrote:
>
> See the tests directory and subdirectories. As well as commits adding
> tests
> you would need to add a test that uses a video from the fate test
> suite and decodes it with dxva2, it would be needed to make this
> conditional on dxva2 being actually available
>
>

The condition needs to be quite a bit more complicated. For example,
my Windows fate box can compile DXVA2 just fine, however because its a
headless server machine, it doesn't have a GPU actually capable of
using DXVA2, so the test somehow needs to take this into account.
The same really goes for the mingw32 machines, which can build but not
run DXVA2.

Since everyone seems adamant to get this commited, i will try to do a
proper technical review of the DXVA2 usage after newyears. I also have
two H.264 DXVA2 patches for Intel GPUs in the pipeline which i need to
cleanup and submit.


More information about the ffmpeg-devel mailing list