mpv/audio/filter
wm4 faefbbaaa5 af_format: change license to LGPL
This case is a bit weird, because MPlayer certainly also has a file
named af_format.c. Both appear to have the function of converting audio
data between sample formats.

However, mpv's af_format.c is a rewrite, and doesn't actually do
conversion by itself. It's similar to vf_format.c, and forces the
generic filter chain code to insert conversion filters, instead of doing
conversion explicitly.

mpv's current af_format.c started out as af_force.c in d9582ad0a4. It
was renamed to af_format.c in e60b8f181d, while the old af_format.c was
split into two new filters. In 943c785619 the filename was changed to
af_format.c as well.

The new af_format.c does not contain any libaf code, except for some
potentially copy & pasted skeleton and boilerplate code. (We don't
account for this in per-filter file licenses, as the old libaf code
has to be removed fully, at which point the filters will have to be
ported to another framework, which will removed that boilerplate code.)

The old filters based on af_format.c were progressively replaced and
removed. Support for non-native endian and formats with signedness
different from native FFmpeg was completely removed in 831d7c3c40.
The old 24 bit conversion code was removed in 552dc0d564 (made
unnecessary by 5a9f817bfd).

Also list hwdec_vaglx.c as GPL-only, which doesn't have anything to do
with this commit.
2017-05-11 11:25:45 +02:00
..
af.c af: implement generic lavfi option bridge too 2017-04-04 14:57:00 +02:00
af.h af: remove unused GET_VOLUME code 2017-04-27 00:22:30 +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 build: explicitly check for FFmpeg vs. Libav, and their exact versions 2017-01-27 09:57:01 +01:00
af_pan.c audio: deprecate most audio filters 2017-04-04 15:04:07 +02:00
af_rubberband.c af_rubberband: default to channels=together 2016-09-19 18:59:42 +02:00
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
equalizer.h Update license headers 2015-04-13 12:10:01 +02:00
tools.c af: move af_from_dB() function to af_volume.c 2015-06-23 15:11:23 +02:00