mpv/audio
wm4 579c4dac34 audio: change a detail about filter insertion
The af_add() function has a problem: if the inserted filter returns
AF_DETACH during init, the function will have a dangling pointer. Until
now this was avoided by making sure none of the used filters actually
return AF_DETACH, but it's getting infeasible.

Solve this by requiring passing an unique label to af_add(), which is
then used instead of the pointer.
2015-04-07 21:24:22 +02:00
..
decode ad_lavc: disable AC3 DRC by default 2015-03-30 19:44:52 +02:00
filter audio: change a detail about filter insertion 2015-04-07 21:24:22 +02:00
out ao_alsa: change log output 2015-04-07 18:11:27 +02:00
audio.c audio: make all format query shortcuts macros 2015-04-03 15:40:01 -07:00
audio.h audio: add missing declaration 2015-01-14 22:15:00 +01:00
audio_buffer.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
audio_buffer.h audio: add mp_audio_buffer 2013-11-12 23:28:21 +01:00
chmap.c audio: accept 1.0 and 2.0 as aliases for mono and stereo 2015-02-26 15:41:45 +01:00
chmap.h chmap_sel: add multichannel fallback heuristic 2014-12-29 17:56:53 +01:00
chmap_sel.c audio: fix off by one error in channel map selection code 2015-03-15 17:07:06 +01:00
chmap_sel.h chmap_sel: add multichannel fallback heuristic 2014-12-29 17:56:53 +01:00
fmt-conversion.c audio: fix format ID conversion 2013-12-23 21:24:41 +01:00
fmt-conversion.h ad_lavc: use fmt-conversion to map sample formats 2013-04-13 04:21:27 +02:00
format.c audio: make all format query shortcuts macros 2015-04-03 15:40:01 -07:00
format.h audio: make all format query shortcuts macros 2015-04-03 15:40:01 -07:00
mixer.c audio: change a detail about filter insertion 2015-04-07 21:24:22 +02:00
mixer.h player: show "neutral" position markers for OSD bars 2014-06-08 23:52:58 +02:00