- Sep 27, 2016
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Aug 18, 2016
-
-
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>
-
- Jan 31, 2016
-
-
Timothy Gu authored
-
- Nov 09, 2015
-
-
Ganesh Ajjanagadde authored
Kaiser windows inherently don't require beta to be an integer. This was an arbitrary restriction. Moreover, soxr does not require it, and in fact often estimates beta to a non-integral value. Thus, this patch allows greater flexibility for swresample clients. Micro version is updated. Reviewed-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com>
-
- Oct 16, 2015
-
-
Ganesh Ajjanagadde authored
This will trigger a few warnings that need to be fixed. Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com>
-
- Jul 16, 2015
-
-
Carl Eugen Hoyos authored
-
- Jun 22, 2015
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 21, 2015
-
-
Rob Sykes authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 04, 2015
-
-
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>
-
- Apr 12, 2015
-
-
Michael Niedermayer authored
-
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>
-
- Feb 09, 2015
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 02, 2015
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 27, 2015
-
-
Reimar Döffinger authored
It seems more logical and works with more restricted C compilers like tinycc. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- Aug 27, 2014
-
-
Michael Niedermayer authored
Ported from avresample Code by: Mans Rullgard, Janne Grunau, Martin Storsjo Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 09, 2014
-
-
Michael Niedermayer authored
this is needed / avoids some headaches as one of their dependancies (libavutil) was bumped Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jul 12, 2014
-
-
Andreas Cadhalpun authored
Reviewed-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jul 02, 2014
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@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>
-
- Jul 22, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 04, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 24, 2013
-
-
Michael Niedermayer authored
This avoids user apps having to mangle dither scale. for pcm24 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 20, 2013
-
-
Michael Niedermayer authored
Trolled-by: Daemon404 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 13, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This avoids the need to allocate & free to repeatly Fixes Ticket2122 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 10, 2013
-
-
Michael Niedermayer authored
This avoids copying the input Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
THis more closely matches what the field represents Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 09, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
The following variants are implemented: lipshitz noise shaping dither shibata noise shaping dither low shibata noise shaping dither high shibata noise shaping dither f-weighted noise shaping dither modified-e-weighted noise shaping dither improved-e-weighted noise shaping dither Data tables taken from SOX Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 27, 2012
-
-
Rob Sykes authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 25, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-