summaryrefslogtreecommitdiffstats
path: root/contrib/x265_10bit
Commit message (Collapse)AuthorAgeFilesLines
* 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.