summaryrefslogtreecommitdiffstats
path: root/audio/out/internal.h
Commit message (Expand)AuthorAgeFilesLines
* ao: simplify hack for float atomicswm42017-11-301-2/+2
* audio: add audio softvol processing to AOwm42017-11-291-0/+5
* command: drop "audio-out-detected-device" propertywm42017-10-091-3/+0
* audio/out: add helper code to do 24 bit conversion in AOwm42017-07-071-0/+15
* audio/out: require AO drivers to report period size and correct bufferwm42017-06-251-0/+8
* audio/out: change license of some core files to LGPLwm42017-05-201-7/+7
* options: remove remaining deprecated audio device selection optionswm42017-04-231-3/+0
* options: remove deprecated sub-option handling for --vo and --aowm42016-11-251-1/+1
* player, ao, vo: don't call mp_input_wakeup() directlywm42016-09-161-1/+2
* osdep: rename atomics.h to atomic.hwm42016-09-071-1/+1
* audio/out: deprecate device sub-optionswm42016-09-051-0/+3
* options: add automagic hack for handling sub-option deprecationswm42016-09-051-0/+1
* options: add a mechanism to make sub-option replacement slightly easierwm42016-09-051-0/+1
* ao_alsa: change sub-options to global optionswm42016-09-021-0/+1
* player: add --audio-stream-silencewm42016-08-091-0/+1
* audio: use --audio-channels=auto behavior, except on ALSAwm42016-08-041-0/+3
* 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