summaryrefslogtreecommitdiffstats
path: root/audio/filter/af_scaletempo2.c
Commit message (Expand)AuthorAgeFilesLines
* af_scaletempo2: migrate to internals to tallocferreum33 hours1-16/+17
* various: make filter internal function names more descriptivenanahi2024-04-101-9/+9
* af_scaletempo2: better defaultsChristoph Heinrich2023-10-151-2/+2
* af_scaletempo2: raise max playback rate to 8.0llyyr2023-09-271-1/+1
* af_scaletempo2: truncate final packet to expected lengthferreum2023-09-201-0/+14
* af_scaletempo2: fix processing of final packetferreum2023-09-201-6/+6
* af_scaletempo2: fix speed change latency and pts spikesferreum2023-09-201-4/+4
* af_scaletempo2: move latency calculation to internal functionferreum2023-09-201-3/+2
* af_scaletempo2: fix audio-video de-sync caused by speed changesferreum2023-09-201-8/+4
* various: remove trailing whitespaceGuido Cella2022-05-141-1/+1
* af_scaletempo2: fix bug where speed was not setDorian Rudolph2020-07-271-1/+0
* audio: add scaletempo2 filter based on chromiumDorian Rudolph2020-07-271-0/+246