Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-17avcodec/resample2: Use av_malloc(z)_array()Michael Niedermayer
2013-03-13Revert "Merge commit '0517c9e098092709397cc522c59fa63c83cc81be'" bring the ol...Michael Niedermayer
2013-03-11lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruftAnton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2012-10-05lavc: deprecate the audio resampling API.Anton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-09resample: replace VLA with malloc/freeMåns Rullgård
2010-07-09resample: check memory allocations in av_resample_init()Måns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-02-28Make av_build_filter static (and remove av_): It is not used outside resample...Carl Eugen Hoyos
2010-01-07Stop the approximation in bessel() once it does no longer improve.Michael Niedermayer
2009-03-23Move av_class to AVResampleContext instead of ReSampleContext.Benoit Fouet
2009-02-09Move doxy for public resample2 functions to the public header.Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-07-24cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun
2008-03-22typo: occured --> occurredDiego Biurrun
2007-08-12use av_clip_int16() where it makes senseAurelien Jacobs
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-12misc typo fixesDiego Biurrun
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-04-08Remove unused variable.Diego Biurrun
2007-03-22replace long double in the audiophile kiddy mode with doubles, its faster (an...Michael Niedermayer
2007-03-22change high precision mode to 30 bits again after making the code less overfl...Michael Niedermayer
2007-03-22optimize linear filter coeff interpolation code, this also makes the code les...Michael Niedermayer
2007-03-22revert r8469 (increase bits for non default highprecision mode)Michael Niedermayer
2007-03-22AUDIOPHILE_KIDDY_MODEMichael Niedermayer
2007-03-22optimize bessel function instead of trusting gcc to do trivial optimizations ...Michael Niedermayer
2007-03-22select more sensible default windows (= attenuation beyond the dynamic range ...Michael Niedermayer
2007-03-22make kaiser windows with other beta than 16 availableMichael Niedermayer
2007-03-22make high precision mode accessible at compile timeMichael Niedermayer
2007-03-22increase bits for non default highprecision modeMichael Niedermayer
2007-03-22code for testing the accuracy of the resamplerMichael Niedermayer
2007-03-22remove dithering of filter coefficients, improves precision by 1-2 bits andMichael Niedermayer
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-08-14minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med ...Wolfram Gloger
2005-01-12av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>)Kurosu
2004-12-31faster and slightly less accurate nearest neighbor resamplerMichael Niedermayer
2004-12-31special case for filter_length==1Michael Niedermayer
2004-11-12av_resample_compensate() doxyMichael Niedermayer
2004-10-22user selectble cutoff frequencyMichael Niedermayer
2004-10-22100l (dont reset the sample position at the block end)Michael Niedermayer
2004-10-21make most resample filter parameters selectable at runtimeMichael Niedermayer
2004-10-20optimizationMichael Niedermayer