summaryrefslogtreecommitdiff
path: root/dom/media/GraphDriver.cpp
Commit message (Collapse)AuthorAge
* Issue %15 - Part 1: remove a number of old GCC hacks.Moonchild2022-03-21
|
* Issue %3014 - Part 1: Remove conditional WebRTC codeMoonchild2021-11-26
|
* Issue mcp-graveyard/UXP%1806 - Part 2: Adjust the platform for lib changesMatt A. Tobin2021-09-23
|
* Revert "Issue mcp-graveyard/UXP%1806 - Update libcubeb"Moonchild2021-08-22
| | | | This reverts commit 741fd8b61ccc5b3a01ccf8ff154ccb8ce80ecc38.
* 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 XP_MACOSX conditionals from /domMoonchild2021-04-30
|
* Issue mcp-graveyard/UXP%1053 - Remove __ANDROID__ defines (except in third ↵Moonchild2021-03-21
| | | | party code)
* Issue mcp-graveyard/UXP%1053 - Remove Android-specific blocks from system ↵Moonchild2021-03-11
| | | | headers and /dom
* Revert "Issue mcp-graveyard/UXP%1267 - Part 2: fix libcubeb bindings in dom"Matt A. Tobin2019-11-03
| | | | This reverts commit 22b35fa8e923d52a3fa785993c28c3e63cd1ee1e.
* Issue mcp-graveyard/UXP%1267 - Part 2: fix libcubeb bindings in domGaming4JC2019-11-02
|
* Telemetry: Remove stubs and related codeadeshkp2019-01-12
|
* Remove telemetry reporting functions from CubebUtilswolfbeast2018-10-01
| | | | Tag mcp-graveyard/UXP%21.
* Fix clang build bustage.wolfbeast2018-09-12
| | | | Follow-up to 9830cd079d8306abc223461190553af64b6fd0ca
* Bug 1472925 - Keep a strong reference to MediaStreamGraph from GraphDriver.wolfbeast2018-09-11
|
* Remove MOZ_B2G leftovers and some dead B2G-only components.wolfbeast2018-05-12
|
* Bug 1426603 - Fallback from audio callback to system clock driver on error ↵Karl Tomlinson2018-03-16
| | | | | | | | | | | | | | | | | only once. r=padenot, a=RyanVM Usually, mShouldFallbackIfError has been reset to false in DataCallback() before Stop() is called. However, if fallback to a system clock driver due to cubeb error had already occurred, then mShouldFallbackIfError would not have been reset, and Stop() is still called. With mShouldFallbackIfError still true, a cubeb error in stop would have created another fallback thread. I expect that resetting mShouldFallbackIfError in Stop() would also be an effective alternative solution, but resetting on StateCallback() happens earlier, which would be an advantage if any additional errors could possibly be reported to StateCallback(). MozReview-Commit-ID: E9j7PQmS3O4
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02