Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: f0e757d98a32
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a6d138c7adaf
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 14, 2021

  1. ffmpeg-full: disable rav1e by default (in favor of svt-av1)

    Since c378a33 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
    primeos committed Jan 14, 2021
    Copy the full SHA
    6cdbde2 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. svt-av1: Extend the meta attributes

    I've merged my local package definitions with the ones in Nixpkgs.
    primeos committed Jan 15, 2021
    Copy the full SHA
    2345e37 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. Merge pull request #109405 from primeos/ffmpeg-full-disable-rav1e

    ffmpeg-full: disable rav1e by default (in favor of svt-av1)
    primeos committed Jan 16, 2021
    Copy the full SHA
    a6d138c View commit details
    Browse the repository at this point in the history