summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-02-06 23:38:38 -0300
committerJames Almer <jamrial@gmail.com>2018-02-06 23:43:01 -0300
commit36c85d6e773d51af1d084fb15ad89d9acc5dd893 (patch)
treeda0cc4321945039deaf3b921baeddd0c9fd129f2 /doc
parentf7aacf4ab7654a57408d5c0f871fd3b39930c6d7 (diff)
api: add missing version bumps and APIChanges entries
avcodec bump missed in 7e8eba2d8755962d9dca5eade57bf8f591a73c0c avformat bump missed in ff46124b0df17a1d35249e09ae8eae9a61f16e04 and 0694d8702421e7aff1340038559c438b61bb30dd avdevice bump missed in 0fd475704e871ef3a535947596a012894bae3cbd Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 69fb58eade..3523d3b7bd 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,12 +15,17 @@ libavutil: 2017-10-21
API changes, most recent first:
+2018-02-06 - 0fd475704e - lavd 58.1.100 - avdevice.h
+ Deprecate use of av_input_audio_device_next(), av_input_video_device_next(),
+ av_output_audio_device_next(), av_output_video_device_next().
+ Add av_indev_iterate(), and av_outdev_iterate().
+
2018-xx-xx - xxxxxxx - lavf 58.9.100 - avformat.h
Deprecate use of av_register_input_format(), av_register_output_format(),
avformat_register_all(), av_iformat_next(), av_oformat_next().
Add av_demuxer_iterate(), and av_muxer_iterate().
-2018-xx-xx - xxxxxxx - lavc 58.9.100 - avcodec.h
+2018-xx-xx - xxxxxxx - lavc 58.10.100 - avcodec.h
Deprecate use of avcodec_register(), avcodec_register_all(), and
av_codec_next(). Add av_codec_iterate().