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

Improved unit tests for FFmpegRunner #1364

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Improved unit tests for FFmpegRunner #1364

wants to merge 13 commits into from

Commits on Nov 8, 2024

  1. Improved unit tests for FFmpegRunner to not take over display, be dep…

    …endent on an installed media player, leave junk on the screen, and leave orphaned temp files.
    tombogle committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    1642a26 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    dba4714 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Added CI build step to install ffprobe and ffmpeg before running tests.

    Also cleaned up some outdated comments and did minor refactoring.
    tombogle committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    cf3c597 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    43cbcd6 View commit details
    Browse the repository at this point in the history
  2. search the path for ffmpeg

    hahn-kev committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    6d7fb90 View commit details
    Browse the repository at this point in the history
  3. Removed inaccurate comments

    tombogle committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c82cea2 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    6baf806 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fabb1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    590ffc1 View commit details
    Browse the repository at this point in the history
  4. Added not in CHANGELOG.md about enhanced FFmpegRunner functionality: …

    …now able to use version of FFmpeg found on the path
    tombogle committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    02b8bfb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4901250 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    568c08b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7e5120 View commit details
    Browse the repository at this point in the history