mpv/audio/filter
wm4 cfda696580 build: explicitly check for FFmpeg vs. Libav, and their exact versions
In a first pass, we check whether libavcodec is present.

Then we try to compile a snippet and check for FFmpeg vs. Libav. (This
could probably also be done by somehow checking the pkgconfig version.
But pkg-config can't deal with that idiotic FFmpeg idea that a micro
version number >= 100 identifies FFmpeg vs. Libav.)

After that we check the project-specific version numbers. This means it
can no longer happen that we accidentally allow older, unsupported
versions of FFmpeg, just because the Libav version numbers are somehow
this way.

Also drop the resampler checks. We hardcode which resampler to each with
each project. A user can no longer force use of libavresample with
FFmpeg.
2017-01-27 09:57:01 +01:00
..
af.c m_config: add helper function for initializing af/ao/vf/vo suboptions 2016-09-02 14:49:34 +02:00
af.h audio: improve aspects of EOF handling 2016-08-18 20:38:09 +02:00
af_channels.c Update license headers 2015-04-13 12:10:01 +02:00
af_drc.c audio/filter: remove reentrancy flag 2015-09-20 14:44:44 +02:00
af_equalizer.c audio/filter: remove reentrancy flag 2015-09-20 14:44:44 +02:00
af_format.c audio: use --audio-channels=auto behavior, except on ALSA 2016-08-04 20:49:20 +02:00
af_lavcac3enc.c Remove compatibility things 2016-12-07 19:53:11 +01:00
af_lavfi.c build: replace some FFmpeg API checks with version checks 2017-01-24 08:11:42 +01: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 af_pan: fix typo 2016-09-19 19:01:52 +02:00
af_rubberband.c af_rubberband: default to channels=together 2016-09-19 18:59:42 +02:00
af_scaletempo.c audio: do not require full audio chain reinit for speed changes 2015-11-04 21:49:54 +01:00
af_volume.c audio: log replaygain values in af_volume instead demuxer 2016-08-13 15:06:07 +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