Files
FFmpeg/libavfilter
Pavel Koshevoy 0c77cdb491 libavfilter/af_atempo: Avoid round-off error build-up, ticket #2484
Current method for constraining fragment position drift suffers from
round-off error build up.

Instead of calculating cumulative drift as a sum of input fragment
position corrections, it is more accurate to calculate drift as the
difference between current fragment position and the ideal position
specified by the tempo scale factor.

Signed-off-by: Pavel Koshevoy <pkoshevoy@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-21 10:46:52 +02:00
..
2013-04-18 15:31:35 +00:00
2013-03-17 12:31:25 +01:00
2013-03-10 13:56:17 +01:00
2013-01-05 05:21:44 +01:00
2013-04-18 15:31:35 +00:00
2013-04-18 15:31:35 +00:00
2013-04-18 15:30:10 +00:00
2013-04-12 19:16:28 +02:00
2013-04-15 16:23:28 +02:00
2013-04-16 21:45:34 +00:00
2013-04-15 15:57:31 +00:00
2013-04-17 22:39:44 +02:00