| Commit message (Expand) | Author | Age | Files | Lines |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 1 | -1/+1 |
* | ao_dsound: remove this audio output | wm4 | 2016-01-06 | 1 | -4/+0 |
* | ao: disambiguate default device list entries | wm4 | 2015-11-27 | 1 | -2/+6 |
* | audio: always log channel maps before determining final map | wm4 | 2015-10-26 | 1 | -11/+4 |
* | audio: add option for falling back to ao_null | wm4 | 2015-10-05 | 1 | -0/+6 |
* | ao: rework audio output driver probing | wm4 | 2015-10-05 | 1 | -38/+42 |
* | ao: don't pass along AO arguments when redirecting | wm4 | 2015-07-03 | 1 | -1/+1 |
* | audio: fix format function consistency issues | wm4 | 2015-06-26 | 1 | -2/+2 |
* | audio: output human-readable channel layouts too | wm4 | 2015-06-25 | 1 | -8/+2 |
* | ao: standardize channel layout name in debug output further | wm4 | 2015-06-25 | 1 | -0/+2 |
* | ao: allow ao_uninit(NULL) | wm4 | 2015-06-02 | 1 | -1/+2 |
* | ao: make better use of atomics | wm4 | 2015-05-11 | 1 | -13/+10 |
* | ao: log reordered versions of channel maps | wm4 | 2015-05-08 | 1 | -3/+10 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | audio: make all format query shortcuts macros | Kevin Mitchell | 2015-04-03 | 1 | -1/+1 |
* | ao: slightly extend debug messages | wm4 | 2015-03-16 | 1 | -1/+4 |
* | ao: align audio buffer size | wm4 | 2015-03-13 | 1 | -0/+3 |
* | ao: fix null dereference | Stefano Pigozzi | 2015-02-14 | 1 | -0/+2 |
* | ao_coreaudio: add support for hotplug notifications | Stefano Pigozzi | 2015-02-14 | 1 | -5/+5 |
* | audio: add device change notification for hotplugging | wm4 | 2015-02-12 | 1 | -14/+98 |
* | ao: set correct client name when listing devices | wm4 | 2015-02-12 | 1 | -4/+3 |
* | command: add property returning detected audio device | Stefano Pigozzi | 2015-02-03 | 1 | -0/+5 |
* | ao: never autoselect ao_null | wm4 | 2015-01-20 | 1 | -1/+2 |
* | ao: refactor --audio-device selection code | wm4 | 2015-01-20 | 1 | -85/+73 |
* | ao: remove coreaudio_exclusive from autoprobing list | wm4 | 2015-01-07 | 1 | -2/+2 |
* | ao_portaudio: remove this audio output | wm4 | 2014-12-29 | 1 | -4/+0 |
* | ao: add debug log with the detected channel maps | Stefano Pigozzi | 2014-12-29 | 1 | -0/+6 |
* | audio: make mp_chmap_to_str() return a stack-allocated string | wm4 | 2014-11-24 | 1 | -3/+2 |
* | audio/out: always log retrieved audio device size | wm4 | 2014-11-18 | 1 | -2/+2 |
* | 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 |