Closed
Bug 1042504
Opened 10 years ago
Closed 10 years ago
update speex resampler to speexdsp 305e54ea
Categories
(Core :: Web Audio, defect)
Tracking
()
People
(Reporter: karlt, Assigned: karlt)
References
Details
Attachments
(4 files)
851 bytes,
patch
|
padenot
:
review+
|
Details | Diff | Splinter Review |
57.37 KB,
patch
|
padenot
:
review+
|
Details | Diff | Splinter Review |
28.45 KB,
patch
|
padenot
:
review+
|
Details | Diff | Splinter Review |
4.00 KB,
patch
|
padenot
:
review+
|
Details | Diff | Splinter Review |
Development of the speex resampler is happening more in speexdsp than opus-tools now. Some upstream work in speexdsp includes neon support for the direct resampler, and I'm expecting some other changes soon that we want. I'll file another bug about enabling the neon support. This one is just about switching to speexdsp and updating existing files.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8460744 -
Flags: review?(paul)
Assignee | ||
Comment 2•10 years ago
|
||
This is the speexdsp revision most similar to what is currently in Gecko.
Attachment #8460745 -
Flags: review?(paul)
Assignee | ||
Comment 3•10 years ago
|
||
Upstream SATURATE32PSHR changes conflict with Gecko's SSE runtime detection patch. That patch is updated to reduce deviation from upstream.
Attachment #8460746 -
Flags: review?(paul)
Assignee | ||
Comment 4•10 years ago
|
||
Transplanted from patch by Gregory Maxwell <greg@xiph.org> http://git.xiph.org/?p=opus-tools.git;a=commitdiff;h=f426ab52
Attachment #8460747 -
Flags: review?(paul)
Updated•10 years ago
|
Attachment #8460744 -
Flags: review?(paul) → review+
Comment 5•10 years ago
|
||
Comment on attachment 8460745 [details] [diff] [review] part 2: switch speex resampler to speexdsp bbe7e099 Review of attachment 8460745 [details] [diff] [review]: ----------------------------------------------------------------- ::: media/libspeex_resampler/README_MOZILLA @@ +1,1 @@ > This source is from the Speex library (http://git.xiph.org/speex.git/), from Maybe we want to update this URL to point to http://git.xiph.org/?p=speexdsp.git ?
Attachment #8460745 -
Flags: review?(paul) → review+
Updated•10 years ago
|
Attachment #8460746 -
Flags: review?(paul) → review+
Updated•10 years ago
|
Attachment #8460747 -
Flags: review?(paul) → review+
Assignee | ||
Comment 6•10 years ago
|
||
(In reply to Paul Adenot (:padenot) from comment #5) > Maybe we want to update this URL to point to > http://git.xiph.org/?p=speexdsp.git ? Yes, I've made that change now, thanks.
Assignee | ||
Comment 7•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/8beaf971f950 https://hg.mozilla.org/integration/mozilla-inbound/rev/f8cd15fa9824 https://hg.mozilla.org/integration/mozilla-inbound/rev/0ca7ce33b2b2 https://hg.mozilla.org/integration/mozilla-inbound/rev/ebb543336e85
Assignee | ||
Updated•10 years ago
|
Flags: in-testsuite-
Comment 8•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/8beaf971f950 https://hg.mozilla.org/mozilla-central/rev/f8cd15fa9824 https://hg.mozilla.org/mozilla-central/rev/0ca7ce33b2b2 https://hg.mozilla.org/mozilla-central/rev/ebb543336e85
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
QA Whiteboard: [qa-]
Comment hidden (typo) |
Comment 10•9 years ago
|
||
[Blocking Requested - why for this release]: Blocks bug 1042508. Per bug 1042508 comment 19, uplifting this is the least-risky path to getting it uplifted. Bug 1042508 commment 29 contains a Try push of the entire patch stack on top of b2g32.
blocking-b2g: --- → 2.0?
Comment 12•9 years ago
|
||
https://hg.mozilla.org/releases/mozilla-b2g32_v2_0/rev/2fd6b0a10de2 https://hg.mozilla.org/releases/mozilla-b2g32_v2_0/rev/a502857de24a https://hg.mozilla.org/releases/mozilla-b2g32_v2_0/rev/f8f522f8c7e3 https://hg.mozilla.org/releases/mozilla-b2g32_v2_0/rev/96f5fed12856
status-b2g-v2.0:
--- → fixed
status-b2g-v2.1:
--- → fixed
status-firefox32:
--- → wontfix
status-firefox33:
--- → wontfix
status-firefox34:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•