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
|