1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00
mpv/audio/out
wm4 ca455e65a3 ao_lavc: use af_format_conversion_score()
This should allow it to select better fallback formats, instead of
picking the first encoder sample format if ao->format is not equal to
any of the encoder sample formats.

Not sure what is supposed to happen if the encoder provides no
compatible sample format (or no sample format list at all), but in this
case ao_lavc.c still fails gracefully.
2013-11-16 21:46:17 +01:00
..
ao_alsa.c audio: drop "_NE"/"ne" suffix from audio formats 2013-11-15 21:25:05 +01:00
ao_coreaudio_properties.c ao_coreaudio: move to new log API 2013-08-01 20:32:49 +02:00
ao_coreaudio_properties.h ao_coreaudio: fix compilation on OS X 10.7 2013-07-28 09:48:49 +02:00
ao_coreaudio_utils.c ao_coreaudio: move to new log API 2013-08-01 20:32:49 +02:00
ao_coreaudio_utils.h core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
ao_coreaudio.c audio/out: prepare for non-interleaved audio 2013-11-12 23:27:51 +01:00
ao_dsound.c audio: drop "_NE"/"ne" suffix from audio formats 2013-11-15 21:25:05 +01:00
ao_jack.c ao_jack: switch from interleaved to planar audio 2013-11-12 23:35:12 +01:00
ao_lavc.c ao_lavc: use af_format_conversion_score() 2013-11-16 21:46:17 +01:00
ao_null.c ao_null: add untimed sub-option 2013-11-13 20:10:17 +01:00
ao_openal.c ao_openal: support non-interleaved output 2013-11-12 23:30:37 +01:00
ao_oss.c audio: drop "_NE"/"ne" suffix from audio formats 2013-11-15 21:25:05 +01:00
ao_pcm.c audio/out: prepare for non-interleaved audio 2013-11-12 23:27:51 +01:00
ao_portaudio.c audio: drop "_NE"/"ne" suffix from audio formats 2013-11-15 21:25:05 +01:00
ao_pulse.c audio/out: prepare for non-interleaved audio 2013-11-12 23:27:51 +01:00
ao_rsound.c audio/out: prepare for non-interleaved audio 2013-11-12 23:27:51 +01:00
ao_sdl.c audio/out: prepare for non-interleaved audio 2013-11-12 23:27:51 +01:00
ao_sndio.c audio/out: prepare for non-interleaved audio 2013-11-12 23:27:51 +01:00
ao_wasapi.c audio/out: prepare for non-interleaved audio 2013-11-12 23:27:51 +01:00
ao.c audio: switch output to mp_audio_buffer 2013-11-12 23:29:53 +01:00
ao.h audio: switch output to mp_audio_buffer 2013-11-12 23:29:53 +01:00