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: becfba9512c6
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c98a006c7eea
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 23, 2019

  1. handbrake: fix missing audio

    We build HandBrake with a newer ffmpeg than upstream expects,
    triggering a problem where the audio samplerate defaults to zero
    because HandBrake was not explicitly setting it.
    
    This has been fixed in HandBrake upstream, but we must cherry pick
    this change in order to produce videos with audio until HandBrake
    1.3.0 is released.
    acowley committed Oct 23, 2019
    Copy the full SHA
    d51e366 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Merge pull request #71851 from acowley/handbrake-samplerate

    handbrake: fix missing audio
    wmertens committed Oct 24, 2019
    Copy the full SHA
    c98a006 View commit details
    Browse the repository at this point in the history