aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao.c
Commit message (Expand)AuthorAge
* audio: add command/function to reload audio outputGravatar wm42014-10-27
* audio/out: add redirection-on-init mechanismGravatar wm42014-10-22
* audio/out: missing error checkGravatar wm42014-10-22
* audio/out: don't add special devices to --audio-device listGravatar wm42014-10-22
* audio/out: include coreaudio_exclusive in auto-probingGravatar wm42014-10-22
* audio: quote devices in --audio-device=helpGravatar wm42014-10-19
* audio/out: add "auto" pseudo-deviceGravatar wm42014-10-13
* audio: don't list encoder AO with --audio-device=helpGravatar wm42014-10-10
* audio: change internal device listing APIGravatar wm42014-10-10
* audio: add device selection & listing with --audio-deviceGravatar wm42014-10-09
* audio/out: check device buffer size for push.c onlyGravatar wm42014-09-27
* audio/out: disable ao_sndio by defaultGravatar wm42014-09-26
* audio/out: fail init on unknown audio bufferGravatar wm42014-09-26
* audio/out: remove old thingsGravatar wm42014-09-06
* audio/out: make EOF handling properly event-basedGravatar wm42014-09-05
* audio: make buffer size configurableGravatar wm42014-09-05
* audio: don't wait for draining if pausedGravatar wm42014-07-13
* ao_coreaudio: move spdif code to a new AOGravatar Stefano Pigozzi2014-07-02
* audio: prefer dsound over wasapiGravatar wm42014-06-01
* af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriateGravatar Marcoen Hirschberg2014-05-28
* player: unrangle one aspect of audio EOF handlingGravatar wm42014-04-17
* ao: remove redundant get_delay checkGravatar wm42014-04-17
* ao: print (estimated) device buffer size on init in verbose modeGravatar wm42014-03-14
* audio/out: reduce amount of audio bufferingGravatar wm42014-03-10
* audio/out: make draining a separate operationGravatar wm42014-03-09
* audio/out: feed AOs from a separate threadGravatar wm42014-03-09
* ao: remove opts fieldGravatar wm42014-03-09
* audio/out: make ao struct opaqueGravatar wm42014-03-09
* ao: document some functionsGravatar wm42014-02-28
* build: fix usage of HAVE_SDL1 defineGravatar Stefano Pigozzi2014-01-25
* msg: rename mp_msg_log -> mp_msgGravatar wm42013-12-21
* m_option, m_config: mp_msg conversionsGravatar wm42013-12-21
* ao: some missing mp_msg conversionsGravatar 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
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* options: add options that set defaults for af/vf/ao/voGravatar wm42013-12-01
* audio: switch output to mp_audio_bufferGravatar wm42013-11-12
* audio/out: prepare for non-interleaved audioGravatar wm42013-11-12
* ao: add ao_play_silence, use for ao_alsa and ao_ossGravatar wm42013-11-10
* ao: print requested audio format on initGravatar wm42013-11-09
* audio: don't let ao_lavc access frontend internals, change gapless audioGravatar wm42013-11-08
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* audio/out: remove useless info struct and redundant fieldsGravatar wm42013-10-23
* mp_msg: remove gettext() supportGravatar wm42013-10-18
* audio/out: add sndio supportGravatar Christian Neukirchen2013-10-03
* ao: remove some leftoversGravatar wm42013-08-22
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* audio/out: add support for new logging APIGravatar Stefano Pigozzi2013-08-01
* audio/out: remove options argument from init()Gravatar wm42013-07-22