1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-07 22:57:42 +00:00
mpv/audio/decode
wm4 e094e9cb75 audio: change how filters are inserted on playback speed changes
Use a pseudo-filter when changing speed with resampling, instead of
somehow changing a samplerate somewhere. This uses the same underlying
mechanism, but is a bit more structured and cleaner. It also makes some
of the following changes easier.

Since we now always use filters to change audio speed, move most of the
work set_playback_speed() does to recreate_audio_filters().
2014-11-10 22:02:05 +01:00
..
ad_lavc.c ad_lavc: allow skip samples amount to be larger than 1 packet 2014-11-03 19:56:38 +01:00
ad_mpg123.c audio: change playback restart and resyncing 2014-07-28 21:20:37 +02:00
ad_spdif.c audio: cleanup spdif format definitions 2014-09-23 23:11:54 +02:00
ad.h audio: move initial decode to generic code 2014-07-21 19:29:58 +02:00
dec_audio.c audio: change how filters are inserted on playback speed changes 2014-11-10 22:02:05 +01:00
dec_audio.h audio: refactor some aspects of filter chain setup 2014-10-02 02:42:23 +02:00