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
|