aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_alsa.c
Commit message (Expand)AuthorAge
* 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
* ao_alsa: do not forcibly disable ALSA resamplingGravatar Martin Herkt2013-11-26
* audio: drop "_NE"/"ne" suffix from audio formatsGravatar wm42013-11-15
* ao_alsa: non-interleaved access is not always availableGravatar wm42013-11-14
* ao_alsa: support non-interleaved audioGravatar wm42013-11-12
* audio/out: prepare for non-interleaved audioGravatar wm42013-11-12
* audio/out: reject non-interleaved formatsGravatar wm42013-11-12
* ao: add ao_play_silence, use for ao_alsa and ao_ossGravatar wm42013-11-10
* ao_alsa: use correct magic spdif flagsGravatar wm42013-11-09
* ao: print requested audio format on initGravatar wm42013-11-09
* ao_alsa: add magic spdif parametersGravatar wm42013-11-09