summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-03-06 14:07:42 +0100
committerLuca Barbato <lu_zero@gentoo.org>2014-05-11 14:59:59 +0200
commit66e6c8a7b4e3ac926302529606bd3e323c28b20f (patch)
tree0a35720b89e6dd5765be2484cf0bf7110cc3a794 /doc/APIchanges
parentdd2d3b766b20196d0b65a82e3d897ccecbf7adb8 (diff)
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/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index f392c53d01..91ec1067c7 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.