0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/audio/out
Rudolf Polzer 6391453fab ao_lavc: write the final audio chunks from uninit()
These must be written even if there was no "final frame", e.g. due to
the player being exited with "q".

Although the issue is mostly of theoretical nature, as most audio codecs
don't need the final encoding calls with NULL data. Maybe will be more
relevant in the future.
2013-11-16 18:50:07 +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: write the final audio chunks from uninit() 2013-11-16 18:50:07 +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