Closed
Bug 1148292
Opened 10 years ago
Closed 9 years ago
Refactor MP4Reader / PlatformDecoderModule / MediaDataDecoder to be content agnostic
Categories
(Core :: Audio/Video: Playback, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jya, Assigned: jya)
References
Details
Attachments
(1 file, 4 obsolete files)
213.82 KB,
image/png
|
Details |
The MP4Reader API, should be renamed / refactored so it reflects that it can handle any type of data content.
Assignee | ||
Comment 1•10 years ago
|
||
Remove remnant of libstagefright. This codepath is now unused
Attachment #8587156 -
Flags: review?(ajones)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jyavenard
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•10 years ago
|
||
Remove crypto's stagefright dependencies and now-unused code path.
Attachment #8587169 -
Flags: review?(edwin)
Assignee | ||
Comment 3•10 years ago
|
||
Use const pointers rather than reference to shared pointers. And fix stagefright constness.
Attachment #8587178 -
Flags: review?(ajones)
Comment 4•10 years ago
|
||
Comment on attachment 8587156 [details] [diff] [review]
Part1. Remove of now unused code path
Review of attachment 8587156 [details] [diff] [review]:
-----------------------------------------------------------------
\o/
Attachment #8587156 -
Flags: review?(ajones) → review+
Updated•10 years ago
|
Attachment #8587178 -
Flags: review?(ajones) → review+
Attachment #8587169 -
Flags: review?(edwin) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Assignee | ||
Comment 6•10 years ago
|
||
Comment on attachment 8587156 [details] [diff] [review]
Part1. Remove of now unused code path
moving it to bug 1151378
Attachment #8587156 -
Attachment is obsolete: true
Assignee | ||
Comment 7•10 years ago
|
||
Comment on attachment 8587169 [details] [diff] [review]
Part2. Remove libstagefright depencies from Crypto config
moving it to bug 1151378
Attachment #8587169 -
Attachment is obsolete: true
Assignee | ||
Comment 8•10 years ago
|
||
Comment on attachment 8587178 [details] [diff] [review]
Part3. Fix constness and remove use of reference to refcounted ptr
moving it to bug 1151378
Attachment #8587178 -
Attachment is obsolete: true
Updated•10 years ago
|
Priority: -- → P3
Assignee | ||
Comment 9•10 years ago
|
||
Rename MediaReader class into MediaFormatDecoder
Attachment #8588514 -
Attachment is obsolete: true
Updated•9 years ago
|
Component: Audio/Video → Audio/Video: Playback
Assignee | ||
Comment 10•9 years ago
|
||
This task is now done
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•