Projects
Multimedia
ffhevc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 24
View file
ffhevc.changes
Changed
@@ -1,9 +1,8 @@ ------------------------------------------------------------------- -Fri Nov 18 01:20:00 UTC 2016 - neutrino8@opensuse.org +Fri Nov 18 01:35:00 UTC 2016 - neutrino8@opensuse.org - Update to version 3.0.3 * Use process number instead of .old when renaming existing files - * Removed a pointless test of the $fpar variable * Added support for detelecining (IVTC). Bumps up config file version to 33 * Minor improvements to the cropping code
View file
ffhevc-3.0.3.tar.gz/ChangeLog
Changed
@@ -1,6 +1,5 @@ 2016-11-18 - ffhevc 3.0.3 * Use process number instead of .old when renaming existing files - * Removed a pointless test of the $fpar variable * Added support for detelecining (IVTC). Bumps up config file version to 33 * Minor improvements to the cropping code
View file
ffhevc-3.0.3.tar.gz/ffhevc
Changed
@@ -725,8 +725,8 @@ test -z "$par" && fpar="$defpar" || fpar="$par" fi case "$1" in - ofps) deinterlace="yadif=1,mcdeint=mode=medium:parity=$fpar:qp=10,framestep=step=2," || deinterlace="yadif=0," ;; - bob) deinterlace="yadif=1,mcdeint=mode=medium:parity=$fpar:qp=10," || deinterlace="yadif=1," ;; + ofps) test ! -z "$fpar" && deinterlace="yadif=1,mcdeint=mode=medium:parity=$fpar:qp=10,framestep=step=2," || deinterlace="yadif=0," ;; + bob) test ! -z "$fpar" && deinterlace="yadif=1,mcdeint=mode=medium:parity=$fpar:qp=10," || deinterlace="yadif=1," ;; esac } echo
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.