| Commit message (Expand) | Author | Age | Files | Lines |
* | audio/out: switch back to wasapi as default on win32 | wm4 | 2014-11-17 | 1 | -3/+3 |
* | audio/out: make ao_request_reload() idempotent | wm4 | 2014-11-09 | 1 | -7/+16 |
* | audio: add --audio-client-name option | wm4 | 2014-11-07 | 1 | -0/+2 |
* | audio: add command/function to reload audio output | wm4 | 2014-10-27 | 1 | -0/+8 |
* | audio/out: add redirection-on-init mechanism | wm4 | 2014-10-22 | 1 | -14/+44 |
* | audio/out: missing error check | wm4 | 2014-10-22 | 1 | -0/+2 |
* | audio/out: don't add special devices to --audio-device list | wm4 | 2014-10-22 | 1 | -2/+2 |
* | audio/out: include coreaudio_exclusive in auto-probing | wm4 | 2014-10-22 | 1 | -3/+3 |
* | audio: quote devices in --audio-device=help | wm4 | 2014-10-19 | 1 | -1/+1 |
* | audio/out: add "auto" pseudo-device | wm4 | 2014-10-13 | 1 | -1/+3 |
* | audio: don't list encoder AO with --audio-device=help | wm4 | 2014-10-10 | 1 | -0/+2 |
* | audio: change internal device listing API | wm4 | 2014-10-10 | 1 | -19/+35 |
* | audio: add device selection & listing with --audio-device | wm4 | 2014-10-09 | 1 | -6/+77 |
* | audio/out: check device buffer size for push.c only | wm4 | 2014-09-27 | 1 | -7/+0 |
* | audio/out: disable ao_sndio by default | wm4 | 2014-09-26 | 1 | -3/+3 |
* | audio/out: fail init on unknown audio buffer | wm4 | 2014-09-26 | 1 | -0/+7 |
* | audio/out: remove old things | wm4 | 2014-09-06 | 1 | -10/+1 |
* | audio/out: make EOF handling properly event-based | wm4 | 2014-09-05 | 1 | -1/+1 |
* | audio: make buffer size configurable | wm4 | 2014-09-05 | 1 | -1/+2 |
* | audio: don't wait for draining if paused | wm4 | 2014-07-13 | 1 | -13/+1 |
* | ao_coreaudio: move spdif code to a new AO | Stefano Pigozzi | 2014-07-02 | 1 | -0/+4 |
* | audio: prefer dsound over wasapi | wm4 | 2014-06-01 | 1 | -3/+3 |
* | af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriate | Marcoen Hirschberg | 2014-05-28 | 1 | -1/+1 |
* | player: unrangle one aspect of audio EOF handling | wm4 | 2014-04-17 | 1 | -0/+5 |
* | ao: remove redundant get_delay check | wm4 | 2014-04-17 | 1 | -4/+0 |
* | ao: print (estimated) device buffer size on init in verbose mode | wm4 | 2014-03-14 | 1 | -1/+3 |
* | audio/out: reduce amount of audio buffering | wm4 | 2014-03-10 | 1 | -3/+0 |
* | audio/out: make draining a separate operation | wm4 | 2014-03-09 | 1 | -7/+15 |
* | audio/out: feed AOs from a separate thread | wm4 | 2014-03-09 | 1 | -25/+45 |
* | ao: remove opts field | wm4 | 2014-03-09 | 1 | -1/+0 |
* | audio/out: make ao struct opaque | wm4 | 2014-03-09 | 1 | -2/+36 |
* | ao: document some functions | wm4 | 2014-02-28 | 1 | -0/+23 |
* | build: fix usage of HAVE_SDL1 define | Stefano Pigozzi | 2014-01-25 | 1 | -1/+1 |
* | msg: rename mp_msg_log -> mp_msg | wm4 | 2013-12-21 | 1 | -1/+1 |
* | m_option, m_config: mp_msg conversions | wm4 | 2013-12-21 | 1 | -1/+1 |
* | ao: some missing mp_msg conversions | wm4 | 2013-12-21 | 1 | -13/+17 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 1 | -2/+2 |
* | options: add options that set defaults for af/vf/ao/vo | wm4 | 2013-12-01 | 1 | -0/+2 |
* | audio: switch output to mp_audio_buffer | wm4 | 2013-11-12 | 1 | -5/+7 |
* | audio/out: prepare for non-interleaved audio | wm4 | 2013-11-12 | 1 | -7/+10 |
* | ao: add ao_play_silence, use for ao_alsa and ao_oss | wm4 | 2013-11-10 | 1 | -0/+12 |
* | ao: print requested audio format on init | wm4 | 2013-11-09 | 1 | -0/+4 |
* | audio: don't let ao_lavc access frontend internals, change gapless audio | wm4 | 2013-11-08 | 1 | -6/+0 |
* | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 1 | -13/+13 |
* | audio/out: remove useless info struct and redundant fields | wm4 | 2013-10-23 | 1 | -3/+3 |
* | mp_msg: remove gettext() support | wm4 | 2013-10-18 | 1 | -1/+1 |
* | audio/out: add sndio support | Christian Neukirchen | 2013-10-03 | 1 | -0/+4 |
* | ao: remove some leftovers | wm4 | 2013-08-22 | 1 | -5/+0 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -4/+4 |
* | audio/out: add support for new logging API | Stefano Pigozzi | 2013-08-01 | 1 | -7/+12 |
* | audio/out: remove options argument from init() | wm4 | 2013-07-22 | 1 | -2/+3 |
* | ao_wasapi: Make default on Windows. | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -3/+3 |
* | ao_wasapi0: Rename to ao_wasapi | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -3/+3 |
* | options: hide encoding AO/VO in help output | wm4 | 2013-07-21 | 1 | -0/+1 |
* | options: use new option code for --ao | wm4 | 2013-07-21 | 1 | -86/+80 |
* | ao_wasapi0: add new wasapi event mode ao | Jonathan Yong | 2013-06-18 | 1 | -0/+4 |
* | audio/out: remove ao->outburst/buffersize fields | wm4 | 2013-06-16 | 1 | -2/+1 |
* | audio/out: don't require AOs to set ao->bps | wm4 | 2013-06-16 | 1 | -9/+8 |
* | audio/out: remove wrapper for old AOs | wm4 | 2013-06-16 | 1 | -54/+0 |
* | audio: add channel map selection function | wm4 | 2013-05-12 | 1 | -0/+10 |
* | audio/out: switch to channel map | wm4 | 2013-05-12 | 1 | -1/+1 |
* | audio/out, video/out: hide encoding VO/AO | wm4 | 2013-02-06 | 1 | -8/+17 |
* | audio/out: prefer ao_dsound over ao_portaudio | wm4 | 2013-02-06 | 1 | -3/+3 |
* | vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driver | Rudolf Polzer | 2012-12-28 | 1 | -0/+4 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -2/+2 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+294 |