Hi, This is a set of mostly cherry-picks of patches by Reimar. It adds/uses a new function, av_fast_padded_malloc() as an alternative to av_fast_malloc() but it uses av_mallocz() and adds FF_INPUT_BUFFER_PADDING_SIZE. This avoids duplicating adding and zeroing of padding bytes.
-Justin Justin Ruggles (2): apedec: av_fast_malloc() instead of av_realloc() mpc7: use av_fast_padded_malloc() Reimar Döffinger (5): avcodec: Add av_fast_padded_malloc() asv1: use av_fast_padded_malloc() eatqi: use av_fast_padded_malloc() mjpegdec: use av_fast_padded_malloc() fraps: Use av_fast_padded_malloc() instead of av_realloc() doc/APIchanges | 4 ++++ libavcodec/apedec.c | 9 +++++---- libavcodec/asv1.c | 3 ++- libavcodec/avcodec.h | 9 +++++++++ libavcodec/eatqi.c | 3 ++- libavcodec/fraps.c | 11 +++++++++-- libavcodec/mjpegdec.c | 10 +++------- libavcodec/mpc.h | 2 ++ libavcodec/mpc7.c | 21 ++++++++++++++------- libavcodec/utils.c | 24 +++++++++++++++++++++--- libavcodec/version.h | 2 +- 11 files changed, 72 insertions(+), 26 deletions(-) _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
