diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-21 08:48:53 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-21 08:48:53 +0100 |
commit | 7512bb74f242ae9da90c90203a904b65d6f040b8 (patch) | |
tree | 4546e4e54690896c45ecb2e94a5a9f181c21d1d4 | |
parent | 97e3f94b61abb4148bbd33eda1b2540ea4e7cbdf (diff) | |
download | ffmpeg-7512bb74f242ae9da90c90203a904b65d6f040b8.tar.gz |
doc/APIChanges: fill in missing dates and hashes
-rw-r--r-- | doc/APIchanges | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 2d7832430f..904e3462f7 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,15 +13,15 @@ libavutil: 2011-04-18 API changes, most recent first: -2012-xx-xx - lavc 53.34.0 +2012-01-15 - lavc 53.34.0 New audio encoding API: - xxxxxxx Add CODEC_CAP_VARIABLE_FRAME_SIZE capability for use by audio + b2c75b6 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(). + 5ee5fa0 Add avcodec_fill_audio_frame() as a convenience function. + b2c75b6 Add avcodec_encode_audio2() and deprecate avcodec_encode_audio(). Add AVCodec.encode2(). -2012-01-xx - xxxxxxx - lavfi 2.15.0 +2012-01-12 - 3167dc9 - lavfi 2.15.0 Add a new installed header -- libavfilter/version.h -- with version macros. 2011-01-03 - b73ec05 - lavu 51.21.0 |