Closed
Bug 1209806
Opened 8 years ago
Closed 8 years ago
Remove dependency on libavformat
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
FIXED
mozilla44
People
(Reporter: jya, Unassigned)
References
Details
Attachments
(2 files)
3.94 KB,
patch
|
eflores
:
review+
|
Details | Diff | Splinter Review |
663 bytes,
patch
|
mozbugz
:
review+
|
Details | Diff | Splinter Review |
When searching for ffmpeg or libav we currently look for libavformat and search a specific version. We have no use for the libavformat library as we only use libavcodec and indirectly libavutil. The version numbering in libavformat is also completely irrelevant for our use. We should look for libavcodec instead.
Reporter | ||
Comment 1•8 years ago
|
||
Interestingly, libavformat doesn't appear to be installed on ubuntu unless you install the full ffmpeg or gstreamer-ffmpeg plugin. So currently to use Firefox with ffmpeg, you must install gstreamer-ffmpeg which is rather a pity
Reporter | ||
Comment 2•8 years ago
|
||
Attachment #8667657 -
Flags: review?(edwin)
Comment on attachment 8667657 [details] [diff] [review] Remove dependency on libavformat. Review of attachment 8667657 [details] [diff] [review]: ----------------------------------------------------------------- ::: dom/media/platforms/ffmpeg/FFmpegRuntimeLinker.cpp @@ +30,5 @@ > public: > static already_AddRefed<PlatformDecoderModule> Create(); > }; > > static const AvFormatLib sLibs[] = { Rename |struct AvFormatLib|.
Attachment #8667657 -
Flags: review?(edwin) → review+
Reporter | ||
Comment 4•8 years ago
|
||
Attachment #8668286 -
Flags: review?(edwin)
Comment 5•8 years ago
|
||
Comment on attachment 8668286 [details] [diff] [review] P2. Initialize PDM before attempting to use it. Review of attachment 8668286 [details] [diff] [review]: ----------------------------------------------------------------- (Jean-Yves requested I do the review, as we're not sure whether Edwin is available at the moment.)
Attachment #8668286 -
Flags: review?(edwin) → review+
https://hg.mozilla.org/integration/mozilla-inbound/rev/95fd37cd9c3e https://hg.mozilla.org/integration/mozilla-inbound/rev/9d7b74d45f71
Comment 7•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/95fd37cd9c3e https://hg.mozilla.org/mozilla-central/rev/9d7b74d45f71
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
Comment 8•8 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/e5871ff05771
status-firefox43:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•