GNOME Bugzilla – Bug 683860
codecparsers: h264: compute pixel aspect ratio
Last modified: 2012-09-12 09:53:47 UTC
Created attachment 224087 [details] [review] codecparsers: h264: compute pixel aspect ratio Hi, this patch is simply a helper to pre-calculate pixel-aspect-ratio, instead of letting the client application perform that for each decoder. Original patch comes from Simon Farnsworth for gstreamer-vaapi[0]. I then ported the patch to codecparsers with inspiration from Thibault's code for the VC-1 parser. References: [0] http://lists.freedesktop.org/archives/libva/2012-September/001253.html
commit a08273be72a01e9b1c2e0e2845bfca904908403f Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com> Date: Wed Sep 12 11:21:41 2012 +0200 codecparsers: h264: compute pixel aspect ratio. Signed-off-by: Simon Farnsworth <simon.farnsworth@onelan.co.uk> Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>