summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-12-08 11:17:01 +0100
committerAnton Khirnov <anton@khirnov.net>2016-07-02 09:35:23 +0200
commitb7c5f885233a7b8692140c920d9f43220dc830d9 (patch)
tree8a597fdad01b11ebf49a27de41164c6b56a82c1a /doc
parentb55566db4c51d920a6496455bb30a608e5a50a41 (diff)
pixfmt: add P010 pixel format
P010 is the 10-bit variant of NV12 (planar luma, packed chroma), using two bytes per component to store 10-bit data plus 6-bit zeroes in the LSBs. Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 1caa1b7575..8b5a33511d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-xx-xx - xxxxxxx - lavu 55.18.0 - pixdesc.h
+ Add AV_PIX_FMT_P010(LE/BE).
+
2016-xx-xx - xxxxxxx - lavc 57.24.0 - avcodec.h
Decoders now export the frame timestamp as AVFrame.pts. It was
previously exported as AVFrame.pkt_pts, which is now deprecated.