summaryrefslogtreecommitdiff
path: root/media/libcubeb
Commit message (Collapse)AuthorAge
* Revert "Issue mcp-graveyard/UXP#1806 - Update libcubeb"Moonchild2021-08-22
| | | | This reverts commit 741fd8b61ccc5b3a01ccf8ff154ccb8ce80ecc38.
* Revert "Issue mcp-graveyard/UXP#1806 - Follow-up: New libcubeb uses ↵Moonchild2021-08-22
| | | | | | incorrect audio backend for Oracle Solaris." This reverts commit 9d4f14582bcf9663914ab3ac6bcd56adeb8ce03d.
* Revert "Issue mcp-graveyard/UXP#1806 - Follow-up: Restore PulseAudio support ↵Moonchild2021-08-22
| | | | | | in libcubeb." This reverts commit 0c2a0f45ec3c337d7fa9d028a8ab3196dcbca60e.
* Issue mcp-graveyard/UXP#1806 - Follow-up: Restore PulseAudio support in ↵Moonchild2021-08-21
| | | | | | libcubeb. This was incorrectly removed because we aren't using a Rustified abstraction.
* Issue mcp-graveyard/UXP#1806 - Follow-up: New libcubeb uses incorrect audio ↵Jeremy Andrews2021-08-18
| | | | | | backend for Oracle Solaris. Mozilla picked up a change to libcubeb moz.build file from the FreeBSD project. Using OSS directly works fine in Illumos, but Oracle Solaris still has to use a Sun-specific API for sound to work, even though it also uses OSS under the hood. No code changes are needed here, the build configuration is just not what Solaris needs even though it's fine for Illumos. The Sun-specific API works for both, though, and should thus be preferred.
* Issue mcp-graveyard/UXP#1806 - Update libcubebMoonchild2021-08-12
| | | | | | This is a full lib update, changing callers where needed. This also moves GertCubeMSGLatencyInFrames to CubebUtils.{cpp|h} where it belongs.
* Issue mcp-graveyard/UXP#1751 - Remove Mac code behind MOZ_WIDGET_TOOLKIT == ↵Moonchild2021-06-21
| | | | 'cocoa'
* Issue mcp-graveyard/UXP#61 - Reinstate buildability with shared gkmedias dllMoonchild2021-01-02
| | | | | This fully works for splitting gkmedias.dll back out from xul with one exception which is Skia throwing undefined externals when linking gkmedias.
* Issue mcp-graveyard/UXP#1656 - Part 6: Clean up the build filesMoonchild2020-09-23
|
* Issue mcp-graveyard/UXP#1271 - Fix build failure in current in-tree libcubeb ↵Gaming4JC2019-11-03
| | | | | | sndio module Fixes build error due to errant typecast in PTHREAD_MUTEX_INITIALIZER.
* Revert "Issue mcp-graveyard/UXP#1267 - Part 1: Update libcubeb to a1200c34."Matt A. Tobin2019-11-03
| | | | This reverts commit d162ecbaffe845c9707da5d2f6cab11f343ef00e.
* Merge pull request #1269 from g4jc/sndioMoonchild2019-11-03
|\ | | | | Expose sndio as a build option for any supporting system
| * Issue mcp-graveyard/UXP#1265 - Expose sndio as a build option for any ↵Gaming4JC2019-11-02
| | | | | | | | supporting system
* | Issue mcp-graveyard/UXP#1267 - Part 1: Update libcubeb to a1200c34.Gaming4JC2019-11-02
|/
* MoonchildProductions#1251 - Part 6: Solaris needs an audio implementation.athenian2002019-10-21
| | | | Current versions of libcubeb already have a Sun audio implementation, but in Firefox 52 and earlier, this was all they had. I'm not completely happy with this implementation because it has issues like video freezing if the soundcard isn't working, but I think fixing this or pulling in a newer libcubeb would be going too far for too little gain.
* Fix warnings about unreachable code in cubebadeshkp2019-03-14
|
* Rewrite assert in cubeb_alsa.c: alsa_refill_stream to pass back a cubeb ↵adeshkp2018-06-25
| | | | error instead.
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13
| | | | Tag mcp-graveyard/UXP#288.
* Remove MOZ_WIDGET_GONK [2/2]wolfbeast2018-05-13
| | | | Tag mcp-graveyard/UXP#288
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02