1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-05 06:30:06 +00:00
mpv/audio/filter
wm4 03596ac551 audio: drop AF_FORMAT_S24
This is the last sample format that was only in mpv and not in FFmpeg
(except the spdif special formats). It was a huge pain, even if the
removed code in af_lavrresample is pretty small after all.

Note that this drops S24 from the ao_coreaudio AOs too. I'm not sure
about the impact, but I expect it doesn't matter.

af_fmt_change_bytes() was unused as well, so remove that too.
2017-07-07 17:56:22 +02:00
..
af_channels.c audio: deprecate most audio filters 2017-04-04 15:04:07 +02:00
af_equalizer.c audio: deprecate most audio filters 2017-04-04 15:04:07 +02:00
af_format.c af_format: change license to LGPL 2017-05-11 11:25:45 +02:00
af_lavcac3enc.c af_lavcac3enc: change license to LGPL 2017-05-09 12:46:40 +02:00
af_lavfi.c vf_lavfi, af_lavfi: remove unused/deprecated include 2017-04-05 16:12:47 +02:00
af_lavrresample.c audio: drop AF_FORMAT_S24 2017-07-07 17:56:22 +02:00
af_pan.c audio: deprecate most audio filters 2017-04-04 15:04:07 +02:00
af_rubberband.c
af_scaletempo.c af_scaletempo: change license to LGPL 2017-05-09 12:53:37 +02:00
af_volume.c af: remove unused GET_VOLUME code 2017-04-27 00:22:30 +02:00
af.c af, vf: improvements to libavfilter bridge 2017-05-31 17:42:55 +02:00
af.h af, vf: improvements to libavfilter bridge 2017-05-31 17:42:55 +02:00
equalizer.h
tools.c