Skip to content
Snippets Groups Projects
  1. Apr 22, 2020
  2. Apr 11, 2020
  3. Mar 29, 2020
  4. Mar 20, 2020
  5. Mar 03, 2020
  6. Jan 09, 2020
  7. Dec 16, 2019
  8. Dec 11, 2019
  9. Dec 04, 2019
  10. Nov 18, 2019
  11. Nov 06, 2019
    • Julian Bouzas's avatar
      modules: remove the mixer · 857217bc
      Julian Bouzas authored
      This is no longer used and it is the wrong approach anyway.
      A mixer GUI needs to list all endpoints and figure out the controls
      from the streams on its own, using the new endpoints API.
      857217bc
  12. Oct 07, 2019
  13. Oct 02, 2019
    • George Kiagiadakis's avatar
      sofdsp-endpoint: run audioconvert in merge+split mode and use a new linking algorithm · f360aed9
      George Kiagiadakis authored
      Running audioconvert in merge+split mode is the only way to make this work with
      the adapter, since the adapter does not support passing multiple channels on
      a single port right now, and if it does at some point, it will be without a
      mixing node on the port, which means we will not be able to mix multiple
      audioconvert nodes on the same adapter. In the future we need to consider
      writing a lighter volume node with multiple channels support to replace
      audioconvert.
      
      The new linking algorithm now takes into account the channel positions and makes
      sure to link the correct channels together. Also, it avoids passing the port
      proxies inside the GVariants, thus making the algorithm a bit more generic
      and easier to unit test.
      f360aed9
  14. Sep 25, 2019
  15. Sep 17, 2019
  16. Aug 19, 2019
  17. Aug 15, 2019
  18. Aug 13, 2019
  19. Jul 12, 2019
  20. Jul 09, 2019
  21. Jun 26, 2019
  22. Jun 24, 2019
  23. Jun 18, 2019
  24. Jun 17, 2019
  25. Jun 13, 2019
  26. Jun 10, 2019
  27. May 29, 2019
  28. May 25, 2019
  29. May 17, 2019
    • George Kiagiadakis's avatar
      Refactor everything! · 447c9688
      George Kiagiadakis authored
      After discussing things at the AGL May 2019 F2F meeting
      and reflecting on the initial design of WirePlumber,
      it became clear that it needed a fresh start.
      447c9688
  30. Apr 26, 2019
Loading