summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2011-12-18 19:47:38 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2012-01-15 21:24:17 -0500
commita6ccae3f4c17831d1e158c6cfeecbcf92f750b03 (patch)
treea65db2883f8042e3d4a03d413ad244ff632a2ebe /doc
parentb2c75b6e6320b1a399d76913f9d98c56f386f98b (diff)
avcodec: bump minor version and add APIChanges for the new audio encoding API
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 751566afe2..2d7832430f 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.