| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
Port of Bug 1488061.
|
| |
|
| |
|
|
|
|
| |
surface.
|
| |
|
| |
|
|
|
|
|
|
| |
(mAsyncScroll & mAsyncSmoothMSDScroll) before it's destroyed.
Tag #345
|
| |
|
| |
|
|\ |
|
| |\
| | |
| | | |
Use a separate process to generate thumbnails only when multi-process mode is enabled
|
| |/
| |
| |
| | |
is enabled
|
| |
| |
| |
| | |
Tag #447
|
| |\
| | |
| | | |
Issue #795 - Make nsIUserInfo component optional
|
| | |
| | |
| | |
| | |
| | |
| | | |
This allows the nsIUserinfo component to be disabled with --disable-userinfo in mozconfig
at build time, but leaves it on by default to avoid any compatibility issues in existing
applications.
|
|/ /
| |
| |
| | |
Dev note needed upon release. This resolves #444.
|
|\ \
| | |
| | | |
Bug 1489785: Remove a workaround for gcc
|
| | |
| | |
| | |
| | | |
Introduced in bug 678607, that is no longer needed that causes hangs in modal dialogs on macOS 10.14
https://hg.mozilla.org/mozilla-central/rev/3920c858319d
|
| | |
| | |
| | |
| | | |
Introduced in bug 678607, that is no longer needed and causes hangs in modal dialogs on macOS 10.14.
https://hg.mozilla.org/mozilla-central/rev/3920c858319d
|
|\ \ \
| | | |
| | | | |
Revert "Make nsIUserInfo component optional with --disable-userinfo at build time"
|
|/ / /
| | |
| | |
| | | |
time"
|
|\ \ \
| | | |
| | | | |
Open about:permissions when notification settings are requested in Pale Moon
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Make nsIUserInfo component optional with --disable-userinfo at build time
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
This allows the nsIUserinfo component to be disabled with --disable-userinfo in mozconfig
at build time, but leaves it on by default to avoid any compatibility issues in existing
applications.
|
|\ \ \ \
| | | | |
| | | | | |
Add initial support for AV1 video.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This commit was incomplete. Will re-land AV1 in MP4 support properly at a future date.
This reverts commit 29f718ef78f1a25ca904c6438b59ffc8e365a750.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
This increases the thread size for the platform decoder threads (to prevent stack overflows, particularly when decoding av1), while leaving the others at their default values.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adding partial support for 10/12-bit video images seems to have broken the native pixel-stride support we were using to pass 8-bit AV1 frame data formatted in 16-bit pixel values, resulting in vertical green lines.
Revert to the earlier behavior of always downsampling to 8 bit data. This is slower, but at least displays correctly.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Disabled by default.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Upstream can now code generate the rtcd interface files directly from the aom_config.h header, so we no longer have to generate an intermediate file by running lint_config.sh. This also means we can remove the code for creating a temporary directory.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
This reflects the API changes to the aom_codec_decode function and the removal of I440. It also sets allow_lowbitdepth to give proper support for 8 bit video, and removes the git version from the mime type.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
The aomstats library is only used in the code examples, but we assume that all libraries should be linked into libxul, which leads to an unresolved external dependency on fatal at link time. This adds a guard to only build aomstats if we are building the examples.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Update aom to commit id d14c5bb4f336ef1842046089849dee4a301fbbf0.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
This changes generate_sources_mozbuild.sh to call generate_sources_mozbuild.py to generate sources.mozbuild and config files and removes the parts of the script that are no longer necessary.
|
| | | | |
| | | | |
| | | | |
| | | | | |
This uses the cmakeparser to generate sources.mozbuild and the config files for each platform.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Unfortunately, upstream has removed the configure+make build system our import script relies on to generate code and moz.build files.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Import BUG=aomedia:900
|