aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out
Commit message (Expand)AuthorAge
* Initial Android supportGravatar Jan Ekström2016-02-10
* ao_coreaudio: fix 7.1(rear) channel mappingGravatar wm42016-02-04
* ao_wasapi: add "wasapi" prefix to non-static find_deviceID functionGravatar Kevin Mitchell2016-01-28
* ao_wasapi: correct check for specified device on default changeGravatar Kevin Mitchell2016-01-28
* ao_wasapi: fix check for already found deviceGravatar Kevin Mitchell2016-01-28
* ao_wasapi: use correct UINT type for device enumerationGravatar Kevin Mitchell2016-01-22
* ao_wasapi: exit earlier if there are zero playback devices foundGravatar Kevin Mitchell2016-01-22
* ao_coreaudio_chmap: change license to LGPLGravatar wm42016-01-19
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* ao_wasapi: use share_mode value instead of raw option opt_exclusiveGravatar Kevin Mitchell2016-01-18
* ao_openal: wipe out global context on init errorGravatar Kevin Mitchell2016-01-18
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* ao_coreaudio: replace fourcc_repr()Gravatar wm42016-01-11
* ao_wasapi: move out some utility functionsGravatar wm42016-01-11
* ao_dsound: remove this audio outputGravatar wm42016-01-06
* ao_wasapi: remove unnecessary header fileGravatar Kevin Mitchell2016-01-05
* ao_wasapi: initialize change notify in main threadGravatar Kevin Mitchell2016-01-05
* ao_wasapi: remove old vistablob prototypeGravatar Kevin Mitchell2016-01-05
* ao_wasapi: make find_deviceID read only wrt struct aoGravatar Kevin Mitchell2016-01-05
* ao_wasapi: move device selection to main threadGravatar Kevin Mitchell2016-01-05
* ao_wasapi: avoid some redundant error messages in device selectionGravatar Kevin Mitchell2016-01-05
* ao_wasapi: alloc later to avoid free on errorGravatar Kevin Mitchell2016-01-05
* ao_pulse: attempt to fall back to an arbitrary sample formatGravatar wm42016-01-05
* ao_pulse: check for sample rate boundsGravatar wm42016-01-05
* ao_pulse: move format setting into a functionGravatar wm42016-01-05
* ao_wasapi: remove +x flag from filesGravatar wm42016-01-04
* ao_wasapi: just use a pointer to the deviceID in change_notifyGravatar Kevin Mitchell2016-01-04
* ao_wasapi: correctly name the IMMNotificationClientVtblGravatar Kevin Mitchell2016-01-04
* ao_wasapi: make persistent enumerator local to change_notifyGravatar Kevin Mitchell2016-01-04
* ao_wasapi: rewrite device listing and selectionGravatar Kevin Mitchell2016-01-04
* ao_wasapi: fix delay calculation againGravatar Kevin Mitchell2016-01-02
* ao_wasapi: fix delay calculationGravatar Kevin Mitchell2015-12-21
* Fix some typos in code commentsGravatar Aman Gupta2015-12-21
* ao_wasapi: move volume control init to it's own functionGravatar Kevin Mitchell2015-12-21
* ao_wasapi: correctly handle audio session display failureGravatar Kevin Mitchell2015-12-21
* ao_wasapi: non-fatal error handling for COM marshallingGravatar Kevin Mitchell2015-12-21
* ao_wasapi: wrap long lines and use only c99 comment styleGravatar Kevin Mitchell2015-12-21
* ao_wasapi: reorganize private structureGravatar Kevin Mitchell2015-12-21
* ao_wasapi: remove useless buffer_block_sizeGravatar Kevin Mitchell2015-12-21
* ao_wasapi: move exclusive and shared-specific controls to functionsGravatar Kevin Mitchell2015-12-21
* ao_wasapi: call the class-specific release functionsGravatar Kevin Mitchell2015-12-20
* ao_wasapi: check for proxy availability in controlGravatar Kevin Mitchell2015-12-20
* ao_wasapi: actually use hw volume support information for exclusive modeGravatar Kevin Mitchell2015-12-20
* ao_wasapi: don't cast control arg to something it isn'tGravatar Kevin Mitchell2015-12-20
* ao_wasapi: remove volume "restore" on exitGravatar Kevin Mitchell2015-12-20
* ao_wasapi: split exclusive/shared specific ao controlsGravatar Kevin Mitchell2015-12-20
* ao_wasapi: add E_NOINTERFACE to error listGravatar Kevin Mitchell2015-12-20
* ao: disambiguate default device list entriesGravatar wm42015-11-27
* ao_alsa: filter audio device listGravatar wm42015-11-24
* ao_alsa: list bidirectional devices tooGravatar wm42015-11-24