| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Keep some variables local to where they're needed | Chris Robinson | 2022-05-13 | 1 | -26/+21 |
* | Use pw_buffer::requested in newer PipeWire versions | Chris Robinson | 2022-05-13 | 1 | -16/+26 |
* | Remove a couple unnecessary casts | Chris Robinson | 2022-05-13 | 1 | -3/+3 |
* | Fix the CoreAudio output element value | Chris Robinson | 2022-05-10 | 1 | -1/+1 |
* | More agressively hide PipeWire and SDL header warnings | Chris Robinson | 2022-05-09 | 2 | -2/+17 |
* | Reject older versions of PipeWire than built against | Chris Robinson | 2022-05-07 | 1 | -0/+24 |
* | Avoid a deprecated PipeWire function | Chris Robinson | 2022-05-06 | 1 | -4/+17 |
* | Fix CoreAudio audio unit element values for capture | Chris Robinson | 2022-05-02 | 1 | -19/+21 |
* | Reset the ringbuffer when stopping OpenSL playback | Chris Robinson | 2022-04-26 | 1 | -0/+2 |
* | Handle 3D7.1 as a separate channel configuration | Chris Robinson | 2022-04-26 | 11 | -71/+40 |
* | Clear capture buffers before enqueueing them with OpenSL | Chris Robinson | 2022-04-08 | 1 | -3/+12 |
* | Keep track of uncaptured samples with the Oboe backend | Chris Robinson | 2022-04-06 | 1 | -8/+41 |
* | Avoid a shadow declaration warning | Chris Robinson | 2022-03-30 | 1 | -7/+7 |
* | Define the CoreAudio default name only when needed | Chris Robinson | 2022-02-23 | 1 | -2/+4 |
* | Make some local constexpr variables static | Chris Robinson | 2022-02-23 | 1 | -2/+2 |
* | Avoid using an if_constexpr macro | Chris Robinson | 2022-02-22 | 2 | -15/+9 |
* | Make a couple more operator bools explicit | Chris Robinson | 2022-02-20 | 1 | -1/+1 |
* | Trace the actual device form factor in pipewire | Chris Robinson | 2022-02-16 | 1 | -11/+5 |
* | Don't trace ignored pipewire stream nodes | Chris Robinson | 2022-02-15 | 1 | -1/+3 |
* | Reset mIs51Rear only when updating the channel config | Chris Robinson | 2022-02-15 | 1 | -4/+4 |
* | Log when a pipewire device is removed | Chris Robinson | 2022-02-15 | 1 | -1/+6 |
* | Mark another operator bool as explicit | Chris Robinson | 2022-02-15 | 1 | -1/+1 |
* | Add some common wrapper methods to ThreadMainloop | Chris Robinson | 2022-01-26 | 1 | -42/+46 |
* | Default the PipeWire lock's operator= instead of using the base | Chris Robinson | 2022-01-26 | 1 | -1/+1 |
* | Handle 5.1 using rear channels with PulseAudio and PipeWire | Chris Robinson | 2022-01-25 | 2 | -105/+60 |
* | Move some definitions to where they're used | Chris Robinson | 2022-01-24 | 1 | -2/+2 |
* | Avoid a messy while loop to remove from a vector | Chris Robinson | 2022-01-22 | 1 | -11/+8 |
* | Restructure the PipeWire backend code a bit | Chris Robinson | 2022-01-22 | 1 | -219/+235 |
* | Avoid holding a pw_proxy, hold the type it represents | Chris Robinson | 2022-01-22 | 1 | -36/+70 |
* | Handle duplex devices with PipeWire | Chris Robinson | 2022-01-22 | 1 | -22/+43 |
* | Load the PipeWire real-time configuration | Chris Robinson | 2022-01-17 | 1 | -18/+57 |
* | Avoid a static-sized char array on the stack | Chris Robinson | 2021-12-31 | 1 | -16/+22 |
* | Avoid some unnecessary copying | Chris Robinson | 2021-12-31 | 1 | -10/+9 |
* | Some more restructuring of the PipeWire backend | Chris Robinson | 2021-12-30 | 1 | -73/+58 |
* | Set the node rate for the pipewire capture stream too | Chris Robinson | 2021-12-29 | 1 | -0/+1 |
* | Move some constexpr variables to where they're used | Chris Robinson | 2021-12-28 | 1 | -50/+47 |
* | C++-ize the PipeWire backend some more | Chris Robinson | 2021-12-28 | 1 | -61/+94 |
* | Check for audio devices when initializing PipeWire | Chris Robinson | 2021-12-25 | 1 | -3/+64 |
* | Set the PipeWire stream rate | Chris Robinson | 2021-12-16 | 1 | -0/+1 |
* | Downgrade some ERRs to WARNs | Chris Robinson | 2021-11-21 | 1 | -2/+2 |
* | Make the backend pointer part of ALCdevice instead of DeviceBase | Chris Robinson | 2021-11-19 | 1 | -2/+1 |
* | Handle SPA_CHOICE_None for sample rates from PipeWire | Chris Robinson | 2021-11-14 | 1 | -52/+59 |
* | Report unexpected types for the sample rate from PipeWire | Chris Robinson | 2021-11-14 | 1 | -42/+44 |
* | Support "enum" choices for sample rates with PipeWire | Chris Robinson | 2021-11-14 | 1 | -8/+48 |
* | Don't trace unused metadata properties and node types | Chris Robinson | 2021-10-26 | 1 | -6/+0 |
* | Don't change the requested format when it's usable with WASAPI | Chris Robinson | 2021-10-25 | 1 | -19/+53 |
* | Fix a double-release | Chris Robinson | 2021-10-23 | 1 | -2/+0 |
* | Use a flag to indicate headphone-like output | Chris Robinson | 2021-10-23 | 4 | -8/+6 |
* | Remove the last external uses of GetConfigValue | Chris Robinson | 2021-10-21 | 2 | -34/+41 |
* | Make a construct_at method amd use it | Chris Robinson | 2021-10-08 | 1 | -4/+4 |