Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | contrib: Update to x265 3.1.2. | Bradley Sepos | 2019-08-01 | 1 | -5/+5 |
| | | | | Fixes hangs encoding some files. | ||||
* | contrib: Update to x265 3.1.1. | Bradley Sepos | 2019-07-20 | 2 | -27/+5 |
| | |||||
* | make: finish correcting host/build semantics | John Stebbins | 2019-04-17 | 1 | -3/+3 |
| | |||||
* | configure: add option to enable/disable libnuma | John Stebbins | 2019-04-15 | 1 | -0/+4 |
| | | | | | It is not supported or not useful in some Linux environments, so allow disabling it. | ||||
* | x265: enable building with libnuma on linux | John Stebbins | 2019-04-04 | 1 | -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. | Nomis101 | 2019-02-14 | 1 | -0/+22 |
| | |||||
* | contrib: Update to x265 3.0. | Ewout ter Hoeven | 2019-02-11 | 1 | -5/+5 |
| | |||||
* | contrib: Update x265 cross compilation directives. | Bradley Sepos | 2019-01-19 | 1 | -0/+8 |
| | | | | Necessary for cross compiling with gcc 8. | ||||
* | contrib: Update to x265 2.9. | Bradley Sepos | 2018-11-26 | 1 | -5/+5 |
| | |||||
* | contrib: make: Remove CMake contrib. | Bradley Sepos | 2018-06-17 | 1 | -1/+1 |
| | | | | Still required, only HandBrake will not build it anymore. | ||||
* | contrib: Switch yasm dependencies to nasm. | Bradley Sepos | 2018-06-17 | 1 | -5/+1 |
| | |||||
* | x265: Upgrade to version 2.8 | sr55 | 2018-05-27 | 1 | -5/+5 |
| | |||||
* | contrib: Explicitly set x265 build type to release. | Bradley Sepos | 2018-05-26 | 1 | -0/+2 |
| | | | | Build contains debug symbols without this. | ||||
* | contrib: Update to x265 2.6. | Bradley Sepos | 2017-12-02 | 2 | -15/+5 |
| | | | | Closes #1029. | ||||
* | x265: fix build race with download verification | John Stebbins | 2017-11-10 | 1 | -0/+1 |
| | |||||
* | x265: fix xclean | John Stebbins | 2017-11-06 | 1 | -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 Stebbins | 2017-11-06 | 3 | -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. |