index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libaf
/
af_scaletempo.c
Commit message (
Expand
)
Author
Age
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
*
translations: tweak cases that relied on concatenating adjacent strings
Uoti Urpala
2010-03-07
*
af_scaletempo: Fix delay value after changing scale to 1
Uoti Urpala
2009-11-22
*
Translation system changes part 2: replace macros by strings
Amar Takhar
2009-07-07
*
Translation system changes part 1: wrap translated strings
Amar Takhar
2009-07-07
*
Remove af_msg special-casing API in libaf.
bircoph
2009-03-28
*
Use standard license headers with standard formatting.
diego
2008-05-14
*
100l, bzero is deprecated, use memset instead
reimar
2007-11-30
*
Add padding and unroll loop 4x for at least another 10% speedup
reimar
2007-11-18
*
Change to a 64 bit accumulation variable instead of shifting.
reimar
2007-11-18
*
100l, *ppc++ was supposed to be replaced by ppc[i] in r25100, but that is not...
reimar
2007-11-18
*
Use "long" instead of "int" for innermost loop variable.
reimar
2007-11-18
*
Rearrange scaletempo inner loop.
reimar
2007-11-18
*
100l, someone mixed up && and ||, so if allocation of only one buffers failed
reimar
2007-11-18
*
Avoid some casts by changing int8_t* to void* in af_scaletempo
reimar
2007-11-18
*
A/V sync: take audio filter buffers into account
uau
2007-11-01
*
af_scaletempo: code cleanup
uau
2007-11-01
*
af_scaletempo: Fix crash in option parsing
uau
2007-11-01
*
af_scaletempo: Fix audio copy position
uau
2007-11-01
*
Add audio filter scaletempo
uau
2007-11-01