log libaf/af_lavcresample.c @ 37195:ac6c37d85d65 default tip

age author description
Sat, 26 Oct 2013 09:36:23 +0000 reimar Remove some macros and switch to libavutil equivalents.
Sun, 11 Jul 2010 09:47:47 +0000 reimar Reindent.
Sun, 11 Jul 2010 09:46:58 +0000 reimar Avoid calling av_resample_init again when the values are the same as before.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Wed, 14 May 2008 17:24:10 +0000 diego Use standard license headers with standard formatting.
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
Mon, 31 Dec 2007 10:41:20 +0000 diego Relicense GPL v2 files as GPL v2+ and add proper license headers.
Thu, 01 Nov 2007 06:52:50 +0000 uau A/V sync: take audio filter buffers into account
Thu, 01 Nov 2007 06:52:01 +0000 uau libaf: change filter input/output ratio calculations
Sun, 24 Jun 2007 12:40:51 +0000 reimar ff_gcd is already in libavutil/common.h, no need for an extra prototype here
Thu, 22 Mar 2007 01:50:04 +0000 michael reasonable cutoff frequency default
Tue, 20 Mar 2007 09:46:00 +0000 diego Rename open to af_open so as not to conflict with a previous header definition.
Sat, 10 Feb 2007 20:33:27 +0000 reimar Move variable declaration to appropriate place
Sat, 10 Feb 2007 20:32:56 +0000 reimar Cosmetics: remove tabs added in last commit from otherwise tab-free file.
Sat, 10 Feb 2007 18:12:03 +0000 uau Fix memory leaks.
Sat, 10 Feb 2007 18:05:18 +0000 uau Use AF_NCH for max number of channels instead of private CHANS define.
Tue, 31 Jan 2006 23:24:08 +0000 diego Move conditional compilation out of the code and into the build system.
Sun, 13 Nov 2005 18:28:44 +0000 diego Unify include paths by adding -I.. to CFLAGS.
Mon, 01 Aug 2005 22:09:17 +0000 reimar libavutil compile fix (working also with old libavcodec)
Mon, 01 Aug 2005 21:16:43 +0000 gpoirier 10l to beastd due to new libavutil introduction
Sat, 08 Jan 2005 21:34:06 +0000 reimar always cancel down fractions (frac_t) to avoid overflows and playback
Fri, 31 Dec 2004 13:14:01 +0000 michael faster packed<->planar conversation
Mon, 27 Dec 2004 17:30:15 +0000 alex removing AFMT_ dependancy
Wed, 22 Dec 2004 00:12:00 +0000 reimar Make filters request a supported input format instead of failing.
Sun, 19 Dec 2004 16:28:34 +0000 reimar Initialize cutoff, too. Fixes crash when AF_CONTROL_COMMAND_LINE is not set.
Wed, 03 Nov 2004 01:53:56 +0000 michael libavcodec.so headers patch by (Glenn Washburn <glenniii at mail dot utexas dot edu>)
Thu, 21 Oct 2004 21:15:21 +0000 michael user selectable cutoff frequency
Thu, 21 Oct 2004 03:32:31 +0000 michael libavcodec resampling ...