mpv/libao2
Rudolf Polzer 538baaef6e encode: bail out on missing A or V stream
In mplayer2, it was valid to try to start encoding before all streams
were initialized. mpv avoids this situation and thus allows us to
properly bail out on some kinds of failures.

Also, this commit fixes a missing check in ao uninit which could cause
heap corruption when ao initialization did not complete.
2012-11-01 12:29:55 +01:00
..
ao_alsa.c ao_alsa: make code less confusing 2012-11-01 02:12:18 +01:00
ao_coreaudio.c Rename to "mpv" 2012-10-12 10:14:32 +02:00
ao_dsound.c Rename to "mpv" 2012-10-12 10:14:32 +02:00
ao_jack.c Rename to "mpv" 2012-10-12 10:14:32 +02:00
ao_lavc.c encode: bail out on missing A or V stream 2012-11-01 12:29:55 +01:00
ao_null.c libaf: rename af_format.h to format.h 2012-08-29 00:50:26 +02:00
ao_openal.c Rename to "mpv" 2012-10-12 10:14:32 +02:00
ao_oss.c ao_oss: make error check slightly more correct 2012-10-31 22:37:48 +01:00
ao_pcm.c libaf: rename af_format.h to format.h 2012-08-29 00:50:26 +02:00
ao_portaudio.c Rename to "mpv" 2012-10-12 10:14:32 +02:00
ao_pulse.c Rename to "mpv" 2012-10-12 10:14:32 +02:00
ao_rsound.c libaf: rename af_format.h to format.h 2012-08-29 00:50:26 +02:00
audio_out.c build: fix ao_dsound config checks 2012-10-05 15:26:31 +02:00
audio_out.h softvol, ao_pulse: prefer ao_pulse volume control by default 2012-09-23 14:57:01 +02:00
audio_out_internal.h options: move mixer.h options to struct 2012-03-20 14:51:32 +02:00