aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao.c
Commit message (Expand)AuthorAge
* build: make encoding mode non-optionalGravatar wm42018-05-03
* encode: get rid of the output packet queueGravatar wm42018-05-03
* ao: do not allow actual buffer size of 0Gravatar wm42018-03-08
* build: drop support for SDL1Gravatar wm42018-02-13
* ao: minor simplification to gain processing codeGravatar wm42017-11-30
* ao: simplify hack for float atomicsGravatar wm42017-11-30
* audio: add audio softvol processing to AOGravatar wm42017-11-29
* command: drop "audio-out-detected-device" propertyGravatar wm42017-10-09
* audio: introduce a new type to hold audio framesGravatar wm42017-08-16
* audio/out: fix comment typoGravatar Kevin Mitchell2017-07-09
* audio/out: add helper code to do 24 bit conversion in AOGravatar wm42017-07-07
* audio/out: require AO drivers to report period size and correct bufferGravatar wm42017-06-25
* audio/out: change license of some core files to LGPLGravatar wm42017-05-20
* audio: lower "Disabling multichannel output." warning to verboseGravatar wm42017-04-02
* ao: never set ao->device = ""Gravatar Kevin Mitchell2017-02-20
* ao: fix potential NULL deref in ao_device_list_add()Gravatar wm42017-02-20
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* audio: make empty device ID mean default deviceGravatar wm42016-11-14
* audio: avoid returning audio-device-list entries without descriptionGravatar wm42016-11-14
* audio/out: add AudioUnit output driver for iOSGravatar Aman Gupta2016-11-01
* player, ao, vo: don't call mp_input_wakeup() directlyGravatar wm42016-09-16
* options: add automagic hack for handling sub-option deprecationsGravatar 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
* player: add --audio-stream-silenceGravatar wm42016-08-09
* audio: use --audio-channels=auto behavior, except on ALSAGravatar wm42016-08-04
* audio: don't add default entry to audio-device-list if AO support listingGravatar wm42016-06-29
* ao: initial OpenSL ES supportGravatar Ilya Zhuravlev2016-02-27
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* ao_dsound: remove this audio outputGravatar wm42016-01-06
* ao: disambiguate default device list entriesGravatar wm42015-11-27
* audio: always log channel maps before determining final mapGravatar wm42015-10-26
* audio: add option for falling back to ao_nullGravatar wm42015-10-05
* ao: rework audio output driver probingGravatar wm42015-10-05
* ao: don't pass along AO arguments when redirectingGravatar wm42015-07-03
* audio: fix format function consistency issuesGravatar wm42015-06-26
* audio: output human-readable channel layouts tooGravatar wm42015-06-25
* ao: standardize channel layout name in debug output furtherGravatar wm42015-06-25
* ao: allow ao_uninit(NULL)Gravatar wm42015-06-02
* ao: make better use of atomicsGravatar wm42015-05-11
* ao: log reordered versions of channel mapsGravatar wm42015-05-08
* Update license headersGravatar Marcin Kurczewski2015-04-13
* audio: make all format query shortcuts macrosGravatar Kevin Mitchell2015-04-03
* ao: slightly extend debug messagesGravatar wm42015-03-16
* ao: align audio buffer sizeGravatar wm42015-03-13
* ao: fix null dereferenceGravatar Stefano Pigozzi2015-02-14
* ao_coreaudio: add support for hotplug notificationsGravatar Stefano Pigozzi2015-02-14
* audio: add device change notification for hotpluggingGravatar wm42015-02-12