[FFmpeg-cvslog] avcodec: bump minor version and add APIChanges for the new audio encoding API
Justin Ruggles
git at videolan.org
Tue Jan 17 02:51:38 CET 2012
ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Sun Dec 18 19:47:38 2011 -0500| [a6ccae3f4c17831d1e158c6cfeecbcf92f750b03] | committer: Justin Ruggles
avcodec: bump minor version and add APIChanges for the new audio encoding API
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a6ccae3f4c17831d1e158c6cfeecbcf92f750b03
---
doc/APIchanges | 8 ++++++++
libavcodec/version.h | 2 +-
2 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 751566a..2d78324 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,14 @@ libavutil: 2011-04-18
API changes, most recent first:
+2012-xx-xx - lavc 53.34.0
+ New audio encoding API:
+ xxxxxxx Add CODEC_CAP_VARIABLE_FRAME_SIZE capability for use by audio
+ encoders.
+ xxxxxxx Add avcodec_fill_audio_frame() as a convenience function.
+ xxxxxxx Add avcodec_encode_audio2() and deprecate avcodec_encode_audio().
+ Add AVCodec.encode2().
+
2012-01-xx - xxxxxxx - lavfi 2.15.0
Add a new installed header -- libavfilter/version.h -- with version macros.
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 0b7547f..c7b4c15 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -21,7 +21,7 @@
#define AVCODEC_VERSION_H
#define LIBAVCODEC_VERSION_MAJOR 53
-#define LIBAVCODEC_VERSION_MINOR 33
+#define LIBAVCODEC_VERSION_MINOR 34
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list