[Bug 21375] New: Decoding dependencies

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21375

            Bug ID: 21375
           Summary: Decoding dependencies
    Classification: Unclassified
           Product: HTML WG
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Media Source Extensions
          Assignee: adrianba@microsoft.com
          Reporter: cyril.concolato@telecom-paristech.fr
        QA Contact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-media@w3.org

The spec currently requires in the coded frame processing algorithm that
implementation detect dependencies between frames so that removal of a frame
removes all dependent frames. 

This is a strong requirement on implementations which is impossible to fulfill
(at least with current media formats) without decoding the frames (codec
specific parsing). 

The requirement should be removed. Applications should make sure that they
append frames that don't depend on non appended frames or that overlapped
frames are not needed by non-overlapped frames.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 22 March 2013 17:26:12 UTC