aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Set headphones when pulse reports using the headphones portChris Robinson2014-11-231-0/+3
* Don't force UpdateSize to a multiple of 4 after buffer metrics were setChris Robinson2014-11-171-2/+0
* Always get the pulseaudio sink info on device resetChris Robinson2014-11-171-16/+14
* Fix 5.1 surround soundChris Robinson2014-11-077-33/+38
* Use a wave file channel mask based on the actual formatChris Robinson2014-09-101-14/+12
* Remove some unnecessary config optionsChris Robinson2014-09-081-18/+8
* Use a vector instead of a manual dynamic arrayChris Robinson2014-09-081-150/+90
* Don't modify a capture device's formatChris Robinson2014-09-081-168/+7
* Remove the GetLatency method from the old BackendFuncsChris Robinson2014-09-087-37/+9
* Convert the winmm backend to the new backend APIChris Robinson2014-09-082-285/+381
* Only pass nano seconds to al_nssleepChris Robinson2014-09-084-5/+5
* Check mmdevapi device ids to match the default deviceChris Robinson2014-08-281-19/+36
* Check the given CoreAudio capture device nameChris Robinson2014-08-261-0/+5
* Convert the wave writer backend to the new APIChris Robinson2014-08-242-111/+181
* Update COPYING to the latest https://www.gnu.org/licenses/old-licenses/lgpl-2...François Cami2014-08-1814-28/+28
* Use VECTOR_FIND_IF and VECTOR_FOR_EACH instead of manual loopsChris Robinson2014-08-093-105/+56
* Use the default input device for portaudio's default capture deviceChris Robinson2014-08-081-1/+4
* Use pulseaudio's write callback to signal a mixer proc wakeupChris Robinson2014-07-261-3/+11
* Don't require pre-declaring vector typesChris Robinson2014-07-065-12/+8