mpv/filters
wm4 76e7e78ce9 audio: move to decoder wrapper
Use the decoder wrapper that was introduced for video. This removes all
code duplication the old audio decoder wrapper had with the video code.

(The audio wrapper was copy pasted from the video one over a decade ago,
and has been kept in sync ever since by the power of copy&paste. Since
the original copy&paste was possibly done by someone who did not answer
to the LGPL relicensing, this should also remove all doubts about
whether any of this code is left, since we now completely remove any
code that could possibly have been based on it.)

There is some complication with spdif handling, and a minor behavior
change (it will restrict the list of codecs to spdif if spdif is to be
used), but there should not be any difference in practice.
2018-01-30 03:10:27 -08:00
..
f_auto_filters.c
f_auto_filters.h
f_autoconvert.c
f_autoconvert.h
f_decoder_wrapper.c audio: move to decoder wrapper 2018-01-30 03:10:27 -08:00
f_decoder_wrapper.h audio: move to decoder wrapper 2018-01-30 03:10:27 -08:00
f_demux_in.c video: make decoder wrapper a filter 2018-01-30 03:10:27 -08:00
f_demux_in.h video: make decoder wrapper a filter 2018-01-30 03:10:27 -08:00
f_hwtransfer.c
f_hwtransfer.h
f_lavfi.c
f_lavfi.h
f_output_chain.c audio: move to decoder wrapper 2018-01-30 03:10:27 -08:00
f_output_chain.h video: make decoder wrapper a filter 2018-01-30 03:10:27 -08:00
f_swresample.c
f_swresample.h
f_swscale.c
f_swscale.h
f_utils.c video: make decoder wrapper a filter 2018-01-30 03:10:27 -08:00
f_utils.h
filter.c
filter.h video: make decoder wrapper a filter 2018-01-30 03:10:27 -08:00
filter_internal.h
frame.c video: make decoder wrapper a filter 2018-01-30 03:10:27 -08:00
frame.h video: make decoder wrapper a filter 2018-01-30 03:10:27 -08:00
user_filters.c
user_filters.h