mpv/audio
wm4 5fd8a1e04c audio: make decoders output refcounted frames
This rewrites the audio decode loop to some degree. Audio filters don't
do refcounted frames yet, so af.c contains a hacky "emulation".

Remove some of the weird heuristic-heavy code in dec_audio.c. Instead of
estimating how much audio we need to filter, we always filter full
frames. Maybe this should be adjusted later: in case filtering increases
the volume of the audio data, we should try not to buffer too much
filter output by reducing the input that is fed at once.

For ad_spdif.c and ad_mpg123.c, we don't avoid extra copying yet - it
doesn't seem worth the trouble.
2014-11-10 22:02:05 +01:00
..
decode audio: make decoders output refcounted frames 2014-11-10 22:02:05 +01:00
filter audio: make decoders output refcounted frames 2014-11-10 22:02:05 +01:00
out audio/out/pull: avoid deadlock if audio callback stops 2014-11-09 15:23:40 +01:00
audio.c audio: add mp_audio_make_writeable() 2014-11-10 22:02:05 +01:00
audio.h audio: add mp_audio_make_writeable() 2014-11-10 22:02:05 +01:00
audio_buffer.c
audio_buffer.h
chmap.c options: accept --audio-channels=auto 2014-10-30 22:58:17 +01:00
chmap.h Move compat/ and bstr/ directory contents somewhere else 2014-08-29 12:31:52 +02:00
chmap_sel.c Add more const 2014-06-11 00:39:14 +02:00
chmap_sel.h
fmt-conversion.c
fmt-conversion.h
format.c audio: cleanup spdif format definitions 2014-09-23 23:11:54 +02:00
format.h audio: cleanup spdif format definitions 2014-09-23 23:11:54 +02:00
mixer.c mixer: always restore volume (even with pulse), don't unmute 2014-09-20 02:02:29 +02:00
mixer.h