ffmpeg/libswresample
Muhammad Faiz 7f1b503ec2 swresample/resample: do not increase phase_count on exact_rational
high phase_count is only useful when dst_incr_mod is non zero
in other word, it is only useful on soft compensation

on init, it will build filter with low phase_count
but when soft compensation is enabled, rebuild filter
with high phase_count

this approach saves lots of memory

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
2016-06-17 16:02:49 +07:00
..
aarch64 swr: aarch64 audio_convert and neon clobber test 2014-08-27 20:06:37 +02:00
arm swresample: add exact_rational option 2016-06-13 12:36:01 +07:00
x86 swresample: add exact_rational option 2016-06-13 12:36:01 +07:00
audioconvert.c swresample/audioconvert: Fix undefined behavior (left shift of negative value) 2014-10-08 05:35:06 +02:00
audioconvert.h all: Make header guard names consistent 2016-01-31 15:44:11 -08:00
dither.c swresample/dither: use integer arithmetic 2015-08-23 23:19:31 +02:00
dither_template.c swresample/dither_template: Add missing license header 2015-09-27 13:09:10 +02:00
libswresample.v swresample/libswresample.v: hide ff_* 2014-07-12 18:40:17 +02:00
log2_tab.c
Makefile swresample: Add AVFrame based API 2014-08-16 20:39:37 +02:00
noise_shaping_data.c swr/noise_shaping_data: pad coeffs to multiple of 4 when they are 1 below 2013-01-12 19:09:54 +01:00
options.c swresample: add exact_rational option 2016-06-13 12:36:01 +07:00
rematrix.c swresample/rematrix: Use clipping s16 rematrixing if overflows are possible 2016-05-15 22:25:34 +02:00
rematrix_template.c swresample/rematrix: Use clipping s16 rematrixing if overflows are possible 2016-05-15 22:25:34 +02:00
resample.c swresample/resample: do not increase phase_count on exact_rational 2016-06-17 16:02:49 +07:00
resample.h swresample/resample: do not increase phase_count on exact_rational 2016-06-17 16:02:49 +07:00
resample_dsp.c swresample/arm: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neon 2016-05-13 21:13:46 +02:00
resample_template.c swresample: add exact_rational option 2016-06-13 12:36:01 +07:00
soxr_resample.c swresample: add exact_rational option 2016-06-13 12:36:01 +07:00
swresample-test.c all: add const-correctness to qsort comparators 2015-10-25 10:07:20 -04:00
swresample.c swresample: add exact_rational option 2016-06-13 12:36:01 +07:00
swresample.h doc/resampler, swresample/options: use proper capitalization 2015-10-10 20:49:54 +02:00
swresample_frame.c swresample: Add AVFrame based API 2014-08-16 20:39:37 +02:00
swresample_internal.h swresample: add exact_rational option 2016-06-13 12:36:01 +07:00
swresampleres.rc Add Windows resource file support for shared libraries 2013-12-05 23:42:07 +01:00
version.h swresample: add exact_rational option 2016-06-13 12:36:01 +07:00