diff options
author | Mark Thompson <sw@jkqxz.net> | 2016-06-12 17:20:25 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2016-11-13 20:39:48 +0000 |
commit | a8d51bb42474b1641f45b5b3815864ea323a3e59 (patch) | |
tree | 15dbe9a7a3fcd7b76b745d8b20c02ad2db0efd4c /doc/APIchanges | |
parent | 25012c56448a48487cdc9699465e640871dbcd60 (diff) | |
download | ffmpeg-a8d51bb42474b1641f45b5b3815864ea323a3e59.tar.gz |
hwcontext_vaapi: Add driver quirks to the hwdevice
The driver being used is detected inside av_hwdevice_ctx_init() and
the quirks field then set from a table of known device. If this
behaviour is unwanted, the user can also set the quirks field
manually.
Also adds the Intel i965 driver quirk (it does not destroy parameter
buffers used in a call to vaRenderPicture()) and detects that driver
to set it.
(cherry picked from commit 4926fa9a4aa03f3b751f52e900b9efb87fea0591)
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index eb8e2351ba..e2daed3aca 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-xx-xx - xxxxxxx - lavu 55.38.100 - hwcontext_vaapi.h + Add driver quirks field to VAAPI-specific hwdevice and enum with + members AV_VAAPI_DRIVER_QUIRK_* to represent its values. + 2016-11-10 - xxxxxxx - lavu 55.36.100 - pixfmt.h Add AV_PIX_FMT_GRAY12(LE/BE). |