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

Use Infer to detect image/video #101

Merged
merged 6 commits into from Dec 23, 2022

Commits on Dec 22, 2022

  1. Use Infer to detect image/video

    Maintaining our own list of known filetypes seems pointless when there are other projects that do it for us.
    Pyroglyph committed Dec 22, 2022
    Copy the full SHA
    0965ad4 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    Whoops
    Pyroglyph committed Dec 22, 2022
    Copy the full SHA
    1139e2e View commit details
    Browse the repository at this point in the history
  3. Disable Infer's default features

    This makes the final binary smaller by about 71kb
    Pyroglyph committed Dec 22, 2022
    Copy the full SHA
    3e8f5ce View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Update changelog

    alexheretic committed Dec 23, 2022
    Copy the full SHA
    c9da80f View commit details
    Browse the repository at this point in the history
  2. Update src/ffprobe.rs

    alexheretic committed Dec 23, 2022
    Copy the full SHA
    b7414d9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    896a7b7 View commit details
    Browse the repository at this point in the history