summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2014-08-02 18:54:43 +0200
committerClément Bœsch <u@pkh.me>2014-08-05 21:05:52 +0200
commit28a2107a8d61af7c7a26f9d4af0716ba12c112a7 (patch)
tree2dd49b789e0296fe6238adb9cc6be46c304403ce /doc
parent6931d1274568ecb1c957157ed92066bde52073d8 (diff)
avutil: add pixelutils API
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 387a2f985a..8a78529bbb 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2014-08-02 - xxxxxxx - lavu 52.98.100 - pixelutils.h
+ Add pixelutils API with SAD functions
+
2014-08-xx - xxxxxxx - lavu 53.22.0 - pixfmt.h
Add AV_PIX_FMT_YA16 pixel format for 16 bit packed gray with alpha.