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: 911ec73fa886
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7126eedd4fe5
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 21, 2019

  1. ffmpeg-full: 4.1.4 -> 4.2

    Changelog: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/4.2:/Changelog
    
    Configuration flag changes:
    https://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff/n4.1.4..n4.2:/configure
    
    Ignored new configuration flags:
    --enable-libaribb24      enable ARIB text and caption decoding via libaribb24 [no]
    --enable-pocketsphinx    enable PocketSphinx, needed for asr filter [no]
    --enable-cuda-nvcc       enable Nvidia CUDA compiler [no]
    --disable-cuda-llvm      disable CUDA compilation using clang [autodetect]
    --disable-msa2           disable MSA2 optimizations
    
    The renamed and removed configuration options where not used.
    
    I've added a patch to prefer libdav1d over libaom, as libaom wasn't even
    able to play my sample videos for AV1 (apart from the reduced
    performance, at least in theory).
    primeos committed Aug 21, 2019
    Copy the full SHA
    1537ce2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. ffmpeg-full: Disable libmfx and nvenc on AArch64 to fix the build

    The AArch64 build was failing since 2019-03-26:
    https://hydra.nixos.org/build/98821440
    primeos committed Aug 23, 2019
    Copy the full SHA
    4469c23 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67205 from primeos/ffmpeg-full

    ffmpeg-full: 4.1.4 -> 4.2
    primeos committed Aug 23, 2019
    Copy the full SHA
    7126eed View commit details
    Browse the repository at this point in the history