gpo.zugaina.org

Search Portage & Overlays:

media-plugins/vapoursynth-dpid

Rapid, Detail-Preserving Image Downscaler for VapourSynth

Screenshots

ChangeLog

commit 71f176f00db18ca0200bfdaf0af95e5bf2da5b8b
Merge: dbd12db 38be228
Author: Dani <surukko@gmail.com>
Date: Mon May 29 02:45:55 2023 +0200

Merge branch 'master' of https://github.com/4re/vapoursynth-portage

commit dbd12db310c27329bb7687c062da29222566a62c
Author: Dani <surukko@gmail.com>
Date: Mon May 29 02:45:34 2023 +0200

Fix various license problems.

This fixes #124

commit 2d3dde339811a294d9cc415025c9b353dd5ded53
Author: James McClain <james@thegreatmcpain.xyz>
Date: Fri May 12 21:35:39 2023 -0500

media-plugins/vapoursynth-dpid: Use meson buildsystem

Not sure why the meson.build wasn't being utilized, but this changes
that.

Fixes "undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE" error.

Signed-off-by: James McClain <james@thegreatmcpain.xyz>

commit fc70ee162684a358ad933ef16296028528ce655d
Author: Dani <surukko@gmail.com>
Date: Thu Sep 22 23:57:12 2022 +0200

media-plugins/vapoursynth-dpid: version bump (6)

commit e3e3309b4a48b848e3e12ed7cf39458a2324647e
Author: Dani <surukko@gmail.com>
Date: Sun May 22 17:42:05 2022 +0200

Big fat update.

All the ebuilds have been updated to support VapourSynth's API4. This triggered a lot of updates, and all of them have been tested to compile and install. Critical fixes for all ebuilds have been backported.

Removed ebuilds due to deprecation / superseading:
media-plugins/vapoursynth-damb
media-plugins/vapoursynth-vcfreq
media-plugins/vapoursynth-vcmod
media-plugins/vapoursynth-vcmove

New ebuilds:
media-plugins/bestaudiosource
media-plugins/subtext
media-plugins/vapoursynth-miscfilters-obsolete
media-plugins/vapoursynth-vcm
media-plugins/vapoursynth-vfx
media-plugins/vivtc
media-plugins/vs-imwri
media-plugins/vs-ocr
media-plugins/vs-removegrain

commit 58034677c7a07708c1453acc73e6f70bb88a69bb
Author: Dani <surukko@gmail.com>
Date: Thu Nov 5 19:40:19 2020 +0100

media-plugins/vapoursynth-dpid: new plugin

Rapid, Detail-Preserving Image Downscaler for VapourSynth.

dpid is an algorithm that preserves visually important details in downscaled images and is especially suited for large downscaling factors.

It acts like a convolutional filter where input pixels contribute more to the output image the more their color deviates from their local neighborhood, which preserves visually important details.