aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao.c
Commit message (Expand)AuthorAge
* ao: fix null dereferenceGravatar Stefano Pigozzi2015-02-14
* ao_coreaudio: add support for hotplug notificationsGravatar Stefano Pigozzi2015-02-14
* audio: add device change notification for hotpluggingGravatar wm42015-02-12
* ao: set correct client name when listing devicesGravatar wm42015-02-12
* command: add property returning detected audio deviceGravatar Stefano Pigozzi2015-02-03
* ao: never autoselect ao_nullGravatar wm42015-01-20
* ao: refactor --audio-device selection codeGravatar wm42015-01-20
* ao: remove coreaudio_exclusive from autoprobing listGravatar wm42015-01-07
* ao_portaudio: remove this audio outputGravatar wm42014-12-29
* ao: add debug log with the detected channel mapsGravatar Stefano Pigozzi2014-12-29
* audio: make mp_chmap_to_str() return a stack-allocated stringGravatar wm42014-11-24
* audio/out: always log retrieved audio device sizeGravatar wm42014-11-18
* audio/out: switch back to wasapi as default on win32Gravatar wm42014-11-17
* audio/out: make ao_request_reload() idempotentGravatar wm42014-11-09
* audio: add --audio-client-name optionGravatar wm42014-11-07
* audio: add command/function to reload audio outputGravatar wm42014-10-27
* audio/out: add redirection-on-init mechanismGravatar wm42014-10-22
* audio/out: missing error checkGravatar wm42014-10-22
* audio/out: don't add special devices to --audio-device listGravatar wm42014-10-22
* audio/out: include coreaudio_exclusive in auto-probingGravatar wm42014-10-22
* audio: quote devices in --audio-device=helpGravatar wm42014-10-19
* audio/out: add "auto" pseudo-deviceGravatar wm42014-10-13
* audio: don't list encoder AO with --audio-device=helpGravatar wm42014-10-10
* audio: change internal device listing APIGravatar wm42014-10-10
* audio: add device selection & listing with --audio-deviceGravatar wm42014-10-09
* audio/out: check device buffer size for push.c onlyGravatar wm42014-09-27
* audio/out: disable ao_sndio by defaultGravatar wm42014-09-26
* audio/out: fail init on unknown audio bufferGravatar wm42014-09-26
* audio/out: remove old thingsGravatar wm42014-09-06
* audio/out: make EOF handling properly event-basedGravatar wm42014-09-05
* audio: make buffer size configurableGravatar wm42014-09-05
* audio: don't wait for draining if pausedGravatar wm42014-07-13
* ao_coreaudio: move spdif code to a new AOGravatar Stefano Pigozzi2014-07-02
* audio: prefer dsound over wasapiGravatar wm42014-06-01
* af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriateGravatar Marcoen Hirschberg2014-05-28
* player: unrangle one aspect of audio EOF handlingGravatar wm42014-04-17
* ao: remove redundant get_delay checkGravatar wm42014-04-17
* ao: print (estimated) device buffer size on init in verbose modeGravatar wm42014-03-14
* audio/out: reduce amount of audio bufferingGravatar wm42014-03-10
* audio/out: make draining a separate operationGravatar wm42014-03-09
* audio/out: feed AOs from a separate threadGravatar wm42014-03-09
* ao: remove opts fieldGravatar wm42014-03-09
* audio/out: make ao struct opaqueGravatar wm42014-03-09
* ao: document some functionsGravatar wm42014-02-28
* build: fix usage of HAVE_SDL1 defineGravatar Stefano Pigozzi2014-01-25
* msg: rename mp_msg_log -> mp_msgGravatar wm42013-12-21
* m_option, m_config: mp_msg conversionsGravatar wm42013-12-21
* ao: some missing mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17