aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/internal.h
Commit message (Expand)AuthorAge
* encode: get rid of the output packet queueGravatar wm42018-05-03
* ao: simplify hack for float atomicsGravatar wm42017-11-30
* audio: add audio softvol processing to AOGravatar wm42017-11-29
* command: drop "audio-out-detected-device" propertyGravatar wm42017-10-09
* audio/out: add helper code to do 24 bit conversion in AOGravatar wm42017-07-07
* audio/out: require AO drivers to report period size and correct bufferGravatar wm42017-06-25
* audio/out: change license of some core files to LGPLGravatar wm42017-05-20
* options: remove remaining deprecated audio device selection optionsGravatar wm42017-04-23
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* player, ao, vo: don't call mp_input_wakeup() directlyGravatar wm42016-09-16
* osdep: rename atomics.h to atomic.hGravatar wm42016-09-07
* audio/out: deprecate device sub-optionsGravatar wm42016-09-05
* options: add automagic hack for handling sub-option deprecationsGravatar wm42016-09-05
* options: add a mechanism to make sub-option replacement slightly easierGravatar wm42016-09-05
* ao_alsa: change sub-options to global optionsGravatar wm42016-09-02
* player: add --audio-stream-silenceGravatar wm42016-08-09
* audio: use --audio-channels=auto behavior, except on ALSAGravatar wm42016-08-04
* ao: make better use of atomicsGravatar wm42015-05-11
* Update license headersGravatar Marcin Kurczewski2015-04-13
* audio: add device change notification for hotpluggingGravatar wm42015-02-12
* command: add property returning detected audio deviceGravatar Stefano Pigozzi2015-02-03
* audio/out: consistently use double return type for get_delayGravatar wm42014-11-09
* 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: change internal device listing APIGravatar wm42014-10-10
* audio/out/push: fix EOF heuristicGravatar wm42014-10-10
* fix -Wvisibility warnings with clangGravatar Stefano Pigozzi2014-10-09
* audio: add device selection & listing with --audio-deviceGravatar wm42014-10-09
* 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
* audio/out/push: add a way to wait for the audio device with poll()Gravatar wm42014-05-30
* audio/out/push: add mechanism for event-based waitingGravatar wm42014-05-30
* audio/out: adjust documentation commentsGravatar wm42014-05-30
* audio/out/pull: remove race conditionsGravatar wm42014-05-29
* player: unrangle one aspect of audio EOF handlingGravatar wm42014-04-17
* audio: wake up the core when audio buffer is running lowGravatar wm42014-04-15
* 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