summaryrefslogtreecommitdiffstats
path: root/audio/out/ao.c
Commit message (Expand)AuthorAgeFilesLines
* audio: output human-readable channel layouts toowm42015-06-251-8/+2
* ao: standardize channel layout name in debug output furtherwm42015-06-251-0/+2
* ao: allow ao_uninit(NULL)wm42015-06-021-1/+2
* ao: make better use of atomicswm42015-05-111-13/+10
* ao: log reordered versions of channel mapswm42015-05-081-3/+10
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* audio: make all format query shortcuts macrosKevin Mitchell2015-04-031-1/+1
* ao: slightly extend debug messageswm42015-03-161-1/+4
* ao: align audio buffer sizewm42015-03-131-0/+3
* ao: fix null dereferenceStefano Pigozzi2015-02-141-0/+2
* ao_coreaudio: add support for hotplug notificationsStefano Pigozzi2015-02-141-5/+5
* audio: add device change notification for hotpluggingwm42015-02-121-14/+98
* ao: set correct client name when listing deviceswm42015-02-121-4/+3
* command: add property returning detected audio deviceStefano Pigozzi2015-02-031-0/+5
* ao: never autoselect ao_nullwm42015-01-201-1/+2
* ao: refactor --audio-device selection codewm42015-01-201-85/+73
* ao: remove coreaudio_exclusive from autoprobing listwm42015-01-071-2/+2
* ao_portaudio: remove this audio outputwm42014-12-291-4/+0
* ao: add debug log with the detected channel mapsStefano Pigozzi2014-12-291-0/+6
* audio: make mp_chmap_to_str() return a stack-allocated stringwm42014-11-241-3/+2
* audio/out: always log retrieved audio device sizewm42014-11-181-2/+2
* audio/out: switch back to wasapi as default on win32wm42014-11-171-3/+3
* audio/out: make ao_request_reload() idempotentwm42014-11-091-7/+16
* audio: add --audio-client-name optionwm42014-11-071-0/+2
* audio: add command/function to reload audio outputwm42014-10-271-0/+8
* audio/out: add redirection-on-init mechanismwm42014-10-221-14/+44
* audio/out: missing error checkwm42014-10-221-0/+2
* audio/out: don't add special devices to --audio-device listwm42014-10-221-2/+2
* audio/out: include coreaudio_exclusive in auto-probingwm42014-10-221-3/+3
* audio: quote devices in --audio-device=helpwm42014-10-191-1/+1
* audio/out: add "auto" pseudo-devicewm42014-10-131-1/+3
* audio: don't list encoder AO with --audio-device=helpwm42014-10-101-0/+2
* audio: change internal device listing APIwm42014-10-101-19/+35
* audio: add device selection & listing with --audio-devicewm42014-10-091-6/+77
* audio/out: check device buffer size for push.c onlywm42014-09-271-7/+0
* audio/out: disable ao_sndio by defaultwm42014-09-261-3/+3
* audio/out: fail init on unknown audio bufferwm42014-09-261-0/+7
* audio/out: remove old thingswm42014-09-061-10/+1
* audio/out: make EOF handling properly event-basedwm42014-09-051-1/+1
* audio: make buffer size configurablewm42014-09-051-1/+2
* audio: don't wait for draining if pausedwm42014-07-131-13/+1
* ao_coreaudio: move spdif code to a new AOStefano Pigozzi2014-07-021-0/+4
* audio: prefer dsound over wasapiwm42014-06-011-3/+3
* af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriateMarcoen Hirschberg2014-05-281-1/+1
* player: unrangle one aspect of audio EOF handlingwm42014-04-171-0/+5
* ao: remove redundant get_delay checkwm42014-04-171-4/+0
* ao: print (estimated) device buffer size on init in verbose modewm42014-03-141-1/+3
* audio/out: reduce amount of audio bufferingwm42014-03-101-3/+0
* audio/out: make draining a separate operationwm42014-03-091-7/+15
* audio/out: feed AOs from a separate threadwm42014-03-091-25/+45
* ao: remove opts fieldwm42014-03-091-1/+0
* audio/out: make ao struct opaquewm42014-03-091-2/+36
* ao: document some functionswm42014-02-281-0/+23
* build: fix usage of HAVE_SDL1 defineStefano Pigozzi2014-01-251-1/+1
* msg: rename mp_msg_log -> mp_msgwm42013-12-211-1/+1
* m_option, m_config: mp_msg conversionswm42013-12-211-1/+1
* ao: some missing mp_msg conversionswm42013-12-211-13/+17
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* Move options/config related files from mpvcore/ to options/wm42013-12-171-2/+2
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-161-2/+2
* options: add options that set defaults for af/vf/ao/vowm42013-12-011-0/+2
* audio: switch output to mp_audio_bufferwm42013-11-121-5/+7
* audio/out: prepare for non-interleaved audiowm42013-11-121-7/+10
* ao: add ao_play_silence, use for ao_alsa and ao_osswm42013-11-101-0/+12
* ao: print requested audio format on initwm42013-11-091-0/+4
* audio: don't let ao_lavc access frontend internals, change gapless audiowm42013-11-081-6/+0
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-13/+13
* audio/out: remove useless info struct and redundant fieldswm42013-10-231-3/+3
* mp_msg: remove gettext() supportwm42013-10-181-1/+1
* audio/out: add sndio supportChristian Neukirchen2013-10-031-0/+4
* ao: remove some leftoverswm42013-08-221-5/+0
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-4/+4
* audio/out: add support for new logging APIStefano Pigozzi2013-08-011-7/+12
* audio/out: remove options argument from init()wm42013-07-221-2/+3
* ao_wasapi: Make default on Windows.Diogo Franco (Kovensky)2013-07-221-3/+3
* ao_wasapi0: Rename to ao_wasapiDiogo Franco (Kovensky)2013-07-221-3/+3
* options: hide encoding AO/VO in help outputwm42013-07-211-0/+1
* options: use new option code for --aowm42013-07-211-86/+80
* ao_wasapi0: add new wasapi event mode aoJonathan Yong2013-06-181-0/+4
* audio/out: remove ao->outburst/buffersize fieldswm42013-06-161-2/+1
* audio/out: don't require AOs to set ao->bpswm42013-06-161-9/+8
* audio/out: remove wrapper for old AOswm42013-06-161-54/+0
* audio: add channel map selection functionwm42013-05-121-0/+10
* audio/out: switch to channel mapwm42013-05-121-1/+1
* audio/out, video/out: hide encoding VO/AOwm42013-02-061-8/+17
* audio/out: prefer ao_dsound over ao_portaudiowm42013-02-061-3/+3
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverRudolf Polzer2012-12-281-0/+4
* Rename directories, move files (step 2 of 2)wm42012-11-121-2/+2
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+294