[FFmpeg-cvslog] lavf/lavd: version bump and APIchanges for uncoded frames.

Nicolas George git at videolan.org
Wed Feb 12 00:59:17 CET 2014


ffmpeg | branch: master | Nicolas George <george at nsup.org> | Tue Feb 11 10:34:32 2014 +0100| [edc7e67669ad5b4519b18d1932baf75c50577db3] | committer: Nicolas George

lavf/lavd: version bump and APIchanges for uncoded frames.

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

 doc/APIchanges        |    3 +++
 libavdevice/version.h |    2 +-
 libavformat/version.h |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/doc/APIchanges b/doc/APIchanges
index 6ddf5b3..77a9e4e 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil:     2012-10-22
 
 API changes, most recent first:
 
+2014-02-11 - 1b05ac2 - lavf 55.32.100 - avformat.h
+  Add av_write_uncoded_frame() and av_interleaved_write_uncoded_frame().
+
 2014-02-04 - 3adb5f8 / d9ae103 - lavf 55.30.100 / 55.11.0 - avformat.h
   Add AVFormatContext.max_interleave_delta for controlling amount of buffering
   when interleaving.
diff --git a/libavdevice/version.h b/libavdevice/version.h
index 0dedc73..956ed74 100644
--- a/libavdevice/version.h
+++ b/libavdevice/version.h
@@ -28,7 +28,7 @@
 #include "libavutil/version.h"
 
 #define LIBAVDEVICE_VERSION_MAJOR  55
-#define LIBAVDEVICE_VERSION_MINOR   8
+#define LIBAVDEVICE_VERSION_MINOR   9
 #define LIBAVDEVICE_VERSION_MICRO 100
 
 #define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \
diff --git a/libavformat/version.h b/libavformat/version.h
index 440e9ca..e2d097c 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -30,7 +30,7 @@
 #include "libavutil/version.h"
 
 #define LIBAVFORMAT_VERSION_MAJOR 55
-#define LIBAVFORMAT_VERSION_MINOR 31
+#define LIBAVFORMAT_VERSION_MINOR 32
 #define LIBAVFORMAT_VERSION_MICRO 100
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list