diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-05 21:35:46 +0200 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-05 21:35:46 +0200 |
commit | 160e92c8bfad9b6b4748b0d5f72f15a097ad2dc3 (patch) | |
tree | df85b33395b43f28d0d98c6bcf383705b74028b8 /doc/APIchanges | |
parent | 590ea32e54eebbf8d69c2e9d97d92727d22bb88a (diff) | |
parent | e88103a7f92cf27a2868b50acc8a9912f6088249 (diff) | |
download | ffmpeg-160e92c8bfad9b6b4748b0d5f72f15a097ad2dc3.tar.gz |
Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'
* commit 'e88103a7f92cf27a2868b50acc8a9912f6088249':
Bump major versions of all libraries
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 459fa5bc54..1377fd0283 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,15 +2,15 @@ Never assume the API of libav* to be stable unless at least 1 month has passed since the last major version increase or the API was added. The last version increases were: -libavcodec: 2014-08-09 -libavdevice: 2014-08-09 -libavfilter: 2014-08-09 -libavformat: 2014-08-09 -libavresample: 2014-08-09 -libpostproc: 2014-08-09 -libswresample: 2014-08-09 -libswscale: 2014-08-09 -libavutil: 2014-08-09 +libavcodec: 2015-08-28 +libavdevice: 2015-08-28 +libavfilter: 2015-08-28 +libavformat: 2015-08-28 +libavresample: 2015-08-28 +libpostproc: 2015-08-28 +libswresample: 2015-08-28 +libswscale: 2015-08-28 +libavutil: 2015-08-28 API changes, most recent first: |