From 316fc7443b05f8c8b494443f2dfe590434796902 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Tue, 31 Jan 2012 15:40:11 +0000 Subject: avcodec: Add av_fast_padded_malloc(). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wrapper around av_fast_malloc() that keeps FF_INPUT_BUFFER_PADDING_SIZE zero-padded bytes at the end of the used buffer. Based on a patch by Reimar Döffinger . --- doc/APIchanges | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/APIchanges b/doc/APIchanges index 0d4cb596a7..df55c0a732 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,11 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-02-01 - xxxxxxx - lavc 54.01.0 + Add av_fast_padded_malloc() as alternative for av_realloc() when aligned + memory is required. The buffer will always have FF_INPUT_BUFFER_PADDING_SIZE + zero-padded bytes at the end. + 2012-01-31 - xxxxxxx - lavf 54.01.0 Add avformat_get_riff_video_tags() and avformat_get_riff_audio_tags(). -- cgit v1.2.3