Closed
Bug 1423814
Opened 8 years ago
Closed 8 years ago
av1: backport ssse3 alignment fix
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla59
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | fixed |
People
(Reporter: rillian, Assigned: rillian)
References
Details
Attachments
(2 files)
Backport the fix :dmajor found for the 32-bit crash in libaom and re-enable the decoder on 32-bit platforms.
We plan to pull a new upstream revision including this soon, so just applying the patch in-tree is fine.
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8935245 [details]
Bug 1423814 - av1: Fix simd alignment on 32-bit x86.
https://reviewboard.mozilla.org/r/206128/#review211732
::: build/moz.configure/rust.configure:49
(Diff revision 1)
> VERSION_FORMAT = r'^cargo (\d\.\d+\.\d+).*'
>
> m = re.search(VERSION_FORMAT, out[0])
> # Fail fast if cargo changes its output on us.
> if not m:
> die('Could not determine cargo version from output: %s', out)
Wrong patch attached?
Attachment #8935245 -
Flags: review?(kinetik)
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8935246 [details]
Bug 1423814 - av1: re-enable decoder on 32-bit nightly.
https://reviewboard.mozilla.org/r/206130/#review211734
Attachment #8935246 -
Flags: review?(kinetik) → review+
| Assignee | ||
Comment 5•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8935245 [details]
Bug 1423814 - av1: Fix simd alignment on 32-bit x86.
https://reviewboard.mozilla.org/r/206128/#review211746
::: build/moz.configure/rust.configure:49
(Diff revision 1)
> VERSION_FORMAT = r'^cargo (\d\.\d+\.\d+).*'
>
> m = re.search(VERSION_FORMAT, out[0])
> # Fail fast if cargo changes its output on us.
> if not m:
> die('Could not determine cargo version from output: %s', out)
Certainly explains why the try push failed!
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Updated•8 years ago
|
Priority: -- → P3
Comment 8•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8935245 [details]
Bug 1423814 - av1: Fix simd alignment on 32-bit x86.
https://reviewboard.mozilla.org/r/206128/#review211966
Attachment #8935245 -
Flags: review?(kinetik) → review+
Pushed by rgiles@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/14058397c000
av1: Fix simd alignment on 32-bit x86. r=kinetik
https://hg.mozilla.org/integration/autoland/rev/f6fc1c2c4cef
av1: re-enable decoder on 32-bit nightly. r=kinetik
Comment 10•8 years ago
|
||
Ionuț: This will undo the effect of bug 1421635 comment 16, which was not a "real" improvement as the code was removed for crashing.
Flags: needinfo?(igoldan)
Comment 12•8 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/14058397c000
https://hg.mozilla.org/mozilla-central/rev/f6fc1c2c4cef
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•