diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-03-06 14:07:42 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-05-11 14:59:59 +0200 |
commit | 66e6c8a7b4e3ac926302529606bd3e323c28b20f (patch) | |
tree | 0a35720b89e6dd5765be2484cf0bf7110cc3a794 /doc | |
parent | dd2d3b766b20196d0b65a82e3d897ccecbf7adb8 (diff) | |
download | ffmpeg-streaming-66e6c8a7b4e3ac926302529606bd3e323c28b20f.zip ffmpeg-streaming-66e6c8a7b4e3ac926302529606bd3e323c28b20f.tar.gz |
lavu: Add a pixel format for new VDA hwaccel
The current hwaccel is broken and cannot be fixed in a compatible
way. It will be deprecated and replaced with a new one.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index f392c53..91ec106 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2013-12-xx API changes, most recent first: +2014-xx-xx - xxxxxxx - lavu 53.14.0 - pixfmt.h + Add AV_PIX_FMT_VDA for new-style VDA acceleration. + 2014-04-xx - xxxxxxx - lavc 55.50.3 - avcodec.h Deprecate CODEC_FLAG_MV0. It is replaced by the flag "mv0" in the "mpv_flags" private option of the mpegvideo encoders. |