summaryrefslogtreecommitdiffstats
path: root/libaf/af_scaletempo.c
Commit message (Expand)AuthorAgeFilesLines
* 100l, bzero is deprecated, use memset insteadreimar2007-11-301-1/+1
* Add padding and unroll loop 4x for at least another 10% speedupreimar2007-11-181-4/+11
* Change to a 64 bit accumulation variable instead of shifting.reimar2007-11-181-5/+5
* 100l, *ppc++ was supposed to be replaced by ppc[i] in r25100, but that is not...reimar2007-11-181-2/+0
* Use "long" instead of "int" for innermost loop variable.reimar2007-11-181-1/+2
* Rearrange scaletempo inner loop.reimar2007-11-181-2/+5
* 100l, someone mixed up && and ||, so if allocation of only one buffers failedreimar2007-11-181-1/+1
* Avoid some casts by changing int8_t* to void* in af_scaletemporeimar2007-11-181-25/+27
* A/V sync: take audio filter buffers into accountuau2007-11-011-0/+5
* af_scaletempo: code cleanupuau2007-11-011-10/+17
* af_scaletempo: Fix crash in option parsinguau2007-11-011-1/+1
* af_scaletempo: Fix audio copy positionuau2007-11-011-2/+2
* Add audio filter scaletempouau2007-11-011-0/+547