aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends
Commit message (Expand)AuthorAgeFilesLines
* Add a function to get a list of data filesChris Robinson2015-10-031-1/+0
* Use the macros to allocate the wrapper backendsChris Robinson2015-09-241-6/+2
* Disable mmdevapi capture and update changelogChris Robinson2015-09-181-1/+6
* Append "on OpenAL Soft" to mmdevapi, dsound, and winmm device namesChris Robinson2015-09-103-32/+46
* Specify the pa_channel_map directly instead of through a stringChris Robinson2015-09-041-30/+43
* Use the correct device name for PulseAudio tooChris Robinson2015-09-031-10/+24
* Replace another vector loop with VECTOR_FIND_IFChris Robinson2015-09-031-14/+11
* Use the correct device name when opening a device by nameChris Robinson2015-09-031-2/+8
* Allow for device-specific config valuesChris Robinson2015-08-287-22/+22
* Set the WAVEFORMATEX cbSize field for mmdevapi captureChris Robinson2015-08-181-0/+1
* Fix handling of PulseAudio devices that have the same descriptionChris Robinson2015-08-141-10/+44
* Wait for the OpenSL buffer queue to empty when stoppingChris Robinson2015-08-131-1/+10
* Check for duplicate device names in the mmdevapi backendChris Robinson2015-06-301-1/+27
* Use the lockless ringbuffer for mmdevapi captureChris Robinson2015-06-301-8/+9
* Double check the mmdevapi capture formatChris Robinson2015-06-071-1/+23
* Add a macro to simplify allocating and constructing an objectChris Robinson2015-05-1811-117/+17
* Convert the solaris backend to the new APIChris Robinson2015-05-172-77/+134
* Add a note to the JACK backend about a (minor) race conditionChris Robinson2015-02-071-0/+14
* Clean up another vector iterator loopChris Robinson2015-02-071-12/+12
* Signal the mixer thread outside of the mutex lockChris Robinson2015-02-031-1/+5
* Don't try to spawn a JACK server by defaultChris Robinson2015-02-031-6/+6
* Always use the JACK server buffer size as the update sizeChris Robinson2015-02-031-12/+15
* Ensure PulseAudio's mixing loop is signaled when stoppingChris Robinson2015-01-211-0/+8
* Remove a couple unused variablesChris Robinson2015-01-201-3/+0
* Fix X7DOT1_NARROW name to X7DOT1_WIDEChris Robinson2015-01-151-3/+3
* Accept a "narrow" layout for 7.1 with mmdevapiChris Robinson2015-01-151-2/+3
* Fix the flags typeChris Robinson2015-01-111-1/+2
* Update a commentChris Robinson2014-12-241-2/+2
* Don't update the channel format if all JACK ports were allocatedChris Robinson2014-12-231-9/+11
* Try the device-specified channel configuration firstChris Robinson2014-12-231-3/+15
* Use the custom ringbuffer instead of JACK'sChris Robinson2014-12-231-41/+20
* Don't set unused pointers to NULL, don't try to write 0 samplesChris Robinson2014-12-231-7/+8
* At least measure the ringbuffer size for JACK's latencyChris Robinson2014-12-231-1/+17
* Add an option to prevent spawning a JACK serverChris Robinson2014-12-221-2/+6
* Add an option for an increased ringbuffer size with JACKChris Robinson2014-12-221-2/+10
* Fill out the JACK playback backendChris Robinson2014-12-221-15/+326
* Add a skeleton backend for JACKChris Robinson2014-12-212-0/+262
* Trace lparam and wparam message valuesChris Robinson2014-12-211-1/+1
* Check the PROPVARIANT type before useChris Robinson2014-12-211-2/+8
* Use VECTOR_FOR_EACH instead of a manual loopChris Robinson2014-12-211-9/+7
* Use a macro for the record thread nameChris Robinson2014-12-213-3/+3
* Support capture with mmdevapiChris Robinson2014-12-191-1/+551
* Set a couple pulse callbacks to NULL during reset, and minor cleanupsChris Robinson2014-12-171-9/+9
* Don't kill pulseaudio's mixer thread if it's already killedChris Robinson2014-12-171-1/+1
* Check mmdevice endpoint for being headphonesChris Robinson2014-11-271-1/+31
* Avoid unnecessary uses of ALCdevice_Lock and ALCdevice_UnlockChris Robinson2014-11-271-8/+8
* Set headphones when dsound reports headphonesChris Robinson2014-11-271-1/+3
* Support B-Format output with the wave file writerChris Robinson2014-11-257-1/+33
* Require at least pulse client 0.9.16Chris Robinson2014-11-241-48/+8
* Trace PulseAudio's active portChris Robinson2014-11-241-2/+5