aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out
Commit message (Expand)AuthorAge
* ao_coreaudio: insane hack for passing through AC3 as float PCMGravatar wm42017-06-30
* ao_wasapi: UWP wrapper hack supportGravatar wm42017-06-29
* Universal Windows Plaform (UWP) supportGravatar Pedro Pombeiro2017-06-29
* ao_wasapi: do not use deprecated wchar functionsGravatar Pedro Pombeiro2017-06-29
* Avoid calling close(-1)Gravatar wm42017-06-29
* ao_wasapi: remove subtly duplicated codeGravatar wm42017-06-28
* ao_wasapi: remove duplicate code for creating IAudioClientGravatar wm42017-06-28
* audio/out/pull: detect and log underflowsGravatar wm42017-06-28
* audio/out: require AO drivers to report period size and correct bufferGravatar wm42017-06-25
* ao_openal: change license to LGPLGravatar wm42017-06-24
* ao_pulse: reorder format choiceGravatar Niklas Haas2017-06-23
* build: simplify OSS checks and remove changes by "bugmen0t"Gravatar wm42017-06-22
* encode_lavc: move from GPL 2+ to LGPL 2.1+.Gravatar Rudolf Polzer2017-06-13
* ao_pcm: change license to LGPLGravatar wm42017-05-20
* audio/out: change license of some core files to LGPLGravatar wm42017-05-20
* ao_wasapi: set name of event threadGravatar James Ross-Gowan2017-05-18
* ao_pulse, ao_rsound: change license to LGPLGravatar wm42017-05-08
* ao_coreaudio: change license to LGPLGravatar wm42017-05-08
* options: remove remaining deprecated audio device selection optionsGravatar wm42017-04-23
* ao_openal: kill off device listingGravatar wm42017-04-23
* ao_wasapi_changenotify: use %ls instead of %S for wchar_tGravatar wm42017-04-20
* ao_wasapi_changenotify: fix potential race conditionGravatar wm42017-04-20
* audio: lower "Disabling multichannel output." warning to verboseGravatar wm42017-04-02
* ao_wasapi: do not pass nonsense to drivers with doubleGravatar wm42017-03-29
* ao_jack: update latency on buffer_size/graph changeGravatar Cheng Sun2017-03-18
* ao_alsa: fix device filtering, add another exceptionGravatar wm42017-03-14
* ao_alsa: filter fewer devicesGravatar wm42017-03-14
* ao_alsa: POLLERR can be set even if the device is not lostGravatar wm42017-03-14
* options: add M_OPT_FILE to some more file optionsGravatar Philip Sequeira2017-03-06
* ao_alsa: close audio device if polling returns POLLERRGravatar wm42017-02-27
* ao_alsa: fix an error checkGravatar wm42017-02-27
* ao: never set ao->device = ""Gravatar Kevin Mitchell2017-02-20
* ao: fix potential NULL deref in ao_device_list_add()Gravatar wm42017-02-20
* ao_oss: fix mixer channel messageGravatar Kevin Mitchell2017-02-08
* ao_oss: use --audio-device if --oss-device isn't set.Gravatar Kevin Mitchell2017-02-08
* win32: add COM-specific SAFE_RELEASE to windows_utils.hGravatar James Ross-Gowan2017-01-30
* audio/out/push: merge if branches with same conditionGravatar wm42017-01-09
* Remove compatibility thingsGravatar wm42016-12-07
* ao_alsa: print certain ALSA errors as string instead as numberGravatar wm42016-12-07
* ao_wasapi: log return code when probing audio formatsGravatar wm42016-11-30
* ao_wasapi_utils: remove unused variableGravatar pavelxdd2016-11-27
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* audio/out/push: play silence on --audio-stream-silenceGravatar wm42016-11-24
* 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