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: 79af8ac26610
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f2023c7ef11e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 25, 2019

  1. ffmpeg_4: Enable support for AV1 decoding via dav1d by default

    This is e.g. required for mpv (depends on ffmpeg_4) to play AV1 videos.
    Fixes #54990.
    
    But since dav1d is only a AV1 decoder this doesn't support AV1 encoding
    as well (that would require an additional dependency on libaom).
    The dependency on dav1d can be disabled by overriding it to null.
    primeos committed Aug 25, 2019
    Copy the full SHA
    aed9694 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Merge pull request #66527 from primeos/ffmpeg_4-add-support-for-av1-d…

    …ecoding
    
    ffmpeg_4: Enable support for AV1 decoding via dav1d by default
    primeos committed Aug 26, 2019
    Copy the full SHA
    f2023c7 View commit details
    Browse the repository at this point in the history