| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Document the nfc config option and expose it in alsoft-config | Chris Robinson | 2017-03-12 | 2 | -1/+36 |
* | Stretch out some GUI elements for the decoder configurations | Chris Robinson | 2017-03-01 | 1 | -12/+12 |
* | Rename stereo-panning option to stereo-encoding | Chris Robinson | 2017-02-22 | 2 | -19/+21 |
* | Reduce the default period count to 3 | Chris Robinson | 2017-02-22 | 1 | -1/+1 |
* | Make the "sends" config option act as a limit | Chris Robinson | 2017-02-21 | 1 | -18/+5 |
* | Increase the default effect slot and send count | Chris Robinson | 2017-02-21 | 2 | -5/+5 |
* | Allow distance compensation for non-HQ rendering as well | Chris Robinson | 2017-02-20 | 3 | -13/+3 |
* | Remove the separate surround51rear decoder option | Chris Robinson | 2017-02-19 | 3 | -55/+9 |
* | Remove the sinc8 resampler option | Chris Robinson | 2017-02-19 | 2 | -11/+11 |
* | Replace range-based for loops with QList iterators | Chris Robinson | 2017-01-13 | 1 | -8/+8 |
* | Search for and use Qt5 for alsoft-config | Chris Robinson | 2017-01-12 | 1 | -13/+36 |
* | Use C++11 for alsoft-config | Chris Robinson | 2017-01-12 | 1 | -8/+8 |
* | Rename the version target for systems that have a version lib | Chris Robinson | 2016-12-21 | 1 | -2/+2 |
* | Avoid duplicate HRTF entries in the UI | Chris Robinson | 2016-12-21 | 1 | -2/+11 |
* | More robustly generate the git commit ID and branch | Chris Robinson | 2016-12-21 | 1 | -0/+3 |
* | Trace the commit ID and branch the library was built from | Chris Robinson | 2016-12-21 | 1 | -1/+4 |
* | Merge pull request #63 from adrianbroher/gnuinstalldir | kcat | 2016-09-14 | 1 | -3/+3 |
|\ |
|
| * | Use GNUInstallDirs to place the build artifacts properly | Marcel Metz | 2016-09-06 | 1 | -3/+3 |
* | | Handle UTF-8 output on Windows in openal-info | Chris Robinson | 2016-09-09 | 1 | -0/+65 |
|/ |
|
* | Rename Ambisonics to Ambisonic in a couple places | Chris Robinson | 2016-07-31 | 1 | -3/+3 |
* | Handle ambi-format with alsoft-config | Chris Robinson | 2016-07-31 | 2 | -0/+47 |
* | Update alsoft-config for the ambisonic output configurations | Chris Robinson | 2016-07-30 | 2 | -8/+12 |
* | Add a cmake option to embed the HRTF data | Chris Robinson | 2016-07-12 | 1 | -0/+1 |
* | alsoft-config: Raise source limit to 4096 | Andrew Eikum | 2016-05-13 | 1 | -1/+1 |
* | Open the file selector to an existing path for presets | Chris Robinson | 2016-04-23 | 1 | -1/+16 |
* | Put the decoder options in a group box | Chris Robinson | 2016-04-10 | 1 | -186/+202 |
* | Use the correct slot callback for the 6.1 and 7.1 decoder buttons | Chris Robinson | 2016-04-08 | 1 | -2/+2 |
* | Add a config dialog tab for decoder options | Chris Robinson | 2016-03-28 | 3 | -5/+336 |
* | Browse with the current or default device already selected | Chris Robinson | 2016-03-06 | 1 | -3/+9 |
* | Add a simple About page that shows the library build version | Chris Robinson | 2016-03-06 | 3 | -0/+24 |
* | Add a couple helpers for dealing with name-pair lists | Chris Robinson | 2016-03-06 | 1 | -70/+46 |
* | Handle the stereo panning option dynamically | Chris Robinson | 2016-03-05 | 2 | -29/+33 |
* | Use the correct index for finding an empty string | Chris Robinson | 2016-03-05 | 1 | -2/+2 |
* | Add a backend tab page for JACK options | Chris Robinson | 2016-03-02 | 3 | -0/+125 |
* | Use the clicked() signal for the Browse buttons | Chris Robinson | 2016-03-02 | 1 | -4/+4 |
* | Add a Wave Writer backend config page | Chris Robinson | 2016-03-02 | 3 | -0/+98 |
* | Add OSS and Solaris config pages | Chris Robinson | 2016-03-02 | 3 | -0/+193 |
* | Properly remove empty config values | Chris Robinson | 2016-02-28 | 1 | -30/+19 |
* | Add an option to select between UHJ and pair-wise mixing. | Chris Robinson | 2016-02-28 | 2 | -0/+65 |
* | Properly check for preexisting HRTF names | Chris Robinson | 2016-02-28 | 1 | -32/+34 |
* | Add an ALSA backend tab | Chris Robinson | 2016-02-28 | 2 | -1/+133 |
* | Hide backend list items for backends that aren't available | Chris Robinson | 2016-02-27 | 1 | -0/+11 |
* | Show the full name in the backend lists | Chris Robinson | 2016-02-27 | 1 | -13/+54 |
* | Generalize the backend list | Chris Robinson | 2016-02-27 | 1 | -27/+27 |
* | Reorganize the Backends tab and add a PulseAudio section | Chris Robinson | 2016-02-27 | 2 | -63/+199 |
* | Move the Backends tab over | Chris Robinson | 2016-02-27 | 1 | -80/+80 |
* | Update and add some tooltips | Chris Robinson | 2016-02-24 | 1 | -9/+12 |
* | Sort HRTFs in alsoft-config like in the lib | Chris Robinson | 2016-02-24 | 1 | -2/+2 |
* | Exclude the file extension from the HRTF name | Chris Robinson | 2016-02-24 | 1 | -4/+4 |
* | Add speed and quality labels for the resampler slider | Chris Robinson | 2016-02-23 | 1 | -8/+37 |