aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_coreaudio.c
Commit message (Expand)AuthorAge
* ao_coreaudio: change license to LGPLGravatar wm42017-05-08
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* audio/out: deprecate "exclusive" sub-optionsGravatar wm42016-09-05
* options: deprecate suboptions for the remaining AO/VOsGravatar wm42016-09-05
* ao_coreaudio: actually use stop callbackGravatar wm42016-08-09
* ao_coreaudio: remove detected_deviceGravatar wm42016-04-26
* ao_coreaudio: replace fourcc_repr()Gravatar wm42016-01-11
* ao_coreaudio: avoid unnecessary format changesGravatar wm42015-10-21
* ao_coreaudio: fix some minor memory leaksGravatar wm42015-10-21
* ao_coreaudio: fix device latency, share the codeGravatar wm42015-07-06
* ao_coreaudio: add exclusive suboptionGravatar wm42015-07-03
* ao_coraudio: reject all non-PCM formatsGravatar wm42015-07-03
* ao_coreaudio: restore physical format if it can't be set exactlyGravatar wm42015-06-30
* ao_coreaudio: log hotplug events explicitlyGravatar wm42015-06-29
* audio: fix format function consistency issuesGravatar wm42015-06-26
* ao_coreaudio: support non-interleaved outputGravatar wm42015-06-26
* ao_coreaudio: explicitly skip input streamsGravatar wm42015-06-26
* ao_coreaudio: change physical stream format synchronouslyGravatar wm42015-06-09
* ao_coreaudio: log considered physical formatsGravatar wm42015-05-05
* ao_coreaudio: restore old physical format if format was changedGravatar wm42015-05-05
* ao_coreaudio: move channel mapping code to a separate fileGravatar wm42015-05-05
* ao_coreaudio_utils: don't require talloc for fourcc_repr()Gravatar wm42015-05-05
* ao_coreaudio: change physical format before channel negotiationGravatar wm42015-05-05
* ao_coreaudio: add an option for changing the physical formatGravatar wm42015-05-05
* ao_coreaudio: support padded channel layoutsGravatar wm42015-05-05
* ao_coreaudio: fix out of bounds accessGravatar wm42015-05-04
* ao_coreaudio: do not signal per-app volumeGravatar wm42015-04-01
* ao_coreaudio: move some helpers to utilsGravatar wm42015-03-10
* ao_coreaudio: add support for hotplug notificationsGravatar Stefano Pigozzi2015-02-14
* ao_coreaudio: use device UID instead of ID for selectionGravatar Stefano Pigozzi2015-02-03
* command: add property returning detected audio deviceGravatar Stefano Pigozzi2015-02-03
* ao_coreaudio: remove useless guardGravatar Stefano Pigozzi2014-12-27
* ao_coreaudio: fix some naming conventionsGravatar Stefano Pigozzi2014-12-27
* ao_coreaudio: fix channel mappingGravatar Stefano Pigozzi2014-12-27
* ao_coreaudio: fix typoGravatar Stefano Pigozzi2014-12-27
* ao_coreaudio: move some code to make output readableGravatar Stefano Pigozzi2014-12-27
* ao_coreaudio: add more layout debug outputsGravatar Stefano Pigozzi2014-12-27
* ao_coreaudio: fix AudioChannelLayout allocationsGravatar Stefano Pigozzi2014-12-26
* ao_coreaudio: fix mono/stereo channel mappingGravatar Stefano Pigozzi2014-12-16
* ao_coreaudio: add missing goto for error pathGravatar Stefano Pigozzi2014-12-16
* coreaudio: don't output too many channel descriptionsGravatar Stefano Pigozzi2014-12-05
* coreaudio: add missing \n in log lineGravatar Stefano Pigozzi2014-12-05
* coreaudio: don't print layout a second timeGravatar Stefano Pigozzi2014-12-05
* coreaudio: reject descriptions with too many channelsGravatar Stefano Pigozzi2014-12-04
* coreaudio: fix more layout printsGravatar Stefano Pigozzi2014-12-04
* coreaudio: fix prints of uint32_t in log_layoutGravatar Stefano Pigozzi2014-12-04
* audio: allow more than 20 channel map entriesGravatar wm42014-12-01
* coreaudio: redirect IEC61937 to coreaudio_exclusiveGravatar Stefano Pigozzi2014-10-23
* coreaudio: use the new device selection APIGravatar Stefano Pigozzi2014-10-12
* audio/out: remove old thingsGravatar wm42014-09-06