diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-12-18 19:47:38 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-01-15 21:24:17 -0500 |
commit | a6ccae3f4c17831d1e158c6cfeecbcf92f750b03 (patch) | |
tree | a65db2883f8042e3d4a03d413ad244ff632a2ebe /doc | |
parent | b2c75b6e6320b1a399d76913f9d98c56f386f98b (diff) | |
download | ffmpeg-a6ccae3f4c17831d1e158c6cfeecbcf92f750b03.tar.gz |
avcodec: bump minor version and add APIChanges for the new audio encoding API
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 8 |
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. |