- Apr 07, 2018
-
-
Hendrik Schreiber authored
Removed +len1 in call to s->mix_2_1_f() as I found no logical explanation for it. After removal, problem was gone. Signed-off-by:
Hendrik Schreiber <hs@tagtraum.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Oct 28, 2017
-
-
Carl Eugen Hoyos authored
Fixes ticket #6779.
-
- Mar 18, 2017
-
-
Muhammad Faiz authored
use fltp when doing s32 -> s32 resampling because s32p has no simd optimization benchmark: old 17.913s new 7.584s (use fma3) Reviewed-by:
wm4 <nfxjfg@googlemail.com> Signed-off-by:
Muhammad Faiz <mfcc64@gmail.com>
-
- Mar 12, 2017
-
-
Muhammad Faiz authored
so tsf option in aresample will have effect previously tsf/internal_sample_format had no effect fate is updated s32p previously used fltp internally dblp previously used fltp/dblp internally Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Muhammad Faiz <mfcc64@gmail.com>
-
- Dec 10, 2016
-
-
Michael Niedermayer authored
Fixes undefined operation Fixes part of 668007-media Found-by:
Matt Wolenetz <wolenetz@google.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Aug 18, 2016
-
-
Paul B Mahol authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Jun 13, 2016
-
-
Muhammad Faiz authored
give high quality resampling as good as with linear_interp=on as fast as without linear_interp=on tested visually with ffplay ffplay -f lavfi "aevalsrc='sin(10000*t*t)', aresample=osr=48000, showcqt=gamma=5" ffplay -f lavfi "aevalsrc='sin(10000*t*t)', aresample=osr=48000:linear_interp=on, showcqt=gamma=5" ffplay -f lavfi "aevalsrc='sin(10000*t*t)', aresample=osr=48000:exact_rational=on, showcqt=gamma=5" slightly speed improvement for fair comparison with -cpuflags 0 audio.wav is ~ 1 hour 44100 stereo 16bit wav file ffmpeg -i audio.wav -af aresample=osr=48000 -f null - old new real 13.498s 13.121s user 13.364s 12.987s sys 0.131s 0.129s linear_interp=on old new real 23.035s 23.050s user 22.907s 22.917s sys 0.119s 0.125s exact_rational=on real 12.418s user 12.298s sys 0.114s possibility to decrease memory usage if soft compensation is ignored Signed-off-by:
Muhammad Faiz <mfcc64@gmail.com>
-
- Mar 22, 2016
-
-
Michael Niedermayer authored
Found-by: wm4 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Sep 03, 2015
-
-
Michael Niedermayer authored
Fixes CID1322333 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Jun 22, 2015
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This probably makes no difference but its more proper Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 21, 2015
-
-
Michael Niedermayer authored
Suggested-by: wm4 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
or if no rematrix and no resampling is performed and the input is 16bit note reampling and rematrix itself always use more than 16bit internally the "internal" sampling format is the format between these steps Its unlikely the difference from this commit is audible in any case unless there is some bug either before or after the change. but multiple people prefer this and it slightly improves the precission of computations. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 08, 2015
-
-
Michael Niedermayer authored
Found-by: cehoyos Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 06, 2015
-
-
Clément Bœsch authored
-
- Jun 04, 2015
-
-
Michael Niedermayer authored
This avoids leaks if the user doest call swr_close() after a failed init Found-by:
James Almer <jamrial@gmail.com> Reviewed-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Previous version reviewed-by:
Pavel Koshevoy <pkoshevoy@gmail.com> Previous version reviewed-by:
wm4 <nfxjfg@googlemail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 03, 2015
-
-
Ganesh Ajjanagadde authored
check memory allocation in swri_get_dither() Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 02, 2015
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 13, 2015
-
-
Rainer Hochecker authored
Fix crash when doing 8 ch conversion from apps compiled with MSVS Thanks to Ronald for giving this hint: https://ffmpeg.org/pipermail/ffmpeg-devel/2015-May/173049.html Reviewed-by:
"Ronald S. Bultje" <rsbultje@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 12, 2015
-
-
Michael Niedermayer authored
swresample: Check channel layouts and channels against each other and print human readable error messages Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Mar 30, 2015
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 27, 2015
-
-
Michael Niedermayer authored
also move declaration to header Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 19, 2014
-
-
Michael Niedermayer authored
This simplifies identifying from which revision a binary of a lib came from Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 04, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 16, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 05, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket3985 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 10, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 04, 2014
-
-
Michael Niedermayer authored
This might in some cases improve performance. Idea from: fbc0b865 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jul 06, 2014
-
-
Timothy Gu authored
Signed-off-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 14, 2014
-
-
Ronald S. Bultje authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 15, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 24, 2014
-
-
Michael Niedermayer authored
Reviewed-by: ubitux Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Idea-from/based-on: 7e86c27b Reviewed-by: ubitux Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 22, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-