summaryrefslogtreecommitdiffstats
path: root/audio/out
Commit message (Expand)AuthorAgeFilesLines
* ao_lavc: use new sample format determination codewm42015-09-101-20/+15
* ao_alsa: fix minor memory leakwm42015-08-251-8/+11
* audio: remove unused legacy libavutil headerwm42015-08-071-1/+0
* win32: revert wchar_t changeswm42015-08-014-14/+13
* win32: more wchar_t -> WCHAR replacementswm42015-07-303-9/+9
* win32: replace wchar_t with WCHARwm42015-07-293-4/+5
* ao_coreaudio: fix device latency, share the codewm42015-07-064-23/+25
* ao_coreaudio_exclusive: continue even if setting physical format failswm42015-07-062-2/+4
* ao_coreaudio_exclusive: fix some verbose outputwm42015-07-041-2/+2
* ao: don't pass along AO arguments when redirectingwm42015-07-031-1/+1
* ao_coreaudio: add exclusive suboptionwm42015-07-031-2/+4
* ao_coreaudio_exclusive: support PCMwm42015-07-031-15/+35
* ao_coraudio: reject all non-PCM formatswm42015-07-031-1/+1
* ao_coreaudio_utils: reduce spamwm42015-07-031-1/+0
* ao_coreaudio_utils: fix format back-mappingwm42015-07-031-5/+7
* ao_coreaudio_exclusive: do not set ao->bpswm42015-07-031-3/+0
* ao_coreaudio_exclusive: dump all latency info in verbose modewm42015-07-031-1/+4
* ao_coreaudio_exclusive: factor format selectionwm42015-07-031-35/+44
* ao_coreaudio_exclusive: separate out stream selectionwm42015-07-031-61/+76
* ao_coreaudio: restore physical format if it can't be set exactlywm42015-06-302-2/+14
* ao_coreaudio: support native mono outputwm42015-06-291-0/+2
* ao_coreaudio: log hotplug events explicitlywm42015-06-291-3/+6
* ao_wasapi: fix regressionwm42015-06-271-1/+1
* audio: fix format function consistency issueswm42015-06-2612-43/+45
* audio: replace format name tablewm42015-06-261-4/+3
* ao_coreaudio_utils: use a macrowm42015-06-261-1/+1
* ao_sndio: fix commentwm42015-06-261-2/+1
* ao_coreaudio: support non-interleaved outputwm42015-06-262-5/+12
* ao_coreaudio: explicitly skip input streamswm42015-06-262-4/+22
* ao_coreaudio_utils: compare full AudioStreamBasicDescriptionwm42015-06-251-1/+3
* audio: output human-readable channel layouts toowm42015-06-251-8/+2
* ao: standardize channel layout name in debug output furtherwm42015-06-251-0/+2
* ao_alsa: fix a log messagewm42015-06-211-4/+5
* Various spelling fixesMarcin Kurczewski2015-06-181-3/+3
* ao_wasapi: fix crash on hotplug init errorwm42015-06-171-0/+1
* audio: remove S8, U16, U24, U32 formatswm42015-06-166-57/+9
* ao_alsa: if possible, reorder device maps to std layoutswm42015-06-121-0/+2
* ao_alsa: make it accept 7.1 over HDMIwm42015-06-121-0/+2
* ao_alsa: change ALSA braindeath heuristicwm42015-06-111-3/+4
* ao_coreaudio: change physical stream format synchronouslywm42015-06-092-5/+2
* audio/out/pull: avoid dropping some audio when drainingwm42015-06-091-9/+18
* audio/out/pull: correctly pad partial frames with silencewm42015-06-091-1/+1
* ao_alsa: refine channel count mismatch error messagewm42015-06-091-2/+2
* ao_alsa: refuse to use spdif if AES flags can't be setwm42015-06-041-6/+6
* ao_alsa: hack against potential spdif failurewm42015-06-041-3/+16
* ao_coreaudio_exclusive: move generic functions to utilswm42015-06-023-207/+209
* ao_coreaudio_exclusive: react to device removalwm42015-06-021-12/+27
* ao_coreaudio_exclusive: make property listeners event-basedwm42015-06-021-105/+82
* ao: allow ao_uninit(NULL)wm42015-06-021-1/+2
* ao_alsa: hack back mono outputwm42015-05-251-1/+6
* threads: use utility+POSIX functions instead of weird wrapperswm42015-05-111-3/+6
* ao: make better use of atomicswm42015-05-112-14/+11
* ao: log reordered versions of channel mapswm42015-05-081-3/+10
* ao_alsa: log requested numbers of channels if ALSA rejects themwm42015-05-081-2/+3
* audio: define only a single NA speaker IDwm42015-05-073-13/+5
* ao_coreaudio_utils: don't list some formats as "unusable"wm42015-05-071-1/+1
* ao_sndio: add notice about padding channelswm42015-05-061-1/+3
* ao_alsa: use new padding channels supportwm42015-05-061-21/+26
* ao_alsa: move ALSA -> mp channel map to a functionwm42015-05-061-11/+18
* ao_coreaudio_exclusive: check new format before waiting for changewm42015-05-061-12/+13
* ao_coreaudio_exclusive: use atomics instead of volatilewm42015-05-061-19/+16
* ao_coreaudio_exclusive: rename "digital" -> "compressed"wm42015-05-061-22/+20
* ao_coreaudio_exclusive: explicitly check for spdif formatswm42015-05-061-8/+5
* ao_coreaudio_exclusive: merge init_digital() functionwm42015-05-061-15/+3
* ao_coreaudio_utils: decide formats by comparing raw bitswm42015-05-051-5/+6
* ao_coreaudio: log considered physical formatswm42015-05-051-0/+4
* ao_coreaudio: restore old physical format if format was changedwm42015-05-051-0/+16
* ao_coreaudio: move channel mapping code to a separate filewm42015-05-053-255/+297
* ao_coreaudio_utils: don't require talloc for fourcc_repr()wm42015-05-053-17/+13
* ao_coreaudio_utils: unbreak default device selectionwm42015-05-051-4/+3
* ao_coreaudio_exclusive: fix latency calculation non-sensewm42015-05-051-1/+1
* ao_coreaudio_utils: refine format selectionwm42015-05-051-19/+25
* ao_coreaudio: change physical format before channel negotiationwm42015-05-051-4/+10
* ao_coreaudio: add an option for changing the physical formatwm42015-05-051-0/+55
* ao_coreaudio_utils: add a format negotiation helper functionwm42015-05-052-0/+37
* ao_coreaudio: support padded channel layoutswm42015-05-051-2/+6
* ao_coreaudio: fix out of bounds accesswm42015-05-041-0/+2
* ao_coreaudio_exclusive: check format explicitly on change notifcationwm42015-04-291-6/+11
* ao_coreaudio_utils: log mp format with CoreAudio format descriptionwm42015-04-291-2/+4
* ao_coreaudio_utils: add function for ASBD -> mp format lookupwm42015-04-292-7/+59
* ao_coreaudio_utils: float is not a signed integer formatwm42015-04-291-3/+3
* ao_coreaudio_exclusive: move code for getting original formatwm42015-04-281-6/+4
* ao_coreaudio_utils: change audio format loggingwm42015-04-281-3/+3
* ao_coreaudio_exclusive: account for additional latencywm42015-04-281-3/+10
* ao_null: add an option for testing channel layout selectionwm42015-04-271-2/+16
* ao_alsa: fallback to stereo channel layout if everything else failswm42015-04-141-1/+4
* Update license headersMarcin Kurczewski2015-04-1315-75/+60
* ao_coreaudio: fix inverted conditionwm42015-04-101-3/+4
* ao_alsa: change log outputwm42015-04-071-12/+15
* ao_coreaudio: do not error if retrieving info for verbose mode failswm42015-04-071-6/+6
* ao/wasapi: use atomic state variable instead of different eventsKevin Mitchell2015-04-044-65/+78
* ao/wasapi: reorder priv membersKevin Mitchell2015-04-041-12/+14
* ao_wasapi: code formatting and alignmentKevin Mitchell2015-04-032-24/+23
* audio: make all format query shortcuts macrosKevin Mitchell2015-04-034-7/+7
* ao_wasapi: passthrough reworkKevin Mitchell2015-04-032-161/+152
* ao_wasapi: abstract HRESULT_to_strKevin Mitchell2015-04-014-79/+67
* ao_coreaudio: do not signal per-app volumewm42015-04-011-2/+0
* ao_wasapi: remove redundant castsKevin Mitchell2015-03-313-42/+37
* ao_wasapi: simplify hotplugKevin Mitchell2015-03-313-55/+22
* ao_wasapi: fix device listingKevin Mitchell2015-03-313-92/+29
* ao/wasapi: add ao hotplugKevin Mitchell2015-03-315-64/+118
* ao_alsa: add an option to ignore ALSA channel map negotiationwm42015-03-281-2/+6
* ao/wasapi: use built in KSDATAFORMATsKevin Mitchell2015-03-271-13/+8
* ao/wasapi: add missing "if" bracesKevin Mitchell2015-03-262-35/+33
* ao/wasapi: rewrite format searchKevin Mitchell2015-03-262-182/+300
* ao_sndio: open device in blocking mode, don't inflate buffer artificiallyDmitrij D. Czarkoff2015-03-261-20/+2
* ao_pulse: drop video role; fixes random mutingwm42015-03-241-1/+0
* ao: slightly extend debug messageswm42015-03-161-1/+4
* ao: align audio buffer sizewm42015-03-131-0/+3
* ao_coreaudio_exclusive: port to pull API, fix latency calculationswm42015-03-101-78/+37
* ao_coreaudio: move some helpers to utilswm42015-03-103-16/+20
* ao_coreaudio_exclusive: rip out pseudo volume controlwm42015-03-101-40/+1
* ao/wasapi: move resume to audio threadKevin Mitchell2015-02-233-24/+38
* ao_wasapi: move reset into audio threadKevin Mitchell2015-02-232-9/+37
* ao: fix null dereferenceStefano Pigozzi2015-02-141-0/+2
* ao_coreaudio: add support for hotplug notificationsStefano Pigozzi2015-02-143-23/+96
* ao_pulse: listen for hotplug eventswm42015-02-121-7/+41
* audio: add device change notification for hotpluggingwm42015-02-123-25/+120
* ao: set correct client name when listing deviceswm42015-02-121-4/+3
* ao_coreaudio: fix small memory leakStefano Pigozzi2015-02-031-0/+4
* ao_coreaudio: use device UID instead of ID for selectionStefano Pigozzi2015-02-034-19/+46
* command: add property returning detected audio deviceStefano Pigozzi2015-02-034-0/+11
* ao_null: add emulation for certain broken behaviorwm42015-01-301-1/+12
* ao_pulse: plug a memory leakBen Boeckel2015-01-251-0/+3
* ao_wasapi: fix try_format logic in shared modeJames Ross-Gowan2015-01-231-2/+1
* ao_alsa: reinitialize if device got brokenwm42015-01-211-0/+3
* ao_coreaudio: reset possibly random errno valuewm42015-01-201-1/+2
* ao: never autoselect ao_nullwm42015-01-201-1/+2
* ao: refactor --audio-device selection codewm42015-01-201-85/+73
* ao_alsa: fix a small memory leakwm42015-01-141-0/+2
* ao_pcm: add append modewm42015-01-141-1/+3
* ao_pulse: exit AO if stream failswm42015-01-111-1/+5
* ao_alsa: fix dtshd passthroughwm42015-01-091-2/+6
* ao: remove coreaudio_exclusive from autoprobing listwm42015-01-071-2/+2
* ao_pulse: disable latency calculation hacks by defaultwm42015-01-071-1/+0
* win32: request UTF-16 API variants, Vista+ APIs, and COM C macroswm42015-01-075-13/+1
* ao/wasapi: style/code formatting tweaksKevin Mitchell2015-01-023-64/+63
* ao/wasapi: improve exclusive mode format searchKevin Mitchell2015-01-021-46/+36
* ao/wasapi: revamp set_waveformatexKevin Mitchell2015-01-021-27/+43
* ao/wasapi: add CO_E_NOTINITIALIZED to explain_errKevin Mitchell2015-01-021-0/+1
* ao_portaudio: remove this audio outputwm42014-12-292-280/+0
* ao_alsa: print channel map if setting it failswm42014-12-291-1/+2
* ao: add debug log with the detected channel mapsStefano Pigozzi2014-12-291-0/+6
* ao_coreaudio: remove useless guardStefano Pigozzi2014-12-271-6/+0
* ao_coreaudio: fix some naming conventionsStefano Pigozzi2014-12-271-5/+5
* ao_coreaudio: fix channel mappingStefano Pigozzi2014-12-271-19/+70
* ao_coreaudio: fix typoStefano Pigozzi2014-12-271-1/+1
* ao_coreaudio: move some code to make output readableStefano Pigozzi2014-12-271-1/+1
* ao_coreaudio: add more layout debug outputsStefano Pigozzi2014-12-271-19/+25
* ao_coreaudio: fix AudioChannelLayout allocationsStefano Pigozzi2014-12-261-34/+46
* ao_alsa: fix unpause path atfer previous commitwm42014-12-231-0/+2
* ao_alsa: fix resuming from suspend modewm42014-12-231-4/+12
* ao_alsa: fix setting mono channel mapwm42014-12-201-0/+5
* ao_alsa: remove some dead codewm42014-12-201-6/+0
* ao_coreaudio: fix mono/stereo channel mappingStefano Pigozzi2014-12-161-9/+7
* ao_coreaudio: add missing goto for error pathStefano Pigozzi2014-12-161-0/+1
* ao/wasapi: use IsEqualGUID and IsEqualPropertyKeyKevin Mitchell2014-12-163-30/+9
* ao_alsa: remove old multichannel methodwm42014-12-151-49/+3
* ao_alsa: add ridiculous hack to deal with braindead ALSA behaviorwm42014-12-151-3/+42
* ao/wasapi: set the ao with the waveformat channelmapKevin Mitchell2014-12-151-1/+10
* ao_alsa: minor simplificationwm42014-12-051-5/+1
* ao_alsa: hackfix mono playbackwm42014-12-051-0/+3
* coreaudio: don't output too many channel descriptionsStefano Pigozzi2014-12-051-0/+6
* coreaudio: add missing \n in log lineStefano Pigozzi2014-12-051-1/+1
* coreaudio: don't print layout a second timeStefano Pigozzi2014-12-051-1/+1
* ao_alsa: simplify, remove no-block suboptionwm42014-12-051-17/+8
* ao_alsa: try to fallback to "default" device if device is busywm42014-12-041-1/+6
* coreaudio: reject descriptions with too many channelsStefano Pigozzi2014-12-041-0/+7
* coreaudio: fix more layout printsStefano Pigozzi2014-12-041-2/+2
* coreaudio: fix prints of uint32_t in log_layoutStefano Pigozzi2014-12-041-10/+10
* ao_coreaudio: initialize fetched properties to zerosStefano Pigozzi2014-12-011-2/+2
* audio: allow more than 20 channel map entrieswm42014-12-012-2/+2
* ao/wasapi: make set_ao_format EX/EXTENSIBLE agnosticKevin Mitchell2014-12-011-14/+28
* ao/wasapi: fix set_ao_formatKevin Mitchell2014-12-011-23/+10
* ao/wasapi: show actual waveformat triedKevin Mitchell2014-12-011-8/+30
* ao/wasapi: don't assume 32-bits == floatKevin Mitchell2014-12-011