-
Notifications
You must be signed in to change notification settings - Fork 155
Closed
Labels
extensionInterface changes that extend without breaking.Interface changes that extend without breaking.probably notProbably not in scope, but maybe worth tracking/discussingProbably not in scope, but maybe worth tracking/discussing
Description
As currently defined, WebCodecs supports packetized codecs, where we expect one decoded frame per encoded chunk. For some codecs (eg. H.264 in Annex B format), it makes sense to use a byte stream instead.
This changes the interface of an encoder or decoder, so it's not a trivial change. It doesn't seem to be compatible with our flush or configure model unless streams gain support for flush.
Metadata
Metadata
Assignees
Labels
extensionInterface changes that extend without breaking.Interface changes that extend without breaking.probably notProbably not in scope, but maybe worth tracking/discussingProbably not in scope, but maybe worth tracking/discussing