aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_alsa.c
Commit message (Expand)AuthorAge
* ao_alsa: fix unpause path atfer previous commitGravatar wm42014-12-23
* ao_alsa: fix resuming from suspend modeGravatar wm42014-12-23
* ao_alsa: fix setting mono channel mapGravatar wm42014-12-20
* ao_alsa: remove some dead codeGravatar wm42014-12-20
* ao_alsa: remove old multichannel methodGravatar wm42014-12-15
* ao_alsa: add ridiculous hack to deal with braindead ALSA behaviorGravatar wm42014-12-15
* ao_alsa: minor simplificationGravatar wm42014-12-05
* ao_alsa: hackfix mono playbackGravatar wm42014-12-05
* ao_alsa: simplify, remove no-block suboptionGravatar wm42014-12-05
* ao_alsa: try to fallback to "default" device if device is busyGravatar wm42014-12-04
* audio: allow more than 20 channel map entriesGravatar wm42014-12-01
* ao_alsa: fix channel map in pre-channel map API caseGravatar wm42014-11-25
* ao_alsa: always enable "plug" plugin for non-default deviceGravatar wm42014-11-25
* ao_alsa: select and set channel maps via channel map APIGravatar wm42014-11-25
* ao_alsa: minor fixesGravatar wm42014-11-25
* ao_alsa: cleanupsGravatar wm42014-11-25
* audio: make mp_chmap_to_str() return a stack-allocated stringGravatar wm42014-11-24
* ao_alsa: try to use the channel map reported by ALSAGravatar wm42014-11-24
* ao_alsa: check for EAGAIN tooGravatar wm42014-11-17
* audio/out: consistently use double return type for get_delayGravatar wm42014-11-09
* ao_alsa: don't make snd_pcm_hw_params_set_buffer_time_near() error fatalGravatar wm42014-10-31
* ao_alsa: move parameter append code to a functionGravatar wm42014-10-23
* audio: change internal device listing APIGravatar wm42014-10-10
* ao_alsa: implement device listing & selectionGravatar wm42014-10-09
* audio: cleanup spdif format definitionsGravatar wm42014-09-23
* audio: drop swapped-endian audio formatsGravatar wm42014-09-23
* audio: remove swapped-endian spdif formatsGravatar wm42014-09-23
* audio/out: always round get_space on period sizeGravatar wm42014-09-06
* ao_alsa: disable use of non-interleaved formats by defaultGravatar wm42014-07-30
* Audit and replace all ctype.h usesGravatar wm42014-07-01
* Add more constGravatar wm42014-06-11
* ao_alsa: make device the first sub optionGravatar wm42014-05-31
* ao_alsa: reduce spurious wakeupsGravatar wm42014-05-30
* ao_alsa: use poll() to wait for deviceGravatar wm42014-05-30
* af_lavrresample: remove avresample_set_channel_mapping() fallbacksGravatar wm42014-03-16
* ao_alsa: reduce default buffer sizeGravatar wm42014-03-10
* ao_alsa: fix return value for volume operations with spdifGravatar wm42014-03-10
* ao_alsa: remove unneeded initializationsGravatar wm42014-03-09
* ao_alsa: check ALSA PCM state before pause and resumeGravatar foo862014-03-09
* audio/out: make draining a separate operationGravatar wm42014-03-09
* audio/out: make ao struct opaqueGravatar wm42014-03-09
* ao_alsa: remove 9 year old typoGravatar wm42014-01-02
* ao_alsa: Unbreak pause/resumeGravatar Martin Herkt2014-01-02
* ao_alsa: Fix PCM resume after suspendGravatar Martin Herkt2014-01-02
* ao_alsa: don't set ALSA message callbackGravatar 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
* ao_alsa: remove unneeded checksGravatar wm42013-11-30
* ao_alsa: enable "plug" for non-interleaved float formats tooGravatar wm42013-11-30
* ao_alsa: disable ALSA resampling by default againGravatar wm42013-11-29