ffmpeg/libavresample
Luca Barbato 744d813bcf avresample: Reallocate the internal buffer to the correct size
Fixes the corner case in which the internal buffer size
is larger than input buffer provided and resizing it
before moving the left over samples would make it write
to now unallocated memory.

Bug-Id: 825
CC: libav-stable@libav.org

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-05-19 12:13:33 +01:00
..
aarch64 aarch64: NEON optimized FIR audio resampling 2014-04-24 18:28:26 +02:00
arm arm: Add X() around all references to extern symbols 2014-02-07 15:13:58 +02:00
x86 x86: Drop some unnecessary YASM ifdefs 2014-04-04 19:08:05 +02:00
audio_convert.c lavr: Update the planar check in ff_audio_convert 2014-08-17 16:11:02 +02:00
audio_convert.h aarch64: NEON float to s16 audio conversion 2014-04-22 19:35:41 +02:00
audio_data.c lavr: Do not change the sample format for mono audio 2014-08-03 23:13:26 +02:00
audio_data.h lavr: Do not change the sample format for mono audio 2014-08-03 23:13:26 +02:00
audio_mix.c audio_mix: print (SKIP) instead of 0.0 for matrix columns removed along with output zeroing 2014-01-03 16:43:25 +01:00
audio_mix.h lavr: typedef internal structs in internal.h 2013-01-07 21:49:05 -05:00
audio_mix_matrix.c avresample: Make sure the even check does not overflow 2015-01-12 23:59:59 +01:00
avresample-test.c miscellaneous typo fixes 2013-07-25 19:43:32 +02:00
avresample.h avresample: Introduce AVFrame-based API 2014-08-10 14:26:37 +02:00
dither.c avresample: Add av_cold attributes to init functions missing them 2013-05-04 21:10:05 +02:00
dither.h x86: lavr: add SSE2 quantize() for dithering 2013-01-08 14:52:43 -05:00
internal.h aarch64: NEON optimized FIR audio resampling 2014-04-24 18:28:26 +02:00
libavresample.v Add libavresample 2012-04-24 21:28:27 -04:00
Makefile build: handle library dependencies in configure 2014-05-13 20:02:01 +02:00
options.c Add missing #includes for *INT64_MAX and *INT64_C 2013-11-23 21:55:52 +01:00
resample.c avresample: Reallocate the internal buffer to the correct size 2015-05-19 12:13:33 +01:00
resample.h lavr: define ResampleContext in resample.h 2014-04-24 18:28:26 +02:00
resample_template.c resample: split linear into its own function 2014-04-11 16:34:02 +02:00
utils.c avresample: Introduce AVFrame-based API 2014-08-10 14:26:37 +02:00
version.h avresample: Introduce AVFrame-based API 2014-08-10 14:26:37 +02:00