58 Commits (dee551bbd280c5f43b9f100d944944c27f188549)

Author SHA1 Message Date
Michael Niedermayer ad516dd271 avcodec/resample2: Use av_malloc(z)_array() 10 years ago
Michael Niedermayer a8c0777325 Revert "Merge commit '0517c9e098092709397cc522c59fa63c83cc81be'" bring the old audio resampling API back 12 years ago
Anton Khirnov 0517c9e098 lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruft 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Michael Niedermayer b6a7f66f93 resample: remove disabled debug code 12 years ago
Anton Khirnov 30223b3bf2 lavc: deprecate the audio resampling API. 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Michael Niedermayer 2ceaffc627 resample2: use av_assert() 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Michael Niedermayer 1b9ca38d9d resample2: fix potential overflow 13 years ago
Michael Niedermayer a67cb012e6 resample: Fix overflow 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Måns Rullgård 080ce9071d resample: replace VLA with malloc/free 15 years ago
Måns Rullgård a426016cfc resample: check memory allocations in av_resample_init() 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Carl Eugen Hoyos a882cf9c21 Make av_build_filter static (and remove av_): It is not used outside resample2.c. 15 years ago
Michael Niedermayer 2efcf29275 Stop the approximation in bessel() once it does no longer improve. 15 years ago
Benoit Fouet 6d69a653d8 Move av_class to AVResampleContext instead of ReSampleContext. 16 years ago
Michael Niedermayer 3136fcf45e Move doxy for public resample2 functions to the public header. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun ca74c0a180 cosmetics: Fix two common typos: wont --> will not, lets --> let us. 17 years ago
Diego Biurrun d952638699 typo: occured --> occurred 17 years ago
Aurelien Jacobs aee481cebe use av_clip_int16() where it makes sense 18 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Diego Biurrun 90b5b51eab misc typo fixes 18 years ago
Diego Biurrun 2029f312e8 Remove redundant #inclusion of common.h, avcodec.h already #includes it. 18 years ago
Diego Biurrun 0339fab8fc Remove unused variable. 18 years ago
Michael Niedermayer 7e068841cb replace long double in the audiophile kiddy mode with doubles, its faster (and more portable) and the audiophile placebo 120db stopband attenuation isnt affected 18 years ago
Michael Niedermayer d6fead9089 change high precision mode to 30 bits again after making the code less overflow sensitive 18 years ago
Michael Niedermayer 303bd95cd2 optimize linear filter coeff interpolation code, this also makes the code less prone to overflows 18 years ago
Michael Niedermayer 447caf7941 revert r8469 (increase bits for non default highprecision mode) 18 years ago
Michael Niedermayer 55fc0eb174 AUDIOPHILE_KIDDY_MODE 18 years ago
Michael Niedermayer 50df67d3b5 optimize bessel function instead of trusting gcc to do trivial optimizations (as gcc doesnt ...) 18 years ago
Michael Niedermayer 14f887efc6 select more sensible default windows (= attenuation beyond the dynamic range of your input is silly if it negatively affects other parameters) 18 years ago
Michael Niedermayer 20cf58c32b make kaiser windows with other beta than 16 available 18 years ago
Michael Niedermayer c252b26d55 make high precision mode accessible at compile time 18 years ago
Michael Niedermayer ca6940f871 increase bits for non default highprecision mode 18 years ago
Michael Niedermayer ae232dd740 code for testing the accuracy of the resampler 18 years ago
Michael Niedermayer 66a148a19a remove dithering of filter coefficients, improves precision by 1-2 bits and 18 years ago
Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
Diego Biurrun c26abfa541 Rename ABS macro to FFABS. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Stefan Huehner 7b49ce2e34 Add const to (mostly) char* and make some functions static, which aren't used 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Wolfram Gloger f0ff20a197 minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) 20 years ago
Kurosu f41c1fac3c av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>) 20 years ago
Michael Niedermayer 53f0090dcc faster and slightly less accurate nearest neighbor resampler 20 years ago
Michael Niedermayer 6cb5dcb392 special case for filter_length==1 20 years ago
Michael Niedermayer 788d7a8cac av_resample_compensate() doxy 20 years ago