[FFmpeg-cvslog] api: add missing version bumps and APIChanges entries

James Almer git at videolan.org
Wed Feb 7 04:43:59 EET 2018


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Tue Feb  6 23:38:38 2018 -0300| [36c85d6e773d51af1d084fb15ad89d9acc5dd893] | committer: James Almer

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 at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=36c85d6e773d51af1d084fb15ad89d9acc5dd893
---

 doc/APIchanges        | 7 ++++++-
 libavcodec/version.h  | 2 +-
 libavdevice/version.h | 4 ++--
 libavformat/version.h | 2 +-
 4 files changed, 10 insertions(+), 5 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().
 
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 8cc0f9bf9c..e36cea30b5 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -28,7 +28,7 @@
 #include "libavutil/version.h"
 
 #define LIBAVCODEC_VERSION_MAJOR  58
-#define LIBAVCODEC_VERSION_MINOR   9
+#define LIBAVCODEC_VERSION_MINOR  10
 #define LIBAVCODEC_VERSION_MICRO 100
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
diff --git a/libavdevice/version.h b/libavdevice/version.h
index 892c4f374e..e5f60032f7 100644
--- a/libavdevice/version.h
+++ b/libavdevice/version.h
@@ -28,8 +28,8 @@
 #include "libavutil/version.h"
 
 #define LIBAVDEVICE_VERSION_MAJOR  58
-#define LIBAVDEVICE_VERSION_MINOR   0
-#define LIBAVDEVICE_VERSION_MICRO 101
+#define LIBAVDEVICE_VERSION_MINOR   1
+#define LIBAVDEVICE_VERSION_MICRO 100
 
 #define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \
                                                LIBAVDEVICE_VERSION_MINOR, \
diff --git a/libavformat/version.h b/libavformat/version.h
index 7669c22623..009f981095 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -32,7 +32,7 @@
 // Major bumping may affect Ticket5467, 5421, 5451(compatibility with Chromium)
 // Also please add any ticket numbers that you believe might be affected here
 #define LIBAVFORMAT_VERSION_MAJOR  58
-#define LIBAVFORMAT_VERSION_MINOR   7
+#define LIBAVFORMAT_VERSION_MINOR   9
 #define LIBAVFORMAT_VERSION_MICRO 100
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list