aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out
Commit message (Expand)AuthorAge
* ao_audiounit: rename pause function to resetGravatar Josh Lehman2018-09-30
* ao_alsa: log the ALSA state if we get a non-XRUN errorGravatar Jan Ekström2018-09-29
* ao_alsa: handle XRUNs separately from other errorsGravatar Jan Ekström2018-09-29
* ao_alsa: early exit get_space if paused or ALSA is not readyGravatar Jan Ekström2018-09-29
* ao_jack: only auto-connect to audio portsGravatar Niklas Haas2018-09-26
* ao_pulse: fix tlength calculationGravatar Tom Yan2018-09-01
* Revert "ao_openal: enable building on OSX"Gravatar Michael Hoang2018-08-26
* ao_opensles: set numBuffers to 8Gravatar Tom Yan2018-08-13
* ao_opensles: rework the heuristic of buffer/enqueue size settingGravatar Tom Yan2018-08-05
* ao_opensles: allow s32 and float outputGravatar Tom Yan2018-08-05
* ao_alsa: simplify get_space()Gravatar Jan Ekström2018-06-04
* ao_alsa: replace snd_pcm_status() with snd_pcm_avail() in get_space()Gravatar Muhammad Faiz2018-06-04
* build: make encoding mode non-optionalGravatar wm42018-05-03
* encode: get rid of the output packet queueGravatar wm42018-05-03
* encode: remove old timestamp handlingGravatar wm42018-05-03
* encode: rewrite half of itGravatar wm42018-04-29
* encode: cosmeticsGravatar wm42018-04-20
* ao_alsa: actually report underruns to userGravatar wm42018-04-15
* ao_pulse: reduce requested device buffer sizeGravatar wm42018-04-15
* ao_alsa: reduce requested buffer sizeGravatar wm42018-04-15
* ao_alsa: add options for controlling period/buffer sizeGravatar wm42018-04-15
* ao_openal: document the muted↔gain conversionGravatar Jan Ekström2018-04-15
* ao/openal: Add option to set buffering characteristicsGravatar LAGonauta2018-04-15
* ao/openal: Add better sample format and channel layout selectionGravatar LAGonauta2018-04-15
* ao/openal: Add OpenAL Soft extension to get the correct latencyGravatar LAGonauta2018-04-15
* ao/openal: Add support for direct channels outputGravatar LAGonauta2018-04-15
* ao/openal: Add hardware mute supportGravatar LAGonauta2018-04-15
* ao/openal: Use only one source for audio outputGravatar LAGonauta2018-04-15
* ao_opensles: let cfg_frames_per_buffer accept buffer size up to 0.5s at 192kHzGravatar Tom Yan2018-04-05
* ao_opensles: remove useless cfg_sample_rateGravatar Tom Yan2018-04-05
* ao_opensles: bump device buffer size to 250msGravatar Tom Yan2018-04-05
* ao_opensles: do one buffer onlyGravatar Tom Yan2018-04-05
* ao_opensles: re-flow interface/configuration retrievalGravatar Jan Ekström2018-03-24
* ao_opensles: fix audio sync using device latency extensionGravatar Aman Gupta2018-03-23
* ao_sdl: fix default buffer sizeGravatar wm42018-03-08
* ao: do not allow actual buffer size of 0Gravatar wm42018-03-08
* ao_opensles: bump device buffer size to 200msGravatar tomty892018-03-07
* ao_opensles: remove set_play_state()Gravatar tomty892018-03-07
* ao_opensles: clear buffer queue in reset()Gravatar tomty892018-03-07
* build: drop support for SDL1Gravatar wm42018-02-13
* ao_null: add --ao-null-format option for debuggingGravatar wm42018-01-30
* ao_alsa: reduce verbosity at -vGravatar wm42018-01-25
* audio: fix annyoing af_get_best_sample_formats() definitionGravatar wm42018-01-25
* Fix undefined preprocessor behaviorGravatar wm42018-01-18
* Fix various typos in log messagesGravatar Nicolas F2017-12-03
* ao: minor simplification to gain processing codeGravatar wm42017-11-30
* ao: simplify hack for float atomicsGravatar wm42017-11-30
* audio: add audio softvol processing to AOGravatar wm42017-11-29
* ao_alsa: change license to LGPLGravatar wm42017-11-23
* ao_alsa: don't convert twice on retryGravatar wm42017-11-23