diff options
author | Clément Bœsch <u@pkh.me> | 2014-08-02 18:54:43 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-08-05 21:05:52 +0200 |
commit | 28a2107a8d61af7c7a26f9d4af0716ba12c112a7 (patch) | |
tree | 2dd49b789e0296fe6238adb9cc6be46c304403ce /doc/APIchanges | |
parent | 6931d1274568ecb1c957157ed92066bde52073d8 (diff) | |
download | ffmpeg-streaming-28a2107a8d61af7c7a26f9d4af0716ba12c112a7.zip ffmpeg-streaming-28a2107a8d61af7c7a26f9d4af0716ba12c112a7.tar.gz |
avutil: add pixelutils API
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 387a2f9..8a78529 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. |