diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-08-02 10:38:12 +0200 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-08-02 10:38:12 +0200 |
commit | 9ed59f16e005554fe412bcc05b2ed40688f4fd16 (patch) | |
tree | 2827c201867aaa7610ec8042a122295cf53b44f8 /doc/APIchanges | |
parent | 988ddfea5e32226448e353766c8d9b610914e087 (diff) | |
parent | 7a7df34c91e16ea8936f59524145a2cdd6b790f9 (diff) | |
download | ffmpeg-9ed59f16e005554fe412bcc05b2ed40688f4fd16.tar.gz |
Merge commit '7a7df34c91e16ea8936f59524145a2cdd6b790f9'
* commit '7a7df34c91e16ea8936f59524145a2cdd6b790f9':
blowfish: add av_blowfish_alloc()
Conflicts:
doc/APIchanges
libavutil/version.h
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
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 29e9da9d80..d222fc67b7 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2014-08-09 API changes, most recent first: +2015-xx-xx - lavu 54.30.0 + xxxxxxx - Add av_blowfish_alloc(). + 2015-xx-xx - lavc 56.35.0 - avcodec.h xxxxxxxxx - Rename CODEC_FLAG* defines to AV_CODEC_FLAG*. xxxxxxxxx - Rename CODEC_CAP_* defines to AV_CODEC_CAP_*. |