summaryrefslogtreecommitdiffstats
path: root/audio/out/internal.h
Commit message (Expand)AuthorAgeFilesLines
* ao: make better use of atomicswm42015-05-111-1/+1
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* audio: add device change notification for hotpluggingwm42015-02-121-10/+13
* command: add property returning detected audio deviceStefano Pigozzi2015-02-031-0/+3
* audio/out: consistently use double return type for get_delaywm42014-11-091-1/+1
* audio/out: make ao_request_reload() idempotentwm42014-11-091-2/+3
* audio: add --audio-client-name optionwm42014-11-071-0/+3
* audio: add command/function to reload audio outputwm42014-10-271-0/+2
* audio/out: add redirection-on-init mechanismwm42014-10-221-0/+3
* audio: change internal device listing APIwm42014-10-101-2/+12
* audio/out/push: fix EOF heuristicwm42014-10-101-5/+0
* fix -Wvisibility warnings with clangStefano Pigozzi2014-10-091-2/+1
* audio: add device selection & listing with --audio-devicewm42014-10-091-0/+14
* audio/out: remove old thingswm42014-09-061-2/+0
* audio/out: make EOF handling properly event-basedwm42014-09-051-0/+2
* audio: make buffer size configurablewm42014-09-051-3/+1
* audio: don't wait for draining if pausedwm42014-07-131-1/+0
* audio/out/push: add a way to wait for the audio device with poll()wm42014-05-301-0/+4
* audio/out/push: add mechanism for event-based waitingwm42014-05-301-1/+17
* audio/out: adjust documentation commentswm42014-05-301-11/+19
* audio/out/pull: remove race conditionswm42014-05-291-0/+7
* player: unrangle one aspect of audio EOF handlingwm42014-04-171-0/+5
* audio: wake up the core when audio buffer is running lowwm42014-04-151-0/+1
* audio/out: reduce amount of audio bufferingwm42014-03-101-0/+3
* audio/out: make draining a separate operationwm42014-03-091-1/+2
* audio/out: feed AOs from a separate threadwm42014-03-091-3/+56
* ao: remove opts fieldwm42014-03-091-1/+0
* audio/out: make ao struct opaquewm42014-03-091-0/+76