Closed
Bug 1582271
Opened 5 years ago
Closed 5 years ago
Add mp3 decoding support to ffvpx
Categories
(Core :: Audio/Video: Playback, enhancement, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla71
People
(Reporter: mjf, Assigned: mjf)
References
Details
Attachments
(4 files, 1 obsolete file)
Add support for decoding mp3 in ffvpx / FFmpegDecoderModule.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → mfroman
Priority: -- → P2
Assignee | ||
Comment 1•5 years ago
|
||
- Update README_MOZILLA for adding mp3 support, and add some clarifying text.
- Clang-format config.h for easier reading since it is our file, not ffmpeg's.
- Use sort -d -u to produce defaults_disabled.* files so linux and macOS
produce same files.
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D46423
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D46424
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D46425
Updated•5 years ago
|
Attachment #9093812 -
Attachment description: Bug 1582271 - pt2 - add ffvpx mp3 decoding for linux/macOS/win. r?jya → Bug 1582271 - pt2 - add mp3 decoder to local ffmpeg copy.
Assignee | ||
Comment 5•5 years ago
|
||
- Update README_MOZILLA for adding mp3 support, and add some clarifying text.
- Clang-format config.h for easier reading since it is our file, not ffmpeg's.
- Use sort -d -u to produce defaults_disabled.* files so linux and macOS
produce same files. - Change MOZ_FFVPX_FLACONLY to MOZ_FFVPX_AUDIOONLY since it indicates flac
and mp3 decoders. - Rename config_flac.h to config_audio.h
Updated•5 years ago
|
Attachment #9093812 -
Attachment description: Bug 1582271 - pt2 - add mp3 decoder to local ffmpeg copy. → Bug 1582271 - pt2 - add ffvpx mp3 decoding for linux/macOS/win. r?jya
Updated•5 years ago
|
Attachment #9095002 -
Attachment is obsolete: true
Pushed by mfroman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/88679630171d
pt1 - prep ffvpx files for adding mp3 support. r=jya
https://hg.mozilla.org/integration/autoland/rev/a083a853d4e9
pt2 - add ffvpx mp3 decoding for linux/macOS/win. r=jya
https://hg.mozilla.org/integration/autoland/rev/40f352e01376
pt3 - add ffvpx mp3 decoding for aarch64. r=jya
https://hg.mozilla.org/integration/autoland/rev/7844dd0167b3
pt4 - add ffvpx mp3 decoding for android32. r=jya
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/88679630171d
https://hg.mozilla.org/mozilla-central/rev/a083a853d4e9
https://hg.mozilla.org/mozilla-central/rev/40f352e01376
https://hg.mozilla.org/mozilla-central/rev/7844dd0167b3
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Updated•5 years ago
|
relnote-firefox:
--- → 71+
You need to log in
before you can comment on or make changes to this bug.
Description
•