nixpkgs-suyu/pkgs/top-level
Michael Weiss 6cdbde2f0d
ffmpeg-full: disable rav1e by default (in favor of svt-av1)
Since c378a33705 we have a patch to add svt-av1 support to
ffmpeg-full. The default AV1 encoder is still libaom but svt-av1 has a
higher priority than rav1e (see libavcodec/allcodecs.c). And since
svt-av1 is much faster than rav1e (which in turn should be faster than
libaom) we don't really need rav1e support by default anymore (I guess
it can be useful but overall svt-av1 should currently be the best
option).
And because rav1e's build did break a few times in the past and needs a
lot of Rust dependencies (including cargo-c to make it C-ABI
compatible) it might be best to simply disable it for now.

Benchmarks (though it is difficult to compare them that way):
- https://openbenchmarking.org/test/pts/svt-av1
- https://openbenchmarking.org/test/pts/rav1e
- https://openbenchmarking.org/test/pts/aom-av1
2021-01-14 22:30:57 +01:00
..
agda-packages.nix
aliases.nix Merge pull request #108993 from flokli/nufraw-gimp 2021-01-13 09:19:39 +01:00
all-packages.nix ffmpeg-full: disable rav1e by default (in favor of svt-av1) 2021-01-14 22:30:57 +01:00
beam-packages.nix autoconf: use buildPackages when overriding version 2021-01-01 10:50:13 +01:00
config.nix
coq-packages.nix coqPackages: refactor 2021-01-09 11:56:17 +01:00
darwin-packages.nix
default.nix
dhall-packages.nix Fix support for extending Dhall package set 2021-01-10 10:54:10 +01:00
dotnet-packages.nix toplevel: stdenv.lib -> lib 2021-01-10 17:44:59 +01:00
emacs-packages.nix Fix small typo in a comment of emacs-packages 2020-12-22 12:56:57 +01:00
emscripten-packages.nix toplevel: stdenv.lib -> lib 2021-01-10 17:44:59 +01:00
haskell-packages.nix haskellPackages: update default compiler from ghc 8.10.2 to version 8.10.3 2020-12-25 20:41:54 +01:00
haxe-packages.nix toplevel: stdenv.lib -> lib 2021-01-10 17:44:59 +01:00
impure.nix
java-packages.nix
lua-packages.nix toplevel: stdenv.lib -> lib 2021-01-10 17:44:59 +01:00
make-tarball.nix
metrics.nix
ocaml-packages.nix ocamlPackages.bitstring: 3.1.1 → 4.0.1 2021-01-07 07:43:29 +01:00
packages-config.nix release/package-config: update package set versions 2020-12-04 08:06:11 +01:00
perl-packages.nix perlPackages.SQLAbstractClassic: fix stdenv.lib -> lib 2021-01-11 08:14:38 +01:00
php-packages.nix phpPackags.gettext: configureFlags should be a list 2021-01-12 13:10:35 +01:00
pure-packages.nix
python-packages.nix Merge pull request #108777 from fabaff/bump-pyhaversion 2021-01-13 10:15:18 +01:00
release-alternatives.nix sundials_2: remove 2020-12-19 10:59:35 +02:00
release-cross.nix
release-lib.nix
release-python.nix
release-small.nix
release.nix Revert "release: disable darwin bootstrapped stdenv test" 2020-12-22 11:43:54 +09:00
ruby-packages.nix Revert "Merge branch 'master' into staging-next" 2020-12-31 08:50:36 +01:00
splice.nix
stage.nix tree-wide: do not use pkgs.extend in nixpkgs 2020-11-30 14:24:40 +01:00
static.nix haskell: Inline static overlay 2021-01-11 03:17:29 +00:00
unix-tools.nix
wine-packages.nix