aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out
Commit message (Expand)AuthorAge
* ao_jack: allow more control about channel layoutsGravatar wm42013-07-07
* ao_jack: increase buffer size, always round up buffer sizeGravatar wm42013-07-06
* ao_wasapi0: add new wasapi event mode aoGravatar Jonathan Yong2013-06-18
* ao_dsound: fix compilationGravatar wm42013-06-16
* audio/out: remove ao->outburst/buffersize fieldsGravatar wm42013-06-16
* audio/out: don't require AOs to set ao->bpsGravatar wm42013-06-16
* audio: fix af_fmt_seconds_to_bytesGravatar Stefano Pigozzi2013-06-16
* audio/out: remove wrapper for old AOsGravatar wm42013-06-16
* ao_jack: use mp_ringGravatar Stefano Pigozzi2013-06-16
* ao_portaudio: use mp_ringGravatar Stefano Pigozzi2013-06-16
* core: add a spsc ringbuffer implementationGravatar Stefano Pigozzi2013-06-16
* ao_coreaudio: fix output with spdifGravatar Stefano Pigozzi2013-06-16
* ao_coreaudio: split ringbuffer in it's own fileGravatar Stefano Pigozzi2013-06-16
* ao_coreaudio: move to new libao APIGravatar Stefano Pigozzi2013-06-16
* ao_coreaudio: uncrustifyGravatar Stefano Pigozzi2013-06-16
* encode_lavc strings: use new option syntaxGravatar Rudolf Polzer2013-06-16
* ao_oss: fix compilation on BSDGravatar wm42013-06-11
* ao_jack: remove global variablesGravatar wm42013-06-07
* ao_jack: align data sizes on audio frame sizeGravatar wm42013-06-07
* ao_jack: switch to new AO APIGravatar wm42013-06-07
* ao_jack: uncrustifyGravatar wm42013-06-07
* ao_oss: remove duplicated format infoGravatar wm42013-06-07
* ao_oss: remove global variablesGravatar wm42013-06-07
* ao_oss: switch to new AO APIGravatar wm42013-06-07
* ao_oss: uncrustifyGravatar wm42013-06-07
* ao_openal: switch to new AO APIGravatar wm42013-06-04
* ao_openal: uncrustifyGravatar wm42013-06-04
* ao_jack: add (no-)connect suboptionGravatar reimar2013-06-04
* ao_dsound: remove global variablesGravatar wm42013-06-04
* ao_dsound: switch to new AO APIGravatar wm42013-06-04
* ao_dsound: uncrustifyGravatar wm42013-06-04
* Replace calls to usec_sleep()Gravatar wm42013-05-26
* Replace all calls to GetTimer()/GetTimerMS()Gravatar wm42013-05-26
* 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_coreaudio: fix switched parametersGravatar wm42013-05-12
* Merge branch 'audio_changes'Gravatar wm42013-05-12
|\
| * ao_alsa: set fallback if format unknownGravatar wm42013-05-12
| * audio/out: channel map selectionGravatar wm42013-05-12
| * audio: add channel map selection functionGravatar wm42013-05-12
| * ao_pulse: move format setup codeGravatar wm42013-05-12
| * ao_openal: use channel map instead of ALSA fixed layoutGravatar 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
| * ao_alsa: cosmetics, macro-fy error reportingGravatar wm42013-05-12
| * ao_alsa: uncrustifyGravatar wm42013-05-12