GNOME Bugzilla – Bug 763220
mpegvideoparse: Support non-hierarchical profile/level again [REGRESSION]
Last modified: 2016-03-11 15:56:44 UTC
See commit
Created attachment 323259 [details] [review] mpegvideoparse: Add support for 4:2:2 profile The only level I can see being supported is the main one.
Comment on attachment 323259 [details] [review] mpegvideoparse: Add support for 4:2:2 profile Should double-check with the spec but seems ok to me otherwise
Created attachment 323513 [details] [review] mpegvideoparser: Handle non-hierarchical profiles again This is a regression from since mpegvideoparser was switched to use the codecparsing library. The problem is that the high bit of the profile_and_level is used to specify non-hierarchical profiles and levels. Unfortunately we were discarding that information. Expose that escape bit, and use it in the element
commit 5ebf1d477de44a45ce3a8e320a86cc3bf83c2a8e Author: Edward Hervey <edward@centricular.com> Date: Mon Mar 7 13:04:08 2016 +0100 mpegvideoparser: Handle non-hierarchical profiles again This is a regression from since mpegvideoparser was switched to use the codecparsing library. The problem is that the high bit of the profile_and_level is used to specify non-hierarchical profiles and levels. Unfortunately we were discarding that information. Expose that escape bit, and use it in the element https://bugzilla.gnome.org/show_bug.cgi?id=763220