summaryrefslogtreecommitdiffstats
path: root/libaf/af_scaletempo.c
Commit message (Expand)AuthorAgeFilesLines
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-581/+0
* audio: untypedef af_instanceStefano Pigozzi2012-11-021-5/+5
* audio: untypedef af_infoStefano Pigozzi2012-11-021-1/+1
* audio: untypedef af_data and rename it to mp_audioStefano Pigozzi2012-11-021-6/+6
* af_scaletempo: reset latency info when reconfiguringUoti Urpala2012-10-281-0/+3
* af_scaletempo: fix crash on channel reconfigurationwm42012-08-261-0/+6
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* translations: tweak cases that relied on concatenating adjacent stringsUoti Urpala2010-03-071-15/+17
* af_scaletempo: Fix delay value after changing scale to 1Uoti Urpala2009-11-221-0/+1
* Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-5/+5
* Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-10/+10
* Remove af_msg special-casing API in libaf.bircoph2009-03-281-14/+14
* Use standard license headers with standard formatting.diego2008-05-141-15/+15
* 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