aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out
Commit message (Expand)AuthorAge
...
* ao_coreaudio: add an option for changing the physical formatGravatar wm42015-05-05
* ao_coreaudio_utils: add a format negotiation helper functionGravatar wm42015-05-05
* ao_coreaudio: support padded channel layoutsGravatar wm42015-05-05
* ao_coreaudio: fix out of bounds accessGravatar wm42015-05-04
* ao_coreaudio_exclusive: check format explicitly on change notifcationGravatar wm42015-04-29
* ao_coreaudio_utils: log mp format with CoreAudio format descriptionGravatar wm42015-04-29
* ao_coreaudio_utils: add function for ASBD -> mp format lookupGravatar wm42015-04-29
* ao_coreaudio_utils: float is not a signed integer formatGravatar wm42015-04-29
* ao_coreaudio_exclusive: move code for getting original formatGravatar wm42015-04-28
* ao_coreaudio_utils: change audio format loggingGravatar wm42015-04-28
* ao_coreaudio_exclusive: account for additional latencyGravatar wm42015-04-28
* ao_null: add an option for testing channel layout selectionGravatar wm42015-04-27
* ao_alsa: fallback to stereo channel layout if everything else failsGravatar wm42015-04-14
* Update license headersGravatar Marcin Kurczewski2015-04-13
* ao_coreaudio: fix inverted conditionGravatar wm42015-04-10
* ao_alsa: change log outputGravatar wm42015-04-07
* ao_coreaudio: do not error if retrieving info for verbose mode failsGravatar wm42015-04-07
* ao/wasapi: use atomic state variable instead of different eventsGravatar Kevin Mitchell2015-04-04
* ao/wasapi: reorder priv membersGravatar Kevin Mitchell2015-04-04
* ao_wasapi: code formatting and alignmentGravatar Kevin Mitchell2015-04-03
* audio: make all format query shortcuts macrosGravatar Kevin Mitchell2015-04-03
* ao_wasapi: passthrough reworkGravatar Kevin Mitchell2015-04-03
* ao_wasapi: abstract HRESULT_to_strGravatar Kevin Mitchell2015-04-01
* ao_coreaudio: do not signal per-app volumeGravatar wm42015-04-01
* ao_wasapi: remove redundant castsGravatar Kevin Mitchell2015-03-31
* ao_wasapi: simplify hotplugGravatar Kevin Mitchell2015-03-31
* ao_wasapi: fix device listingGravatar Kevin Mitchell2015-03-31
* ao/wasapi: add ao hotplugGravatar Kevin Mitchell2015-03-31
* ao_alsa: add an option to ignore ALSA channel map negotiationGravatar wm42015-03-28
* ao/wasapi: use built in KSDATAFORMATsGravatar Kevin Mitchell2015-03-27
* ao/wasapi: add missing "if" bracesGravatar Kevin Mitchell2015-03-26
* ao/wasapi: rewrite format searchGravatar Kevin Mitchell2015-03-26
* ao_sndio: open device in blocking mode, don't inflate buffer artificiallyGravatar Dmitrij D. Czarkoff2015-03-26
* ao_pulse: drop video role; fixes random mutingGravatar wm42015-03-24
* ao: slightly extend debug messagesGravatar wm42015-03-16
* ao: align audio buffer sizeGravatar wm42015-03-13
* ao_coreaudio_exclusive: port to pull API, fix latency calculationsGravatar wm42015-03-10
* ao_coreaudio: move some helpers to utilsGravatar wm42015-03-10
* ao_coreaudio_exclusive: rip out pseudo volume controlGravatar wm42015-03-10
* ao/wasapi: move resume to audio threadGravatar Kevin Mitchell2015-02-23
* ao_wasapi: move reset into audio threadGravatar Kevin Mitchell2015-02-23
* ao: fix null dereferenceGravatar Stefano Pigozzi2015-02-14
* ao_coreaudio: add support for hotplug notificationsGravatar Stefano Pigozzi2015-02-14
* ao_pulse: listen for hotplug eventsGravatar wm42015-02-12
* audio: add device change notification for hotpluggingGravatar wm42015-02-12
* ao: set correct client name when listing devicesGravatar wm42015-02-12
* ao_coreaudio: fix small memory leakGravatar Stefano Pigozzi2015-02-03
* 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_null: add emulation for certain broken behaviorGravatar wm42015-01-30