summary refs log tree commit diff
path: root/pkgs/development/libraries/x265
Commit message (Collapse)AuthorAge
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
|
* treewide: simplify rev/repo arguments in srcPavol Rusnak2020-11-01
| | | | + use fetchFromGithub where possible
* x265: fix aarch64 buildJörg Thalheim2020-10-24
|
* Merge staging-next into stagingFrederik Rietdijk2020-10-06
|\
| * x265: fix build on powerpcRyan Burns2020-10-02
| | | | | | | | | | Disable Altivec instructions on ppc when building 10/12bit. See https://salsa.debian.org/multimedia-team/x265/-/blob/6f06b3f6/debian/rules#L34
* | x265: 3.2 -> 3.4Titouan2020-10-06
|/
* x265: dont build high bit-depths for 32bit systems (#96260)Fabian Möller2020-08-31
|
* x265: build a single shared library for all bit-depthsDominik Honnef2020-08-15
| | | | | | | | | | | | | | | | | | This builds the 10-bit and 12-bit versions of x265 as static libraries, which then get linked into the 8-bit dynamic library and executable. This causes x265 to default to 8-bit, but make 10- and 12-bit available to callers that use introspection, such as ffmpeg. $ x265 -V x265 [info]: HEVC encoder version 3.2 x265 [info]: build info [Linux][GCC 9.3.0][64 bit] 8bit+10bit+12bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 $ ffmpeg -h encoder=libx265 [...] Supported pixel formats: yuv420p yuvj420p yuv422p yuvj422p yuv444p yuvj444p gbrp yuv420p10le yuv422p10le yuv444p10le gbrp10le yuv420p12le yuv422p12le yuv444p12le gbrp12le gray gray10le gray12le Inspired by @codyopel's comment on #80405.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* x265: 3.1.1 -> 3.2R. RyanTM2019-10-08
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/x265/versions
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* x265: 3.0 -> 3.1.1R. RyanTM2019-07-17
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/x265/versions
* x265: 2.9 -> 3.0José Luis Lafuente2019-05-24
|
* x265: fix build on ARMBen Wolsieffer2018-12-20
|
* x265: 2.7 -> 2.9Christian S2018-11-15
| | | | | | Encoder enhancements, AVX-512 support, ... x265: fix linking issue on aarch64
* x265: 2.6 -> 2.7Ryan Mulligan2018-03-09
| | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/55ya7ybd3v04zyss7zc2dib0bk6xacxw-x265-2.7/bin/x265 -V` and found version 2.7 - ran `/nix/store/55ya7ybd3v04zyss7zc2dib0bk6xacxw-x265-2.7/bin/x265 --version` and found version 2.7 - found 2.7 with grep in /nix/store/55ya7ybd3v04zyss7zc2dib0bk6xacxw-x265-2.7 - found 2.7 in filename of file in /nix/store/55ya7ybd3v04zyss7zc2dib0bk6xacxw-x265-2.7
* x265: 2.5 -> 2.6adisbladis2018-01-04
|
* x265: 1.9 -> 2.5Franz Pletz2017-08-01
|
* x265: Don't install static libraryEelco Dolstra2016-09-01
| | | | | | Following our general policy to only install dynamic libraries. If the static library turns out to be needed, it could be moved to a separate output.
* x265: enable parallel buildLluís Batlle i Rossell2016-06-18
|
* nss_wrapper: Remove glibc from linker flags hackTuomas Tynkkynen2016-04-15
| | | | Not needed anymore after #14668
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
|\ | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * x265: 1.7 -> 1.9Anthony Cowley2016-03-12
| | | | | | | | Unblocks #13822
* | Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
|\|
| * videolan.org sources: prefer http://get.videolan.orgVladimír Čunát2016-02-07
| | | | | | | | | | | | | | Some of the original URLs were broken now. It seems that set of mirrors is preferred and faster than the others. In the x264 case the source isn't there so http://download.videolan.org is used instead.
* | x265: hack-fix build with multiple outputsVladimír Čunát2015-12-04
|/
* x265: 1.6 -> 1.7codyopel2015-05-20
|
* x265: 1.5 -> 1.6codyopel2015-04-24
| | | | | | + Removed unused x265-hg package + Fix missing optionals + Fix high bit-depth to allow for all 64bit platforms
* x265: refactor & add optionalscodyopel2015-02-12
|
* x265-hg: bump commitcodyopel2015-02-12
|
* x265: 1.4 -> 1.5codyopel2015-02-12
|
* x265-hg: updated to latest commit, fixed package naming issuecodyopel2014-12-26
|
* x265: refactored to generic, fixed build versioningcodyopel2014-11-03
|
* x265: new packagecodyopel2014-11-02