log resample2.c @ 12530:63edd10ad4bc libavcodec tip

age author description
Fri, 09 Jul 2010 16:05:58 +0000 mru resample: replace VLA with malloc/free libavcodec
Fri, 09 Jul 2010 16:05:52 +0000 mru resample: check memory allocations in av_resample_init() libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Sun, 28 Feb 2010 19:58:26 +0000 cehoyos Make av_build_filter static (and remove av_): It is not used outside resample2.c. libavcodec
Wed, 06 Jan 2010 22:40:52 +0000 michael Stop the approximation in bessel() once it does no longer improve. libavcodec
Mon, 23 Mar 2009 10:58:05 +0000 benoit Move av_class to AVResampleContext instead of ReSampleContext. libavcodec
Mon, 09 Feb 2009 15:31:08 +0000 michael Move doxy for public resample2 functions to the public header. libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Thu, 24 Jul 2008 17:09:28 +0000 diego cosmetics: Fix two common typos: wont --> will not, lets --> let us. libavcodec
Sat, 22 Mar 2008 01:06:57 +0000 diego typo: occured --> occurred libavcodec
Sat, 11 Aug 2007 22:48:55 +0000 aurel use av_clip_int16() where it makes sense libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavcodec
Tue, 12 Jun 2007 18:50:50 +0000 diego misc typo fixes libavcodec
Thu, 10 May 2007 09:00:44 +0000 diego Remove redundant #inclusion of common.h, avcodec.h already #includes it. libavcodec
Sun, 08 Apr 2007 13:02:25 +0000 diego Remove unused variable. libavcodec
Thu, 22 Mar 2007 11:23:38 +0000 michael replace long double in the audiophile kiddy mode with doubles, its faster (and more portable) and the audiophile placebo 120db stopband attenuation isnt affected libavcodec
Thu, 22 Mar 2007 11:13:13 +0000 michael change high precision mode to 30 bits again after making the code less overflow sensitive libavcodec
Thu, 22 Mar 2007 11:10:30 +0000 michael optimize linear filter coeff interpolation code, this also makes the code less prone to overflows libavcodec
Thu, 22 Mar 2007 03:18:34 +0000 michael revert r8469 (increase bits for non default highprecision mode) libavcodec
Thu, 22 Mar 2007 03:16:02 +0000 michael AUDIOPHILE_KIDDY_MODE libavcodec
Thu, 22 Mar 2007 00:52:49 +0000 michael optimize bessel function instead of trusting gcc to do trivial optimizations (as gcc doesnt ...) libavcodec
Thu, 22 Mar 2007 00:16:41 +0000 michael select more sensible default windows (= attenuation beyond the dynamic range of your input is silly if it negatively affects other parameters) libavcodec
Wed, 21 Mar 2007 23:44:49 +0000 michael make kaiser windows with other beta than 16 available libavcodec
Wed, 21 Mar 2007 22:39:00 +0000 michael make high precision mode accessible at compile time libavcodec
Wed, 21 Mar 2007 22:38:07 +0000 michael increase bits for non default highprecision mode libavcodec
Wed, 21 Mar 2007 22:37:05 +0000 michael code for testing the accuracy of the resampler libavcodec
Wed, 21 Mar 2007 22:02:52 +0000 michael remove dithering of filter coefficients, improves precision by 1-2 bits and libavcodec
Sun, 25 Feb 2007 10:27:12 +0000 reimar Add av_ prefix to clip functions libavcodec
Wed, 11 Oct 2006 23:17:58 +0000 diego Rename ABS macro to FFABS. libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Sun, 18 Jun 2006 11:33:14 +0000 diego Add const to (mostly) char* and make some functions static, which aren't used libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Sun, 14 Aug 2005 16:37:29 +0000 michael minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavcodec
Wed, 12 Jan 2005 18:25:48 +0000 michael av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>) libavcodec
Fri, 31 Dec 2004 17:37:23 +0000 michael faster and slightly less accurate nearest neighbor resampler libavcodec
Fri, 31 Dec 2004 12:58:46 +0000 michael special case for filter_length==1 libavcodec
Fri, 12 Nov 2004 02:05:26 +0000 michael av_resample_compensate() doxy libavcodec
Thu, 21 Oct 2004 21:07:40 +0000 michael user selectble cutoff frequency libavcodec
Thu, 21 Oct 2004 20:01:32 +0000 michael 100l (dont reset the sample position at the block end) libavcodec
Thu, 21 Oct 2004 03:11:34 +0000 michael make most resample filter parameters selectable at runtime libavcodec
Wed, 20 Oct 2004 19:06:29 +0000 michael optimization libavcodec
Wed, 20 Oct 2004 18:02:34 +0000 michael make filter size, int32/int16 and a few other things selectable at compiletime libavcodec
Wed, 20 Oct 2004 12:04:08 +0000 michael 10l libavcodec
Tue, 28 Sep 2004 21:11:09 +0000 michael dont just resample half of the data sometimes libavcodec
Sat, 14 Aug 2004 15:18:49 +0000 michael 10l (lrintf(a)+b vs. lrintf(a+b)) libavcodec
Mon, 05 Jul 2004 19:19:04 +0000 michael ugly missing lrintf workaround by ("Steven M. Schultz" <sms at 2bsd dot com>) libavcodec
Wed, 30 Jun 2004 14:15:31 +0000 michael various resampling fixes libavcodec
Thu, 17 Jun 2004 16:34:46 +0000 michael avoid useless normalization and 10l fix libavcodec
Thu, 17 Jun 2004 15:43:23 +0000 michael polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample filters libavcodec