log libaf/af_scaletempo.c @ 37108:a88581872033

age author description
Sun, 18 May 2014 16:43:34 +0000 reimar scaletempo: add hack for smoother speed changes.
Wed, 26 Oct 2011 15:12:35 +0000 diego Add missing mp_msg.h #includes, remove some unnecessary ones.
Sat, 28 Mar 2009 19:57:56 +0000 bircoph Remove af_msg special-casing API in libaf.
Wed, 14 May 2008 17:24:10 +0000 diego Use standard license headers with standard formatting.
Fri, 30 Nov 2007 21:29:45 +0000 reimar 100l, bzero is deprecated, use memset instead
Sun, 18 Nov 2007 22:13:49 +0000 reimar Add padding and unroll loop 4x for at least another 10% speedup
Sun, 18 Nov 2007 18:52:51 +0000 reimar Change to a 64 bit accumulation variable instead of shifting.
Sun, 18 Nov 2007 18:33:45 +0000 reimar 100l, *ppc++ was supposed to be replaced by ppc[i] in r25100, but that is not any faster.
Sun, 18 Nov 2007 17:44:11 +0000 reimar Use "long" instead of "int" for innermost loop variable.
Sun, 18 Nov 2007 17:28:27 +0000 reimar Rearrange scaletempo inner loop.
Sun, 18 Nov 2007 15:48:20 +0000 reimar 100l, someone mixed up && and ||, so if allocation of only one buffers failed
Sun, 18 Nov 2007 14:57:59 +0000 reimar Avoid some casts by changing int8_t* to void* in af_scaletempo
Thu, 01 Nov 2007 06:52:50 +0000 uau A/V sync: take audio filter buffers into account
Thu, 01 Nov 2007 06:52:47 +0000 uau af_scaletempo: code cleanup
Thu, 01 Nov 2007 06:52:44 +0000 uau af_scaletempo: Fix crash in option parsing
Thu, 01 Nov 2007 06:52:41 +0000 uau af_scaletempo: Fix audio copy position
Thu, 01 Nov 2007 06:52:38 +0000 uau Add audio filter scaletempo