aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out
Commit message (Expand)AuthorAge
* audio: fix --audio-stream-silence with ao_wasapiGravatar wm42016-11-21
* audio: fix --audio-stream-silence with ao_alsaGravatar wm42016-11-21
* ao_alsa: explicitly add default device manuallyGravatar wm42016-11-14
* audio: make empty device ID mean default deviceGravatar wm42016-11-14
* audio: avoid returning audio-device-list entries without descriptionGravatar wm42016-11-14
* ao_alsa: fill unused ALSA channels with silenceGravatar wm42016-11-08
* ao_alsa: strictly disable chmap use for mono/stereoGravatar wm42016-11-08
* ao_alsa: _really_ disable chmap API use in cases where we shouldGravatar wm42016-11-08
* ao_alsa: slightly better debug loggingGravatar wm42016-11-08
* audio/out: add AudioUnit output driver for iOSGravatar Aman Gupta2016-11-01
* ao_alsa: try to fallback to "hdmi" before "iec958" for spdifGravatar wm42016-10-07
* audio/out: prevent underruns with spdif under certain conditionsGravatar wm42016-10-04
* win32: build with -DINITGUIDGravatar James Ross-Gowan2016-09-28
* ao_openal: enable building on OSXGravatar Josh de Kock2016-09-21
* options: simplify M_OPT_EXITGravatar wm42016-09-17
* player, ao, vo: don't call mp_input_wakeup() directlyGravatar wm42016-09-16
* ao_rsound: fix compilationGravatar wm42016-09-07
* ao_pcm: remove some useless messagesGravatar wm42016-09-07
* osdep: rename atomics.h to atomic.hGravatar wm42016-09-07
* audio/out: deprecate "exclusive" sub-optionsGravatar wm42016-09-05
* audio/out: deprecate device sub-optionsGravatar wm42016-09-05
* options: deprecate suboptions for the remaining AO/VOsGravatar wm42016-09-05
* options: add automagic hack for handling sub-option deprecationsGravatar wm42016-09-05
* ao_jack: move to global optionsGravatar wm42016-09-05
* options: add a mechanism to make sub-option replacement slightly easierGravatar wm42016-09-05
* ao_alsa: change sub-options to global optionsGravatar wm42016-09-02
* m_config: add helper function for initializing af/ao/vf/vo suboptionsGravatar wm42016-09-02
* vo, ao: disable positional parameter suboptionsGravatar wm42016-09-01
* ao_alsa: log if retrieving supported channel maps failsGravatar wm42016-08-22
* ao_alsa: make pause state more robust, reduce minor code duplicationGravatar wm42016-08-09
* ao_alsa: handle --audio-stream-silenceGravatar wm42016-08-09
* player: add --audio-stream-silenceGravatar wm42016-08-09
* ao_coreaudio: actually use stop callbackGravatar wm42016-08-09
* ao_wasapi: in exclusive mode do not output multichannel by defaultGravatar wm42016-08-05
* ao_null: use channel list option type for channel-layouts suboptionGravatar wm42016-08-05
* audio: use --audio-channels=auto behavior, except on ALSAGravatar wm42016-08-04
* osdep/io: introduce mp_flush_wakeup_pipe()Gravatar Rostislav Pehlivanov2016-07-30
* ao_pulse: fix some volume control rounding issuesGravatar wm42016-07-14
* ao_creoaudio: print OSStatus as decimal signed integer tooGravatar wm42016-07-13
* ao_coreaudio: use correct free function on errorsGravatar wm42016-07-13
* ao_coreaudio: error out when selecting invalid deviceGravatar wm42016-07-08
* ao_oss: do not add an entry to audio-device-list if device file missingGravatar wm42016-06-29
* audio: don't add default entry to audio-device-list if AO support listingGravatar wm42016-06-29
* ao_lavc, vo_lavc: Migrate to new encoding API.Gravatar Rudolf Polzer2016-06-27
* Fix misspellingsGravatar stepshal2016-06-26
* audio: apply an upper bound timeout when drainingGravatar wm42016-06-12
* audio: do not wake up core during EOFGravatar wm42016-06-12
* build: silence -Wunused-resultGravatar Niklas Haas2016-06-07
* ao_wasapi: initialize COM in main thread with MTAGravatar Kevin Mitchell2016-06-05
* ao_opensles: remove 32bit audioGravatar Josh de Kock2016-05-22