Closed
Bug 1315567
Opened 9 years ago
Closed 9 years ago
Expose FLAC in mp4
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla52
People
(Reporter: jya, Assigned: jya)
References
Details
Attachments
(4 files)
CanPlayType and MediaSource IsTypeSupported do not expose FLAC has being available.
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 5•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8808010 [details]
Bug 1315567: P2. Expose opus codec as being available in mp4.
https://reviewboard.mozilla.org/r/90922/#review90654
::: dom/media/fmp4/MP4Decoder.cpp:1
(Diff revision 1)
> /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
Commit description: 'available.in' -> 'available in'
Attachment #8808010 -
Flags: review?(gsquelart) → review+
Comment 6•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8808011 [details]
Bug 1315567: P3. Expose flac codec as being available in mp4.
https://reviewboard.mozilla.org/r/90924/#review90656
::: dom/media/fmp4/MP4Decoder.cpp:1
(Diff revision 1)
> /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
Commit description: 'available.in' -> 'available in'
Attachment #8808011 -
Flags: review?(gsquelart) → review+
Comment 7•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8808012 [details]
Bug 1315567: P4. Add mochitest.
https://reviewboard.mozilla.org/r/90926/#review90658
Attachment #8808012 -
Flags: review?(gsquelart) → review+
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 12•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8808009 [details]
Bug 1315567: P1. Remove invalid test.
https://reviewboard.mozilla.org/r/90920/#review90664
r+ after you remove config_android.h.
::: media/ffvpx/config_android.h:1
(Diff revision 2)
> +/* Automatically generated by configure - do not modify! */
I don't think this file should be in this commit/bug!
Attachment #8808009 -
Flags: review?(gsquelart) → review+
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 17•9 years ago
|
||
Pushed by jyavenard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d7fec66162b7
P1. Remove invalid test. r=gerald
https://hg.mozilla.org/integration/autoland/rev/d5ae76734cb6
P2. Expose opus codec as being available in mp4. r=gerald
https://hg.mozilla.org/integration/autoland/rev/bfaa975490cf
P3. Expose flac codec as being available in mp4. r=gerald
https://hg.mozilla.org/integration/autoland/rev/eb1b930cef78
P4. Add mochitest. r=gerald
Comment 19•9 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/d7fec66162b7
https://hg.mozilla.org/mozilla-central/rev/d5ae76734cb6
https://hg.mozilla.org/mozilla-central/rev/bfaa975490cf
https://hg.mozilla.org/mozilla-central/rev/eb1b930cef78
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
| Assignee | ||
Comment 20•9 years ago
|
||
Comment on attachment 8808009 [details]
Bug 1315567: P1. Remove invalid test.
Approval Request Comment
[Feature/regressing bug #]: 1303888
[User impact if declined]: this is required to get bug 1303888. Otherwise we don't advertise that we support FLAC in MP4/MSE
[Describe test coverage new/current, TreeHerder]: In central, confirmed by our partner to work
[Risks and why]: very low, we expose a working feature as being available.
[String/UUID change made/needed]: None
Attachment #8808009 -
Flags: approval-mozilla-aurora?
Updated•9 years ago
|
status-firefox51:
--- → affected
Comment 21•9 years ago
|
||
Comment on attachment 8808009 [details]
Bug 1315567: P1. Remove invalid test.
Support flac in mp4. Take it in 51 aurora.
Attachment #8808009 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 22•9 years ago
|
||
(In reply to Gerry Chang [:gchang] from comment #21)
> Comment on attachment 8808009 [details]
> Bug 1315567: P1. Remove invalid test.
>
> Support flac in mp4. Take it in 51 aurora.
is this just for change or do we need the 3 changsets too ?
Flags: needinfo?(jyavenard)
Comment 23•9 years ago
|
||
We need the other changesets too. Please uplift all four patches.
Flags: needinfo?(jyavenard)
Comment 24•9 years ago
|
||
Nevermind. P1 doesn't apply cleanly. I have a backport and will push after local testing.
Comment 25•9 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/eb7e5e61642b52c69c6b188ed87b4241fe086cf2
https://hg.mozilla.org/releases/mozilla-aurora/rev/c9ab0a2b4edfcc61731208fc07a13a229a863dbc
https://hg.mozilla.org/releases/mozilla-aurora/rev/b2d49247a29d5b04470ac0d3c1b152d63e1656d1
https://hg.mozilla.org/releases/mozilla-aurora/rev/efcc8dbc5c3904c92b50c1f475dd110bc9ac197a
You need to log in
before you can comment on or make changes to this bug.
Description
•