mpv/libaf
uau d7f6cb23de A/V sync: take audio filter buffers into account
Substract the delay caused by filter buffering when calculating
currently playing audio position. This matters for af_scaletempo which
buffers significant and varying amounts of data. For other current
filters the effect is normally insignificant.

Instead of the old time-based filter delay field (which was ignored)
this version stores the per-filter delay in units of bytes input read
without corresponding output. This allows the current scaletempo
behavior where other filters before and after it can see the same
nominal samplerate even though the real duration of the data varies;
in this case the other filters can not know the delay they're causing
in terms of real time.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24928 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-11-01 06:52:50 +00:00
..
Makefile Add audio filter scaletempo 2007-11-01 06:52:38 +00:00
af.c A/V sync: take audio filter buffers into account 2007-11-01 06:52:50 +00:00
af.h A/V sync: take audio filter buffers into account 2007-11-01 06:52:50 +00:00
af_center.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_channels.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_comp.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_delay.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_dummy.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_equalizer.c A/V sync: take audio filter buffers into account 2007-11-01 06:52:50 +00:00
af_export.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_extrastereo.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_format.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_format.h
af_format_alaw.c
af_format_ulaw.c
af_gate.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_hrtf.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_hrtf.h
af_karaoke.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_ladspa.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_lavcresample.c A/V sync: take audio filter buffers into account 2007-11-01 06:52:50 +00:00
af_mp.h
af_pan.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_resample.c A/V sync: take audio filter buffers into account 2007-11-01 06:52:50 +00:00
af_resample.h
af_scaletempo.c A/V sync: take audio filter buffers into account 2007-11-01 06:52:50 +00:00
af_sinesuppress.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_sub.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_surround.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_sweep.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_tools.c Remove some pointless 'inline' qualifiers 2007-11-01 06:52:10 +00:00
af_volnorm.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_volume.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
control.h Add audio filter scaletempo 2007-11-01 06:52:38 +00:00
dsp.h
equalizer.h
filter.c Remove some pointless 'inline' qualifiers 2007-11-01 06:52:10 +00:00
filter.h
format.c Remove some pointless 'inline' qualifiers 2007-11-01 06:52:10 +00:00
window.c
window.h