aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_alsa.c
Commit message (Expand)AuthorAge
* 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
* ao_alsa: redo the way parameters are added in the spdif caseGravatar wm42013-11-09
* audio: replace af_fmt2str_short -> af_fmt_to_strGravatar wm42013-11-07
* ao_alsa: return negative value on error in play()Gravatar wm42013-10-30
* ao_alsa: don't include alloca.hGravatar wm42013-10-25
* audio/out: remove useless info struct and redundant fieldsGravatar wm42013-10-23
* mixer: make struct opaqueGravatar wm42013-09-20
* audio/out: do some mp_msg conversionsGravatar wm42013-08-22
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* audio/out: remove options argument from init()Gravatar wm42013-07-22
* Remove subopt-helperGravatar wm42013-07-22
* options: remove --mixer and --mixer-channel, turn them into alsa/oss suboptsGravatar wm42013-07-21
* ao_alsa: use new option API (changes syntax)Gravatar wm42013-07-21
* audio/out: remove ao->outburst/buffersize fieldsGravatar wm42013-06-16
* audio/out: don't require AOs to set ao->bpsGravatar wm42013-06-16
* ao_alsa: always unset ALSA error handler, cleanup on init errorGravatar wm42013-05-26
* audio: fix ALSA 4 channel surround outputGravatar wm42013-05-13
* ao_alsa: set fallback if format unknownGravatar wm42013-05-12
* audio/out: channel map selectionGravatar wm42013-05-12
* ao: remove ao_driver.is_new fieldGravatar wm42013-05-12
* ao_alsa: remove global variablesGravatar wm42013-05-12
* ao_alsa: switch to new AO APIGravatar wm42013-05-12
* ao_alsa: map to exact channel layoutGravatar wm42013-05-12
* ao_alsa: move format lookup into separate functionGravatar wm42013-05-12
* ao_alsa: more reformatGravatar wm42013-05-12