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
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
2004-10-20make filter size, int32/int16 and a few other things selectable at compiletimeMichael Niedermayer
2004-10-2010lMichael Niedermayer
2004-09-29dont just resample half of the data sometimesMichael Niedermayer
2004-08-1410l (lrintf(a)+b vs. lrintf(a+b))Michael Niedermayer
2004-07-05ugly missing lrintf workaround by ("Steven M. Schultz" <sms at 2bsd dot com>)Michael Niedermayer
2004-06-30various resampling fixesMichael Niedermayer
2004-06-17avoid useless normalization and 10l fixMichael Niedermayer
2004-06-17polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resam...Michael Niedermayer