[FFmpeg-devel] [PATCH] Add missed APIchanges and changelog entries and minor bump

Martin Storsjö martin
Wed Mar 9 08:59:19 CET 2011


Add an APIchanges entry for the av_pkt_dump2 and av_pkt_dump_log2
functions, and a changelog entry for the apple http live streaming
protocol handler. Since neither of them got a minor bump at commit
time, they share the same minor bump now when added afterwards.
---
 Changelog             |    1 +
 doc/APIchanges        |    5 +++++
 libavformat/version.h |    2 +-
 3 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/Changelog b/Changelog
index dc47dab..78a6cf5 100644
--- a/Changelog
+++ b/Changelog
@@ -77,6 +77,7 @@ version <next>:
 - Wing Commander IV movies decoder added
 - movie source added
 - Bink version 'b' audio and video decoder
+- Apple HTTP Live Streaming protocol handler
 
 
 version 0.6:
diff --git a/doc/APIchanges b/doc/APIchanges
index 3a8543e..f9ae6c1 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,11 @@ libavutil:   2009-03-08
 
 API changes, most recent first:
 
+2011-03-02 - 863c471 - lavf  52.103.0 - av_pkt_dump2, av_pkt_dump_log2
+  Add new functions av_pkt_dump2, av_pkt_dump_log2 that uses the
+  source stream timebase for outputting timestamps. Deprecate
+  av_pkt_dump and av_pkt_dump_log.
+
 2011-02-20 - e731b8d - lavf  52.102.0 - avio.h
   * e731b8d - rename init_put_byte() to ffio_init_context(), deprecating the
               original, and move it to a private header so it is no longer
diff --git a/libavformat/version.h b/libavformat/version.h
index 494cf11..aed8908 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -24,7 +24,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVFORMAT_VERSION_MAJOR 52
-#define LIBAVFORMAT_VERSION_MINOR 102
+#define LIBAVFORMAT_VERSION_MINOR 103
 #define LIBAVFORMAT_VERSION_MICRO  0
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
-- 
1.7.3.1




More information about the ffmpeg-devel mailing list