aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_openal.c
Commit message (Expand)AuthorAge
* Revert "ao_openal: enable building on OSX"Gravatar Michael Hoang2018-08-26
* ao_openal: document the muted↔gain conversionGravatar Jan Ekström2018-04-15
* ao/openal: Add option to set buffering characteristicsGravatar LAGonauta2018-04-15
* ao/openal: Add better sample format and channel layout selectionGravatar LAGonauta2018-04-15
* ao/openal: Add OpenAL Soft extension to get the correct latencyGravatar LAGonauta2018-04-15
* ao/openal: Add support for direct channels outputGravatar LAGonauta2018-04-15
* ao/openal: Add hardware mute supportGravatar LAGonauta2018-04-15
* ao/openal: Use only one source for audio outputGravatar LAGonauta2018-04-15
* audio: fix annyoing af_get_best_sample_formats() definitionGravatar wm42018-01-25
* 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_openal: kill off device listingGravatar wm42017-04-23
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* ao_openal: enable building on OSXGravatar Josh de Kock2016-09-21
* options: simplify M_OPT_EXITGravatar wm42016-09-17
* audio/out: deprecate device sub-optionsGravatar wm42016-09-05
* options: deprecate suboptions for the remaining AO/VOsGravatar wm42016-09-05
* ao_openal: wipe out global context on init errorGravatar Kevin Mitchell2016-01-18
* ao_openal: fix sign of speaker angle in commentGravatar Kevin Mitchell2015-11-18
* ao_openal: fix virtual speaker positioningGravatar Justas Lavišius2015-11-18
* ao_openal: accommodate more sample formatsGravatar Kevin Mitchell2015-11-17
* ao_openal: move uninit before initGravatar Kevin Mitchell2015-11-17
* Update license headersGravatar Marcin Kurczewski2015-04-13
* audio/out: consistently use double return type for get_delayGravatar wm42014-11-09
* ao_openal: implement device listingGravatar wm42014-10-13
* audio/out: remove old thingsGravatar wm42014-09-06
* audio/out: make draining a separate operationGravatar wm42014-03-09
* audio/out: make ao struct opaqueGravatar wm42014-03-09
* m_option: add mp_log callback to OPT_STRING_VALIDATE optionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* ao_openal: support non-interleaved outputGravatar wm42013-11-12
* audio/out: prepare for non-interleaved audioGravatar wm42013-11-12
* audio/out: remove useless info struct and redundant fieldsGravatar wm42013-10-23
* audio/out: do some mp_msg conversionsGravatar wm42013-08-22
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* audio/out: remove options argument from init()Gravatar wm42013-07-22
* ao_openal: use new option APIGravatar wm42013-07-21
* audio/out: remove ao->outburst/buffersize fieldsGravatar wm42013-06-16
* audio/out: don't require AOs to set ao->bpsGravatar wm42013-06-16
* ao_openal: switch to new AO APIGravatar wm42013-06-04
* ao_openal: uncrustifyGravatar wm42013-06-04
* Replace calls to usec_sleep()Gravatar wm42013-05-26
* audio/out: channel map selectionGravatar wm42013-05-12
* ao_openal: use channel map instead of ALSA fixed layoutGravatar wm42013-05-12
* audio/out: switch to channel mapGravatar wm42013-05-12
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12