GNOME Bugzilla – Bug 738519
vc1parse: parse frame header when stream format is ASF/raw for simple/main profile
Last modified: 2014-10-25 12:14:19 UTC
Currently, if we are in ASF/sequence-layer-raw-frame, we don't parse the frame header in simple/main case. Since we basically have raw frames in these profil, we can easily implement it and extract some information like the keyframe flag. This will be useful for implementing some stream-format conversions.
Created attachment 288504 [details] [review] vc1parse: parse frame header when stream format is ASF/raw for simple/main profile Patch proposal to parse frame header and set the DELTA_UNIT buffer flag according to frame type.
commit 6375fce9258722da3aba6c91197efcea4b189b07 Author: Aurélien Zanelli <aurelien.zanelli@parrot.com> Date: Mon Sep 22 09:44:14 2014 +0200 vc1parse: parse frame header when stream format is ASF/raw for simple/main profile When stream-format is ASF or sequence-layer-raw-frame, we basically have a raw frame so we can parse it to extract some information such the keyframe flag. The only requirement is to have a valid sequence-header. This commit parse the frame header and set the DELTA_UNIT buffer flag in case the frame is not a keyframe. https://bugzilla.gnome.org/show_bug.cgi?id=738519