summaryrefslogtreecommitdiffstats
path: root/contrib/x265_8bit
Commit message (Collapse)AuthorAgeFilesLines
* Testing a build fix for Github ActionsScott2021-04-131-6/+1
|
* contrib: Update to x265 r12666 681c05e83.Damiano Galassi2021-02-035-91/+2
|
* contrib: combine some checks and cosmetics.Damiano Galassi2020-11-051-6/+2
|
* contrib: macOS arm and intel cross compilation.Damiano Galassi2020-11-051-0/+6
|
* removing thread priority change for better performanceDmitrichenko, Max2020-10-241-0/+18
|
* contrib: add arm64-apple-darwin arch x265 NEON optimizations.Damiano Galassi2020-10-061-0/+4
|
* contribs: Remove x265 bitbucket download URLs since those no longer work. ↵sr552020-08-241-1/+0
| | | | Fixes #3082
* contrib: x265: Set CMAKE_SYSTEM_PROCESSORMartin Storsjö2020-03-141-0/+1
| | | | This is necessary when cross compiling.
* contrib: x265: Don't redundantly set CMAKE_SYSTEM_NAME to the triple when ↵Martin Storsjö2020-03-031-1/+2
| | | | | | | | cross compiling for windows It's already explicitly set to "Windows" in these cases, and CMake does recognize CMAKE_SYSTEM_NAME being set to "Windows", but might not recognize generic triples.
* contrib: Switch to using GitHub to host our contrib binaries. Their CDN ↵sr552020-02-251-1/+1
| | | | should be global and more reliable than our own server.
* contrib: Allow optimizing x265 with -Oz via --optimize=size-aggressive.Nomis1012020-01-161-3/+11
| | | | Additionally reduces file size 4.5%.
* contrib: Add x265 patch to prevent VBV macroblocking at end.Bradley Sepos2020-01-021-0/+24
|
* x265: Fix pass 2 encode failureNomis1012019-12-091-0/+19
| | | | This fixes a 2-pass encoding failure which also does affect HandBrake, see https://bitbucket.org/multicoreware/x265/issues/524/2-pass-encoding-failure-with-32-15
* x265: Fix limit-tu bug in loading co-located CU's TU depthNomis1012019-12-091-0/+26
|
* contrib: Update to x265 3.2.1.Bradley Sepos2019-11-093-108/+5
|
* x265: Fix encoder crash with zones and add test for zonesNomis1012019-10-261-0/+30
| | | | Patch from https://bitbucket.org/multicoreware/x265/commits/a3a088a7262fcc02560bc8b71d0a3cf5b9c69fe3
* contrib: Add patch to fix AQ-related slowdown in x265 3.2.Bradley Sepos2019-10-141-0/+73
|
* contrib: Update to x265 3.2.Bradley Sepos2019-10-141-5/+5
|
* 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 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/+58
Builds x265 three times, once for each bit depth. Then merges the static libs into one library that HandBrake can statically link against.