GNOME Bugzilla – Bug 594321
Videomeasure plugin
Last modified: 2009-09-10 10:08:28 UTC
Created attachment 142601 [details] [review] Patch against -bad git Plugin for getting various metrics from video streams. At the moment it consists of two elements - SSIM index calculator and video measure collector. PSNR and others may be implemented in future. I'm also considering extracting common functionality (such as N-to-N-1 request pad construction, pad linking, caps restriction, buffer collection, etc) into a base class, but i think i'll have to implement other metrics first, so that i'll be able see what exactly IS common between two different metric-calculating elements.
Just a short note, I didn't really review the patch yet: - Write a meaningful commit message and include something like "Fixes bug #12345" - Include the instance/class structs in the header files, otherwise gtk-doc will be unhappy Is this ready to be reviewed otherwise?
Created attachment 142792 [details] [review] Patch against 584b5b6106c393b6a76542149fbed295dc7fedd9
Could you also put your proper name into the copyright notice please?
Created attachment 142795 [details] [review] Patch against 584b5b6106c393b6a76542149fbed295dc7fedd9, removed liboil stuff
commit 2a7ee0716fe13af5ab444193e2017be1931db342 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Thu Sep 10 12:02:21 2009 +0200 videomeasure: Fix format strings and include correct i18n header commit bdbd944c5270e6037d79b6ebf43b5db96a107b97 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Thu Sep 10 11:58:02 2009 +0200 videomeasure: Fix indention, line endings and use LRN's real name commit e9297ba3eb7af24a81051dfc57f0ff5cbd15735e Author: Руслан Ижбулатов <lrn1986@gmail.com> Date: Wed Sep 9 19:14:27 2009 +0400 videomeasure: Initial version of videomeasure plugin This plugin contains elements for calculating metrics of video streams, inte At the moment only SSIM metric is implemented (why would you need anything e Also contains a helper videomeasure_collector element that collects measurem Other metrics may be implemented in the future along with a base class for a Fixes bug #594321.