1
mirror of https://github.com/mpv-player/mpv synced 2024-09-12 23:45:53 +02:00
mpv/libao2
Uoti Urpala 2a7c5a1365 audio: change external AO interface to "ao_[method](ao, ...)"
Make the outside interface of audio output handling similar to the
video output one. An AO object is first created, and then methods
called with ao_[methodname](ao, args...). However internally libao2/
still holds all data in globals, and trying to create multiple
simultaneous AO instances won't work.
2011-04-09 03:03:22 +03:00
..
ao_alsa5.c Delete things related to old translation system 2010-03-10 03:47:14 +02:00
ao_alsa.c spelling fixes 2010-11-02 04:15:03 +02:00
ao_arts.c Delete things related to old translation system 2010-03-10 03:47:14 +02:00
ao_coreaudio.c ao_coreaudio: fix compilation on OS X 10.4. 2011-01-31 16:03:10 +02:00
ao_dart.c Fix function declarations to avoid casting function pointers. 2010-01-01 13:18:49 +00:00
ao_dsound.c Remove pointless '#if 1' preprocessor directives. 2010-02-19 10:22:29 +00:00
ao_esd.c Delete things related to old translation system 2010-03-10 03:47:14 +02:00
ao_ivtv.c vo_ivtv; Move ivtv_fd extern variable declaration to vo_ivtv.h 2010-11-02 04:16:46 +02:00
ao_jack.c ao_jack: increase maximum allowed channels from 6 to 8. 2010-11-02 04:07:42 +02:00
ao_kai.c Include libavutil/avutil.h for FFMIN 2010-03-10 11:33:02 +00:00
ao_mpegpes.c ao_mpegpes,vo_mpegpes: Rename vo_mpegpes_fd2 variable to ao_mpegpes_fd 2010-11-02 04:16:46 +02:00
ao_nas.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
ao_null.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
ao_openal.c Delete things related to old translation system 2010-03-10 03:47:14 +02:00
ao_oss.c Delete things related to old translation system 2010-03-10 03:47:14 +02:00
ao_pcm.c ao_pcm: change message to mention "-novideo" instead of "-vc null" 2010-12-08 07:36:32 +02:00
ao_pulse.c Add a missing const, fixes a compiler warning. 2009-12-18 20:27:35 +00:00
ao_sdl.c Delete things related to old translation system 2010-03-10 03:47:14 +02:00
ao_sgi.c Delete things related to old translation system 2010-03-10 03:47:14 +02:00
ao_sun.c cleanup: remove NULL checks before free() all over the code 2010-11-14 13:11:20 +02:00
ao_v4l2.c vo_v4l2: Move v4l2_fd extern declaration to vo_v4l2.h 2010-11-02 04:16:46 +02:00
ao_win32.c Add support for distinguishing between little- and big-endian SPDIF AC3 2010-01-11 20:27:52 +00:00
audio_out_internal.h audio: change external AO interface to "ao_[method](ao, ...)" 2011-04-09 03:03:22 +03:00
audio_out.c audio: change external AO interface to "ao_[method](ao, ...)" 2011-04-09 03:03:22 +03:00
audio_out.h audio: change external AO interface to "ao_[method](ao, ...)" 2011-04-09 03:03:22 +03:00