aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends
Commit message (Expand)AuthorAgeFilesLines
...
* Also disable ALSA's resampler when not requesting a sample rateChris Robinson2016-04-051-1/+4
* Add a hack to workaround erroneous prebuf values from pulseChris Robinson2016-03-311-5/+28
* Convert remaining ringbuffers to the lockless variantChris Robinson2016-03-295-70/+74
* Fix when ESTRPIPE and EPIPE are the sameChris Robinson2016-02-221-0/+2
* Replace some CreateEvent calls with CreateEventWChris Robinson2016-02-072-7/+7
* Don't write one byte at a time for the wave writer on big endianChris Robinson2016-01-251-17/+19
* Replace multiple fputc calls with one fwriteChris Robinson2016-01-231-6/+4
* Fix for systems that don't have strnlenChris Robinson2016-01-211-4/+14
* Improve the OSS enumeration codeChris Robinson2016-01-211-63/+71
* Added a check for an empty pathKeegan Drake H.P2015-12-171-2/+2
* Add device enumeration support for OSSv4Keegan Drake H.P2015-12-171-27/+206
* Add includes to work around broken GNU headers and POSIX-2001Chris Robinson2015-12-112-0/+2
* Reformat Windows device name dressingChris Robinson2015-12-043-29/+27
* Better handle inexact ALSA period countsChris Robinson2015-11-231-1/+4
* Fix the allow-resampler check for ALSAChris Robinson2015-11-231-1/+1
* Replace deprecated Carbon API calls with modern AudioComponent APIs in the Co...Alex Szpakowski2015-11-131-18/+24
* Add options to disable Pulse's and ALSA's resamplersChris Robinson2015-11-072-3/+7
* Add another cast for MSVCChris Robinson2015-11-061-1/+1
* Convert the PortAudio backend to the new backend APIChris Robinson2015-10-222-152/+258
* 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