Closed
Bug 1016150
Opened 10 years ago
Closed 10 years ago
Crash with new MP4 demuxer on HD video
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla32
People
(Reporter: cpearce, Assigned: ajones)
Details
Attachments
(2 files, 1 obsolete file)
2.83 KB,
patch
|
eflores
:
review+
|
Details | Diff | Splinter Review |
6.82 KB,
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
STR:
1. On Windows 8.1 x64, make sure Nightly is up to date.
2. Pref on new demuxer, media.fragmented-mp4.exposed = true
3. Load http://people.mozilla.org/~cpearce/video/facebook-paper.mp4
4. CRASH
Reporter | ||
Updated•10 years ago
|
Summary: Crash with new demuxer on HD video → Crash with new MP4 demuxer on HD video
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ajones
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Assignee | ||
Comment 3•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #8430479 -
Attachment is obsolete: true
Assignee | ||
Comment 4•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #8429756 -
Flags: review?(edwin)
Assignee | ||
Updated•10 years ago
|
Attachment #8430482 -
Flags: review?(cpearce)
Comment on attachment 8429756 [details] [diff] [review]
Fix ffmpeg
Review of attachment 8429756 [details] [diff] [review]:
-----------------------------------------------------------------
D'oh.
Attachment #8429756 -
Flags: review?(edwin) → review+
Reporter | ||
Comment 6•10 years ago
|
||
Comment on attachment 8430482 [details] [diff] [review]
Fix Windows date assert in libstagefright demuxer
Review of attachment 8430482 [details] [diff] [review]:
-----------------------------------------------------------------
::: media/libstagefright/frameworks/av/media/libstagefright/MPEG4Extractor.cpp
@@ +727,5 @@
> static void convertTimeToDate(int64_t time_1904, String8 *s) {
> time_t time_1970 = time_1904 - (((66 * 365 + 17) * 24) * 3600);
>
> + if (time_1970 < 0) {
> + s->clear();
Indentation.
Attachment #8430482 -
Flags: review?(cpearce) → review+
Assignee | ||
Comment 7•10 years ago
|
||
Comment 8•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/b70ca6c774c9
https://hg.mozilla.org/mozilla-central/rev/7987a44a6814
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
Updated•10 years ago
|
Target Milestone: mozilla33 → mozilla32
Updated•10 years ago
|
QA Whiteboard: [good first verify]
You need to log in
before you can comment on or make changes to this bug.
Description
•