diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-14 22:02:14 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-15 06:57:31 +0200 |
commit | d89eca507c00f92e3b0649d678e9ea406b85b1b4 (patch) | |
tree | 834733ce8da4f12f5a45f5cc3d8df3725877e817 /doc/APIchanges | |
parent | 4a1ac8c43fcf526b249c3409f1ba54755143a224 (diff) | |
download | ffmpeg-d89eca507c00f92e3b0649d678e9ea406b85b1b4.tar.gz |
Add missing version bumps and APIchanges/Changelog entries.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index b6b32f5398..dac87ee606 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,16 +13,30 @@ libavutil: 2011-04-18 API changes, most recent first: -2012-xx-xx - xxxxxxx - lavc 54.13.1 +2012-05-15 - lavfi 2.17.0 + Add support for audio filters + ac71230/a2cd9be - add video/audio buffer sink in a new installed + header buffersink.h + 720c6b7 - add av_buffersrc_write_frame(), deprecate + av_vsrc_buffer_add_frame() + ab16504 - add avfilter_copy_buf_props() + 9453c9e - add extended_data to AVFilterBuffer + 1b8c927 - add avfilter_get_audio_buffer_ref_from_arrays() + +2012-05-09 - lavu 51.30.0 - samplefmt.h + 142e740 - add av_samples_copy() + 6d7f617 - add av_samples_set_silence() + +2012-05-09 - a5117a2 - lavc 54.13.1 For audio formats with fixed frame size, the last frame no longer needs to be padded with silence, libavcodec will handle this internally (effectively all encoders behave as if they had CODEC_CAP_SMALL_LAST_FRAME set). -2012-xx-xx - xxxxxxx - lavc 54.13.0 - avcodec.h +2012-05-07 - 828bd08 - lavc 54.13.0 - avcodec.h Add sample_rate and channel_layout fields to AVFrame. -2012-xx-xx - xxxxxxx - lavr 0.0.1 +2012-05-01 - 4010d72 - lavr 0.0.1 Change AV_MIX_COEFF_TYPE_Q6 to AV_MIX_COEFF_TYPE_Q8. 2012-04-25 - 3527a73 - lavu 51.29.0 - cpu.h |