summaryrefslogtreecommitdiff
path: root/ext/iqa
Commit message (Collapse)AuthorAgeFilesLines
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-3/+3
|
* iqa: Plug a leak allocating twice the same dataThibault Saunier2017-02-271-1/+0
|
* iqa: Error out when trying to compare video stream with different sizesThibault Saunier2016-11-171-15/+34
| | | | We do not handle it yet and we should let the user know.
* iqa: Add meson build supportThibault Saunier2016-11-171-0/+14
|
* Adds a new Image Quality Assessment plugin.Mathieu Duponchelle2016-11-173-0/+434
It only offers one metric for now, "dssim", available if https://github.com/pornel/dssim was installed on the system at the time the plugin was compiled. The spearman correlation for dssim against the TID2008 dataset is 0.81, against 0.70 for the old ssim implementation, and it runs 15 times faster. https://bugzilla.gnome.org/show_bug.cgi?id=751324