aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao.c
Commit message (Expand)AuthorAge
* 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
* ao_wasapi: Make default on Windows.Gravatar Diogo Franco (Kovensky)2013-07-22
* ao_wasapi0: Rename to ao_wasapiGravatar Diogo Franco (Kovensky)2013-07-22
* options: hide encoding AO/VO in help outputGravatar wm42013-07-21
* options: use new option code for --aoGravatar wm42013-07-21
* ao_wasapi0: add new wasapi event mode aoGravatar Jonathan Yong2013-06-18
* audio/out: remove ao->outburst/buffersize fieldsGravatar wm42013-06-16
* audio/out: don't require AOs to set ao->bpsGravatar wm42013-06-16
* audio/out: remove wrapper for old AOsGravatar wm42013-06-16
* audio: add channel map selection functionGravatar wm42013-05-12
* audio/out: switch to channel mapGravatar wm42013-05-12
* audio/out, video/out: hide encoding VO/AOGravatar wm42013-02-06
* audio/out: prefer ao_dsound over ao_portaudioGravatar wm42013-02-06
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverGravatar Rudolf Polzer2012-12-28