aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Reduce the default period count to 3Chris Robinson2017-02-221-1/+1
* Make the "sends" config option act as a limitChris Robinson2017-02-211-18/+5
* Increase the default effect slot and send countChris Robinson2017-02-212-5/+5
* Allow distance compensation for non-HQ rendering as wellChris Robinson2017-02-203-13/+3
* Remove the separate surround51rear decoder optionChris Robinson2017-02-193-55/+9
* Remove the sinc8 resampler optionChris Robinson2017-02-192-11/+11
* Replace range-based for loops with QList iteratorsChris Robinson2017-01-131-8/+8
* Search for and use Qt5 for alsoft-configChris Robinson2017-01-121-13/+36
* Use C++11 for alsoft-configChris Robinson2017-01-121-8/+8
* Rename the version target for systems that have a version libChris Robinson2016-12-211-2/+2
* Avoid duplicate HRTF entries in the UIChris Robinson2016-12-211-2/+11
* More robustly generate the git commit ID and branchChris Robinson2016-12-211-0/+3
* Trace the commit ID and branch the library was built fromChris Robinson2016-12-211-1/+4
* Merge pull request #63 from adrianbroher/gnuinstalldirkcat2016-09-141-3/+3
|\
| * Use GNUInstallDirs to place the build artifacts properlyMarcel Metz2016-09-061-3/+3
* | Handle UTF-8 output on Windows in openal-infoChris Robinson2016-09-091-0/+65
|/
* Rename Ambisonics to Ambisonic in a couple placesChris Robinson2016-07-311-3/+3
* Handle ambi-format with alsoft-configChris Robinson2016-07-312-0/+47
* Update alsoft-config for the ambisonic output configurationsChris Robinson2016-07-302-8/+12
* Add a cmake option to embed the HRTF dataChris Robinson2016-07-121-0/+1
* alsoft-config: Raise source limit to 4096Andrew Eikum2016-05-131-1/+1
* Open the file selector to an existing path for presetsChris Robinson2016-04-231-1/+16
* Put the decoder options in a group boxChris Robinson2016-04-101-186/+202
* Use the correct slot callback for the 6.1 and 7.1 decoder buttonsChris Robinson2016-04-081-2/+2
* Add a config dialog tab for decoder optionsChris Robinson2016-03-283-5/+336
* Browse with the current or default device already selectedChris Robinson2016-03-061-3/+9
* Add a simple About page that shows the library build versionChris Robinson2016-03-063-0/+24
* Add a couple helpers for dealing with name-pair listsChris Robinson2016-03-061-70/+46
* Handle the stereo panning option dynamicallyChris Robinson2016-03-052-29/+33
* Use the correct index for finding an empty stringChris Robinson2016-03-051-2/+2
* Add a backend tab page for JACK optionsChris Robinson2016-03-023-0/+125
* Use the clicked() signal for the Browse buttonsChris Robinson2016-03-021-4/+4
* Add a Wave Writer backend config pageChris Robinson2016-03-023-0/+98
* Add OSS and Solaris config pagesChris Robinson2016-03-023-0/+193
* Properly remove empty config valuesChris Robinson2016-02-281-30/+19
* Add an option to select between UHJ and pair-wise mixing.Chris Robinson2016-02-282-0/+65
* Properly check for preexisting HRTF namesChris Robinson2016-02-281-32/+34
* Add an ALSA backend tabChris Robinson2016-02-282-1/+133
* Hide backend list items for backends that aren't availableChris Robinson2016-02-271-0/+11
* Show the full name in the backend listsChris Robinson2016-02-271-13/+54
* Generalize the backend listChris Robinson2016-02-271-27/+27
* Reorganize the Backends tab and add a PulseAudio sectionChris Robinson2016-02-272-63/+199
* Move the Backends tab overChris Robinson2016-02-271-80/+80
* Update and add some tooltipsChris Robinson2016-02-241-9/+12
* Sort HRTFs in alsoft-config like in the libChris Robinson2016-02-241-2/+2
* Exclude the file extension from the HRTF nameChris Robinson2016-02-241-4/+4
* Add speed and quality labels for the resampler sliderChris Robinson2016-02-231-8/+37
* Collect HRTF names from the paths list for alsoft-configChris Robinson2016-02-232-6/+37
* Replace the hrtf_tables option with hrtf-pathsChris Robinson2016-02-232-29/+22
* Better handle duplicate HRTF names in alsoft-configChris Robinson2016-02-231-1/+17