Projects
Multimedia
ffx264
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 25
View file
ffx264.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.1.9 * 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 29 * Minor improvements to the cropping code
View file
ffx264-3.1.9.tar.gz/ChangeLog
Changed
@@ -1,6 +1,5 @@ 2016-11-18 - ffx264 3.1.9 * 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 29 * Minor improvements to the cropping code
View file
ffx264-3.1.9.tar.gz/ffx264
Changed
@@ -738,8 +738,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
.