diff options
author | John Stebbins <[email protected]> | 2015-10-12 09:49:54 -0700 |
---|---|---|
committer | Scott <[email protected]> | 2016-01-18 21:35:17 +0000 |
commit | 13e9b5150810d0abc03772f492a9190913a106da (patch) | |
tree | c961d6930359aedbb65aa947cce8a2bfc85de108 /contrib | |
parent | 604dacda8b5c7f696cf99deb701545a9e5e66b18 (diff) |
x265: update to version 1.8
Speed improvements and bug fixes.
New limit-refs
This feature limits the references analysed for individual CUS.
Provides a nice tradeoff between efficiency and performance.
New aq-mode 3
A new aq-mode that provides additional biasing for low-light
conditions.
Improved scene cut detection logic that allows ratecontrol to manage
visual quality at fade-ins and fade-outs better.
modified tune grain
Increases psyRdoq strength to 10.0, and rdoq-level to 2.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/x265/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/x265/module.defs b/contrib/x265/module.defs index 3e643d393..a5f718cc5 100644 --- a/contrib/x265/module.defs +++ b/contrib/x265/module.defs @@ -2,7 +2,7 @@ __deps__ := YASM CMAKE $(eval $(call import.MODULE.defs,X265,x265,$(__deps__))) $(eval $(call import.CONTRIB.defs,X265)) -X265.FETCH.url = http://download.handbrake.fr/contrib/x265_1.7.tar.gz +X265.FETCH.url = http://download.handbrake.fr/contrib/x265_1.8.tar.gz X265.CONFIGURE.exe = cmake X265.CONFIGURE.args.prefix = -DCMAKE_INSTALL_PREFIX="$(X265.CONFIGURE.prefix)" |