Skip to content
Snippets Groups Projects
  1. Mar 14, 2023
  2. May 13, 2022
  3. May 11, 2022
  4. May 10, 2022
  5. May 11, 2022
  6. May 04, 2022
  7. May 03, 2022
  8. May 02, 2022
    • Nika Layzell's avatar
      Bug 1738106 - Part 3: Switch to TaskQueue::Create,... · 052cba08
      Nika Layzell authored
      Bug 1738106 - Part 3: Switch to TaskQueue::Create, r=xpcom-reviewers,necko-reviewers,media-playback-reviewers,dragana,alwu,barret
      
      In future parts, TaskQueue will require extra initialization to be performed
      which cannot happen in a constructor, as it takes references to the TaskQueue
      object itself, which will require the introduction of a helper method. This
      patch switches all callers of the TaskQueue constructor to use the new method.
      
      Differential Revision: https://phabricator.services.mozilla.com/D142604
      052cba08
  9. Apr 26, 2022
  10. Apr 20, 2022
  11. Apr 15, 2022
  12. Apr 14, 2022
  13. Apr 13, 2022
  14. Apr 11, 2022
  15. Apr 06, 2022
  16. Apr 05, 2022
  17. Apr 01, 2022
  18. Mar 31, 2022
  19. Apr 16, 2022
  20. Apr 11, 2022
  21. Mar 30, 2022
    • Chun-Min Chang's avatar
      Bug 1762041 - Update libcubeb to d97fea48 r=cubeb-reviewers,kinetik · d75068e0
      Chun-Min Chang authored
      Pick commits:
      d97fea48 - Switch device only when the users don't specifiy a particular device (#697)
      bdf2837 - Don't reset device if DISABLE_DEVICE_SWITCHING is set
      2f50db3 - Fire error callback when reinit fails
      4bca265 - Make sure input latency is larger than zero
      2d64fff - Return matched device from wasapi_find_bt_handsfree_output_device
      f9927c44 - Rename function
      8a3d20b - highlight type cast
      342ff3c - Avoid duplicate GetDevicePeriod call
      d292915 - Call wasapi_create_device only when necessary
      016e72e - Don't reset input_bluetooth_handsfree when setting output
      86210a1 - Group related lines
      1e13faa - Get default_period only when we need it
      
      Differential Revision: https://phabricator.services.mozilla.com/D142365
      d75068e0
  22. Mar 28, 2022
    • Nordin Abouzahra's avatar
      Bug 1351378 - Add an --enable-audio-backends option. r=mhentges · 82b9d72e
      Nordin Abouzahra authored
      This addresses the original intent of the bug report which asks for allowing
      sndio to be built on more than just OpenBSD. In addition of modifying the
      existing --enable-sndio to support this request, the option
      --enable-audio-backends was added which takes a list of possible backends to
      support per discussion in the bug report.
      
      For example specifying --enable-audio-backends=alsa,jack,pulseaudio,sndio
      allows for runtime selection of those four cubeb backends. If all four backends
      are available the user can specify `media.cubeb.backend` in `about:config` to
      force a specific backend.
      
      Removed superfluous set_define()s as libcubeb's moz.build does the necessary
      `DEFINES['...']` assignments for each backend.
      
      In addition logic for finer control of audio backend selection on Android was
      added. One can now specify aaudio, opensl or both (which is the default).
      
      Differential Revision: https://phabricator.services.mozilla.com/D141450
      82b9d72e
  23. Mar 24, 2022
  24. Mar 23, 2022
Loading