Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix fragile parsing of bs1770gain output #2777

Merged
merged 5 commits into from
Jan 2, 2018
Merged

Fix fragile parsing of bs1770gain output #2777

merged 5 commits into from
Jan 2, 2018

Commits on Dec 31, 2017

  1. Fix fragile parsing of bs1770gain output

    bs1770gain is sorting the filenames internally, so in some corner cases it returns the results in a different order from the command-line arguments.
    
    This patch uses the --xml option of bs1770gain (introduced in 0.4.6) in order to read the filenames reliably.
    ylep committed Dec 31, 2017
    Configuration menu
    Copy the full SHA
    05775cc View commit details
    Browse the repository at this point in the history
  2. Fix coding style

    ylep committed Dec 31, 2017
    Configuration menu
    Copy the full SHA
    3ef4b70 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. Configuration menu
    Copy the full SHA
    8975234 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    079e167 View commit details
    Browse the repository at this point in the history
  3. Add ChangeLog entry

    ylep committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    3e6f754 View commit details
    Browse the repository at this point in the history