Closed
Bug 1097449
Opened 8 years ago
Closed 8 years ago
libav/ffmpeg wants locking
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: ajones, Assigned: ajones)
Details
Attachments
(1 file, 1 obsolete file)
2.73 KB,
patch
|
jya
:
review+
|
Details | Diff | Splinter Review |
The ffmpeg backend complains about a lack of locking around avcodec_open/close: [aac @ 0x7fa8ceff8800] insufficient thread locking around avcodec_open/close()
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8521122 -
Flags: review?(jyavenard)
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → ajones
Status: NEW → ASSIGNED
Updated•8 years ago
|
Attachment #8521122 -
Flags: review?(jyavenard) → review+
Assignee | ||
Comment 2•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/f8ff4c7a978a
Comment 3•8 years ago
|
||
Backed out for leaks. https://hg.mozilla.org/integration/mozilla-inbound/rev/9e77604d6a12 https://treeherder.mozilla.org/ui/logviewer.html#?job_id=3840452&repo=mozilla-inbound
Assignee | ||
Comment 4•8 years ago
|
||
Attachment #8521969 -
Flags: review?(jyavenard)
Assignee | ||
Updated•8 years ago
|
Attachment #8521122 -
Attachment is obsolete: true
Assignee | ||
Comment 5•8 years ago
|
||
https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=7b050f20d979
Comment 6•8 years ago
|
||
Comment on attachment 8521969 [details] [diff] [review] Add locking around libav open/close Review of attachment 8521969 [details] [diff] [review]: ----------------------------------------------------------------- Not sure I'm the best to review seeing I didn't foresee the earlier leak
Attachment #8521969 -
Flags: review?(jyavenard) → review+
Assignee | ||
Comment 7•8 years ago
|
||
Let's try that again. https://hg.mozilla.org/integration/mozilla-inbound/rev/903fd76cc118
Comment 8•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/903fd76cc118
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in
before you can comment on or make changes to this bug.
Description
•