Closed
Bug 1041453
Opened 10 years ago
Closed 10 years ago
MediaCodecReader crashes while parsing / playing some WebM files.
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: brsun, Assigned: brsun)
References
Details
Attachments
(1 file, 1 obsolete file)
7.16 KB,
patch
|
brsun
:
review+
|
Details | Diff | Splinter Review |
Gecko got crash while parsing / playing Vorbis data in WebM in some cases:
- https://github.com/mozilla-b2g/platform_frameworks_av/blob/master/media/libstagefright/codecs/vorbis/dec/SoftVorbis.cpp#L274
It seems we have to do extra efforts to handle Vorbis data:
- https://github.com/mozilla-b2g/platform_frameworks_av/blob/master/media/libstagefright/OMXCodec.cpp#L3128
- https://github.com/mozilla-b2g/platform_frameworks_av/blob/master/media/libstagefright/NuMediaExtractor.cpp#L472
Assignee | ||
Comment 1•10 years ago
|
||
One WebM example to make gecko crash after enabling MediaCodecReader:
- https://bugzilla.mozilla.org/show_bug.cgi?id=823646#c2
- http://www.quirksmode.org/html5/videos/big_buck_bunny.webm
Assignee | ||
Comment 2•10 years ago
|
||
Append the queried value of |kKeyValidSamples| to the end of each vorbis input buffer.
Attachment #8463297 -
Flags: review?(cpearce)
Updated•10 years ago
|
Attachment #8463297 -
Flags: review?(cpearce) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8463835 -
Flags: review+
Assignee | ||
Updated•10 years ago
|
Attachment #8463297 -
Attachment is obsolete: true
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 4•10 years ago
|
||
Keywords: checkin-needed
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•