summaryrefslogtreecommitdiffstats
path: root/contrib/x265_12bit
Commit message (Collapse)AuthorAgeFilesLines
* contrib: Update to x265 3.1.2.Bradley Sepos2019-08-011-5/+5
| | | | Fixes hangs encoding some files.
* contrib: Update to x265 3.1.1.Bradley Sepos2019-07-202-27/+5
|
* make: finish correcting host/build semanticsJohn Stebbins2019-04-171-3/+3
|
* configure: add option to enable/disable libnumaJohn Stebbins2019-04-151-0/+4
| | | | | It is not supported or not useful in some Linux environments, so allow disabling it.
* x265: enable building with libnuma on linuxJohn Stebbins2019-04-041-1/+1
| | | | | | | | | Threadripper and other modern CPUs are now multi-core modules that benefit from having NUMA available. Adds a dependency for libnuma. Fixes https://github.com/HandBrake/HandBrake/issues/1142
* contrib: Add local patch to fix missing x265 animation tune.Nomis1012019-02-141-0/+22
|
* contrib: Update to x265 3.0.Ewout ter Hoeven2019-02-111-5/+5
|
* contrib: Update x265 cross compilation directives.Bradley Sepos2019-01-191-0/+8
| | | | Necessary for cross compiling with gcc 8.
* contrib: Update to x265 2.9.Bradley Sepos2018-11-261-5/+5
|
* contrib: make: Remove CMake contrib.Bradley Sepos2018-06-171-1/+1
| | | | Still required, only HandBrake will not build it anymore.
* contrib: Switch yasm dependencies to nasm.Bradley Sepos2018-06-171-5/+1
|
* x265: Upgrade to version 2.8sr552018-05-271-5/+5
|
* contrib: Explicitly set x265 build type to release.Bradley Sepos2018-05-261-0/+2
| | | | Build contains debug symbols without this.
* contrib: Update to x265 2.6.Bradley Sepos2017-12-022-15/+5
| | | | Closes #1029.
* x265: fix build race with download verificationJohn Stebbins2017-11-101-0/+1
|
* x265: fix xcleanJohn Stebbins2017-11-061-1/+1
| | | | It didn't remove the contrib build directory
* x265: add support for 8/10/12 bit encoding in single static lib (#975)John Stebbins2017-11-063-0/+64
Builds x265 three times, once for each bit depth. Then merges the static libs into one library that HandBrake can statically link against.