aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out
Commit message (Expand)AuthorAge
* w32: use safe DLL search paths everywhereGravatar James Ross-Gowan2014-01-27
* build: fix usage of HAVE_SDL1 defineGravatar Stefano Pigozzi2014-01-25
* ao_pulse: lower default buffer size from 1000ms to 250msGravatar wm42014-01-07
* ao_pulse: add suboption to control buffer sizeGravatar wm42014-01-07
* 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
* msg: rename mp_msg_log -> mp_msgGravatar wm42013-12-21
* m_option: add mp_log callback to OPT_STRING_VALIDATE optionsGravatar wm42013-12-21
* m_option, m_config: mp_msg conversionsGravatar wm42013-12-21
* ao: some missing mp_msg conversionsGravatar wm42013-12-21
* ao_wasapi: mp_msg conversionsGravatar wm42013-12-21
* audio/fmt-conversion.c: remove unknown audio format messagesGravatar wm42013-12-21
* ao_alsa: don't set ALSA message callbackGravatar wm42013-12-21
* ao_wasapi: fix includesGravatar wm42013-12-18
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Move mpvcore/input/ to input/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* ao_wasapi: Fix mistaken behavior on uninitGravatar Diogo Franco (Kovensky)2013-12-08
* ao_wasapi: handle AOPLAY_FINAL_CHUNKGravatar Diogo Franco (Kovensky)2013-12-08
* ao_wasapi: Reduce the buffer size to a sane valueGravatar Diogo Franco (Kovensky)2013-12-08
* ao_wasapi: fix audio buffering delay calculationGravatar Diogo Franco (Kovensky)2013-12-08
* ao_oss: when falling back from unknown prefer larger formatGravatar bugmen0t2013-12-04
* ao_oss: add 24bit formatsGravatar bugmen0t2013-12-04
* options: add options that set defaults for af/vf/ao/voGravatar wm42013-12-01
* ao_oss: add 6.1 and 7.1 speaker placement from FreeBSDGravatar bugmen0t2013-11-30
* ao_oss: SNDCTL_DSP_CHANNELS takes int, not uint8_tGravatar wm42013-11-30
* 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_coreaudio: simplify ch label to speaker id conversionGravatar Stefano Pigozzi2013-11-27
* ao_coreaudio: map channel labels needed for 8ch layoutsGravatar Stefano Pigozzi2013-11-27
* ao_alsa: do not forcibly disable ALSA resamplingGravatar Martin Herkt2013-11-26
* ao_rsound: fix option typesGravatar wm42013-11-23
* ao_null: fix simulated buffer sizeGravatar wm42013-11-19
* ao_null: properly simulate final chunk, add buffer optionsGravatar wm42013-11-17
* ao_lavc: use af_format_conversion_score()Gravatar wm42013-11-16
* ao_lavc: write the final audio chunks from uninit()Gravatar Rudolf Polzer2013-11-16
* ao_lavc: fix crash with interleaved audio outputs.Gravatar Rudolf Polzer2013-11-16
* audio: drop "_NE"/"ne" suffix from audio formatsGravatar wm42013-11-15
* ao_alsa: non-interleaved access is not always availableGravatar wm42013-11-14
* ao_null: add untimed sub-optionGravatar wm42013-11-13
* ao_null: support pausing properlyGravatar wm42013-11-13
* ao_lavc: support non-interleaved audioGravatar wm42013-11-13
* Merge branch 'planar_audio'Gravatar wm42013-11-12
|\
| * ao_jack: switch from interleaved to planar audioGravatar William Light2013-11-12
| * ao_jack: refactoring, also fix "no-connect" optionGravatar William Light2013-11-12
| * ao_openal: support non-interleaved outputGravatar wm42013-11-12
| * ao_alsa: support non-interleaved audioGravatar wm42013-11-12