dyne / frei0r

A large collection of free and portable video plugins
https://frei0r.dyne.org/
GNU General Public License v2.0
419 stars 90 forks source link

added Elastic Scale, crop and Y scale to defish0r #126

Closed hypov8 closed 2 years ago

hypov8 commented 2 years ago

Dynamic Stretch. -0.2 to 0.2. added a simplified version of the 'Elastic Scale' filter. fixes gopro up-scaled videos 4:3 to 16:9 thats used in GoPro's Superview

Crop. true/false. crop all 4 borders straight. removing distorted sections

Y scale. 1.5 to 0.5. independently scale Y axis

added fix for Visual Studio roundf. VS 2013+ supports this function removed unnecessary calls to roundf in interpNN_b32(nearest neighbor). speed boost

hypov8 commented 2 years ago

VS has lots of warning. eg. typed numbers not being float 1.0 instead of 1.0f

conversion from 'double' to 'float', possible loss of data conversion from 'float' to 'unsigned char', possible loss of data

did you want me to fix any of these issues while i am updating the files?

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.9.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: